27369 Commits

Author SHA1 Message Date
HenningJagd
8c624a3452 [processing] fix folding in the model
Earlier commit broke the update of lines when folding  parameters in the
modeler. This one fixes it again.
2015-05-22 23:14:46 +02:00
rldhont
2c5c866277 [FEATURE][SERVER] GetFeature with an other Geometry
This commit completes 'GetFeature without geometry' e3a832c29e4a98ed70b8085563aa0c8a92d44669

The GeometryName parameter can be used to get the extent or the centroid as the geometry.
This Feature can be used to have a lighter gml document.

The extra parameter GeometryName can be:

* None
* Extent
* Centroid
2015-05-22 22:53:04 +02:00
Nyall Dawson
df7e07bcf7 Fix untranslatable strings (fix #11765) 2015-05-23 06:21:10 +10:00
Alexander Bruy
803a0b9375 show correct coordinates in status bar when projected CRS used and
canvas units set to degrees (fix #12395)

Tests for latitude wrapping included
2015-05-23 05:07:51 +10:00
Matthias Kuhn
afc3996f6c Add shapefile provider tests
+ Fix OGR provider so it does not return features without geometry when
filtering with a FilterRect
2015-05-22 21:03:47 +02:00
Giovanni Manghi
adb5b643f5 fix GRASS7 r.relief 2015-05-22 19:59:36 +01:00
Nyall Dawson
e7b7549c29 [FEATURE] New statistical summary dock widget
Can display summary statistics (eg mean, standard deviation, ...)
for a field or expression from a vector layer.
2015-05-23 04:35:11 +10:00
Nyall Dawson
1078daf712 Add option to get null count from QgsVectorLayer::getDoubleValues 2015-05-23 04:35:11 +10:00
Luigi Pirelli
782292720d added Datasources2Vrt processing alg to merge different datasources in a single VRT
This is useful for that commands that have multiple inputs but that have to be contained
in a single vrt
2015-05-22 20:17:27 +02:00
pcav
0aedbcaf7f Merge branch 'master' of https://github.com/qgis/QGIS 2015-05-22 19:57:46 +02:00
pcav
e25fb2de6d Fix for #12812 2015-05-22 19:57:40 +02:00
Matthias Kuhn
e2ff8edc79 Make python NULL hashable 2015-05-22 19:53:03 +02:00
Matthias Kuhn
2fe3f55775 Provider testing
* Test more operations
 * Include spatialite tests
2015-05-22 19:39:24 +02:00
rldhont
c4b1d25ab3 [BUGFIX][SERVER][WFS] Remove extra line after header 2015-05-22 17:49:19 +02:00
arnaud.morvan@camptocamp.com
aba4fe0fe2 Fix processing ParameterTable.setValue 2015-05-22 17:35:23 +02:00
rldhont
a46f372e49 Revert "[BUGFIX] Remove extra line after header"
This reverts commit 7ab336f2064b59df9ca42b7b822324bbd26e96ff.
2015-05-22 17:32:17 +02:00
mhugent
6d61025796 Merge pull request #2054 from arnaud-morvan/join_memory_cache
Write to project join memory cache property value instead of not cache is empty
2015-05-22 16:43:49 +02:00
Nyall Dawson
9031e9849f [FEATURE] Add options under categorised renderer advanced menu to
set categories to symbols with a matching name from the style
library or an XML style file.

Thanks Lene for the great hackfest!
2015-05-23 00:42:24 +10:00
pcav
2004f22ac5 Uniform and informative output names for Processing (QGIS, final) 2015-05-22 16:39:20 +02:00
pcav
4c871bb952 Merge branch 'master' of https://github.com/qgis/QGIS 2015-05-22 16:10:01 +02:00
pcav
00f64971f7 Uniform and informative output names for Processing (QGIS, Take #2) 2015-05-22 16:09:55 +02:00
rldhont
7ab336f206 [BUGFIX] Remove extra line after header 2015-05-22 16:03:57 +02:00
pcav
efeae6f44f Merge branch 'master' of https://github.com/qgis/QGIS 2015-05-22 15:57:14 +02:00
pcav
7dacddc08a Uniform and informative output names for Processing (QGIS, Take #1) 2015-05-22 15:56:45 +02:00
carolinux
e015a7ec1f Fixed uninitialized issue 2015-05-22 15:56:12 +02:00
Pirmin Kalberer
06ae01e009 Revert "Add connection pool for OGR provider"
This reverts commit a64ffc495e4099759dcfce292154b15f51814ba9.
2015-05-22 15:30:10 +02:00
carolinux
43d51985ce Merge branch 'search-widgets' of https://github.com/carolinux/QGIS into search-widgets 2015-05-22 15:18:26 +02:00
carolinux
81e21b56ef Now UI appears properly 2015-05-22 15:17:07 +02:00
carolinux
d33bf3dd33 Now UI appears properly 2015-05-22 15:10:06 +02:00
HenningJagd
4e6394e213 [processing] fixed disappearing lines in modeler
Moved the updating of paths of arrows/lines in the modeler out of the
paint method, fixing various rendering problems.
2015-05-22 14:20:23 +02:00
carolinux
46b2606075 ComboBox now also works! 2015-05-22 13:51:06 +02:00
Nyall Dawson
e5fcbc39d3 Small optimisation to data defined symbology 2015-05-22 21:39:36 +10:00
Nyall Dawson
b14896884e Merge pull request #2062 from vmora/add_tooltip
add tooltip to graduated method (color or size)
2015-05-22 13:37:53 +02:00
Jürgen Fischer
ce7b1d31ac Merge pull request #2060 from manisandro/ogrpool
Add connection pool for OGR provider (followup 0b9d1dc)
2015-05-22 13:34:56 +02:00
carolinux
f1085b833e Works now for the default case 2015-05-22 13:19:35 +02:00
Nyall Dawson
f337d4137a Merge pull request #2061 from vmora/convert_old_size_scale
remove SizeScale and Rotation from Advanced Menu
2015-05-22 13:01:39 +02:00
Nyall Dawson
f81d808ca7 Correctly restore font and character for font marker widget 2015-05-22 20:59:34 +10:00
HenningJagd
2f9b9265d6 [processing] behavior of scroll zoom in the modeler
Zooming shouldn't recenter the scene on the cursor, only scale the scene
around it.
2015-05-22 12:59:25 +02:00
vmora
e0098a5d62 use proper type in convert functions interface 2015-05-22 12:31:03 +02:00
vmora
c49884f4ef remove unused variables 2015-05-22 12:26:51 +02:00
Jakob Hvitnov
a5351fc18a Replaced use of qgsErrorBox with QgsErrorBar
Removed some empty lines
2015-05-22 12:18:03 +02:00
Nyall Dawson
ef0d413819 Data defined font marker character 2015-05-22 20:00:19 +10:00
Matthias Kuhn
97de55d117 Add new postgres provider test 2015-05-22 11:57:16 +02:00
Matthias Kuhn
8571ae7eab Convert tests/README to markdown and add more information 2015-05-22 11:57:16 +02:00
Matthias Kuhn
ec9e1464c1 Provider test 2015-05-22 11:57:16 +02:00
Matthias Kuhn
a2ae8b4e38 Add unit tests for postgres provider
basically to get a framework to test the expression compiler
2015-05-22 11:57:16 +02:00
Matthias Kuhn
babfae994b Make expression compiler configurable 2015-05-22 11:57:16 +02:00
Matthias Kuhn
a99deb8b88 [FEATURE] Send filter expressions to postgres provider
This commit allows to filter features already on server side. Only supported
expressions will be sent to the database. Expressions using unsupported
operators or functions will gracefully fallback to local evaluation.

To make use of this feature

 * Enable it in options: data sources
 * QgsFeatureRequest().setFilterExpression( expression )
 * or QgsVectorLayer::getFeatures( expression )
2015-05-22 11:57:16 +02:00
Matthias Kuhn
9b6e23d3af Add convenience method QgsVectorLayer::getFeatures( expression ) 2015-05-22 11:57:16 +02:00
Matthias Kuhn
6952a389ea Fix compiling without QtWebKit
This makes it possible to compile QGIS master for Android.
Hooray!
2015-05-22 11:48:02 +02:00