30913 Commits

Author SHA1 Message Date
Sandro Mani
eb3541e26a Destroy invalidated connection pool connections when released 2016-02-03 11:20:33 +01:00
Alexander Bruy
50bbd6f071 [processing] include OTB descriptions and help into CMakeLists.txt 2016-02-02 19:49:36 +02:00
Juergen E. Fischer
1a817e58a6 run remove_temporary_files.sh in prepare-commit.sh 2016-02-02 18:39:50 +01:00
Sandro Santilli
0512538888 Ensure GDAL deinitialization runs after last possible use
Closes #14176
2016-02-02 17:24:06 +01:00
Matthias Kuhn
9fb78193d6 Add a bit of typesafety to ogr extent handling 2016-02-02 12:39:54 +01:00
Nyall Dawson
29a72b575d Dialog tab order fixes 2016-02-02 22:06:34 +11:00
Nyall Dawson
c3ed6b9fa3 foreach -> Q_FOREACH 2016-02-02 20:00:26 +11:00
Nyall Dawson
c3a57434d9 Fix clazy 'pass small and trivially-copyable type by value' warnings 2016-02-02 19:47:21 +11:00
Nyall Dawson
f3c7ab61e6 Spelling fixes, updates to chkspelling.sh 2016-02-02 19:47:21 +11:00
Nyall Dawson
d1cc6cc75f Also remove *~ with remove_temporary_files.sh 2016-02-02 19:47:20 +11:00
Juergen E. Fischer
490236f2f2 spelling fixes 2016-02-02 02:37:15 +01:00
Nyall Dawson
8ca0ecf7e2 Merge pull request #2752 from rouault/ogr_curve_geometries
OGR provider: advertize CircularGeometries in capabilities when OGR advertizes 'CurveGeometries' support
2016-02-02 08:35:48 +11:00
Nyall Dawson
68e3fdcfc6 Reword render map tiles option for clarity, add tooltip 2016-02-02 08:25:07 +11:00
Nyall Dawson
3df0d4ad5e Standardise mix of deselect/unselect to "deselect", unify
keyboard shortcuts for deselect all (to Ctrl+Shift+A)
2016-02-02 06:51:13 +11:00
Sandro Santilli
adae4d6019 Remove stale parameters documentation 2016-02-01 18:19:52 +01:00
Sandro Santilli
24a9f49181 Second attempt at fixing crash on node tool after merge
See #14188
2016-02-01 18:14:24 +01:00
Sandro Santilli
781c9d7fc2 Do not dereference null pointer on QgsSelectedFeature::updateGeometry
Fixes #14188
2016-02-01 17:30:14 +01:00
Even Rouault
0bb5b5bba8 OGR provider: advertize CircularGeometries in capabilities when OGR advertizes 'CurveGeometries' support 2016-02-01 16:21:34 +01:00
Juergen E. Fischer
5ba6e682a7 Revert oracle server-side simplication
(reverts 6f70953 and 772dc1d)
2016-02-01 13:55:57 +01:00
Sandro Santilli
87887e43d1 Add test for unexpected WKB input in simplification
Closes #12416
2016-02-01 13:22:15 +01:00
Nyall Dawson
639d1b3977 Fix memory leak 2016-02-01 22:31:34 +11:00
Nyall Dawson
ad39ddfdd4 Merge pull request #2749 from pvalsecc/add_selectall
Add select all button to the attribute table dialog
2016-02-01 21:08:31 +11:00
Denis Rouzaud
2797ed79b0 Merge pull request #2743 from 3nids/testfieldwidget2
Fix label expression/field lose when removing a join in layer properties
2016-02-01 04:54:29 -05:00
Sandro Santilli
793e7b28fc Stub test for QgsMapToPixelGeometrySimplifier
See #12416
2016-02-01 09:51:43 +01:00
Matthias Kuhn
d6169b8d3d FieldExpressionWidget: preserve expression when join is removed 2016-02-01 03:38:16 -05:00
Matthias Kuhn
4ddd1cc529 Reflect changes in QgsExpressionFieldWidget when source fields change 2016-02-01 03:38:16 -05:00
Denis Rouzaud
e453c1588d remove join returns true in case of success 2016-02-01 03:38:16 -05:00
Denis Rouzaud
cae49d7025 Add test for QgsFieldExpressionWidget
the test checks that fields are updated properly on join removal, that expression is not lost and that validity is correct
2016-02-01 03:38:05 -05:00
Alexander Bruy
dc78035329 [processing] restore OgrAlgorothm, as it may be used by some 3rd party
plugins. This class will be removed in QGIS 3.
2016-02-01 09:40:09 +02:00
Patrick Valsecchi
f8a50b510e Add select all button to the attribute table dialog
As suggested by @nyalldawson in qgis/QGIS#2727.
2016-02-01 08:16:56 +01:00
Nyall Dawson
8dafa6335f Show progress bars when importing to mssql/spatialite sources
(previously progress was only shown when importing to postgis)
2016-01-31 23:11:06 +11:00
Nyall Dawson
7fb9b68cfe Don't report a postgis import was successful when the user cancels
it mid-way through
2016-01-31 22:54:11 +11:00
Nyall Dawson
89815646fb Fix dropping geometryless tables to spatialite browser items 2016-01-31 22:52:54 +11:00
Nyall Dawson
4825856fd7 Fix provider ordering by test to correctly also test compiled order by
...and as a result, disable compiled order by support for postgres
due to bugs exposed by the test
2016-01-31 20:42:11 +11:00
Nyall Dawson
96d8986b9f Add polygon layers to provider tests, so we can test ExactIntersect
feature requests
2016-01-31 20:42:11 +11:00
Alexander Bruy
ce2b3c20dc Merge pull request #2742 from NaturalGIS/fix_grass_v_dissolve
[processing] GRASS dissolve works only with areas
2016-01-31 10:44:11 +02:00
Nyall Dawson
c1f7257b24 Merge pull request #2682 from alexbruy/field-precision
don't allow field precision greater than field width (fix #14019, #5154)
2016-01-31 18:53:19 +11:00
Nyall Dawson
df88a9f5c6 Fix some providers returning valid features when iterator is closed
Also add some additional tests to ProviderTestCase for closed iterators
and subset string handling.
2016-01-31 14:38:46 +11:00
Nyall Dawson
6a91603fe7 Merge pull request #2730 from PeterPetrik/13669_duplicate_circular_string_nodes
fix #13669 (Circular string generates duplicated nodes)
2016-01-31 11:28:26 +11:00
Nyall Dawson
4c8fcc522a Followup 57fb7c: fix capitalization and add deselect shortcut 2016-01-31 11:23:49 +11:00
Patrick Valsecchi
57fb7ce47a Add select all and invert selection to Attributes Toolbar
Took the opportunity to fix a bug where the selectByExpression action
was not disabled when a raster layer was selected.
2016-01-31 10:56:30 +11:00
Nyall Dawson
45489f6cf4 Remove useless orientation combobox from copyright dialog 2016-01-31 10:51:17 +11:00
DelazJ
4ab56116ed Standardize map canvas decorations items dialog
Modify "Location" label by "Placement" in scale Bar Decoration
Reorder options of Scale Bar and Copyright decorations dialog in order to set "Placement" options after item's design properties
2016-01-31 10:22:04 +11:00
Giovanni Manghi
f1f0b0a341 GRASS dissolve works only with areas 2016-01-30 15:44:31 +00:00
Salvatore Larosa
6854902ec5 change toolbar icon size to 24x24 for the customization dialog 2016-01-30 12:06:05 +01:00
Salvatore Larosa
e5674fa63b Merge pull request #2740 from DelazJ/btnNewLinePushButton
fix the tooltip description of btnNewLinePushButton in expression bui…
2016-01-30 12:02:38 +01:00
DelazJ
65c6e362f7 fix the tooltip description of btnNewLinePushButton in expression builder
Replace "Close Bracket " by "New Line "
2016-01-30 11:21:52 +01:00
Juergen E. Fischer
772dc1d28f oracle provider: enable server-side simplification only with Locator >=11g or Spatial 2016-01-30 01:42:34 +01:00
Jürgen Fischer
939fc83e51 Merge pull request #2738 from ahuarte47/OracleSimplifyProviderSide
Feature simplification for oracle provider
2016-01-30 01:42:26 +01:00
Alvaro Huarte
6f70953451 Feature simplification for oracle provider 2016-01-30 01:01:41 +01:00