92601 Commits

Author SHA1 Message Date
Alexander Bruy
2972766bfc
Merge pull request #62769 from pathmapper/wms_output_order
[server][wms] Change order of advertised output formats in GetCapabilities -> PNG first
2025-08-15 16:49:16 +01:00
Jean Felder
5d379cd75f qgs3dmapcanvaswidget: Correctly synchronize checked actions
The actions checked status are updated once the configuration dialog
is shown based on the current 3d map settings. However, these settings
may be updated by the configuration dialog. This means that the
actions need to be updated if the dialog is accepted instead.
2025-08-15 07:48:59 +10:00
Jean Felder
6a856d08b6 qgs3dmapcanvaswidget: Factor out logic to synchronize checked actions 2025-08-15 07:48:59 +10:00
Harrissou Sant-anna
caf1be8a28 Assign correct labels to "Features inside polygon" algorithm's outputs
They had name and order switched.
2025-08-15 06:56:38 +10:00
Andrea Giudiceandrea
19d87693db Add geometry column name in layer property info 2025-08-14 09:21:39 +10:00
Nyall Dawson
836534af4a Add moc 2025-08-14 06:38:58 +10:00
Nyall Dawson
419a74463e Add missing Q_OBJECT macros 2025-08-14 06:38:58 +10:00
Nyall Dawson
a9a77de725 Add missing Q_OBJECT macros 2025-08-14 06:38:58 +10:00
Nyall Dawson
cf24023fa6 Add missing Q_OBJECT macro 2025-08-14 06:38:58 +10:00
Nyall Dawson
95aa8c9590 Fix warning 2025-08-14 06:38:58 +10:00
Nyall Dawson
b41544b4d2 Fix warnings 2025-08-14 06:38:58 +10:00
Nyall Dawson
90a1fc567b Fix warning 2025-08-14 06:38:58 +10:00
Nyall Dawson
acb3eb31e7 Fix build warnings 2025-08-14 06:38:58 +10:00
Nyall Dawson
fe359e1bbf Fix clazy warning 2025-08-14 06:38:58 +10:00
Jürgen E. Fischer
f53f9d6177 debian packaging: drop explicit dependency on python3-sip 2025-08-12 08:58:11 +10:00
Juergen E. Fischer
13a79b4cc4 translation string fix 2025-08-12 08:58:11 +10:00
Harrissou Sant-anna
3a4de77548 Indicate correct field name for applying modification 2025-08-11 11:12:03 +10:00
Nathan Woodrow
c09b17a9d4 Add ; for CACHE_INVOCATION_COMMAND options 2025-08-10 15:10:57 +10:00
Nathan Woodrow
76a42a5320 Remove quotes around CMAKE_C_COMPILER_LAUNCHER 2025-08-10 15:10:57 +10:00
Tudor Bărăscu
9a894bad76 improve round function help
address review

address review
2025-08-09 18:42:42 +02:00
DelazJ
9632e24abe Reassign correct name to the item selector button in layout vs modeler dialogs 2025-08-09 18:38:32 +02:00
Jean Felder
aa1d78cbea qgsplotcanvas: Fix mousePressEvent when no tool is set
In that case, `mTool->flags()` cannot be checked. Fix the issue by
also checking that `mTool` is set.

Closes: https://github.com/qgis/QGIS/issues/62800
2025-08-09 18:37:14 +02:00
Loïc Bartoletti
f0ae7ee526
Merge pull request #62786 from ptitjano/3d-test-memory-leak
testqgs3drendering: Properly free scene in testExtrudedPolygonsClipping
2025-08-08 09:04:37 +02:00
Andrea Giudiceandrea
9cb72d02ae [gui] Do not add the "Save As…" action for unsupported layer types
as suggested during the PR review
2025-08-07 14:47:42 +10:00
Andrea Giudiceandrea
6fc3ba3433 [gui] Disable "Save As…" for not supported layer types
Restore the previous behaviour after regression.
2025-08-07 14:47:42 +10:00
qgis-bot
b01d7a5d71 auto sipify 🍺 2025-08-07 03:57:29 +00:00
Valentin Buira
c508926c67 Adress review : add a recursion blocker 2025-08-07 13:54:54 +10:00
Valentin Buira
b7e655f0ba Address review comments
* spelling
* doxygen tag
2025-08-07 13:54:54 +10:00
Valentin Buira
9c227a08da Adress comments
superfluous centerOn
2025-08-07 13:54:54 +10:00
Valentin Buira
959a2c904f Fix view jumping around 2025-08-07 13:54:54 +10:00
Valentin Buira
0101fd43c3 Apply suggestions from code review
Co-authored-by: Stefanos Natsis <uclaros@gmail.com>
2025-08-07 13:54:54 +10:00
Valentin Buira
53adb99721 Avoid needless extra method 2025-08-07 13:54:54 +10:00
Valentin Buira
052d48e558 Simplify restaure the previous viewed rect 2025-08-07 13:54:54 +10:00
Valentin Buira
23dca6322b Remove the good superfluous method this time 2025-08-07 13:54:54 +10:00
Valentin Buira
99c64ef89d Revert "Superfluous method"
This reverts commit 13f020ef86c3f1501e1c1f69792f3b16616d4b4a.
2025-08-07 13:54:54 +10:00
Valentin Buira
51785fd632 Superfluous method 2025-08-07 13:54:54 +10:00
Valentin Buira
7c232e37c4 connect signal to method instead of individual calls 2025-08-07 13:54:54 +10:00
Valentin Buira
f24fb9daf4 Adress more comments 2025-08-07 13:54:54 +10:00
Valentin Buira
10897ff3a9 Adress comments 2025-08-07 13:54:54 +10:00
Valentin Buira
082f82baab Fixing test and add more case 2025-08-07 13:54:54 +10:00
Valentin Buira
3960a96ba3 Attempt to debug CI test 2025-08-07 13:54:54 +10:00
Valentin Buira
1f2e30947c Tidy up PR 2025-08-07 13:54:54 +10:00
Valentin Buira
b1b7bef4a5 Fix scrollback to (0,0) on each repaintModel / rebuild of the model 2025-08-07 13:54:54 +10:00
Valentin Buira
3fe0bf5586 Unlimited modeler canvas size 2025-08-07 13:54:54 +10:00
qgis-bot
c4047b9b45 auto sipify 🍺 2025-08-07 01:58:42 +00:00
Nyall Dawson
a608d0fe17 Fix build 2025-08-07 11:56:06 +10:00
Nyall Dawson
7da4ba1c0b Add moc 2025-08-07 11:56:06 +10:00
Nyall Dawson
53d20879de Make math utils Q_GADGET 2025-08-07 11:56:06 +10:00
Nyall Dawson
f9faca4445 Make tests independant of each other 2025-08-07 11:56:06 +10:00
Nyall Dawson
8d07392e8a Fix build 2025-08-07 11:56:06 +10:00