Nyall Dawson
860dff9fb0
Fix a broken list
2020-06-11 13:29:59 +10:00
Nyall Dawson
c795ddb1e9
Updates
2020-06-11 13:29:59 +10:00
Nyall Dawson
d3a54eed6f
Add flags to control geometry to WKB export behavior
...
With initial flag to force conversion of triangle types to polygons
2020-06-11 05:32:26 +10:00
Nyall Dawson
8d00ae8638
[legends] Fix corrupted data defined legend rendering in layout designer
...
Fixes #36765
Fixes #34658
2020-06-11 05:30:42 +10:00
Nyall Dawson
98d618b444
Tighten includes
2020-06-11 05:30:42 +10:00
Alexander Bruy
7d58502b3b
Merge pull request #37097 from alexbruy/processing-tests
...
reduce precision when checking service area test results
2020-06-10 17:09:04 +03:00
Alexander Bruy
de6ec479f0
reduce precision when checking service area test results
2020-06-10 14:44:41 +03:00
Alessandro Pasotti
dc6d34b3a8
Merge pull request #37071 from elpaso/bugfix-gh36398-server-wfs-gml-srsname-take2
...
Fix OGC utils filter srsName
2020-06-10 11:46:55 +02:00
Alessandro Pasotti
954ab15276
Merge pull request #37074 from alexbruy/fix-servicearea
...
fix saving attributes in the service area algorithm
2020-06-10 09:26:59 +02:00
Alessandro Pasotti
2b59519576
Namespace QgsOgcUtils::Context (for SIP bindings)
2020-06-10 09:18:33 +02:00
nirvn
5385ae64d4
[processing] Make gdaladdo optional parameters truly optional
2020-06-10 13:13:58 +07:00
Alexander Bruy
18195e2ad0
fix saving attributes in the service area algorithm
2020-06-10 07:44:52 +03:00
Nyall Dawson
ce9f519468
Place 3d tab in vector properties at the correct position
...
Fixes #35010
2020-06-10 04:04:40 +10:00
Nyall Dawson
3c0ecbfd79
Fix 3d tab is not activated when reopening vector layer properties
...
Fixes #35011
2020-06-10 04:04:40 +10:00
Alessandro Pasotti
8cd7f0da6f
Fix OGC utils filter srsName
...
Adds a layer + coordinateTransform context to pass
to the ogc utils functions that read the GML geometry
so that it can be transformed to layer's CRS when
constructing the feature filter.
Fixes #36398
2020-06-09 19:06:56 +02:00
Nyall Dawson
adf0fe32d9
Dox
2020-06-09 19:49:15 +10:00
Nyall Dawson
a9d6b04f77
[browser] Refine refreshConnections method to avoid triggering a full
...
refresh of ALL browser content
Instead limit refresh to the provider associated with the item only
(and provide a means for items to refresh a different provider, e.g.
to allow the geopackage connection item to be refreshed when a
new connection is added through a directory item)
Fixes #37007
2020-06-09 19:49:15 +10:00
Nyall Dawson
154a4995e0
[api] Optionally allow items in QgsMapLayerModel to be reordered via drag and drop
2020-06-09 11:38:16 +10:00
Alessandro Pasotti
21f6f576b9
Fix DB manager date time display in SQL window
...
Fixes #35140
2020-06-09 08:35:31 +10:00
Alessandro Pasotti
cd4785de9e
A few UX enhancements for error reporting on GPKGs
...
This fixes #36574 by showing an error in the data
items when the layer cannot be opened.
In the same way, similar errors now bubble up
to the message bar from data source select dialog.
2020-06-09 08:25:46 +10:00
Nyall Dawson
e81af2c9e1
[processing] Add metadata setting for file destination parameters
...
to avoid file overwrite confirmation prompt
Fixes #37011
2020-06-09 04:02:32 +10:00
Nyall Dawson
777c75bccd
Revise advanced effects warning to account for GeoPDF capabilities
...
when exporting canvas to GeoPDF
2020-06-08 13:30:06 +10:00
Nyall Dawson
8d38aa2c15
Respect layer opacity and composition modes where possible when exporting GeoPDF
...
Fixes #33305
2020-06-08 13:30:06 +10:00
vcloarec
9f75860425
fix sip
2020-06-08 09:20:45 +10:00
vcloarec
15132730af
set time step when first loading meshlayer
2020-06-08 09:20:45 +10:00
Mathieu Pellerin
404187d277
Revert a Qgis -> QGIS change, the doc was referring to the actual Qgis class name
2020-06-08 09:12:21 +10:00
Denis Rouzaud
ce17f7fa78
Merge pull request #37000 from 3nids/layer-tree-filter-proxy
...
Use a filter proxy model for the dependencies layer tree
2020-06-06 13:05:03 +02:00
nirvn
291ba7f2dc
{Qgis,QGis} -> QGIS
2020-06-06 17:45:43 +07:00
nirvn
341b3d8c20
[dbmanager] Qgis -> QGIS
2020-06-06 17:45:43 +07:00
Denis Rouzaud
09a36c3f6d
fix UI and use invalidate rather than reset model
2020-06-06 09:22:38 +02:00
Denis Rouzaud
558e0b6ce8
use filters rather than list of layer types
2020-06-06 09:22:38 +02:00
Denis Rouzaud
d311aef8c7
add static method to test if layer matches QgsMapLayerProxyModel::Filters
2020-06-06 09:22:24 +02:00
Samweli Mwakisambwe
c22d429a52
updated disable ssl label
2020-06-06 07:00:03 +10:00
Samweli Mwakisambwe
94106dc2d6
fix SSL error
2020-06-06 07:00:03 +10:00
Denis Rouzaud
97862bbc15
make QgsLocalizedPathRegistry thread safe ( #36865 )
2020-06-05 17:05:41 +02:00
Denis Rouzaud
91f71f51e9
fix dox + sip
2020-06-05 16:18:16 +02:00
Denis Rouzaud
961ffcc94e
use QgsLayerTreeFilterProxyModel for layer dependency tree
2020-06-05 14:21:30 +02:00
Denis Rouzaud
3322d2bb64
add QgsLayerTreeFilterProxyModel to easily use a layer tree
2020-06-05 14:21:30 +02:00
Alessandro Pasotti
055d7c6c64
Server: remove unused allowMethod
...
Fixes #36163
2020-06-05 11:49:29 +02:00
Matthias Kuhn
a741700013
Merge pull request #36909 from m-kuhn/offline_editing_style_copy
...
Fix styles are not copied in offline editing
2020-06-05 07:27:02 +02:00
Nyall Dawson
8fb8e45d51
Ensure that fields required by marker symbol backgrounds for labels
...
are fetched when rendering
Fixes #36944
2020-06-05 08:53:06 +10:00
Nyall Dawson
6b27958948
Fix "zoom" and "flash" features buttons have no effect when opening
...
filter mode in attribute form
(For reference: not a regression -- these buttons were originally
added for the "select by form" dialog only, and they've just never
been hooked up for use inside the attribute form itself!)
Fixes #34506
2020-06-05 08:52:45 +10:00
Nyall Dawson
d74715c310
Add metadata to project for last save datetime alongside the existing
...
last saved username details
2020-06-05 08:41:00 +10:00
Nyall Dawson
1d995840ec
Add API to set an "original path" for QgsProject
...
This is intended for use with non-qgs/qgz project files
(see QgsCustomProjectOpenHandler) in order to allow custom project open handlers
to specify the original file name of the project. For custom project formats,
it is NOT appropriate to call setFileName() with the original project path, as
this causes the original (non QGIS) project file to be overwritten when the
project is next saved.
2020-06-05 08:41:00 +10:00
Nyall Dawson
33fb57e4a0
Also restrict scope of Ctrl+A select all shortcut to avoid ambiguity
2020-06-04 10:59:27 +10:00
Nyall Dawson
873716c6fa
Limit scope of Ctrl+C shortcut for copy features to canvas and for
...
python console to console widget
Avoids ambiguous shortcut warnings/unexpected behavior when pressing
Ctrl+C
Fixes #27035
Fixes #31918
Fixes #31914
Fixes #31392
2020-06-04 10:59:27 +10:00
Alexander Bruy
9e27f1487c
fix menu entry for Split Vector Layer algorithm
2020-06-04 05:36:19 +10:00
Matthias Kuhn
68574d9835
[api] Add QgsMapLayerStyleManager::copyStylesFrom
2020-06-03 14:37:57 +02:00
nirvn
af474eaf81
[python console] Deal with remaining vanishing prompt scenarios
2020-06-03 17:31:45 +07:00
nirvn
bbdc9068b0
[python console] Additional tweaks to new prompt
2020-06-03 14:15:09 +07:00