Fix exceptions encountered when running steps in processing modelsare replaced by generic exceptions
Fixes #53887
qgsbox3d: Handle NaN values in normalize
If one Z coordinate is NaN, std::min() or std::max() may returnNaN. This issue is fixed by using std::swap() instead.
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 willalways return NaN values.
This issue is fixed by checking if the box is null and avoid using...
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 wrongbehavior and needs to be fixed).
`QgsBox3D::combineWith` uses `QgsRectangle::combineExtentWith` on the...
[map tool] When copy-moving a feature, use duplicate feature function to insure composition relationships are respected
[app] When copy/pasting features within the same layer, go down feature duplication to respect composition relationships
[clipboard] Keep track of the layer from which features are copied
Set some cmake policies to avoid warnings on newer cmake
Merge pull request #53935 from ptitjano/feat/geometry/geometry-from-point
QgsGeometry: Add `fromPoint` and `fromBox3D` constructors
[qml] Add a couple of useful Q_PROPERTY to QgsSnappingConfig
qgsgeometry: Add fromBox3D constructor
qgsgeometry: Add fromPoint constructor
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
Don't segmentize digitized feature if the layer supports curves
Merge pull request #53895 from Djedouas/fix-53818
qgsgeometry: Remove empty line at the end of file
Fix encoding of user expression in Function Editor
Set it to UTF-8 codec
Partially consider 3d point symbol sizes when calculating the boundingboxes of chunks
(This is only a basic consideration -- the symbols may be scaled androtated which would affect their bounding boxes)
Do not display the password in the dialog when requesting credentials
Improve performance of adding OGR dataset with many layers (fixes #53525)
Prevent datasets from being released too early.
Improve performance of relationship discovery when adding OGR dataset with many layers (fixes #53525)
Fix adding a relation within multiple edition
[Server] Fix OGC filter with date/time
Update python/plugins/processing/tools/dataobjects.py
Co-authored-by: Nyall Dawson <[email protected]>
« Previous 1 ... 61 62 63 64 65 ... 4866 Next » (1551-1575/121643) Per page: 25, 50, 100, 200
Also available in: Atom