89826 Commits

Author SHA1 Message Date
qgis-bot
91c4e96f66 auto sipify 🍺 2025-01-30 20:58:30 +00:00
Nyall Dawson
ca8643eb8e Restore correct version of test 2025-01-31 06:55:32 +10:00
Nyall Dawson
1b2b06d578 Update CMakeLists.txt 2025-01-31 06:55:32 +10:00
Nyall Dawson
ed6b7b9c17 Fix check 2025-01-31 06:55:32 +10:00
Nyall Dawson
6257874a40 Fix README 2025-01-31 06:55:32 +10:00
Nyall Dawson
5ccaad7f80 Improve condition check 2025-01-31 06:55:32 +10:00
Nyall Dawson
8c99b4c39c Remove dead code from PROJ <8.1 2025-01-31 06:55:32 +10:00
Nyall Dawson
10eb24711b Reluctantly allow 8.1 for mac builds 2025-01-31 06:55:32 +10:00
Nyall Dawson
af584b34ca Remove duplicate proj version checks, support for very old proj versions 2025-01-31 06:55:32 +10:00
Nyall Dawson
977f861276 Remove misleading comment 2025-01-31 06:55:32 +10:00
Nyall Dawson
9fab88eb4e Require PROJ >= 8.2 2025-01-31 06:55:32 +10:00
Nyall Dawson
5af35f6290 Cleanup unnecessary old cmake debug message 2025-01-31 06:55:32 +10:00
Nyall Dawson
16839629b2 Improve HTML text detection 2025-01-31 06:44:42 +10:00
Nyall Dawson
84c126d467 Fix incorrect annotation HTML shown when clicking between annotations
and HTML source view is enabled
2025-01-31 06:44:42 +10:00
Julien Cabieces
3f911affca
Merge pull request #60295 from nyalldawson/avoid_project_break
Rollback use of enum keys from #57402 for older settings
2025-01-30 18:29:27 +01:00
Alexander Bruy
307b3629f6
Merge pull request #60338 from alexbruy/vector-join-editing
allow editing and deleting vector join when child join item is selected (fix #29709)
2025-01-30 07:36:59 +00:00
Nyall Dawson
4f8fbc633a
Update src/gui/vector/qgsvectorlayerproperties.cpp 2025-01-30 13:53:46 +10:00
qgis-bot
02719c5939 auto sipify 🍺 2025-01-29 23:34:28 +00:00
Martin Dobias
8511426304 doc and clang tidy fixes 2025-01-30 09:31:35 +10:00
pre-commit-ci[bot]
5905092ce6 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2025-01-30 09:31:35 +10:00
Martin Dobias
a0414c4883 QgsChunkBoundsEntity: use 3D boxes in map coordinates + QgsGeoTransform
Until now, chunk bounds entity used axis-aligned bboxes in world coordinates (floats)
We are switching to bboxes in map coordinates (doubles) and we use
QgsGeoTransform to react correctly when the origin vector changes.
2025-01-30 09:31:35 +10:00
qgis-bot
964ef3a735 auto sipify 🍺 2025-01-29 22:50:24 +00:00
Mathieu Pellerin
b4b2dfdd21 Address review 2025-01-30 08:47:29 +10:00
Mathieu Pellerin
efdb16ef36 Qt6 compatibility 2025-01-30 08:47:29 +10:00
Mathieu Pellerin
8f9024bcb6 Address review 2025-01-30 08:47:29 +10:00
Mathieu Pellerin
c62e2d2096 [ui][pythonm console] Fix hard to read python console editor icons 2025-01-30 08:47:29 +10:00
Even Rouault
d5edd0811f webconnections saving as .xml: add a xmlns:x=y attribute when the http-header: prefix is used
Fixes #60242
2025-01-30 08:47:01 +10:00
Alexander Bruy
77557643d2 move vector declaration outside of the loop 2025-01-30 08:46:28 +10:00
Alexander Bruy
4776478354 update expected raster hashes 2025-01-30 08:46:28 +10:00
Alexander Bruy
2aa6c5dec2 use QGIS API to write raster files in QgsGridFileWriter (fix #56653) 2025-01-30 08:46:28 +10:00
Alexander Bruy
03ac6f492a add test for QgsTinInterpolator 2025-01-30 08:46:28 +10:00
Alexander Bruy
34e76d388e add test for QgsIdwInterpolator 2025-01-30 08:46:28 +10:00
Harrissou Sant-anna
08ba10b929 [mesh] Name the "Remove datasets" button 2025-01-30 08:45:01 +10:00
Even Rouault
98f1dd9603
Merge pull request #60337 from alexbruy/processing-spatialite-execute-sql
Improve wording and help in Execute Spatialite query algorithm
2025-01-29 17:49:30 +01:00
Even Rouault
de18045e19
Merge pull request #60343 from elpaso/bugfix-gh59353-server-gfy-display_name-for-json
[server][wms] Add displayName to GFI JSON response
2025-01-29 17:31:16 +01:00
Alessandro Pasotti
bb59344c4e
[raster][opencl] Fix raster calc Uint16 (#60339)
Fixes #60077
2025-01-29 17:23:02 +01:00
Alessandro Pasotti
c4c27c68c9 [server][wms] Add displayName to GFI JSON response
In the gray zone between a feature and a bugfix...

Fixes #59353
2025-01-29 15:28:50 +01:00
Alexander Bruy
6747035857 remove debug 2025-01-29 09:56:46 +00:00
Alexander Bruy
4ff875ef04 improve algorithm help 2025-01-29 09:39:02 +00:00
Alexander Bruy
abe2cf8f6b better wording for an input parameter in Execute SpatiaLite query
algorithm (refs ##53904)
2025-01-29 09:36:43 +00:00
Julien Cabieces
d1c2651b72
Merge pull request #60299 from nyalldawson/fix_html_multiple_tabs
Fix handling of multiple consecutive tabs with HTML text rendering
2025-01-29 09:58:55 +01:00
Mathieu Pellerin
5c1f7bb8a8 [annotations] Fix non-HTML formatted annotations losing content on settings change (fixes #59804) 2025-01-29 14:21:35 +10:00
Even Rouault
e1e3743b4e Create shapefile layer: allow to create Bool fields
Fixes #60324
2025-01-29 13:38:29 +10:00
Alexander Bruy
57c19e64d9 delete old tiled scene connection when renaming (fix #57570) 2025-01-29 08:40:31 +10:00
Nyall Dawson
c2782ffed8
Fix handling of multiple consecutive tabs with HTML text rendering
Refs #60098
2025-01-29 08:35:08 +10:00
Even Rouault
e930973b17
Merge pull request #60281 from elpaso/bugfix-gh59355-server-wms-gfi-respect-form
[server][wms] Fix GFI respect form config in XML output format
2025-01-28 22:22:33 +01:00
qgis-bot
c3f538e5cb auto sipify 🍺 2025-01-28 21:09:39 +00:00
Alessandro Pasotti
65da9bbeb4 [gui] Lazy load layer metadata in datasource manager
Fix #60018
2025-01-29 07:06:43 +10:00
Alexander Bruy
3e4951a9ae allow editing and deleting vector join when child join item is selected (fix #29709) 2025-01-28 18:56:03 +00:00
vsydorov
00991982fc
Fix layer datasources incorrectly resolving to matching working directory names (#60109)
* Fix layer paths resolving to matching CWD names

- Remove redundant second call to absoluteToRelativeUri in
  QgsMapLayer::writeLayerXml
- Add a guard in QgsPathResolver::writePath to prevent this happening
  again when absoluteToRelativeUri is called two times.
- Add a regression test

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Remove redundant relativeToAbsoluteUri call

- The b9c1c2c commit introduced redundant absoluteToRelativeUri AND
  relativeToAbsoluteUri calls. First one was removed earlier, stopping
  the #60100 issue. Remove the latter for completeness too.
- Minor indentation fix

* Fix test error [-Wclazy-unused-non-trivial-variable]

* Fix another unused variable complaint

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-01-28 18:13:13 +01:00