Nyall Dawson
0e6d5f5593
Properly silence overloaded-virtual warning on Fedora 42
2025-04-12 06:38:32 +10:00
qgis-bot
68ff5ec6b5
auto sipify 🍺
2025-04-11 00:31:38 +00:00
Nyall Dawson
887fffa3dd
Fix missing docstring
2025-04-11 10:28:38 +10:00
Nyall Dawson
0fc05051dd
Fix docstrings for QgsDateRange/QgsDateTimeRange
...
We can't rely on sip to generate these -- it outputs malformed
docstrings where the constructor docs are incorrectly placed
before the class docstrings
2025-04-11 10:03:58 +10:00
Nyall Dawson
54d078ed7a
Add missing SIP_OUT annotations
...
Fixes #54404 (at least, the remaining discernable portions of that ticket)
2025-04-11 05:42:02 +10:00
qgis-bot
80b7ee2058
auto sipify 🍺
2025-04-10 07:57:38 +00:00
qgis-bot
ff7e851921
auto sipify 🍺
2025-04-10 05:39:09 +00:00
Jean Felder
d30c311ab3
qgsgroupwmsdatadialog: Remove Q_DECL_DEPRECATED from constructor
...
Even though this class is deprecated, this breaks the qt 6 on qt 6.7+.
It looks like this is the only available fix at the moment.
Related:
07d7668c60
2025-04-10 15:36:13 +10:00
qgis-bot
8aa0b6da32
auto sipify 🍺
2025-04-10 04:14:20 +00: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
dccbdb5f2e
auto sipify 🍺
2025-04-10 01:24:53 +00:00
Nyall Dawson
1f31e41d20
Fix project zip creation from QTemporaryFile
...
QTemporaryFile creates an empty file in order to reserve the
filename, so we need to allow overwriting of existing files
2025-04-10 11:21:54 +10:00
qgis-bot
be26e391bf
auto sipify 🍺
2025-04-09 04:07:20 +00:00
Nyall Dawson
bdb5904283
Fix more malformed docstrings, enforce correct format in sipify
2025-04-09 14:04:24 +10:00
Nyall Dawson
fb645f0e04
Fix another documentation build warning
2025-04-09 14:04:24 +10:00
Nyall Dawson
fc76784e09
Misc documentation fixes causing errors in PyQGIS doc builder
2025-04-09 14:04:24 +10:00
Nyall Dawson
e5327c3749
Fix build error for PyQGIS docs
...
Correctly convert typehints for c++ pointer arguments
2025-04-09 14:04:24 +10:00
qgis-bot
df91956126
auto sipify 🍺
2025-04-09 03:12:34 +00:00
Nyall Dawson
1e1c415261
Allow data-defined control over legend wrap distance
2025-04-09 13:09:36 +10:00
Nyall Dawson
bbdc235c61
Drop units API for auto wrap distance
...
This isn't exposed, and needs more thought before it is (should
we use RenderUnits or LayoutUnits?)
2025-04-09 13:09:36 +10:00
Nyall Dawson
61009bdf95
[feature] Add auto-wrap after setting for layout legends
...
Allows legend text to be automatically wrapped after a set
line length (in millimeters).
This can prevent very wide auto-generated legends.
Sponsored by North Road, thanks to SLYR
2025-04-09 13:09:36 +10:00
qgis-bot
b4b304c340
auto sipify 🍺
2025-04-07 23:43:24 +00:00
JuhoErvasti
baddfc2499
Address review
2025-04-08 09:40:21 +10:00
JuhoErvasti
6a757be985
Implement toggleComment for QgsCodeEditorExpression
2025-04-08 09:40:21 +10:00
qgis-bot
9067198dc6
auto sipify 🍺
2025-04-07 12:04:34 +00:00
Julien Cabieces
68dd8200c1
Merge pull request #61195 from troopa81/feat_groupwmsdata
...
[Server] Add server properties on layer tree group
2025-04-07 14:01:35 +02:00
qgis-bot
7862775d08
auto sipify 🍺
2025-04-07 08:23:47 +00:00
Mathieu Pellerin
6771869a30
[symbology] Fix [categorized,graduated] symbol renderer UUID collision leading to unstable experience ( #61292 )
2025-04-07 15:20:53 +07:00
qgis-bot
117a69e465
auto sipify 🍺
2025-04-06 05:01:21 +00:00
qgis-bot
9eaf64fb73
auto sipify 🍺
2025-04-05 08:34:03 +00:00
Withalion
6301a60f91
Fix review issues
2025-04-05 10:31:10 +02:00
Withalion
705a2cade7
Disable clipping planes when outside current extent
2025-04-05 10:31:10 +02:00
qgis-bot
ac54a16a52
auto sipify 🍺
2025-04-04 08:03:07 +00:00
Sandro Mani
3e6aea2027
Allow configuring the server project cache size
2025-04-03 23:55:18 +02:00
qgis-bot
d691d102f7
auto sipify 🍺
2025-04-03 01:47:55 +00:00
Nyall Dawson
d4027f3c09
[sipify] Strip \ref tags
2025-04-03 11:44:59 +10:00
Nyall Dawson
8565a63e1a
Fix ref
2025-04-03 11:44:59 +10:00
Nyall Dawson
d868fb1e30
Fix missing docstring
2025-04-03 11:44:59 +10:00
Nyall Dawson
71420a5628
Cleanup global constants
...
- Deprecate global geographic crs strings, these should not be used
- Move some global constants to Qgis, and monkey patch for
API compatibility
- Deprecate global qgsVsiPrefix. Use QgsGdalUtils::vsiPrefixForPath()
instead
2025-04-03 11:44:59 +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
a9fc31921e
No need to use string for bool type
2025-04-03 01:05:31 +10:00
Nyall Dawson
9435a84ff7
sipify
2025-04-03 01:05:31 +10:00
qgis-bot
a7d8d418d1
auto sipify 🍺
2025-04-02 08:25:46 +00:00
Alexander Bruy
34aedd067d
Merge pull request #60710 from GispoCoding/59494_merge_policies
...
Add merge policies
2025-04-02 09:22:52 +01:00
qgis-bot
559c48199d
auto sipify 🍺
2025-04-02 07:29:39 +00:00
David Koňařík
5b9bb8b056
Parallelise point cloud attribute editing
2025-04-02 09:26:45 +02:00