Matthias Kuhn
e98842e3b9
Merge pull request #5699 from m-kuhn/valueRelationMultiSelect
...
Fixes for Value relation widget, multi select
2017-11-23 08:08:24 +01:00
Alessandro Pasotti
9d8a39fac0
Merge pull request #5694 from elpaso/bugfix-17518-pg-import--without-schema
...
[bugfix][postgres] Browser panel D&D a layer onto a postgresql connection tree …
2017-11-23 07:53:57 +01:00
Nyall Dawson
f8d839519f
Fix indentation
2017-11-23 15:43:17 +10:00
Mathieu Pellerin
060b3e3a54
[ArcGIS REST] fix fallback feature id value (followup to f32791e)
2017-11-23 12:27:12 +07:00
Nyall Dawson
07e4c57291
Add some unit tests for DXF export
2017-11-23 14:44:23 +10:00
Mathieu Pellerin
f32791ee21
[ArcGIS REST] fix caching logic for extent filtered requests
2017-11-23 11:34:04 +07:00
Nyall Dawson
1535ff84ff
[dxf][feature] Add option to export labels as text elements, instead of mtext
...
Sponsored by SMEC
2017-11-23 12:59:43 +10:00
Nyall Dawson
d2369425c6
Merge pull request #5650 from nyalldawson/proc_gpkg
...
[FEATURE][processing] Package layers algorithm
2017-11-23 13:59:00 +11:00
Nyall Dawson
0a18b1fdd0
Update sip
2017-11-23 11:46:52 +10:00
Nyall Dawson
fada3d9ace
Add unit test for package algorithm
2017-11-23 11:27:24 +10:00
Nyall Dawson
a8eee62461
[FEATURE][processing] Package layers algorithm
...
Allows multiple vector layers to be collected together into a
geopackage database output
Previously all existing methods avilable in QGIS rely on adding
layers one-at-a-time, which is tedious for large numbers of layers.
Sponsored by SMEC
2017-11-23 10:01:13 +10:00
Nyall Dawson
e6d86bba53
[processing] Generalise modeler multi-step feedback proxy for use
...
outside of modeler
This can be useful too for individual algorithms
2017-11-23 10:01:13 +10:00
Martin Dobias
b288a5f5fa
Set initial extent of a new 3D view to extent of the main canvas
2017-11-23 00:03:01 +01:00
Martin Dobias
d03b6f435e
Fix world origin and camera position on terrain change ( fixes #17514 )
...
This makes "zoom full" in 3D view working again after modification of terrain generator.
Also we update the camera position so it looks at the same spot as it was before.
2017-11-23 00:03:01 +01:00
Borys Jurgiel
eeaf2d9098
Update icon path
2017-11-22 22:56:03 +01:00
Borys Jurgiel
6728e6a766
Install missing icon
2017-11-22 22:14:34 +01:00
Alessandro Pasotti
94a1e68a25
[bugfix][wms] Fix GetFeatureInfo
...
Fixes #17498 WMS GetFeatureInfo requests not working
Use the right variable instead of an
unitialized one ( followup b119744 )
2017-11-22 18:51:55 +01:00
Matthias Kuhn
b448826d5b
Fix reading of multi selection ValueRelation widgets
2017-11-22 17:50:50 +01:00
Matthias Kuhn
59cf9f329c
Avoid recursion in ValueRelation widget
...
Fix #17521
2017-11-22 17:50:49 +01:00
Alessandro Pasotti
9f56878d88
[bugfix] Add some more logic to get the schema name if empty
2017-11-22 17:22:14 +01:00
Vincent Mora
087087f3b2
Merge pull request #5696 from elpaso/bugfix-17517-singlebandgrey-crash
...
[bugfix] Crash on raster layer render change from python
Everything looks good to me, thanks @elpaso
2017-11-22 16:45:04 +01:00
Matthias Kuhn
ade6b60955
Merge pull request #5688 from m-kuhn/fix17496
...
Relation reference widget: apply conditional styles
2017-11-22 15:58:19 +01:00
Richard Duivenvoorde
880af67627
add inforce to spelling.dat
2017-11-22 10:42:47 -04:00
Richard Duivenvoorde
83386fb1c8
typo: inforced->enforced
2017-11-22 10:42:47 -04:00
Blottiere Paul
aef1b9abd7
Merge pull request #5693 from pblottiere/wms_flaky2
...
[server] Enable all WMS tests (GetMap, GetPrint, GetLegendGraphics)
2017-11-22 14:39:31 +00:00
Alessandro Pasotti
98d2dcbf7a
[bugfix] Crash on raster layer render change from python
...
Fixes #17517
Requires backporting
2017-11-22 15:18:08 +01:00
Alessandro Pasotti
23dfb1de57
[bugfix] Browser panel D&D a layer onto a postgresql connection tree node icon fails without notice
...
Fixes #17518 by defaulting to "public" if no schema is given
2017-11-22 13:02:15 +01:00
Sandro Mani
d6d4097036
Merge pull request #5692 from manisandro/afsshareddata_mutex
...
[ArcGIS REST] Add missing mutex to QgsAfsProvider (fixes #17513 )
2017-11-22 12:49:13 +01:00
Blottiere Paul
3563298988
Enable all WMS tests (GetMap, GetPrint, GetLegendGraphics)
2017-11-22 11:27:25 +00:00
Sandro Mani
e9309eec70
[ArcGIS REST] Also protect mCache.clear() by mutex
2017-11-22 11:58:55 +01:00
Sandro Mani
9ed26361a6
[ArcGIS REST] Add missing mutex to QgsAfsProvider ( fixes #17513 )
2017-11-22 11:48:49 +01:00
Alessandro Pasotti
db3c93c3a6
Merge pull request #5691 from elpaso/bugfix-17507-gpkg-filtered-edit
...
[app][bugfix] Update layer editable state when filter is changed
2017-11-22 11:45:49 +01:00
Alessandro Pasotti
059c997766
Merge pull request #5687 from elpaso/bugfix-16753-offline-editing-wfs-warning
...
[offline-editing] Add a warning icon and tooltip to WFS sources
2017-11-22 11:45:19 +01:00
Alessandro Pasotti
5f6c1bac61
Rewording of warning message for WFS unstable pk
2017-11-22 11:44:20 +01:00
Matthias Kuhn
a374ebe965
Relation referenc widget: apply conditional styles
...
Fix #17496
2017-11-22 11:13:19 +01:00
Matthias Kuhn
7d92641700
Add QString operator to QgsExpression
2017-11-22 11:13:19 +01:00
Blottiere Paul
58bfbd51cc
Merge pull request #5658 from pblottiere/qurl_obsolete
...
[server] Fix obsolete QUrl method
2017-11-22 09:58:24 +00:00
Matthias Kuhn
7e727fd88f
Merge pull request #5640 from pblottiere/wms_flaky
...
[server] WIP: detect WMS flaky tests
2017-11-22 10:31:58 +01:00
Blottiere Paul
a416f4e30c
Fix obsolete call of addQueryItem on QUrl in server
2017-11-22 08:42:37 +00:00
Blottiere Paul
5945a84d21
Merge pull request #5638 from pblottiere/bugfix_joins
...
[bugfix] Fixes #17450 by correctly setting the join info ordered list
2017-11-22 08:32:13 +00:00
Alessandro Pasotti
d775a0d97a
[app][bugfix] Update layer editable state when filter is changed
...
Fixes #17507
2017-11-22 09:21:08 +01:00
Alessandro Pasotti
2169c8809c
Initialize some more vars to make Valgrind happy
2017-11-22 08:51:05 +01:00
Blottiere Paul
fd1539f502
Skip test instead of commenting
2017-11-22 07:46:24 +00:00
Blottiere Paul
e29f605bb3
Add some masks and set a higher threshold for comparing images
2017-11-22 07:46:24 +00:00
Blottiere Paul
1c81c4236b
Disable a test
2017-11-22 07:46:24 +00:00
Blottiere Paul
d24de06c10
Split some WMS tests
2017-11-22 07:46:24 +00:00
Blottiere Paul
333a8e9e94
Fixes #17450 by correctly setting the join info ordered list
2017-11-22 07:30:25 +00:00
Nyall Dawson
b058df7d1d
Merge pull request #5686 from nyalldawson/encoding
...
[processing] Don't use crappy Qt file picker dialog
2017-11-22 07:27:50 +11:00
Nyall Dawson
b97c6a8d88
Use native file picker for spatialite export option also
2017-11-22 05:26:34 +10:00
Nyall Dawson
d62b4e9760
Merge pull request #5683 from Gustry/metadata_crs
...
fix #17456 improve CRS display in the metadata tab
2017-11-22 05:56:21 +11:00