28 Commits

Author SHA1 Message Date
Alexander Bruy
85d191038e better names for enum values 2025-04-23 07:39:24 +10:00
Alexander Bruy
29a612f9c1 convert kernel density estimation enums to enum classes 2025-04-23 07:39:24 +10:00
Alexander Bruy
adf4f08001 convert raster calculator result enum to enum class 2025-04-23 07:39:24 +10:00
Alexander Bruy
d7fd6fd619 use more semantic argument name 2025-04-12 11:00:42 +01:00
Alexander Bruy
dfe0e16660 harmonize terminology related to creation options with GDAL 2025-04-12 11:00:41 +01:00
Alexander Bruy
f5106db020 use fully-qualified enum name in the comments 2025-04-10 14:11:19 +10:00
Alexander Bruy
c0b435994e use enum class instead of plain enum and add test to ensure comparison
with int works
2025-04-10 14:11:19 +10:00
Alexander Bruy
a584e533d9 use enum for return value instead of plain int in the QgsNineCellFilter 2025-04-10 14:11:19 +10:00
qgis-bot
a0d434f89d auto sipify 🍺 2025-04-03 01:24:23 +00:00
Alexander Bruy
3bff624ee9 harmonize method names with the terms used by GDAL documentation 2025-04-03 11:21:25 +10:00
Alexander Bruy
0fbaca4ce1 add support for raster creation options to QgsNineCellFilter 2025-04-03 11:21:25 +10:00
Nyall Dawson
3f6b490218 Sipify 2025-04-02 11:11:10 +10:00
Nyall Dawson
b81e0d83f6 Fix non-compliant class brief documentation 2025-03-30 20:48:07 +10:00
Alexander Bruy
1bf122fdee add support for user-defined NODATA value to raster calculator 2025-03-20 14:26:07 +00:00
Alexander Bruy
687e4e673a add support for raster creation options to raster calculator (fix #39082) 2025-03-20 14:22:15 +00:00
Mathieu Pellerin
df1bc9c5fa [python] Fix named argument binding issue with the QgsRasterCalculator constructor 2025-01-28 12:48:08 +10:00
Julien Cabieces
ed64834106 api(deprecated): add message to deprecated SIP annotation 2024-12-17 09:06:42 +01:00
Denis Rouzaud
76f702e48a sipify 2024-12-05 13:19:50 +01:00
Nyall Dawson
967388df86 Fix cppcheck 'function can be const' warnings 2024-10-15 15:00:05 +10:00
Nyall Dawson
ef0289f3ec Fix formatting of Python ..deprecated annotations in docstrings
Fixes https://github.com/qgis/pyqgis-api-docs-builder/issues/174
2024-09-02 11:42:12 +10:00
Nyall Dawson
765cbb32db Standardise some deprecated annotations 2024-09-02 11:42:12 +10:00
Nyall Dawson
3a578d6712 Header update 2024-08-13 20:28:55 +10:00
Nyall Dawson
6f652d251b Drop no-value copy constructor dox 2024-07-25 04:02:55 +10:00
Nyall Dawson
28943f9c1b Remove a bunch of useless default constructor doxygen 2024-07-23 02:08:28 +10:00
Even Rouault
15ea5c46bc
Header files: remove all mentions of '\since QGIS 3.0' 2024-02-18 20:57:23 +01:00
Even Rouault
02caeb9db7
Header files: remove all mentions of '\since QGIS 2.' 2024-02-18 20:46:01 +01:00
Nyall Dawson
0096246afe Sipify 2024-02-13 20:51:03 +10:00
Julien Cabieces
bb3c36a69b Initialize sip bindings for PyQt6
use exactly the ones from PyQt5 so we can study the difference when
generating for PyQt6
2023-12-08 03:38:42 +10:00