Add API to set selected feature color for vector layers
Introduce framework for QgsMapLayerSelectionProperties
QgsMapLayerSelectionProperties exposes settings for controllinghow an individual QgsMapLayer behaves with respect to feature selection.
Fix exception when running an algorithm which has no parametersthrough the toolbox
We were passing a float to a PyQt method requiring int in newerPython versions, which raises an exception instead of silentlytruncating.
Fix exceptions encountered when running steps in processing modelsare replaced by generic exceptions
Fixes #53887
Silence clang tidy warning
When interactive move label tools are used on a line layer, don'tforce the creation of columns for data defined anchor based placementif the layer has already been setup with columns for x/y placement
Fix confusion in angle handling for label results, where anglesin radians were being treated as degrees
This made an interactive movement of a label shown for a linesegment initially have a quasi-random rotation, instead ofkeeping the rotation of the original label
Merge pull request #53965 from nirvn/copy_paste_duplicate
Insure that copied features within the same layer respect project relationship(s) strength
Add test + address review
Fix broken processing script editor actions
SIP is totally messed up here -- the dialog wrapper or somethingis always prematurely cleaned which results in broken QObjectconnections throughout.Hack around this by storing dialog instances in a global list to...
« Previous 1 ... 60 61 62 63 64 ... 4866 Next » (1526-1550/121643) Per page: 25, 50, 100, 200
Also available in: Atom