27185 Commits

Author SHA1 Message Date
Paolo Cavallini
3ecf6e6546 Update Datasources2Vrt.py
Naming more consistent with other tools.
2015-05-24 15:27:03 +02:00
Giovanni Manghi
cee47d66b4 fix SAGA 2.1.4 contour lines from grid 2015-05-24 13:53:22 +01:00
Giovanni Manghi
d591ac4da1 better indentation 2015-05-24 12:26:30 +01:00
Giovanni Manghi
b1baa6e3ce fix GRASS7 r.flow 2015-05-24 12:22:11 +01:00
Giovanni Manghi
4f87af0851 better fix for r.relief in grass7 2015-05-24 10:41:01 +01:00
Giovanni Manghi
6be81c675b better fix for r.relief in grass7 2015-05-24 10:40:45 +01:00
volaya
2ff6f7245a Merge pull request #2066 from luipir/master
Added Datasources2Vrt processing alg
2015-05-23 23:48:56 +02:00
Nyall Dawson
dbdfe40bf9 [symbology] Use static QStrings for data defined keys rather than
creating new strings with every redraw (pt 2)
2015-05-24 05:45:57 +10:00
Juergen E. Fischer
97864da358 fix windows build (also reapplies 584f192, lost in a6f1ec) 2015-05-23 20:49:51 +02:00
Matthias Kuhn
32463d0c15 Postgres provider: test default values are correctly returned 2015-05-23 18:28:30 +02:00
Matthias Kuhn
4358b5bae2 Add some providers to README.md 2015-05-23 17:39:49 +02:00
Matthias Kuhn
1516e63b60 Less warnings 2015-05-23 17:30:08 +02:00
Matthias Kuhn
916fbbc698 Hide private shared data implementation from the library symbols 2015-05-23 17:10:19 +02:00
Matthias Kuhn
14c615025e Use -fvisibility=hidden also for plugins 2015-05-23 17:09:46 +02:00
Matthias Kuhn
eb85d99a30 Also plugins 2015-05-23 16:57:37 +02:00
Matthias Kuhn
40e2845d49 Add some comments to provider test suite 2015-05-23 16:53:12 +02:00
Matthias Kuhn
c1b520fbd8 Hide shared library symbols by default on GCC and Clang
* Decreases lib size, loading time and compile time
 * Forces people on linux to use the {LIB}_EXPORT defines and therefore will
   make Windows nightlies more reliable
2015-05-23 16:53:12 +02:00
alexbruy
76aa0356cb Merge pull request #2067 from NaturalGIS/fix_grass7_r_relief
[processing] fix GRASS7 r.relief
2015-05-23 09:11:00 +03:00
Nyall Dawson
10239a0e60 [symbology] Use static QStrings for data defined keys rather than
creating new strings with every redraw (pt 1)
2015-05-23 15:28:44 +10:00
Sandro Mani
b4f4663b7d Add connection pool for OGR provider (Funded by Sourcepole QGIS Enterprise) 2015-05-23 07:15:08 +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
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
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