Nyall Dawson
cedd73ee4d
More list formatting fixes
2020-06-13 16:49:14 +10:00
Nyall Dawson
561a8326c5
Modernize language
...
And avoid insensitive/trigger words (as far as possible -- some are
coming from Qt or other external APIs)
2020-06-13 16:48:38 +10:00
Juergen E. Fischer
49c62a556f
[sip] Fix use of deleted method in QgsRequestHandler (followup #37116 , refs #37072 )
2020-06-12 21:42:26 +02:00
Blottiere Paul
01e879c5b0
Update QgsRuleBasedRenderer::RenderJob
2020-06-12 08:45:13 +10:00
Blottiere Paul
71cf5af210
Fix use of deleted function for QgsReadWriteContextCategoryPopper
2020-06-12 08:45:13 +10:00
Blottiere Paul
5d2b7d200d
Fix use of deleted function for QgsReadWriteLocker
2020-06-12 08:45:13 +10:00
Blottiere Paul
fe2621d063
Fix use of deleted function for QgsRenderedFeatureHandlerInterface
2020-06-12 08:45:13 +10:00
Blottiere Paul
7c752cb89d
Fix use of deleted function for QgsEffectPainter
2020-06-12 08:45:13 +10:00
Blottiere Paul
7ac386bf0b
Fix use of deleted function for QgsLinearMinMaxEnhancementWithClip
2020-06-12 08:45:13 +10:00
Blottiere Paul
39b63cbbdc
Fix use of deleted function for QgsRuleBasedRenderer::RenderJob
2020-06-12 08:45:13 +10:00
Blottiere Paul
385f6399cb
Fix use of deleted function for QgsGeometryCheckErrorSingle
2020-06-12 08:45:13 +10:00
Blottiere Paul
cc19c5fb7f
Fix MappedType error
2020-06-12 08:45:13 +10:00
Nyall Dawson
ef19911f11
[processing][grass] Correctly return the actual generated filename
...
locations as the algorithm results, don't just echo back the parameter
value
Otherwise we don't return the correct value for temporary file locations
or for file paths during model execution
Fixes #36379
2020-06-12 05:00:49 +10:00
Martin Dobias
b2da49b78b
[vector tile] Fix issue with disappearing features ( fixes #36982 )
...
The issue was that renderer/labeling were only keeping "their" required fields,
but the final fields may have been extended by the other, making the field indices
cached in expressions invalid.
The fix is to keep the final QgsFields around and avoid creating those QgsFields on-the-fly
from previously requested fields.
2020-06-11 14:39:45 +02:00
Nyall Dawson
ae42850d08
Sipify
2020-06-11 13:29:59 +10:00
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