Revision:

Revisions

# Date Author Comment
df81d48b 2023-07-28 05:35 AM Nyall Dawson

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

Fixes #53887

4d6d5fc8 2023-07-27 08:16 PM Jean Felder

qgsbox3d: Handle NaN values in normalize

If one Z coordinate is NaN, std::min() or std::max() may return
NaN. This issue is fixed by using std::swap() instead.

f6f6f518 2023-07-27 08:16 PM Jean Felder

qgsbox3d: Correctly handle null boxes case in combineWith

If the box is null, it can contain NaN values. In that case,
std::min() and std::max() may return NaN. Therefore, combineWith will
always return NaN values.

This issue is fixed by checking if the box is null and avoid using...

9e41de1d 2023-07-27 08:16 PM Jean Felder

qgsbox3d: Fix combineWith if the underlying 2d rectangle contains only 0

`QgsBox3D(0, 0, 0, 0, 0, 0)` is not considered as null. However,
`QgsRectangle(0, 0, 0, 0)` is considered as null (this is a wrong
behavior and needs to be fixed).

`QgsBox3D::combineWith` uses `QgsRectangle::combineExtentWith` on the...

3734bee6 2023-07-27 10:40 AM Mathieu Pellerin - nIRV

[map tool] When copy-moving a feature, use duplicate feature function to insure composition relationships are respected

ec111c01 2023-07-27 09:42 AM Mathieu Pellerin - nIRV

[app] When copy/pasting features within the same layer, go down feature duplication to respect composition relationships

de90c65a 2023-07-27 09:42 AM Mathieu Pellerin - nIRV

[clipboard] Keep track of the layer from which features are copied

a4f7d1bf 2023-07-27 12:37 AM Nyall Dawson

Set some cmake policies to avoid warnings on newer cmake

96e7047a 2023-07-26 12:23 PM Loïc Bartoletti

Merge pull request #53935 from ptitjano/feat/geometry/geometry-from-point

QgsGeometry: Add `fromPoint` and `fromBox3D` constructors

d077da8c 2023-07-26 11:20 AM Mathieu Pellerin - nIRV

[qml] Add a couple of useful Q_PROPERTY to QgsSnappingConfig

e0f71afe 2023-07-26 09:17 AM bdm-oslandia

qgsgeometry: Add fromBox3D constructor

4c239660 2023-07-26 08:58 AM bdm-oslandia

qgsgeometry: Add fromPoint constructor

f43eed80 2023-07-26 06:59 AM Matthias Kuhn

Merge pull request #53944 from qgis/backport-53895-to-release-3_32

[Backport release-3_32] Don't segmentize digitized feature if the layer supports curves

2c4993e5 2023-07-25 07:36 PM Jacky Volpes

Don't segmentize digitized feature if the layer supports curves

842cb39a 2023-07-25 07:36 PM Jacky Volpes

Don't segmentize digitized feature if the layer supports curves

e512489c 2023-07-25 07:31 PM Matthias Kuhn

Merge pull request #53895 from Djedouas/fix-53818

Don't segmentize digitized feature if the layer supports curves

a96a481d 2023-07-25 02:10 PM Jean Felder

qgsgeometry: Remove empty line at the end of file

7c83624c 2023-07-25 07:03 AM Andrea Giudiceandrea

Fix encoding of user expression in Function Editor

Set it to UTF-8 codec

e9e46a1a 2023-07-25 07:03 AM Nyall Dawson

Partially consider 3d point symbol sizes when calculating the bounding
boxes of chunks

(This is only a basic consideration -- the symbols may be scaled and
rotated which would affect their bounding boxes)

65818fb2 2023-07-25 07:03 AM Etienne Trimaille

Do not display the password in the dialog when requesting credentials

f6c68706 2023-07-25 07:03 AM Even Rouault

Improve performance of adding OGR dataset with many layers (fixes #53525)

Prevent datasets from being released too early.

be5d5e47 2023-07-25 07:03 AM Even Rouault

Improve performance of relationship discovery when adding OGR dataset with many layers (fixes #53525)

a00fd325 2023-07-25 07:03 AM Jacky Volpes

Fix adding a relation within multiple edition

0fb882a3 2023-07-25 07:03 AM Julien Cabieces

[Server] Fix OGC filter with date/time

a7a523a2 2023-07-25 07:03 AM Loïc Bartoletti

Update python/plugins/processing/tools/dataobjects.py

Co-authored-by: Nyall Dawson <>

1 ... 61 62 63 64 65 ... 4866 (1551-1575/121643) Per page: 25, 50, 100, 200

Also available in: Atom