92365 Commits

Author SHA1 Message Date
Andrea Giudiceandrea
fdc842b3ef [CSV] add PIPE value for SEPARATOR creation option
available only since GDAL/OGR 3.12
2025-06-06 08:19:46 +10:00
Andrea Giudiceandrea
506760c2e3 [CSV] add missing SPACE value for SEPARATOR creation option 2025-06-06 08:19:46 +10:00
Andrea Giudiceandrea
903938bcca [CSV] add missing GEOMETRY_NAME creation option 2025-06-06 08:19:46 +10:00
Germán Carrillo
b1fee3762b Make sure the Processing tree view is expanded when a provider has been added/removed (i.e., when the model has been rebuilt) 2025-06-05 12:26:32 -05:00
signedav
475e9945d1
Merge branch 'master' into dbsettings 2025-06-05 18:00:29 +02:00
signedav
06e90a124b migrate old settings 2025-06-05 17:58:26 +02:00
signedav
7bc41354b7 Remove window prefix of source selection settings since they are in the windows settings tree now 2025-06-05 15:39:16 +02:00
signedav
ae73aa7db1 Use QgsSettingsEntry for the settings of classes inheriting qgsabstractdbsourceselect 2025-06-05 15:35:01 +02:00
Alessandro Pasotti
210440d3e4
Merge pull request #62010 from elpaso/bugfix-gh61529-unset-variant-default-value
Fix QgsUnsetAttributeValue toString
2025-06-05 15:27:40 +02:00
signedav
28d6088961 Use QgsSettingsEntry forsearchColumn and searchRegex 2025-06-05 12:26:52 +02:00
Jacky Volpes
41263ef69f
Update src/analysis/processing/qgsalgorithmcheckgeometrysliverpolygon.cpp 2025-06-05 09:44:25 +02:00
Alessandro Pasotti
d2bd0bd8ae
Update qgsauxiliarystorage.cpp 2025-06-05 09:14:54 +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
Jacky Volpes
3bf802f2b3 check sliver polygon and angle algorithms: improve help string and description 2025-06-04 16:49:23 +02:00
Jacky Volpes
dcbec5b07f check area processing: use better processing parameter area 2025-06-04 16:49:22 +02: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
Mathieu Pellerin
cf381d802c Also add a no to all / skip all 2025-06-04 13:43:40 +10:00
Mathieu Pellerin
6bf38186bb [keyboard shorcuts] When importing/loading keyboard shortcuts, insure preexisting shortcuts for different actions are taken into consideration 2025-06-04 13:43:40 +10:00
Nyall Dawson
7bada70960 Fix jumpy scroll area when using mouse wheel on qt6 builds
Fixes QgsScrollArea to use a blocklist of widgets to "freeze"
while scrolling is occurring, instead of blocking everything
except the scroll area viewport.

I'm actually unsure how this was working on qt5, as on qt6 the events
are getting swallowed before they bubble up to the scroll area
viewport, so everything is triggering the freeze and ignoring
wheel events occurring within 1 second of each other.
2025-06-04 12:48:15 +10:00
Nyall Dawson
f596061665 QgsScrollArea - replace QTimer with cheaper QElapsedTimer 2025-06-04 12:48:15 +10:00
viperminiq
59fb63d46e disconnect connection to accepted (not needed) 2025-06-04 11:45:36 +10:00
viperminiq
7d453b4d19 overrirde accept 2025-06-04 11:45:36 +10:00
viperminiq
032f8ff70c revert to show 2025-06-04 11:45:36 +10:00
viperminiq
d8a2229090 fix map save dialog initialization 2025-06-04 11:45:36 +10:00
Mathieu Pellerin
f4fe5998d8 [attribute table] Fix missing form feature context for editor widgets such as relation reference editor widget 2025-06-04 08:13:52 +07:00
Alessandro Pasotti
6b70a12e2f Add test for the new code path 2025-06-04 10:25:42 +10:00
Alessandro Pasotti
bcfd875f53 Update bearing even when angle is constrained
Partial fix #61587
2025-06-04 10:25:42 +10:00