Andrea Giudiceandrea
f865b3f534
[db manager] Fix import layer encodings
2022-09-09 07:12:50 +10:00
Andrea Giudiceandrea
940d95c77a
[db manager] Add tooltip to enconding settings
2022-09-09 07:12:50 +10:00
Alessandro Pasotti
5fd3b851a9
Merge pull request #50140 from pathmapper/map_template
...
[server] Update map template for OGC API Features
2022-09-08 22:57:45 +02:00
Alessandro Pasotti
e10046f106
Hide progress bar when done loading
2022-09-08 17:28:54 +02:00
Alessandro Pasotti
f649d498d8
Merge pull request #50095 from elpaso/layer-metadata-provider-gui2
...
Layer metadata provider gui
2022-09-08 14:40:41 +02:00
Loïc Bartoletti
9845115a0f
Merge pull request #48853 from Koyaani/fix_topological_editing_different_crs_v3
...
Fix topological editing different crs v2.1
2022-09-08 14:38:48 +02:00
pathmapper
f23007454d
Remove optional attribution prefix from maps
2022-09-08 14:35:26 +02:00
pathmapper
5a7d90dce8
Remove not needed listener
...
There's no function "featureOver".
2022-09-08 13:45:23 +02:00
Alessandro Pasotti
751deda160
Merge pull request #50127 from elpaso/server-sql-extra-allowed-tokens
...
Server: add QGIS_SERVER_ALLOWED_EXTRA_SQL_TOKENS settings var
2022-09-08 12:12:50 +02:00
Alessandro Pasotti
9986e6f4a0
Return false from metadata contains when string is empty
2022-09-08 10:51:40 +02:00
Alessandro Pasotti
a66a45cbc3
Merge pull request #50131 from pathmapper/api_docs
...
Update API docs
2022-09-08 08:57:33 +02:00
Alessandro Pasotti
f148ec193d
Fix spaces and comma in the token forbidden error message
2022-09-08 08:30:48 +02:00
Andrea Giudiceandrea
2b6121f9b9
[expression] Fix LIKE / ILIKE operators
2022-09-08 08:01:41 +10:00
vcloarec
dcb7bf6ffa
fix duplicate dataset group in mesh calculator test
2022-09-07 13:43:28 -04:00
vcloarec
0fa078ab47
spelling
2022-09-07 13:43:28 -04:00
vcloarec
e89698e618
SIPIFY
2022-09-07 13:43:28 -04:00
vcloarec
3284fd9f38
improve consistency of mesh dataset group indexes
2022-09-07 13:43:28 -04:00
vcloarec
3222ac7270
add tests
2022-09-07 13:43:28 -04:00
pathmapper
0b79e45406
Update API docs
...
Custom teplate function nl2br( text ) was missing
Adjust formatting
2022-09-07 19:11:26 +02:00
Alessandro Pasotti
6cd4edffd5
Python > 3.8 compatibility
2022-09-07 18:13:15 +02:00
Alessandro Pasotti
2bf3ea4931
Revert quick exit
2022-09-07 18:10:23 +02:00
Alessandro Pasotti
65baa23f0e
Typos
2022-09-07 16:40:43 +02:00
Alessandro Pasotti
2beed8345c
Server: add QGIS_SERVER_ALLOWED_EXTRA_SQL_TOKENS settings var
...
This new feature allows to specify extra tokens allowed for
WMS FILTER definition.
The current list of accepted tokens is rather small and
this setting will allow the sysadmins to enlarge the list
of allowed tokens.
2022-09-07 16:40:43 +02:00
vcloarec
1d9495b8a9
change ui
2022-09-07 08:23:23 -04:00
vcloarec
abbcb30e82
add missing test file
2022-09-07 08:23:23 -04:00
vcloarec
410af1d023
fix spelling
2022-09-07 08:23:23 -04:00
vcloarec
8d47b47e20
option to reload mesh layer temporal properties
2022-09-07 08:23:23 -04:00
Nyall Dawson
8dbb654a55
Address review
2022-09-07 22:09:52 +10:00
Nyall Dawson
b606ce6d19
Fix qt6 build
2022-09-07 22:09:52 +10:00
Nyall Dawson
b7857e4fbc
Fix warning
2022-09-07 22:09:52 +10:00
Nyall Dawson
8b0661652d
Doxygen
2022-09-07 22:09:52 +10:00
Nyall Dawson
af284cfe4f
Add unit tests
2022-09-07 22:09:52 +10:00
Nyall Dawson
254c43df5f
Correctly render vertical oriented text using HTML formatting
2022-09-07 22:09:52 +10:00
Nyall Dawson
670c762f75
Don't crash on empty label text
2022-09-07 22:09:52 +10:00
Nyall Dawson
738035313f
Correctly place text backgrounds when valign isn't top
2022-09-07 22:09:52 +10:00
Nyall Dawson
9e79171fad
Fix bold html formatting is not always respected
2022-09-07 22:09:52 +10:00
Nyall Dawson
603dd192a3
Ensure curved label text of mixed heights is vertically baseline aligned
...
In future we probably want to support explicit control of vertical
alignment for text, but for now baseline alignment is the best
default option we can use.
2022-09-07 22:09:52 +10:00
Nyall Dawson
604b4471a8
Fix qt 6 build
2022-09-07 22:09:52 +10:00
Nyall Dawson
1912282bc6
Correctly account for text sizes in curved labels
2022-09-07 22:09:52 +10:00
Nyall Dawson
05bd566089
Modify text renderer to account for rendering text with HTML
...
content which varies in font metrics
2022-09-07 22:09:52 +10:00
Nyall Dawson
5f2aca49af
Correctly account for scaling factor and render context scale
...
when creating fonts for document fragments
2022-09-07 22:09:52 +10:00
Nyall Dawson
e4d5e6a959
Minor cleanup
2022-09-07 22:09:52 +10:00
Nyall Dawson
439377b7f1
Fix incorrect argument passed to function
...
(should have no impact on existing releases, as the text fragements
previously did not support properties which altered font metrics)
2022-09-07 22:09:52 +10:00
Nyall Dawson
ad5d9d89f5
Add font size, family, italic and bold to QgsTextCharacterFormat
2022-09-07 22:09:52 +10:00
Alessandro Pasotti
c87be21c07
SIP
2022-09-07 08:25:45 +02:00
Nyall Dawson
8f5c1cf288
Auto download a few more popular google fonts
2022-09-07 15:25:19 +10:00
Mathieu Pellerin
6c32976ac0
[ui] Fix labeling rotation UI not being friendly to styling panel / narrow width
2022-09-07 08:53:10 +10:00
uclaros
07ee44c95c
get data type from attribute collection
2022-09-07 08:19:22 +10:00
vcloarec
8777c0a7a5
fix test
2022-09-06 15:48:15 -04:00
vcloarec
1c4a239ccf
change default averaging method for 3D stacked mesh
2022-09-06 15:48:15 -04:00