27306 Commits

Author SHA1 Message Date
Radim Blazek
407f721359 QgsRasterProjector optional precision 2015-05-25 19:45:58 +02:00
Giovanni Manghi
6e4b883ac5 fix grass7 r.surf.area 2015-05-25 17:32:03 +01:00
Juergen E. Fischer
5b3a96d9d6 geometry fixes:
* 3d geometries from oracle
* windows build
2015-05-25 16:54:23 +02:00
Hugo Mercier
2e86d54b27 Merge pull request #2025 from mhugo/db_manager_dev
db manager SQL window enhancements
2015-05-25 16:29:40 +02:00
Hugo Mercier
0b9ea9a616 Merge pull request #2057 from Hvitnov/fix12655
Fix #12655 copy/paste style between different vector layer geometry types
2015-05-25 16:26:13 +02:00
arnaud.morvan@camptocamp.com
ae6b290a4f Add processing CheckValidity algorithm 2015-05-25 13:24:20 +02:00
Juergen E. Fischer
4e14f8d62e fix 8050697 2015-05-25 12:58:23 +02:00
Juergen E. Fischer
8050697335 make postgres provider tests optional 2015-05-25 12:55:37 +02:00
Juergen E. Fischer
8389918240 fix some warnings 2015-05-25 12:04:48 +02:00
mhugent
b7a4e9856b Merge pull request #2048 from alexbruy/fix-curvature-filter
fix total curvature calculation (fix #5967)
2015-05-25 10:48:23 +02:00
mhugent
b7a2a79de2 Merge pull request #2055 from mhugent/geometry_mmsql_2_8
[FEATURE]: New geometry classes (take 2)
2015-05-25 10:03:42 +02:00
Marco Hugentobler
68fe5f5791 [FEATURE:] New geometry classes 2015-05-25 08:53:49 +02:00
alexbruy
bb80c63805 Merge pull request #2074 from NaturalGIS/fix_saga_contour
[processing] fix SAGA 2.1.4 contour lines from grid
2015-05-25 09:40:45 +03:00
alexbruy
12883f50a7 Merge pull request #2072 from NaturalGIS/fix_grass7_r_relief2
[processing] fix grass7 r.relief2
2015-05-25 09:40:15 +03:00
alexbruy
6596adc8e6 Merge pull request #2073 from NaturalGIS/fix_grass7_r_flow
[processing] fix grass7 r.flow
2015-05-25 09:39:47 +03:00
Juergen E. Fischer
cec5bdeb0d fix some warnings 2015-05-24 18:48:22 +02:00
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
Mathieu Pellerin
a0a1cea0e1 [gui] apply icon size user preference to dock widget tool buttons (fix #12816) 2015-05-24 14:31:59 +07: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
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