Juergen E. Fischer
8cd467bea2
generate context_help and function_help in the same order
2014-06-20 14:22:42 +02:00
Juergen E. Fischer
8cccdc5d3a
update release.pl and creatensis.pl
2014-06-20 14:10:10 +02:00
Matthias Kuhn
8a149fe9b7
Translation update and german translations
2014-06-20 13:17:55 +02:00
Matthias Kuhn
f422fccb2b
Improve information text for a failed WMS connection
2014-06-20 13:17:48 +02:00
Martin Dobias
c1c8aa6418
Fix #10657 (crash opening a project with invalid join)
2014-06-20 18:02:22 +07:00
rldhont
9d90923a9b
[BUGFIX] 10638 WFS GetFeature may be incomplete if layer reports estimated feature count
...
layer->featureCount() sometimes returns an estimated feature count.
In this case, the WFS server returns an incomplete reply (if called without
maxfeatures).
To make QgsWFSServer::getFeature a bit more robust, it's better to do not take
account of layer->featureCount() and use
while ( fit.nextFeature( feature ) && ( featureCounter < maxFeat || maxFeatures == -1 ) )
2014-06-20 12:34:08 +02:00
Martin Dobias
2a4684a28d
Fix #10655 (race condition in QgsCredentials)
...
Example of race condition during rendering:
Threads 1 and 2 call get(), it checks that there are cached credentials.
Thread 1 takes the cached credentials, thread 2 will get no data -> will request credentials in dialog
2014-06-20 17:20:57 +07:00
Matthias Kuhn
61e934b34b
WMS fail: Details only shown on demand
...
Fix #10464
2014-06-20 11:43:14 +02:00
Juergen E. Fischer
87ad917e72
include 2.4 pointer in doxygen
2014-06-20 11:38:40 +02:00
Juergen E. Fischer
8a11e517ff
indentation update & warning fix
2014-06-20 11:38:08 +02:00
Tim Sutton
18af0d811a
Fix for Vietnamese UTM 48N projection parameters as reported by Quách Đồng Thắng
2014-06-20 16:57:47 +08:00
Tim Sutton
dbdb88ae73
Merge pull request #1474 from timlinux/master
...
Fix for Vietnamese UTM 48N projection parameters as reported by Quách Đồng Thắng
2014-06-20 16:49:52 +08:00
Tim Sutton
d99f3a0a8c
Updated news file for 2.4 release
2014-06-20 16:45:06 +08:00
cdavila
88162d3885
Fix typos
2014-06-20 10:40:49 +02:00
Alexander Bruy
735028d5b7
russian translation update
2014-06-20 11:37:55 +03:00
Matthias Kuhn
0f0d16af8e
[attrtable] hide "hidden" widgets
2014-06-20 10:06:22 +02:00
Matthias Kuhn
0305796ac7
Value map widget: properly represent value
2014-06-20 10:06:22 +02:00
Juergen E. Fischer
2a6488e792
german translation update
2014-06-20 09:58:53 +02:00
Juergen E. Fischer
08cd87be44
processing: (redundant) translation string fixes
2014-06-20 09:58:53 +02:00
Juergen E. Fischer
ef0e7d0916
metasearch: fix some self.tr calls
2014-06-20 09:58:53 +02:00
Marco Hugentobler
614c1b2199
Change / add ntv2 entries for Portugal
2014-06-20 09:28:39 +02:00
Matthias Kuhn
8b898b9645
Forms: Hide "Hidden" widgets
...
Partly fixes #10649
2014-06-20 09:04:49 +02:00
Matthias Kuhn
196a6673af
Editor widgets: Change default "enable sync" behavior
...
More generic implementation of 024cd0b
EditorWidgetWrappers (which are connected to fields) are synced with
the layer edit mode state.
WidgetWrappers (which are not strictly related to fields being editable)
don't sync their edit state to the layer edit mode state.
2014-06-20 08:41:37 +02:00
alexbruy
eb4fe78084
Merge pull request #1473 from gioman/master
...
[processing] fix v.surf.bspline modules, input must be a point layer
2014-06-20 09:39:50 +03:00
Martin Dobias
7aa93c00f7
Hopefully fix #10599 (blank composer map when rendering rasters)
...
When printing on Windows, the printing does not seem to work
well in the worker thread as QImages get converted to QPixmaps.
Therefore we force the map rendering into main thread to avoid the issues.
I do not have a printer, so I can't confirm the fix really helps
2014-06-20 10:50:51 +07:00
Martin Dobias
98959bbeeb
Fix #10648 (add layer to the selected group)
2014-06-20 10:06:27 +07:00
Werner Macho
708c64e673
[TRANSUP] gl by Xan
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-06-20 00:29:00 +01:00
Werner Macho
6e5e83a33f
[TRANSUP] es and sv
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-06-19 23:06:19 +01:00
Matthias Kuhn
024cd0b7a2
Relation widget: Don't disable even when containing layer is not in edit mode
2014-06-19 23:05:30 +02:00
Matthias Kuhn
73a5dd5a34
Followup edbfb57, respect ownership of vl cacheindex in test
2014-06-19 22:52:07 +02:00
Alexander Bruy
4b2c00c783
russian translation update
2014-06-19 21:25:49 +03:00
Werner Macho
e565d85bca
[TRANSUP] gl by Xan
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-06-19 19:17:18 +01:00
gioman
434805bbd6
fix v.surf.bspline modules, input must be a point layer
2014-06-19 18:21:05 +01:00
alexbruy
8cefd31eb9
Merge pull request #1472 from gioman/r_cost_raster
...
[processing] add a r.cost submodule that uses a raster input as starting point(s) + fix r.drain and add a submodule for r.drain that does not need input point vectors
2014-06-19 19:51:52 +03:00
gioman
2176e163b7
add a r.cost submodule that uses a raster input as starting point(s)
2014-06-19 16:21:02 +01:00
gioman
fc519f8d36
fix r.drain and add a submodule for r.drain that does not need input point vectors
2014-06-19 15:41:14 +01:00
Werner Macho
a72bfb61c9
[TRANSUP] nb by James
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-06-19 15:23:21 +01:00
Werner Macho
5c6c37c71b
[TRANSUP] forgot to add italian to transifex - sorry
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-06-19 13:41:33 +01:00
Werner Macho
de6a960292
Merge pull request #1470 from qgis-jp/pullreq_2_4
...
update translation ja
2014-06-19 13:22:22 +01:00
yoichigmf
a7427b266e
update translation ja
2014-06-19 21:16:33 +09:00
Werner Macho
b87093dad4
Merge pull request #1469 from Qgis-Tr-kr/master
...
[TRANSUP] Korean
2014-06-19 13:04:29 +01:00
Werner Macho
63ad0fa3d7
[TRANSUP] es by Carlos
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-06-19 13:00:16 +01:00
Nathan Woodrow
0defbeb049
Disable return to run field calc til 2.6. Disable button on invalid expression
2014-06-19 21:46:22 +10:00
jangbi882
1f6a47b92d
Korean translation updated
2014-06-19 20:34:45 +09:00
BJ Jang
510849597d
Merge pull request #3 from qgis/master
...
Merge pull request #2 from qgis/master for Korean trans
2014-06-19 20:18:35 +09:00
Matthias Kuhn
0ce4cbf4ba
Show embedded form as widget, not as separate dialog
...
Fix #10573
Fix #10606
2014-06-19 12:48:15 +02:00
Martin Dobias
20570bfa3e
Feeling dizzy?
...
It will not get any better if you type "dizzy"
into coordinates box in the status bar!
2014-06-19 16:31:32 +07:00
Werner Macho
4828c84b7b
[TRANSUP] update from transifex and updated strings
...
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2014-06-19 10:26:04 +01:00
Marco Hugentobler
28d70c0493
WMS server: fix label settings in GetPrint
2014-06-19 11:01:38 +02:00
Marco Hugentobler
bdf1ac8d46
Use better environment variable names for server logging
2014-06-19 11:01:38 +02:00