Nyall Dawson
1de9254917
Fix unreported crash when clicking edit button in vector tile
...
renderer/labeling settings and no row is selected
2020-09-07 12:00:14 +10:00
Nyall Dawson
8976fda4cf
Merge pull request #38594 from nyalldawson/fix_38562_project_load
...
Fix project never completes loading layers when a layer has a missing dependancy
2020-09-07 11:46:24 +10:00
Nyall Dawson
dd82478e26
If a project is missing a layer dependancy, don't abort out loading it
...
Otherwise we've effectively destroyed the project. Rather, continue
to load whatever layers we possibly can
Fixes #38562
2020-09-07 09:34:52 +10:00
Nyall Dawson
08561d3717
Fix project load task never completes when project fails layer
...
dependancy tests
Refs #38562
2020-09-07 09:33:50 +10:00
Matthias Kuhn
dd3cc1283f
Merge pull request #38336 from m-kuhn/sqlite_dqs
...
Use valid sql for unique value detection in sqlite
2020-09-06 14:11:36 +02:00
Nyall Dawson
c0ebc68eff
Fix test
2020-09-06 21:07:25 +10:00
Nyall Dawson
1c683e2e36
Fix broken seealso link
2020-09-06 21:07:25 +10:00
Nyall Dawson
54b506a02a
When converting a interpolated line width, also set the base setting to a decent value so that legends look ok
2020-09-06 21:07:25 +10:00
Nyall Dawson
98ba6a47ff
Add option to convert units during conversion
...
Because pixel based units are unfriendly for hi-dpi or print layouts
2020-09-06 21:07:25 +10:00
Nyall Dawson
3e54b7ab5f
Warn on fill-pattern
2020-09-06 21:07:25 +10:00
Nyall Dawson
f2f1f4a5a8
Convert halo blur
2020-09-06 21:07:25 +10:00
Nyall Dawson
6bbca2b6d8
Fix blur effect GUI doesn't correctly restore previous blur unit
2020-09-06 21:07:25 +10:00
Nyall Dawson
c58e540ff3
Improve handling of text-transform setting
2020-09-06 21:07:25 +10:00
Nyall Dawson
df774f54b8
MUCH improved field name parsing for MapBox GL label fields/expressions
2020-09-06 21:07:25 +10:00
Nyall Dawson
df49f2d0e3
Fix conversions
2020-09-06 21:07:25 +10:00
Nyall Dawson
d301868173
Even simpler filter strings in some circumstances
2020-09-06 21:07:25 +10:00
Nyall Dawson
b5ff62abf9
More improvements to filter conversion
2020-09-06 21:07:25 +10:00
Nyall Dawson
2fa8cf3f60
Cleaner filter expressions
2020-09-06 21:07:25 +10:00
Nyall Dawson
c32733bb0e
Style
2020-09-06 21:07:25 +10:00
Nyall Dawson
52c0a18fb5
Fix tests
2020-09-06 21:07:25 +10:00
Nyall Dawson
53c72bc800
More API improvements
2020-09-06 21:07:25 +10:00
Nyall Dawson
37de374e19
Cleaner API
2020-09-06 21:07:25 +10:00
Nyall Dawson
039951e43d
Add credits
2020-09-06 21:07:25 +10:00
Nyall Dawson
4b72c835d0
Misc fixes
2020-09-06 21:07:25 +10:00
Nyall Dawson
659388a57e
Completed port
2020-09-06 21:07:25 +10:00
Nyall Dawson
ed597b7c9c
Fill symbol conversion
2020-09-06 21:07:25 +10:00
Nyall Dawson
b9dd8b2602
More interpolation work
2020-09-06 21:07:25 +10:00
Nyall Dawson
c4858b4231
Color work, some tests
2020-09-06 21:07:25 +10:00
Nyall Dawson
96c2ddbade
Make QgsSymbolLayerUtils::parseColor handle hsl(a) color strings
2020-09-06 21:07:25 +10:00
Nyall Dawson
958d5ddb7b
Start on test
2020-09-06 21:07:25 +10:00
Nyall Dawson
0b6af81cb1
Fix build
2020-09-06 21:07:25 +10:00
Nyall Dawson
fe7470c6ea
Blank shell for Mapbox GL style converter
2020-09-06 21:07:25 +10:00
DiGro
5cf027c8ba
Added missing space
...
Line 123/124 : "generated points are considered.""If the" should be: "generated points are considered. ""If the"
to display correct in Help.
Therefore added one space after the dot behind "considered" to make that happen.
2020-09-06 15:28:53 +10:00
Richard Duivenvoorde
f1ce63755f
Apply suggestions from code review
...
Co-authored-by: Matthias Kuhn <matthias@opengis.ch>
2020-09-05 17:12:40 +02:00
Richard Duivenvoorde
3c79dc9444
Spelling
2020-09-05 14:48:21 +02:00
Richard Duivenvoorde
d72c219b83
Better logic
2020-09-05 14:47:17 +02:00
Matthias Kuhn
df81c51a63
Double-quoted String Literals Are Accepted
...
https://www.sqlite.org/quirks.html#dblquote
2020-09-05 14:45:47 +02:00
Richard Duivenvoorde
47a66d9213
Run scripts/sipify_all.sh
2020-09-05 12:05:30 +02:00
Matthias Kuhn
a51c20136c
Merge pull request #38383 from suricactus/new_feat_constraint
...
Allow adding new features via attribute form
2020-09-04 21:21:49 +02:00
Matthias Kuhn
d998bb3d17
Merge pull request #38318 from signedav/attachement-expression
...
Update documuent viewer in the attachment widget on attribute change
2020-09-04 21:13:07 +02:00
Richard Duivenvoorde
6e3754ba79
Make astyle happy
2020-09-04 19:39:30 +02:00
Richard Duivenvoorde
7d4738a6f3
Add check to NOT emit signal when temporalExtents are not actually changed
2020-09-04 19:33:57 +02:00
Richard Duivenvoorde
f27027fad4
Add temporalExtentsChanged signal to QgsTemporalNavigationObject
2020-09-04 12:42:10 +02:00
Alessandro Pasotti
81cf4ee31a
Merge pull request #38578 from elpaso/bugfix-gh38531-update-labels-on-dd-forms
...
Update DD labels on drag&drop forms
2020-09-04 08:44:48 +02:00
Alessandro Pasotti
1fdf81cb08
Merge pull request #38582 from elpaso/bugfix-gh38580-pg-no-geography-columns
...
Do not query geography_columns on postgis < 1.5
2020-09-04 08:44:25 +02:00
Alessandro Pasotti
79fb756935
Merge pull request #38593 from nyalldawson/fix_annotation_layer_crash
...
Fix crash when creating project and default transform context has some entries
2020-09-04 08:44:05 +02:00
Matthias Kuhn
badbdb363c
Fail model run if an algorithm is not available on the system ( #38587 )
2020-09-04 16:30:06 +10:00
rldhont
0eee749c7e
Merge pull request #38475 from rldhont/server-restorer-sld-style-enhancement
...
Server: Enhance WMS Layer style restorer for SLD
2020-09-04 08:25:19 +02:00
Nyall Dawson
eb68eb7e9f
Fix crash when creating project and default transform context has some entries
2020-09-04 09:33:19 +10:00
Nyall Dawson
8ece6edbbe
Correctly set parent for main annotation layer to avoid leak
2020-09-04 09:00:04 +10:00