Revision:

Revisions

# Date Author Comment
8931268c 2023-07-29 10:36 AM Nyall Dawson

Add API to set selected feature color for vector layers

71a778e4 2023-07-29 10:36 AM Nyall Dawson

Introduce framework for QgsMapLayerSelectionProperties

QgsMapLayerSelectionProperties exposes settings for controlling
how an individual QgsMapLayer behaves with respect to feature selection.

24c889ca 2023-07-28 10:14 PM Nyall Dawson

Fix exception when running an algorithm which has no parameters
through the toolbox

We were passing a float to a PyQt method requiring int in newer
Python versions, which raises an exception instead of silently
truncating.

fa98cb86 2023-07-28 10:14 PM Nyall Dawson

Fix exceptions encountered when running steps in processing models
are replaced by generic exceptions

Fixes #53887

33fb9a2e 2023-07-28 10:14 PM Nyall Dawson

Fix exception when running an algorithm which has no parameters
through the toolbox

We were passing a float to a PyQt method requiring int in newer
Python versions, which raises an exception instead of silently
truncating.

499afcb3 2023-07-28 10:14 PM Nyall Dawson

Fix exceptions encountered when running steps in processing models
are replaced by generic exceptions

Fixes #53887

dbe7cf0e 2023-07-28 10:14 PM Nyall Dawson

Silence clang tidy warning

602297f5 2023-07-28 10:14 PM Nyall Dawson

When interactive move label tools are used on a line layer, don't
force the creation of columns for data defined anchor based placement
if the layer has already been setup with columns for x/y placement

f24d666d 2023-07-28 10:14 PM Nyall Dawson

Fix confusion in angle handling for label results, where angles
in radians were being treated as degrees

This made an interactive movement of a label shown for a line
segment initially have a quasi-random rotation, instead of
keeping the rotation of the original label

17136ef4 2023-07-28 10:13 PM Nyall Dawson

Fix confusion in angle handling for label results, where angles
in radians were being treated as degrees

This made an interactive movement of a label shown for a line
segment initially have a quasi-random rotation, instead of
keeping the rotation of the original label

749aa705 2023-07-28 06:30 PM Mathieu Pellerin - nIRV

Merge pull request #53965 from nirvn/copy_paste_duplicate

Insure that copied features within the same layer respect project relationship(s) strength

859558a1 2023-07-28 02:16 PM Mathieu Pellerin - nIRV

Add test + address review

e0f6635c 2023-07-28 06:15 AM Nyall Dawson

Fix broken processing script editor actions

SIP is totally messed up here -- the dialog wrapper or something
is always prematurely cleaned which results in broken QObject
connections throughout.
Hack around this by storing dialog instances in a global list to...

db3d49e7 2023-07-28 05:40 AM Nyall Dawson

Fix confusion in angle handling for label results, where angles
in radians were being treated as degrees

This made an interactive movement of a label shown for a line
segment initially have a quasi-random rotation, instead of
keeping the rotation of the original label

4d412e2a 2023-07-28 05:40 AM Nyall Dawson

Fix confusion in angle handling for label results, where angles
in radians were being treated as degrees

This made an interactive movement of a label shown for a line
segment initially have a quasi-random rotation, instead of
keeping the rotation of the original label

740d49db 2023-07-28 05:39 AM Nyall Dawson

Silence clang tidy warning

d043973e 2023-07-28 05:39 AM Nyall Dawson

When interactive move label tools are used on a line layer, don't
force the creation of columns for data defined anchor based placement
if the layer has already been setup with columns for x/y placement

62961570 2023-07-28 05:39 AM Nyall Dawson

Fix exception when running an algorithm which has no parameters
through the toolbox

We were passing a float to a PyQt method requiring int in newer
Python versions, which raises an exception instead of silently
truncating.

85a51cc1 2023-07-28 05:39 AM Nyall Dawson

Fix exceptions encountered when running steps in processing models
are replaced by generic exceptions

Fixes #53887

a708051c 2023-07-28 05:39 AM Nyall Dawson

Fix exception when running an algorithm which has no parameters
through the toolbox

We were passing a float to a PyQt method requiring int in newer
Python versions, which raises an exception instead of silently
truncating.

0d8a122e 2023-07-28 05:39 AM Nyall Dawson

Fix exceptions encountered when running steps in processing models
are replaced by generic exceptions

Fixes #53887

fbb9e086 2023-07-28 05:35 AM Nyall Dawson

Fix confusion in angle handling for label results, where angles
in radians were being treated as degrees

This made an interactive movement of a label shown for a line
segment initially have a quasi-random rotation, instead of
keeping the rotation of the original label

a4d131c7 2023-07-28 05:35 AM Nyall Dawson

Silence clang tidy warning

33f3de37 2023-07-28 05:35 AM Nyall Dawson

When interactive move label tools are used on a line layer, don't
force the creation of columns for data defined anchor based placement
if the layer has already been setup with columns for x/y placement

6cdc01b8 2023-07-28 05:35 AM Nyall Dawson

Fix exception when running an algorithm which has no parameters
through the toolbox

We were passing a float to a PyQt method requiring int in newer
Python versions, which raises an exception instead of silently
truncating.

1 ... 60 61 62 63 64 ... 4866 (1526-1550/121643) Per page: 25, 50, 100, 200

Also available in: Atom