25070 Commits

Author SHA1 Message Date
David Koňařík
f5931f3e1a Move shortcut handling from Qgs3DAxis to QgsCameraController 2025-06-06 11:13:48 +10:00
David Koňařík
331afe3caf Fix docstring per review 2025-06-06 11:13:48 +10:00
David Koňařík
476d501ce4 Simplify keyboard input handling in 3D view 2025-06-06 11:13:48 +10:00
github-actions[bot]
812445f1a8 auto-fix pre-commit issues 2025-06-06 01:10:41 +00:00
github-actions[bot]
f4006b5f4e auto-fix pre-commit issues 2025-06-06 11:09:38 +10:00
Nyall Dawson
6c33bcfaf5 Apply suggestions from code review 2025-06-06 11:09:38 +10:00
Klaus Agerskov
c9b4db25a8 Added some more short descriptions for proccesing tools 2025-06-06 11:09:38 +10:00
qgis-bot
9cb03761a4 auto sipify 🍺 2025-06-05 23:46:41 +00:00
Nyall Dawson
b59454b1ba Apply suggestions from code review 2025-06-06 09:43:35 +10:00
Nyall Dawson
b8c4eb0425 Add since 2025-06-06 09:43:35 +10:00
Nyall Dawson
4d74537829 [processing] Fix show feature count option, output layer ordering
Move as much of the postprocessing logic as we can to c++, and
soak with unit tests.

Fix regressions in layer sorting introduced by a46f3e9, and
missing feature counts.

Fixes #61146
2025-06-06 09:43:35 +10:00
Nyall Dawson
1e167b3827
Allow short description starting with 'randomly' 2025-06-06 08:50:49 +10:00
Nyall Dawson
52614f1fd1
Always run short description checks on new descriptions 2025-06-06 08:50:35 +10:00
Nyall Dawson
e5b3314af7
Update missing short description list 2025-06-06 08:49:27 +10:00
Nyall Dawson
10039e916c
Update missing tags list 2025-06-06 08:48:02 +10: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
Alex
143b1092fd looser tolerance 2025-06-04 14:16:59 +10:00
Alex
40e5eaf854 correct test 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
github-actions[bot]
3d661da669 auto-fix pre-commit issues 2025-06-04 10:04:35 +10:00
Harrissou Sant-anna
0960be13b6 Add one more translatable string 2025-06-04 10:04:35 +10:00
Harrissou Sant-anna
74dd0a0052 Make button label translatable 2025-06-04 10:04:35 +10:00
Anna
b8aa8237d0 style edit 2025-06-04 10:02:27 +10:00
Anna
df76328892 made changes to section Vector with tolerance 2025-06-04 10:02:27 +10:00
Anna
cd908188ef made changes to section Algoritm tests and How to 2025-06-04 10:02:27 +10:00
qgis-bot
f32b644ea3 auto sipify 🍺 2025-06-03 21:39:52 +00:00
Nyall Dawson
085043b459 Use protected, not private virtual methods for map tool classes
These are NOT called by sip when implementing the class in Python,
making these classes unusable in PyQGIS. Just make the virtual
methods protected instead.
2025-06-04 07:36:51 +10:00
qgis-bot
5c8b8c65b5 auto sipify 🍺 2025-06-03 11:04:34 +00:00
Mathieu Pellerin
2dc9a23094
[symbology] Fix line/point pattern fill symbol layer freezing QGIS when rendering an insane amount of points/lines per pixel (#62074) 2025-06-03 18:01:29 +07:00
Nyall Dawson
31b1e197c0 More test tolerance 2025-06-03 13:42:29 +10:00
Nyall Dawson
9996e9cdfc [processing] Fix execution of nested models
Fixes #60883
2025-06-03 13:42:29 +10:00
qgis-bot
2c41d4fbe0 auto sipify 🍺 2025-06-03 01:37:11 +00:00
Nyall Dawson
868e067da9 Rename 'AllowRasterization' to 'Default' 2025-06-03 11:34:13 +10:00
Nyall Dawson
6bd71ef1de Promote layout render context flags to enum class, move to Qgis 2025-06-03 11:34:13 +10:00
Nyall Dawson
e04145f053 Add new enum for rasterised rendering policy 2025-06-03 11:34:13 +10:00
qgis-bot
0cdc48caa8 auto sipify 🍺 2025-06-02 23:40:37 +00:00
Alexander Bruy
451098bf93 sipify 2025-06-03 09:37:36 +10:00
Nyall Dawson
8ea8798c52 Add "concave hull by feature" algorithm
The existing concave hull algorithm is quite restrictive as it
forces operation on an entire layer, which makes it useless eg
to create concave hulls from service area outputs.

Rename the existing one to "concave hull (by layer)", and make
sure all the documentation explains this so its more predictable
for users.
2025-06-02 07:17:39 +10:00
qgis-bot
44be240940 auto sipify 🍺 2025-06-01 00:36:38 +00:00
Nyall Dawson
29e6723f1e Don't try to pass unset attributes to ArcGIS REST backends
Fixes #61673
2025-06-01 10:33:39 +10:00