55137 Commits

Author SHA1 Message Date
vsklencar
33139f343a [QgsQuick] Updated value relation widget
Renamed and simplified shared ComboBox component - now its just styled component without functionality. All has to be defined when creating it.

Added docs to QgsQuickUtils::createValueRelationCache
2019-04-10 22:23:34 +02:00
vsklencar
e06652e236 [QgsQuick] Refactored QgsQuickValueMap and QgsQuickValueRelation widgets. Shared code extracted to a separate file. 2019-04-10 22:23:34 +02:00
vsklencar
3c7a1608ed Formatted code 2019-04-10 22:23:34 +02:00
vsklencar
f8e433187e [QgsQuick] Fixed init error and added qml file to the list.
Added new widget to qgsquick.qrc list
Get rid of error on qgsquickrelation widget init, when currentMap variable is undefined.
2019-04-10 22:23:34 +02:00
vsklencar
7631ddd14f [QgsQuick] Value Relation widget
Added a widget for value relation field time of a feature form.
2019-04-10 22:23:34 +02:00
Matthias Kuhn
7bc70921ae
Use qobject_cast instead of dynamic_cast 2019-04-10 20:10:12 +02:00
Matthias Kuhn
1450985547
Merge pull request #9737 from jef-n/postgres-unittest-2826ba34f
unit test for 2826ba34f
2019-04-10 19:13:23 +02:00
Matthias Kuhn
d2c6999632
Merge pull request #9742 from m-kuhn/repeatable_xml_order
Make .qgs project file XML element order stable
2019-04-10 19:12:43 +02:00
vsklencar
913dee2b9c [QgsQuick] Feature form group styling
Added margin to group title box - size and color properties have been added to group styling.
2019-04-10 17:14:03 +02:00
vsklencar
4a3bac8251 [QgsQuick] Feature form group styling 2019-04-10 17:14:03 +02:00
nirvn
e174577a6a [gdal] Implement the data provider reloadData() function (fixes #20536) 2019-04-10 18:33:53 +07:00
Alessandro Pasotti
2e613b47d2
Merge pull request #9765 from elpaso/fix-webkit-build
Fix build without webkit
2019-04-10 11:10:56 +02:00
Alessandro Pasotti
cce1d6973d Fix build without webkit 2019-04-10 10:20:49 +02:00
nirvn
9ce1093bce [FEATURE][ogr] Add string list field type support 2019-04-10 08:06:12 +07:00
Matthias Kuhn
54d58d9fa3
const list cannot be sorted 2019-04-09 23:39:32 +02:00
Juergen E. Fischer
28b33234cd update INSTALL 2019-04-09 19:07:31 +02:00
rldhont
93656c2124
Apply SLD PointSymbolizer on single centroid for polygon
SLD 1.0 and StyleEncoding 1.1 specs say that if a line, polygon, or raster geometry is used with PointSymbolizer, then the semantic is to use the centroid of the geometry, or any similar representative point.

When QGIS read an SLD, it applies the point on the centroid of all parts of the multi-polygon and not on the unique centroid of the mutil-polygon.

ST_Centroid is the PostGIS implementation of the Simple Feature standard for SQL and it generates only one point for multi-polygon. So I think SLD PointSymbolizer has to be applied to the single centroid.
2019-04-09 18:13:05 +02:00
Blottiere Paul
c2840a26eb
Merge pull request #9699 from pblottiere/server_split
[server] Move specialised funtions in correponding service cpp files
2019-04-09 16:35:24 +02:00
Matthias Kuhn
ae17fb3f53
Merge pull request #9762 from elpaso/plugin-dependencies-fix
Fix plugin loading from zip (dependencies followup)
2019-04-09 16:06:10 +02:00
Matthias Kuhn
4fc6176f5f
Stabilize XML for layer settings and map themes 2019-04-09 16:02:21 +02:00
Blottiere Paul
9b298ca753 Remove getMap method with hitTest 2019-04-09 16:01:24 +02:00
Matthias Kuhn
fa850a11ba
Save project properties in predictable order 2019-04-09 15:56:20 +02:00
Blottiere Paul
ebccfb6438 Update exception messages 2019-04-09 15:43:11 +02:00
Blottiere Paul
c09e10ceb2 Update doc and sip binding 2019-04-09 15:43:11 +02:00
Blottiere Paul
70cd928346 Fix issue after rebase 2019-04-09 15:43:11 +02:00
Blottiere Paul
911ef98677 Update sip binding 2019-04-09 15:43:11 +02:00
Blottiere Paul
80d796a88c Remove unused methods/functions 2019-04-09 15:43:11 +02:00
Blottiere Paul
4d4d2297b9 Use new getLegendGraphics methods 2019-04-09 15:43:11 +02:00
Blottiere Paul
81f029d19c Add legend node function 2019-04-09 15:43:11 +02:00
Blottiere Paul
392524646a Add suport whe legend is not based on rule 2019-04-09 15:43:11 +02:00
Blottiere Paul
ba14e1448a Add basic support for hit test without calling getMap 2019-04-09 15:43:11 +02:00
Blottiere Paul
f482ddfc83 Raise exception from the checking method directly 2019-04-09 15:43:11 +02:00
Blottiere Paul
46746a3713 Add method to build layer tree 2019-04-09 15:43:11 +02:00
Blottiere Paul
bc72ff2315 Check parameters before calling the renderer 2019-04-09 15:43:11 +02:00
Alessandro Pasotti
e57d1e06f0 Fix plugin loading from zip (dependencies followup) 2019-04-09 15:21:09 +02:00
Martin Dobias
b2aa97843d Added rendering tests for 3D lines 2019-04-09 09:42:08 +02:00
Martin Dobias
d8455ab900 More robust and simpler near plane clipping of lines 2019-04-09 09:42:08 +02:00
Martin Dobias
50bd9660a6 Add spacer after edges group box for better alignment 2019-04-09 09:42:08 +02:00
Martin Dobias
e7c5c5eda7 Fix line rendering glitches 2019-04-09 09:42:08 +02:00
Martin Dobias
50dd4b1317 Edge highlighting for extruded polygons 2019-04-09 09:42:08 +02:00
Martin Dobias
78da017f74 Fix altitude clamping for points without Z values 2019-04-09 09:42:08 +02:00
Martin Dobias
b5fec5872b Edge settings for polygons + GUI to configure edge rendering 2019-04-09 09:42:08 +02:00
Martin Dobias
28b349f04a [FEATURE] rendering of 3d wide lines, rendering of polygon edges 2019-04-09 09:42:08 +02:00
Martin Dobias
d15cae9ae2 [quick] Lower min. Qt version (>=5.9) in two editor widgets
There does not seem to be a reason to strictly require a higher version
of Qt Quick in two of editor widgets.

Qt Quick and Qt Quick Controls have a bit confusing versioning, see:
https://doc.qt.io/qt-5/qtquickcontrols-index.html

Qt 5.9 = Quick 2.9 + Quick Controls 2.2
2019-04-09 09:40:58 +02:00
nirvn
2582399ab5 [FEATURE][expression] New array_all() function to check whether
an array contains _all_ values of another given array.
2019-04-09 11:44:00 +07:00
Nyall Dawson
9502c35307 Fix warnings when building without HAVE_SERVER_PYTHON_PLUGINS 2019-04-09 13:13:13 +10:00
Alex
3b4dbe8f14 Fix html build (#9749)
* fixing test

* fixing include

* reverting test change
2019-04-08 16:52:23 +02:00
Nyall Dawson
933559b655 [processing] Report provider version string alongside QGIS version in log
Helpful for debugging and reproducability of results
2019-04-08 16:59:15 +10:00
Nyall Dawson
708bf4425b [processing] Add version method to QgsProcessingProvider
Allows retrieving provider version
2019-04-08 16:59:15 +10:00
Matthias Kuhn
67dabd705d
Merge pull request #9379 from lbartoletti/intersection_linestringZ
Fixes intersection on (multi)linestring/polygon/curve Z, M and ZM
2019-04-08 07:47:20 +02:00