Martin Dobias
f6b55063c4
Add tests for I3S data provider and its index implementation
2025-10-02 13:24:05 +02:00
Martin Dobias
8c0d221f22
Make I3S parsing a bit more robust
2025-10-02 13:24:05 +02:00
Martin Dobias
4f33b6703f
fix provider registry test
2025-10-02 13:24:05 +02:00
Martin Dobias
4b6afa446d
sip, doc, unity, indentation fixes
2025-10-02 13:24:05 +02:00
Martin Dobias
cbe1a74224
Add ESRI I3S data provider + 2D/3D rendering of it
2025-10-02 13:24:05 +02:00
Alessandro Pasotti
24862b27af
[mssql] Fix curvepolygon hidden in browser
...
Fix #63365
2025-10-02 09:54:09 +10:00
dependabot[bot]
d2f68454cc
Bump actions/setup-python from 5 to 6
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 5 to 6.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-10-02 09:19:34 +10:00
dependabot[bot]
a2c5d4bdf0
Bump actions/github-script from 7 to 8
...
Bumps [actions/github-script](https://github.com/actions/github-script ) from 7 to 8.
- [Release notes](https://github.com/actions/github-script/releases )
- [Commits](https://github.com/actions/github-script/compare/v7...v8 )
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-version: '8'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-10-02 09:19:05 +10:00
dependabot[bot]
b09b717a33
Bump actions/labeler from 5 to 6
...
Bumps [actions/labeler](https://github.com/actions/labeler ) from 5 to 6.
- [Release notes](https://github.com/actions/labeler/releases )
- [Commits](https://github.com/actions/labeler/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/labeler
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-10-02 09:18:27 +10:00
dependabot[bot]
055401fde1
Bump actions/stale from 9 to 10
...
Bumps [actions/stale](https://github.com/actions/stale ) from 9 to 10.
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/stale/compare/v9...v10 )
---
updated-dependencies:
- dependency-name: actions/stale
dependency-version: '10'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-10-02 09:17:39 +10:00
dependabot[bot]
4b8616b4f2
Bump tj-actions/changed-files from 46.0.5 to 47.0.0
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 46.0.5 to 47.0.0.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](ed68ef82c0...24d32ffd49
)
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-version: 47.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2025-10-02 09:16:27 +10:00
Nyall Dawson
2e07d9829f
Fix build
2025-10-01 18:00:57 +10:00
Nyall Dawson
7d31cc1dab
Run code_cleanup script
2025-10-01 18:00:57 +10:00
qgis-bot
e28d12d058
auto sipify 🍺
2025-10-01 05:54:45 +00:00
Denis Rouzaud
0f1c0de0f8
Merge pull request #63214 from nyalldawson/annotation3d
...
Support rendering annotation layer markers as 3d billboards
2025-10-01 07:52:11 +02:00
qgis-bot
82d7ab9b62
auto sipify 🍺
2025-10-01 03:49:17 +00:00
Nyall Dawson
8bc1f639bb
Update tests
2025-10-01 13:46:41 +10:00
Nyall Dawson
928bdd8cc4
Fix tooltip formatting for console actions
...
The tooltip text should be in bold, not the shortcut
2025-10-01 13:46:41 +10:00
Nyall Dawson
1db5d1d246
Add common actions for run script, run selection
...
Allows these shortcuts to be customised
2025-10-01 13:46:41 +10:00
Nyall Dawson
1e3167082c
Use correct shortcut in context menu for console script editor
...
And add reformat code action to menu
2025-10-01 13:46:41 +10:00
Nyall Dawson
c6accd8517
Fix more misleading names
...
These objects are actions, not buttons
2025-10-01 13:46:41 +10:00
Nyall Dawson
41962a0a24
Use correct user-set shortcuts for console script editor code actions
...
And rename member variable for correctness
2025-10-01 13:46:41 +10:00
Nyall Dawson
0fc8b37487
Set shortcut for script editor toggle comment action
2025-10-01 13:46:41 +10:00
Nyall Dawson
1c53ab415b
Use registered shortcuts for code editor comment/reformat actions
2025-10-01 13:46:41 +10:00
Nyall Dawson
579a818ce7
Add sequenceForCommonAction
2025-10-01 13:46:41 +10:00
Nyall Dawson
5ed5f51121
[api] Add framework to handle common actions in shortcuts manager
...
Common actions allow for shortcuts to be registered for actions
which do not yet exist, or which are not associated with a single
global QAction object attached to at the application level. For
example, code editor actions which will be created as children
of individual code editor widgets, but which should have
shortcuts available for user configuration via the shortcuts
manager dialog.
2025-10-01 13:46:41 +10:00
Nyall Dawson
62fbbe6392
Refactor to extract utility function
2025-10-01 13:46:41 +10:00
Nyall Dawson
ac1260d159
Handle shortcut manager sections which don't have trailing "/"
2025-10-01 13:46:41 +10:00
Nyall Dawson
d9a4c80aa9
Rename method to more generic name
2025-10-01 13:46:41 +10:00
Nyall Dawson
af0208c974
Refine z range logic
2025-10-01 12:47:45 +10:00
Nyall Dawson
a01770e5cb
[feature] Support rendering annotation layer markers as 3d billboards
...
This commit adds a new option for showing annotation layers in 3d maps.
From the annotation layer properties, 3d tab, users can set the layer
to render as 3d billboards. When activated, all MARKERS from the layer
will be shown as floating billboard symbols above the 3d map. (lines,
polygons, and text items from the layer are ignored).
Users have control over the terrain clamping and offset for the
billboards, and whether or not "callout" lines should be shown (vertical
lines joining the billboard to the corresponding location on the
terrain surface)
2025-10-01 10:56:50 +10:00
Nyall Dawson
d63653925c
Fix 3d build
2025-10-01 10:54:09 +10:00
Jan Caha
85e00b755b
do not prefil htmlmetadata on creation, it can be fetched later when the currentChanged is triggered on mOptStackedWidget
2025-10-01 10:32:00 +10:00
Jan Caha
206cf49e41
use single query to get the information
2025-10-01 10:32:00 +10:00
Jan Caha
5cf505c584
line breaks for html
2025-10-01 10:32:00 +10:00
Jan Caha
a92a318f99
fix condition
2025-10-01 10:32:00 +10:00
Jan Caha
22d6b83351
replace /n with </br> to fix html
2025-10-01 10:32:00 +10:00
Jan Caha
1f7f070325
fix error
2025-10-01 10:32:00 +10:00
Jan Caha
9cddecd8be
fix error
...
Co-authored-by: Stefanos Natsis <uclaros@gmail.com>
2025-10-01 10:32:00 +10:00
Jan Caha
9b58c9d973
add table comment
2025-10-01 10:32:00 +10:00
Jan Caha
6df907a02b
review comments
2025-10-01 10:32:00 +10:00
Jan Caha
7108812a7b
fix version
2025-10-01 10:32:00 +10:00
Jan Caha
45f0e33759
remove unused variable
2025-10-01 10:32:00 +10:00
Jan Caha
3e06b3d151
fix
2025-10-01 10:32:00 +10:00
Jan Caha
8063554822
remove const
2025-10-01 10:32:00 +10:00
Jan Caha
fb9429fb20
simplify args use
2025-10-01 10:32:00 +10:00
Jan Caha
9d369ed282
translate strings
2025-10-01 10:32:00 +10:00
Jan Caha
621be995f6
rename function
2025-10-01 10:32:00 +10:00
Jan Caha
4d6f204063
add more htmlMetadata to the postgres provider
2025-10-01 10:32:00 +10:00
Jan Caha
36ec7fbcce
move dumpVariantMap to qgspostgresutils
2025-10-01 10:32:00 +10:00