91964 Commits

Author SHA1 Message Date
Alex Kolodko
27dff0f4a0 Add app icons for macOS with Apple standards 2025-06-05 13:51:12 +02:00
pre-commit-ci[bot]
33fde971d7 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2025-06-05 13:51:12 +02:00
Matthias Kuhn
1f331f9a6a Fix processing gdal algs 2025-06-05 13:51:12 +02:00
Matthias Kuhn
ca57c97cac Fix qca plugins 2025-06-05 13:51:12 +02:00
Matthias Kuhn
a47e33373e Ignore spellcheck 2025-06-05 13:51:12 +02:00
Matthias Kuhn
4a00381bfb Preserve symlinks via tar 2025-06-05 13:51:12 +02:00
Matthias Kuhn
1f754b556c Update installer image 2025-06-05 13:51:12 +02:00
Matthias Kuhn
c0c6dc2b05 Switch to a python based macdeployqt' 2025-06-05 13:51:12 +02:00
Matthias Kuhn
5b0723e0d5 Handle symlinks in lipo-dir-merge 2025-06-05 13:51:12 +02:00
Matthias Kuhn
4b89fc14af Upload dmg 2025-06-05 13:51:12 +02:00
Matthias Kuhn
e92b090b5c Remove leftover install 2025-06-05 13:51:12 +02:00
Matthias Kuhn
4acd65fc1a Make the app name configurable 2025-06-05 13:51:12 +02:00
Matthias Kuhn
3a7cda9a64 Fix bundle paths 2025-06-05 13:51:12 +02:00
Matthias Kuhn
dc9f5b94a0 Fix path 2025-06-05 13:51:12 +02:00
Matthias Kuhn
3c2eddab2d Externalize dmg building 2025-06-05 13:51:12 +02:00
Matthias Kuhn
d26b1dadad Fix download link for x64 dmg 2025-06-05 13:51:12 +02:00
Matthias Kuhn
4f5bcd598e Store build cache 2025-06-05 13:51:12 +02:00
Matthias Kuhn
6fe4f5b7fc Fix packaging install prefix 2025-06-05 13:51:12 +02:00
Matthias Kuhn
1a259c0a38 Fix CPACK_PACKAGING_INSTALL_PREFIX for macos 2025-06-05 13:51:12 +02:00
Matthias Kuhn
6593a360e9 Improve workflows 2025-06-05 13:51:12 +02:00
Matthias Kuhn
6a04f44ab3 Bump py-tomli 2025-06-05 13:51:12 +02:00
Matthias Kuhn
6a681d909d Mac vcpkg workflow 2025-06-05 13:51:12 +02:00
Matthias Kuhn
7fb1d268a9 Disable mac packager workflow 2025-06-05 13:51:12 +02:00
Matthias Kuhn
9dcecb5442 New app layout 2025-06-05 13:51:12 +02:00
Matthias Kuhn
27eef82fc3 Remove QGIS_MACAPP_FRAMEWORK 2025-06-05 13:51:12 +02:00
Klaus Agerskov
c6a56e3671
Added short descriptions for some algorithm (#62132) 2025-06-05 11:48:44 +10:00
qgis-bot
c8320d26ec auto sipify 🍺 2025-06-05 00:30:19 +00:00
Nyall Dawson
fa96f4c9bb Cleanup geometry collection creation from wkt
- don't create a whole set of empty possible geometries, just use wkb types
  directly
- don't expose to python -- this method is an internal detail. No-one
  has been relying on it, as calling it would have immediately crashed
  due to the missing SIP_TRANSFER annotation.
2025-06-05 10:27:23 +10:00
Marco Bernasocchi
0acc52b3c9 Update info_model.py (#62136)
follow up #61908
2025-06-05 09:30:18 +10:00
Marco Bernasocchi
c1c9fc4cec rename PostGIS to PostgreSQL in DB Manager 2025-06-05 09:30:18 +10:00
qgis-bot
012f4354bb auto sipify 🍺 2025-06-04 23:27:46 +00:00
Nyall Dawson
206cd12297 Fix build 2025-06-05 09:24:52 +10:00
Nyall Dawson
6a89e6c188 [sipify] Never try to expose Ui:: classes to sip
Fixes #61951
2025-06-05 09:24:52 +10:00
Nyall Dawson
eea34ecc1f Tweak docs 2025-06-05 09:24:52 +10:00
Nyall Dawson
b9d88da6c5 QgsTopologicalMesh must be exposed to sip
It's inherited by QgsMeshAdvancedEditing, which is itself exposed,
hence the base class must also be exposed.

Fixes #61951
2025-06-05 09:24:52 +10:00
Vedran Stojnović
69a79ed04a reversed DisplayName, extenttolayer moved to vectorcreation 2025-06-05 04:57:34 +10:00
Vedran Stojnović
8f533dcae8 pointtolayer alg moved to vector creation group, adjusted displayName 2025-06-05 04:57:34 +10:00
Nyall Dawson
499873d769 Elevation profiles should open as a dock by default 2025-06-04 15:53:00 +10:00
Nyall Dawson
934bf47e2f Avoid corrupted overlapping docks when first changing from dialog to dock 2025-06-04 15:53:00 +10:00
Nyall Dawson
b4187bb3ad Update src/core/expression/qgsexpression.cpp 2025-06-04 15:52:10 +10:00
Vedran Stojnović
9e7e61b011 additional refinement 2025-06-04 15:52:10 +10:00
Vedran Stojnović
ef92a74a84 added a note for indexing
in some cases indexing starts at 0, and in some cases indexing for same function starts at 1
2025-06-04 15:52:10 +10:00
Vedran Stojnović
5baa425f9f row_number variable description update
some users expect that `@row_number` variable respects what they currently see in attribute table so I'm proposing a better explanation for variable
2025-06-04 15:52:10 +10:00
Nyall Dawson
7c93018816 Apply suggestions from code review 2025-06-04 14:16:59 +10:00
Alex
143b1092fd looser tolerance 2025-06-04 14:16:59 +10:00
Alex
40e5eaf854 correct test 2025-06-04 14:16:59 +10:00
pre-commit-ci[bot]
974f90a0d2 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2025-06-04 14:16:59 +10:00
Alex
37f1836036 Delete join_attributes_subset_unordered.qmd 2025-06-04 14:16:59 +10:00
Alex
ea374ff4c3 fix non-default field order in join bys 2025-06-04 14:16:59 +10:00
Mathieu Pellerin
df64196854 Use a private enum 2025-06-04 13:43:40 +10:00