Fix build
Don't create alpha bands for non-rotated, south up rasters
Fixes #50879
Fix a leak in style model
Fix a use after free issue in app cleanup
The project and layertree were being destroyed before thelayer tree view was being removed, which meant that in somecircumstances the view would attempt to read previouslydestroyed layer tree nodes
Explicitly delete the layer tree view before we cleanup...
Don't open datasets when populating browser directories todetermine layer drop support
This is rather tricky -- qt needs to know in advance whethera model item supports drops, so we need to determinewhether we'll allow item drops as soon as we create any...
OGR Field domain creation: properly convert QVariant to expect OGR data type (fixes #52318)
This fixes the main issues: crashes / data corruption.
Note however that currently the GeoPackage driver doesn't really supportstoring the data type of a field domain, so on reading, range domains...
fix the memory leak of the raster calculator in the if expression
fix the memory leak of Raster Calculator in the destructor
Fix documentation test
Cache database connection capabilities for browser items sowe don't create a new connection on every call to the qt modelflags
Greatly speeds up browser when a large number of files are visible
Fixes #53265
Correctly cleanup project archive files before attemptingto clear/replace archive
Otherwise the temporary archive directory cannot be removed,resulting in many "QTemporaryDir: Unable to remove" warningsand leftover temporary directories
Refs #53034
do not use field alias for the display role in the field mapping model (fix #53028)
Apply suggestions from code review
Co-authored-by: Nyall Dawson <[email protected]>
[ui] Avoid pixelated thumgnails in the welcome screen
Take device pixel ratio into account when creating project preview image
[OGR provider] Optimize feature requests with OrderBy clauses on a GeoPackage dataset
(fixes #53198)
OrderBy clauses are translated into a"SELECT ... FROM ... [WHERE ...] ORDER BY ... [LIMIT x]" SQL statementevaluated by GDAL
On a 3.2 million feature GeoPackage, this decreases the RAM consumption...
Add a QgsOgrProviderUtils::cleanSubsetString() method
Just move existing code from QgsOgrProviderUtils::setSubsetString() toit
Update src/gui/qgscolorwidgets.cpp
fix indent
adjust marker width and radius with DPR
« Previous 1 ... 90 91 92 93 94 ... 4866 Next » (2276-2300/121643) Per page: 25, 50, 100, 200
Also available in: Atom