Nyall Dawson
3f6b490218
Sipify
2025-04-02 11:11:10 +10:00
Nyall Dawson
3a578d6712
Header update
2024-08-13 20:28:55 +10:00
Nyall Dawson
f1e3ba9e2d
Use correct sip method
...
And use INDENT-OFF annotations to avoid astyle messing up
formatting of enum with inline macros
2024-01-31 13:48:49 +10:00
Nyall Dawson
23f3af4290
Use enum classes for QgsProperty property keys
...
Should fix usage on Qt 6 builds
2024-01-31 13:48:49 +10:00
Nyall Dawson
9a8b8b160d
Fix thread safety in raster layer rendering
...
We were cloning the data provider correctly, but doing this on the
main thread means that the provider has thread affinity with the
main thread -- so we need to ensure it is moved over to the
actual rendering thread prior to the rendering.
2022-12-15 14:50:08 +10:00
Nyall Dawson
8c9d008413
Spelling
2021-06-25 13:53:52 +10:00
Nyall Dawson
c013c78285
[api] Attach QgsPropertyCollection to QgsRasterPipe to allow
...
for data-defined raster pipeline properties
2021-06-25 13:53:52 +10:00
Nyall Dawson
f62ddb37a2
Promote QgsRasterPipe enums to enum classes in Qgis namespace
...
and add forward declares where possible
2021-06-23 17:30:47 +10:00
Nyall Dawson
e2b7f0712e
Improve QgsRasterPipe docs
2021-06-23 17:30:47 +10:00
Denis Rouzaud
ba8a445850
run sipify
2021-03-22 21:13:52 +01:00
Nyall Dawson
50b9beaad6
[sipify] Catch more class references and insert :py:class: annotations
2021-01-31 05:41:22 +10:00
Dmitry Shachnev
7e93859dfd
Replace deprecated sipTransferBreak with sipTransferTo
2020-07-21 13:18:40 +10:00
Alexander Bruy
0214b4f01a
move gamma correction code inside brightness/contrast filter
2020-06-30 15:42:33 +03:00
Alexander Bruy
cfa5c5bf83
fix tests
2020-06-30 15:42:33 +03:00
Alexander Bruy
80544696b4
gamma correction filter pipe for rasters ( fix #13512 )
2020-06-30 15:41:57 +03:00
Even Rouault
47da98c070
Raster resampling: add provider-level settings, and a switch at rasterpipe level between resamplingFilter and provider resampling
...
Also
* in settings UI, add a 'Early resampling' checkbox
* in raster properties UI, add similar checkbox
* serialize/deserialize new settings in QgsRasterLayer XML
2020-06-20 04:29:36 +10:00
Nyall Dawson
81a9db9f57
[sipify] Fix creation of cross references
2020-06-15 13:43:58 +10:00
Nyall Dawson
b6d66becab
Sipify
2019-02-27 09:41:11 +10:00
Nyall Dawson
7eab74f803
Fix use of trailing */ in dox, which messes with sipify Python documentation output
2019-02-25 19:02:12 +10:00
Juergen E. Fischer
a823046b5f
followup spelling fixes
2018-09-07 00:33:13 +02:00
Denis Rouzaud
7df2593caf
move auto generated sip file in dedicated folder
2018-05-14 10:23:37 -04:00