91960 Commits

Author SHA1 Message Date
jonathanlurie
8bd12426d7 add translations for invalid data time 2025-06-19 14:23:09 +02:00
jonathanlurie
17b26806d6 wkt encoded geometries now display geom type in graphic item 2025-06-19 13:29:31 +02:00
jonathanlurie
b29f446c7c add geometry type name getter 2025-06-19 10:31:25 +02:00
jonathanlurie
76ac2f916b moved param colors to types 2025-06-13 15:16:20 +02:00
jonathanlurie
7ba380c851 apply fixes 2025-06-13 13:12:27 +02:00
jonathanlurie
9670c98118 Merge branch 'master' into model-designer-update 2025-06-04 11:35:59 +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
Alessandro Pasotti
f0d0e27d21 Fix small issues with adv digitizing floater 2025-06-04 10:25:42 +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
Julien Cabieces
ecf52840b6 fix(OracleCI): oracle provider need libaio to run 2025-06-04 10:02:54 +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
Mathieu Pellerin
9d00c2c8ef Remove QApplication::setFont usage from the QgsAppStyleSheet class 2025-06-04 10:01:32 +10:00
Mathieu Pellerin
d8d0c62952 [ui] Fix custom font size not applied properly with Qt6 builds 2025-06-04 10:01:32 +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
Nyall Dawson
9864ead875 Don't try to translate empty strings
(ie avoid tr(  )

Refs #61956
2025-06-04 05:31:15 +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
Julien Cabieces
1ecbaf9403
Merge pull request #62091 from troopa81/fix_pdfx_export_ns
Fix PDF export to write PDF/X namespace only when needed
2025-06-03 08:59:45 +02:00
Mathieu Pellerin
9576f38104 [ui] Fix user profile selector dialog colors on Qt6 with dark theme OSes 2025-06-03 15:54:57 +10:00
Nyall Dawson
f945a55913 [qt6] Hide 'requested buffer size is too big' warning
This isn't related to us, it's coming from deep within Qt
2025-06-03 15:16:52 +10:00
Nyall Dawson
01dbf99f41 Fix another comparator 2025-06-03 14:35:16 +10:00
Nyall Dawson
4cbb7ca3b5 Fix comparator for model component deletion priority
Fixes #62046
2025-06-03 14:35:16 +10:00