Use QgsFileWidget for directory selection, not custom widget
Fix some warnings in grass plugin
Fix incorrect scaling of text background markers in annotationswhen annotation has a reference scale set
Add some test variants to pass on Fedora
Update test to newer class methods
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...
Merge pull request #53314 from rouault/fix_52318
OGR Field domain creation: properly convert QVariant to expect OGR data type
Fix GPKG project storage home path.
Fix #53304
qgsrasterattributetable.cpp: Fix potential uses of nullptr
A QgsSingleBandPseudoColorRenderer could return a nullptr QgsRasterShader.Adds an if to avoid a potential SIGSEGV.
Sponsored by: Grass community and Oslandia
Correctly handle alignment in point text bounding box calculations
Expose the horizontal alignment option for point text annotations to GUI
This has been supported via raw api, but not exposed in the widget
Correctly account for point text rotation when calculating itembounding box
Expose setting for point text annotations to control howthe text annotation should handle map rotation
Previously, text annotations just ignore map rotation, whichmatches how regular map labels are handled. But this is notdesirable for some point text annotations, where it can...
Expose angle control for point text annotations in widget
This was supported by the annotation, but not exposed in thewidget for some reason
Fix point text angle is incorrectly set in anticlockwise direction,whereas every other angle in qgis api is set in clockwise directions
This setting has never been exposed to users, so we are free to changeit now as it will always be 0 in any existing projects
Merge pull request #53317 from nyalldawson/fix_grass_invalid
Fix crash on invalid grass layer paths
Fix plugin manager searching
Fixes #53332
More workarounds
Use approach from https://github.com/OSGeo/gdal/pull/7887 to temporarilyworkaround broken fedora rawhide containers
Bump tj-actions/changed-files from 35 to 36
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 35 to 36.- [Release notes](https://github.com/tj-actions/changed-files/releases)- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)...
Restore cbExpandInserts for inserts layer
Add 'Int8' as raster data types to Processing GDAL algorithms (#51755)
address review
(cherry picked from commit 44d72c14819cb84ac468af00d906b95734c729d8)
apply pixel size conversion factor to line width if style does notdefine "line-width" property
(cherry picked from commit 68fa66dfc1e617cd8595b5916b0e8d64c9051fdc)
« Previous 1 ... 94 95 96 97 98 ... 4866 Next » (2376-2400/121643) Per page: 25, 50, 100, 200
Also available in: Atom