Revision:

Revisions

# Date Author Comment
0c5f0631 2023-10-05 06:59 AM Nyall Dawson

Geometry type should not be optional in Execute SQL algorithm

Instead it should just default to Autodetect

Given how the algorithm uses this parameter this change does not
result in any difference to scripts/etc running this tool, as
before/after this change the algorithm will use Autodetect mode...

861f6e83 2023-10-05 06:59 AM Nyall Dawson

Fix strings

33bb769b 2023-10-05 06:54 AM Nyall Dawson

Cleanup Execute SQL geometry type handling

And fix exception when "no geometry" type is selected

Fixes #54833

7b93febd 2023-10-05 06:54 AM Nyall Dawson

Geometry type should not be optional in Execute SQL algorithm

Instead it should just default to Autodetect

Given how the algorithm uses this parameter this change does not
result in any difference to scripts/etc running this tool, as
before/after this change the algorithm will use Autodetect mode...

0a11e3da 2023-10-05 06:54 AM Nyall Dawson

Fix strings

2bd25071 2023-10-05 05:24 AM Nyall Dawson

Ensure that we always call prepareGeometryChange BEFORE changing
properties which effect the boundingRect of a layout item

Refs #52079
Refs https://bugreports.qt.io/browse/QTBUG-18021

b8391d0b 2023-10-05 04:45 AM Stefanow Natsis

Ignore any invalid field indexes

7bb23f2d 2023-10-05 12:59 AM Nyall Dawson

Apply suggestions from code review

668734a8 2023-10-05 12:58 AM Nyall Dawson

Update src/core/qgsabstractgeopdfexporter.h

Co-authored-by: Matthias Kuhn <>

3c092fa1 2023-10-05 12:58 AM Gabriel Russo

More info about ISO 32000 in GeoPDF Exporter abstract class

db8fe7f4 2023-10-05 12:36 AM Stefanow Natsis

Ignore any invalid field indexes

4bd58877 2023-10-05 12:31 AM Stefanow Natsis

Ignore any invalid field indexes

e77ca40a 2023-10-04 09:24 AM Nyall Dawson

Handle sql='' or sql="" as empty sql strings instead of '' / "" literals

Fixes #53736

8ea5d335 2023-10-04 09:21 AM Alessandro Pasotti

Merge pull request #54812 from nyalldawson/crash_georef_props

Fix crash when opening layer properties for raster layer with broken data source

0c699785 2023-10-04 09:20 AM Alessandro Pasotti

Merge pull request #54806 from nyalldawson/fix_53736

Handle sql='' or sql="" as empty sql strings instead of '' / "" literals

7ab5c5b1 2023-10-04 09:16 AM Alessandro Pasotti

Merge pull request #54824 from nyalldawson/layout_crash

Cleanup c++ layout tests

0bef8331 2023-10-04 03:18 AM hannes metzler

flake8: Remove trailing spaces

3154e99d 2023-10-04 03:18 AM hannes metzler

Improve layout clipping test

- Avoid QgsRectangle's normalisation (the min/max values were mismatched)
- Add helpful commentary to describe what the tests are testing and how

08afe820 2023-10-04 02:26 AM Nyall Dawson

Cleanup c++ layout tests

- Use common methods
- Ensure all tests pass under memory sanitiser builds without issues

0250065e 2023-10-04 12:43 AM Nyall Dawson

Add tests for opening and applying layer properties for valid
and invalid layers of all layer subclasses

77b16c4c 2023-10-03 11:28 PM Nyall Dawson

Fix crash when opening layer properties for raster layer with broken
data source

Fixes #49176

a16d5587 2023-10-03 10:08 PM Even Rouault

[OAPIF] Catch ct.transformBoundingBox() exceptions in QgsOapifProvider initialization

a8da6b69 2023-10-03 10:08 PM Even Rouault

[OAPIF] faster way to get feature count (backport of #51590)

941477b3 2023-10-03 10:08 PM Even Rouault

[OAPIF] Fix wrong extent when not advertized in collection metadata and storageCrs != CRS84, and fix potential infinite feature query when featureCount not advertized by server

Fixes https://lists.osgeo.org/pipermail/qgis-user/2023-September/053400.html

17a34a1b 2023-10-03 09:29 PM Nyall Dawson

Avoid calling overridden virtual method in base class destructor

Fixes some undefined behavior when deleting layout items

1 ... 10 11 12 13 14 ... 4866 (276-300/121643) Per page: 25, 50, 100, 200

Also available in: Atom