43562 Commits

Author SHA1 Message Date
Nyall Dawson
8526a2dd3f Remember last used folder for processing batch save/load
Fixes #16310
2017-11-10 13:17:01 +10:00
Nyall Dawson
9bac962a9e Fix batch processing progress bar never hits 100%, also fix fragile
cursor handling
2017-11-10 11:33:58 +10:00
Nyall Dawson
797437823c [processing] Fix cannot resize columns in batch dialog
Fixes #17227
2017-11-10 11:25:11 +10:00
Nyall Dawson
a23f315f39 Fix duplicate 'all files' entry in batch input file selection dialog 2017-11-10 11:23:19 +10:00
Nyall Dawson
87ffdabbb3 [processing] Fix crash in batch processing dialog
Fixes #17429
2017-11-10 11:11:32 +10:00
Nyall Dawson
abe5756d3e
Merge pull request #5588 from nyalldawson/acquire
Workaround bug in Qt > 5.8 causing crashes in connection pools
2017-11-10 11:20:03 +11:00
Nyall Dawson
fef56184bc Workaround bug in Qt > 5.8 causing crashes in connection pools
tryAcquire is broken on Qt > 5.8 with negative timeouts - see:

http://bugreports.qt.io/browse/QTBUG-64413
https://lists.osgeo.org/pipermail/qgis-developer/2017-November/050456.html
2017-11-10 09:40:23 +10:00
Nathan Woodrow
e1b76e01ca [FIX] Make the correct location for crash report 2017-11-10 09:14:17 +10:00
Larry Shaffer
4c78526203
Merge pull request #5531 from boundlessgeo/fix-libpaths-update
Fix updating QgsApplication::libraryPaths; load before any Qt plugin use

Note: could possibly be moved to QgsApplication::init()
2017-11-09 14:24:38 -07:00
Matthias Kuhn
4c1ff1cdbd [travis] Trigger libSegFault on abrt 2017-11-09 21:55:19 +01:00
Even Rouault
faa0861d97 [GDAL provider] reintroduce use of unique_ptr removed in d00efde2f0645918cabd4fc34b7c8b71933c6380 2017-11-09 21:01:58 +01:00
Werner Macho
4daf6896f7 [tr] correcting flags 2017-11-09 20:42:43 +01:00
Matthias Kuhn
2c1e2014d7 [travis] Disable PyQgsSpatialiteProvider
It is flaky
2017-11-09 19:33:41 +01:00
Matthias Kuhn
8d8f38d4c4 [travis] Disable non-local file download tests 2017-11-09 19:20:49 +01:00
Even Rouault
3d9ca40f4e [DB Manager / GPKG] Remove GDAL 1.x support 2017-11-09 19:18:34 +01:00
Even Rouault
4eed39b63c [DB Manager / GPKG] Fix COMMIT with GDAL 2 (fix #16174) 2017-11-09 19:11:33 +01:00
Alessandro Pasotti
9168161e1e
Merge pull request #5573 from boundlessgeo/BD-2238-auth-thread-safe
[tests] Add XYX slippy map to test QGIS server + multi-threading
2017-11-09 18:08:38 +01:00
Even Rouault
d00efde2f0
Merge pull request #5580 from rouault/fix_QgsRasterFileWriter_geopackage
[GDAL provider] in create(), use newly create dataset handle to instanciate the provider (fix #17103)
2017-11-09 16:24:23 +01:00
Blottiere Paul
022f6cfd21
Merge pull request #5515 from pblottiere/server_bugfix_plusspace
[server][bugfix]  Fixes #17401 by replacing '+' symbol by space
2017-11-09 15:01:40 +00:00
Even Rouault
b9bde10759
Merge pull request #5576 from rouault/wfst10_test_qt5
Re-enable testWFST10
2017-11-09 15:48:19 +01:00
Even Rouault
c3e15f5228 [GDAL provider] in create(), use newly create dataset handle to instanciate the provider (fix #17103)
Previously we created an empty file, close it and re-opened it immediately in open mode.
However for GeoPackage, if you create for example a 1 band or 3 band dataset, upon reopening
you get a 4 band RGBA dataset, due to the fact that GeoPackage doesn't explicitly store the
number of bands. Thus the 4th band (alpha) was never written by the QgsRasterFileWriter logic.
2017-11-09 15:22:41 +01:00
Alessandro Pasotti
decbde24ff Because spellchecker does not like slippy maps 2017-11-09 15:20:59 +01:00
Harrissou Sant-anna
d8a3c67fa5 Constrain the Help button placement
by avoiding the buttonbox expand
2017-11-09 15:09:48 +01:00
Matthias Kuhn
9f65fcd0d9
Merge pull request #5577 from m-kuhn/valuerelref
Fix value() method of relation reference widget
2017-11-09 14:56:57 +01:00
Matthias Kuhn
b1ac56b5bc Fix value() method of relation reference widget 2017-11-09 14:36:12 +01:00
Matthias Kuhn
8abc892ea2 Typo 2017-11-09 14:35:20 +01:00
Alessandro Pasotti
f99d9aed7d [tests] Add missing import when no auth is required 2017-11-09 13:40:02 +01:00
Even Rouault
426b8dbc46 Re-enable testWFST10 2017-11-09 13:10:42 +01:00
Even Rouault
75c41f5e18 [WFS provider] Fix deadlock when adding WFS layer to project from Python console (fixes #17087) 2017-11-09 12:42:13 +01:00
Alessandro Pasotti
f29c9c9965 [tests] Add XYX slippy map to test QGIS server
Plus: multi-threading server side (for speed)

This is useful for testing various authentication
shemes on a slippy-map server (that uses multi-threading
in QGIS desktop)
2017-11-09 12:23:03 +01:00
Matthias Kuhn
032ca68ba3
Merge pull request #5572 from signedav/valuerelationwidget
Value relation widget takes key again instead of value (in Attribute Form)

Fix #17261
2017-11-09 11:11:38 +01:00
Blottiere Paul
7f37e70762 Add test 2017-11-09 09:31:43 +00:00
Blottiere Paul
ac24c4a37e Fixes #17401 by replacing '+' symbol by space 2017-11-09 09:30:14 +00:00
Juergen E. Fischer
1ff50fd59e fix TestQgsFileDownloader::testLacksWritePermissionsError (followup f06ea878) 2017-11-09 09:16:55 +01:00
Alessandro Pasotti
3fc4be3f10 [auth] Remove unused accessor to mutex 2017-11-09 09:02:54 +01:00
David
2daae54d16 Attribute Form - value relation widget takes key again instead of value
Corrected: Value relation widget update incorrectly tries to use value instead of key

The mapped key has to be set in the return value (not the input value).
In the release-2_18 the key was returned correctly but in another structure. So this is corrected now.
2017-11-09 08:46:26 +01:00
Mathieu Pellerin
0ccf6fa171
Fix Z and M support for add point feature (fixes #17427) 2017-11-09 12:36:22 +07:00
Nyall Dawson
ba62ffce2c Make constructors for QgsVectorLayer and QgsRasterLayer more flexible
...by moving extra arguments to new LayerOptions structs. This allows
us to more easily add new layer constructor options without making
the API cumbersome to use.
2017-11-09 14:28:51 +11:00
Matthias Kuhn
61b2f74aae Do not assume edit widget value changes on every signal
Widgets may on initialisation send out a notification that the value changed (from invalid to something sensible).

The attribute form should however only tell the rest of the world, that a value changed if the new value doesn't
correspond to the one in the cached QgsFeature.

Fix #17425
2017-11-09 02:18:11 +01:00
Matthias Kuhn
dca0dc1dd5 Fix crash when removing layers from running transactions
qobject_cast no longer works when the QObject::destryed signal is being emitted
2017-11-09 02:17:39 +01:00
Matthias Kuhn
78622b4816
Merge pull request #5568 from m-kuhn/postgresDefaultValues
[postgres] Fix default value check if evaluated server side
2017-11-09 01:46:30 +01:00
Matthias Kuhn
b18c891dfc [postgres] Fix default value check if evaluated server side 2017-11-09 01:19:35 +01:00
Nyall Dawson
cab807dc30
Merge pull request #5426 from medspx/ProcessingPortGrass72
[Processing] Port GRASS 7.2 algorithm provider
2017-11-09 06:42:38 +10:00
Matthias Kuhn
e1ffb2826b QgsHighlight improvements
* Doxygen improvements
* Fix unrequired casting
* Remove unrequired contructor
2017-11-08 21:17:00 +01:00
Matthias Kuhn
d79ac26fda
Fix build warning 2017-11-08 17:50:59 +01:00
Matthias Kuhn
140b9568b9
Merge pull request #5467 from signedav/propertieslayout
Propertieslayout Fields And Forms Redesign
2017-11-08 17:46:11 +01:00
David
0ba8f97979 no +/- buttons when not needed and some graphical finetuning
scroll area for attribute type config, but no scroll area for whole tab
set attribute type config to invisible when a container box is selected
2017-11-08 16:53:04 +01:00
Nathan Woodrow
7b427c6be5 Don't quote symbol path in crash 2017-11-09 00:57:04 +10:00
Matthias Kuhn
be5a0c9a01
Merge pull request #5556 from m-kuhn/crashOnHighlight
No need to crash when a user wants a highlight
2017-11-08 15:25:23 +01:00
Mathieu Pellerin
17c7e2fbca
[3D] Fix missing Z support for point layers (#5560) 2017-11-08 21:04:58 +07:00