89534 Commits

Author SHA1 Message Date
qgis-bot
6318e14b62 auto sipify 🍺 2024-12-18 03:23:57 +00:00
Nyall Dawson
72e1b82509 Remove dead code 2024-12-18 13:21:06 +10:00
Nyall Dawson
75c8e3e2c4 Fix memory leaks in classification methods, use unique_ptrs 2024-12-18 13:21:06 +10:00
Nyall Dawson
787f8072d1
Enable test which passes now 2024-12-18 13:20:52 +10:00
Nyall Dawson
176dadfaff
Run test on qt 6 2024-12-18 13:20:52 +10:00
Nyall Dawson
d3df8c13cb
Only run i.smap , i.maxlik tests on older GRASS
Newer ones have the raster paths hardcoded into
the signature file, and we can't handle that currently
in the test suite
2024-12-18 13:20:52 +10:00
Nyall Dawson
6aa594dcb6
Allow skipping tests by grass version 2024-12-18 13:20:52 +10:00
Nyall Dawson
67a67c30e9
Resync grass plugin algorithm test base file 2024-12-18 13:20:52 +10:00
Nyall Dawson
49f9cfb358
Adapt some grass tests to account for formats used in newer GRASS versions 2024-12-18 13:20:52 +10:00
Nyall Dawson
b4f6d2e907 Run test on qt6 2024-12-18 11:19:30 +10:00
Nyall Dawson
06291f790c Disable broken test for automatic transaction groups on GDAL >= 3.5
This functionality is broken on newer GDAL versions, due
to incorrect assumptions at time of development.

See https://github.com/qgis/QGIS/pull/59797#issuecomment-2544133498

Parties interested in seeing this test resurrected are welcome
to submit fixes.
2024-12-18 11:19:30 +10:00
Alexander Bruy
464b63d47c fix build 2024-12-18 06:19:39 +10:00
Alexander Bruy
cb4822c073 fix condition 2024-12-18 06:19:39 +10:00
Alexander Bruy
3602d5891b address review comments 2024-12-18 06:19:39 +10:00
Alexander Bruy
d587f8c9a6 simplify conditions 2024-12-18 06:19:39 +10:00
Alexander Bruy
ac894db086 add option to ignore empty metadata fields 2024-12-18 06:19:39 +10:00
Alexander Bruy
446d345818 add native set metadata fields algorithm 2024-12-18 06:19:39 +10:00
Alexander Bruy
67f8475646 add native update layer metadata algorithm 2024-12-18 06:19:39 +10:00
Alexander Bruy
98d55e3018 add native add history metadata algorithm 2024-12-18 06:19:39 +10:00
Harrissou Sant-anna
53e777fd97 Typo fix 2024-12-18 06:17:52 +10:00
Harrissou Sant-anna
a15b9a159b Add help button to labeling rules dialogs 2024-12-18 06:17:52 +10:00
Matthias Kuhn
103990eabb Fix TOC 2024-12-18 06:17:33 +10:00
Matthias Kuhn
7c38163473 Document building with qt6 for macos 2024-12-18 06:17:33 +10:00
Gijs Nijholt
3139f3daaf Adds a 'system-ui' font-family to the oauth2 verification finished page. See https://css-tricks.com/snippets/css/system-font-stack/ for details on this. 2024-12-18 06:15:55 +10:00
Alexander Bruy
d1232ebe5a
Merge pull request #59928 from agiudiceandrea/patch-42
[Modeler] Fix algorithms help URL (Followup #59922)
2024-12-17 17:33:10 +00:00
Alexander Bruy
98e89dcbb3
Merge pull request #59931 from nyalldawson/fix_test_close
Avoid unclosed file warning in test
2024-12-17 10:46:19 +00:00
Julien Cabieces
3e0b74418d
Merge pull request #59926 from nyalldawson/thin_xml
Don't write unnecessary attribute to XML when saving point cloud layers
2024-12-17 11:17:30 +01:00
Julien Cabieces
e6134fd0a7
Merge pull request #59806 from GispoCoding/53696_keep_id_of_largest_feature
[digitizing] Split features: always give largest geometry to original feature
2024-12-17 11:15:22 +01:00
qgis-bot
5349b26a06 auto sipify 🍺 2024-12-17 09:52:52 +00:00
Julien Cabieces
62c6b91437
Merge pull request #59834 from troopa81/sip_deprecated
[PyQGIS] Add message to /Deprecated/ annotations
2024-12-17 10:50:02 +01:00
Nyall Dawson
2e83b6b424
Avoid unclosed file warning in test
Maybe will help with test fragility
2024-12-17 18:23:28 +10:00
Nyall Dawson
73c740c767 Fix leak in point cloud exporter 2024-12-17 18:17:51 +10:00
Nyall Dawson
527d5113a1 Fix leak 2024-12-17 18:17:51 +10:00
Nyall Dawson
ff93979421 Fix leak 2024-12-17 18:17:51 +10:00
Nyall Dawson
91b953d8af Fix coverity overflowed constant warning 2024-12-17 18:17:51 +10:00
Nyall Dawson
613b2cae71 Fix coverity 'nesting level does not match indentation' warnings
The QgsDebugMsgLevel macro is multiline, so we need to enclose it in braces
2024-12-17 18:17:51 +10:00
Nyall Dawson
a0d4861bc7 Use unique_ptr 2024-12-17 18:17:51 +10:00
Nyall Dawson
ab46cf3205 Remove some useless calls 2024-12-17 18:17:51 +10:00
Nyall Dawson
14fed11840 Fix coverity nullptr dereference warning 2024-12-17 18:17:51 +10:00
Nyall Dawson
76ef9c80be Fix some use of deprecated implicit capture of this 2024-12-17 18:17:51 +10:00
Nyall Dawson
e06d561f13 Fix coverity nullptr dereference warning 2024-12-17 18:17:51 +10:00
Nyall Dawson
44f4c2db91 Fix some uninitialized members 2024-12-17 18:17:51 +10:00
Julien Cabieces
4eab5313e6 fix(Sip): update sip since rebase 2024-12-17 09:07:41 +01:00
Julien Cabieces
209043e21e build(QSci): fix build when python QSci is missing 2024-12-17 09:06:44 +01:00
Julien Cabieces
0fdb3508a5 api(Deprecated): Remove strong requirement on \deprecated
Because some method (only QgsGeometry::set actually) can be deprecated
only in python, not in C++. But \deprecated triggers the need for Q_DECL_DEPRECATED
2024-12-17 09:06:44 +01:00
Julien Cabieces
51dc2ec2ac api(Deprecated): Generate always /Deprecated/ annotation with text
Use cmake to remove text when SIP version is less than 6.9.0
2024-12-17 09:06:44 +01:00
Julien Cabieces
ed64834106 api(deprecated): add message to deprecated SIP annotation 2024-12-17 09:06:42 +01:00
Julien Cabieces
92db5c2d82 feat(Deprecated): Add message to SIP deprecated annotation
Works only with SIP 6.9.0
2024-12-17 09:05:46 +01:00
Julien Cabieces
398f00bc26 doc(Deprecated): Fix missing \deprecated instruction 2024-12-17 09:05:46 +01:00
Julien Cabieces
0a42c57a4b build(QSci): fix build when python QSci is missing 2024-12-17 09:05:46 +01:00