23917 Commits

Author SHA1 Message Date
Martin Dobias
d2bc8fb40a Small API cleanup in QgsMapSettings 2014-06-22 00:58:54 +07:00
Martin Dobias
37fd5b7ca5 More doxygen docs for QgsMapSettings 2014-06-22 00:58:54 +07:00
Martin Dobias
12628c5fd1 Add doxymentation for QgsMapSettings 2014-06-22 00:58:54 +07:00
Juergen E. Fischer
6b67375b16 german translation update 2014-06-21 19:50:08 +02:00
Juergen E. Fischer
a63ddd2ed9 expression interval fixes:
* allow more than two translated forms (fixes #8453)
* support signed floating point values
* allow non-ascii characters in translation strings
2014-06-21 19:46:38 +02:00
Juergen E. Fischer
c25e3587bc emit QgsProject.snapSettingsChanged() (fixes #9465) 2014-06-21 17:45:51 +02:00
Alexander Bruy
01412bf6b6 add separate filter for Panorama's Storage and eXchange Format 2014-06-21 16:35:41 +03:00
Juergen E. Fischer
07f21dfba1 fix #6204 2014-06-21 14:26:34 +02:00
Juergen E. Fischer
e3250c1759 several components require spatialite, make it required (fixes #8797) 2014-06-21 14:13:35 +02:00
Juergen E. Fischer
c5fba8a8a1 fix wording of split messages (fixes #8875) 2014-06-21 13:34:49 +02:00
Nyall Dawson
20e34e8e1c [composer] Fix attribute table column sort order could not be changed after initially adding columns to sort 2014-06-21 21:33:19 +10:00
Nyall Dawson
0b96d5af36 Fix various models failing qt model test 2014-06-21 20:58:23 +10:00
Nyall Dawson
1f12d00ebd Invalidate model filter when setting filter for QgsMapLayerComboBox, fixes filters not correctly applying to layers in combo box (fix #10656) 2014-06-21 15:14:15 +10:00
Nyall Dawson
168eaa0822 [composer] Allow choice of tables without geometry for atlas coverage layer 2014-06-21 15:12:55 +10:00
Nyall Dawson
f71fad3782 [composer] Always default attribute tables to show all visible features (fix #10655) 2014-06-21 13:37:16 +10:00
Juergen E. Fischer
522f2e4bd3 nsis: fix master installer bitmap 2014-06-20 23:42:25 +02:00
Victor Olaya
260d55e541 [processing] fix #10662 2014-06-20 23:18:40 +02:00
Victor Olaya
b390b3e778 [processing] fixed behaviour of select algorithms in modeler 2014-06-20 23:18:40 +02:00
Victor Olaya
2e858c439c [processing] fixes #10641 2014-06-20 23:18:39 +02:00
Victor Olaya
b96f8fe342 [processing] allow 'set raster layer style' alg to use layers not loaded in qgis 2014-06-20 23:18:38 +02:00
Victor Olaya
2b234d929f [processing] provide some more info in batch processing interface 2014-06-20 23:18:38 +02:00
Victor Olaya
5a1d24dd27 [processing] fix #10659 2014-06-20 23:18:37 +02:00
Victor Olaya
f4cb03ac29 [processing] fixed batch processing when there are no visible outputs 2014-06-20 23:18:36 +02:00
Victor Olaya
2e9a088e44 [processing] fixed layer selector panel to use file filter 2014-06-20 23:18:36 +02:00
Victor Olaya
253f5a9603 [processing] reset progress bar after alg has finished running 2014-06-20 23:18:35 +02:00
Victor Olaya
3c7f5c962e [processing] Modified styling algs to work with layer that are not open in qgis 2014-06-20 23:18:34 +02:00
Juergen E. Fischer
e8d4732f41 osgeo4w: also fix quoting in qgis-dev postinstall (followup e4dd900) 2014-06-20 23:09:17 +02:00
volaya
caa7d5b01e [processing] fixed rendering of batch processing dialog 2014-06-20 23:05:51 +02:00
volaya
9256ca5b5c [processing] force process events when algorithms report progress
Not the ideal way of doing it, but it will do the trick until we safely put algorithms in a different thread

Some cleaning of the main alg execution dialog
2014-06-20 23:05:51 +02:00
Juergen E. Fischer
9414717b03 oracle provider: reload fields after adding or deleting attributes (fixes #10102) 2014-06-20 16:49:17 +02:00
Juergen E. Fischer
427381e35f german translation update 2014-06-20 16:10:41 +02:00
Matthias Kuhn
d6df10a756 Allow negative values for range widget
Fix #6516
2014-06-20 16:08:43 +02:00
Werner Macho
7aa2e0b8ab Merge pull request #1476 from cdavila/patch-1
Fix typos
2014-06-20 15:01:36 +01:00
Juergen E. Fischer
909a841e74 german translation fix and translation string fix 2014-06-20 16:00:45 +02:00
Juergen E. Fischer
3c31327e0f nsis installer: don't override destination path override on x86_64 (/D) 2014-06-20 15:42:43 +02:00
Juergen E. Fischer
8b85fb9e65 german translation update 2014-06-20 14:25:23 +02:00
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