Revision:

Revisions

# Date Author Comment
5e29c75d 2023-07-06 05:45 AM Alister Hood

Update python/plugins/grassprovider/Grass7Utils.py

Co-authored-by: Loïc Bartoletti <>

47fa0c81 2023-07-06 05:45 AM Alister Hood

Update python/plugins/grassprovider/Grass7AlgorithmProvider.py

Co-authored-by: Nicolas Godet <>

75d204d7 2023-07-06 05:45 AM Alister Hood

Update python/plugins/grassprovider/Grass7AlgorithmProvider.py

Co-authored-by: Nicolas Godet <>

6cc773d7 2023-07-06 05:45 AM Alister Hood

Add comments

c0ca40ae 2023-07-06 05:45 AM Alister Hood

add userDescriptionFolder() method

2c006b18 2023-07-06 05:45 AM Alister Hood

fix lint errors

f08e5e94 2023-07-06 05:45 AM Alister Hood

support grass algorithms in profile folder

46af6e23 2023-07-06 04:14 AM Nyall Dawson

Fix interaction of locked scale ranges with zoom distance range tool
in elevation profile canvas

Fixes #53303

1469d94b 2023-07-06 04:14 AM Nyall Dawson

When elevation profile scales are locked, ensure the lock is
respected when the profile is resized

Refs #53303

9bc24abf 2023-07-06 04:14 AM Nyall Dawson

Add additional test

7ff6e4c8 2023-07-06 04:14 AM Nyall Dawson

Improve documentation

18623539 2023-07-06 04:14 AM Nyall Dawson

Fix generation of elevation profiles for lines when capture curve
exactly coincides with line features

Fixes #49279

f6d33043 2023-07-06 04:14 AM Nyall Dawson

Fix profile generation of exactly vertical polygons

Fixes #52815

8d4f2edf 2023-07-06 04:14 AM Nyall Dawson

Avoid unnecessary tesselation of triangle features

0a131659 2023-07-06 04:14 AM Nyall Dawson

Add method to test whether 3 points are collinear

75d41b9f 2023-07-06 04:14 AM Nyall Dawson

Add method to return the fraction along a line for a point

9eb449ed 2023-07-06 03:58 AM Damiano Lombardi

Simpler dwg/dxf import dialog

950d1d4d 2023-07-06 03:57 AM Nyall Dawson

Also detect 'dsm' and 'dtm' phrases in raster layer names as hints
that a layer represents an elevation surface

ccedd915 2023-07-06 03:56 AM Nyall Dawson

Fix loss of selection signal when QgsCrsSelectionWidget is not
permitting invalid crs selection yet an invalid crs has been
set as the selected crs via api

Refs #53309

f94801f2 2023-07-05 10:38 PM pathmapper

Add test for round trip through encodedUri/setEncodedUri should not lose "%2B" or "+"

ref https://github.com/qgis/QGIS/pull/53701#discussion_r1252491175

2ee259be 2023-07-05 10:38 PM pathmapper

Add test with an explicit "+" character

478433a7 2023-07-05 10:38 PM pathmapper

Avoid data loss for query items

Fix https://github.com/qgis/QGIS/issues/53654

06a09f83 2023-07-05 09:12 AM bdm-oslandia

qgsbox3d: Add support for toString method

0773042a 2023-07-05 09:12 AM bdm-oslandia

qgsbox3d: Add isEmpty method

This has is the following logic:

- QgSBox3d().isEmpty() True
- QgSBox3d().isEmpty(0, 0, 0, 0, 0, 0) True
- QgSBox3d().isEmpty(1, 1, 1, 1, 1, 1) == True

0f961e89 2023-07-05 09:12 AM bdm-oslandia

qgsbox3d: Add isNull method

This has is the following logic:

- QgSBox3d().isNull() True
- QgSBox3d().isNull(0, 0, 0, 0, 0, 0) False
- QgSBox3d().isNull(1, 1, 1, 1, 1, 1) == False

1 ... 74 75 76 77 78 ... 4866 (1876-1900/121643) Per page: 25, 50, 100, 200

Also available in: Atom