Revision:

Revisions

# Date Author Comment
05e1605d 2023-10-18 12:17 AM Sandro Santilli

Apply suggestion from Nyall's review

0bb5a339 2023-10-18 12:17 AM Sandro Santilli

Handle null in QgsRectangle grow() and include() methods

Includes tests

30462f13 2023-10-17 07:41 PM Nicklas Larsson

set -DWIN32_LEAN_AND_MEAN in FindPDAL.cmake

021f919f 2023-10-17 07:41 PM Nicklas Larsson

cmake: update to find PDAL 2.6+

With PDAL 2.6 the 'pdal_util' library is removed as a separate library
and hence part of the 'pdalcpp' library.

8c3016ac 2023-10-17 07:37 PM Sandro Santilli

Handle null rectangles in QgsExtentWidget::outputExtent

1d192a67 2023-10-17 06:00 PM Julien Cabieces

Fixes #54549 : correctly delete graduated layout widgets

d853487a 2023-10-17 05:55 PM Julien Cabieces

Fixes #54549 : correctly delete graduated layout widgets

2c7b4f30 2023-10-17 05:50 PM Laurențiu Nicola

Add USE_ALTERNATE_LINKER to cache if available

c13e9a92 2023-10-17 05:32 PM Alessandro Pasotti

Fix crash in layout legend

Fix #52268

I couldn't identify the root cause of the issue but this
check prevents the crash.

13a9c748 2023-10-17 04:01 PM Sandro Santilli

Add `tags` make target

9b741620 2023-10-17 04:00 PM Alessandro Pasotti

Fix crash in layout legend

Fix #52268

I couldn't identify the root cause of the issue but this
check prevents the crash.

9df62b90 2023-10-17 03:32 PM Paul Blottiere

Raise error in case if invalid parameter in batch mode

9c8475e5 2023-10-17 03:32 PM Paul Blottiere

Add safeguard for -of option

7c153740 2023-10-17 04:55 AM Mathieu Pellerin - nIRV

[skip ci] Add comment explaining the 0.22 line-height addition

0e6b4fb1 2023-10-17 04:55 AM Mathieu Pellerin - nIRV

[layouts] Fix line height setting not respected for HTML-enabled label items

c99a33d2 2023-10-17 12:18 AM Sandro Santilli

Add QgsArcGisRestUtils::convertRectangle

See
https://github.com/qgis/QGIS/pull/54944#pullrequestreview-1680737873

1262257f 2023-10-17 12:18 AM Sandro Santilli

Fix extent computation in QgsAFSProvider

Extent should be set to null if there are no rows or geometric
field or computed min/max envelope ordinates are null.

99d0f8a0 2023-10-16 10:52 AM Sandro Santilli

Make QgsBookmark string output more explicit about it being EMPTY

edaa3dda 2023-10-15 09:04 PM Alexander Bruy

update vector menu links to processing algorithms (fix #54937)

3dac2dc9 2023-10-15 03:56 PM Jürgen Fischer

put test_data_dir.py into build directory (don't use install directory
prior to install)

5f7e06bd 2023-10-14 11:55 AM Sandro Santilli

Split build and install steps, add more ::group prints for CI

a30892cf 2023-10-14 11:55 AM Sandro Santilli

Do not force verbose build in mingw build

Makes it impossible to obtain useful information from CI, example:
https://github.com/qgis/QGIS/actions/runs/6493640195/job/17634987561?pr=54923

0bd9999c 2023-10-13 04:41 PM Laurențiu Nicola

Free up some disk space before running `clang-tidy`

Might help with failures like https://github.com/qgis/QGIS/actions/runs/6493229254/job/17638277259.

32d07b10 2023-10-13 03:14 PM Sandro Santilli

Fix extent computation in QgsSpatiaLiteProvider

Extent should be set to null if there are no rows or geometric
field or computed min/max envelope ordinates are null.

Also makes the implementation more readable (hopefully).

16fe9f6a 2023-10-12 09:29 PM Nyall Dawson

Don't show help for algorithms which can't be run in qgis_process

Fixes #54914

94b62acc 2023-10-12 09:24 PM Nyall Dawson

Don't show help for algorithms which can't be run in qgis_process

Fixes #54914

872901a8 2023-10-12 12:31 AM Nyall Dawson

Add github workflow to upload test failure markdown summary report
as a comment to PRs when tests fail

82918f90 2023-10-12 12:31 AM Nyall Dawson

Generate a markdown summary of test failures along with existing
HTML report

68ea9df9 2023-10-12 12:31 AM Nyall Dawson

Update test to newer methods

74ae947c 2023-10-11 11:23 PM Even Rouault

[OGR provider] Add a strictToInt() helper to detect integer truncation

e36112b0 2023-10-11 11:23 PM Even Rouault

[OGR provider] changeAttributeValues(): validate field index + FID (fixes #54816)

Also add consistency checks between Qt values and OGR field types in
addFeature() and changeAttributeValues()

c8d00d03 2023-10-11 11:21 PM Sandro Santilli

Avoid early with error if no shell scripts are changed

7e43fba3 2023-10-11 11:21 PM Sandro Santilli

Only run shellcheck against shell modified files

639bbf76 2023-10-11 11:21 PM Sandro Santilli

update pre-commit hook hints to work in worktrees

f3daa38b 2023-10-11 08:10 PM Alessandro Pasotti

Merge pull request #54854 from elpaso/backport-54644

Backport: RASTER properties dlg sync opacity

31c6b81a 2023-10-11 05:39 PM Denis Rouzaud

fix SIP_SKIP macro placement (#54911)

f8edf729 2023-10-11 03:20 PM Alessandro Pasotti

Merge pull request #54901 from elpaso/bugfix-gh54501-cad-floater-regression-followup

Fix angle constraint in floater

fe53a534 2023-10-11 03:19 PM Alessandro Pasotti

Update test_qgsrasterlayerproperties.py

c76b86e2 2023-10-11 01:57 PM Denis Rouzaud

move enum QgsMapLayerProxyModel::Filter to Qgis (#54891)

5b07f280 2023-10-11 01:45 PM Denis Rouzaud

fix SIP_SKIP macro placement

6467a47e 2023-10-11 04:53 AM Even Rouault

[OGR provider] Add a strictToInt() helper to detect integer truncation

1c1eb267 2023-10-11 04:53 AM Even Rouault

[OGR provider] changeAttributeValues(): validate field index + FID (fixes #54816)

Also add consistency checks between Qt values and OGR field types in
addFeature() and changeAttributeValues()

9e755466 2023-10-11 03:36 AM Nyall Dawson

Update test mask

3b85d07f 2023-10-11 03:36 AM Nyall Dawson

Fix flake

df1dc0db 2023-10-11 03:36 AM Nyall Dawson

Fix elevation profile item transparency forces rasterisation of
whole layout, expand unit test coverage

3588d417 2023-10-11 03:36 AM Nyall Dawson

Fix legend item with opacity forces whole layout to rasterize
and expand test coverage of blend modes and opacity with
legend items

d3d1dfde 2023-10-11 03:36 AM Nyall Dawson

Write test report header when run from Python

bc960c5f 2023-10-11 03:36 AM Nyall Dawson

Make TEST_DATA_DIR accessible from python tests

03af4e3c 2023-10-10 10:49 PM Alessandro Pasotti

Fix crash on value relation multi-column

Fix #54164

c0df962d 2023-10-10 08:39 PM Jean Felder

qgs3daxissettings: Correctly read viewport ratio on a saved project

When loading a project which contains a 3D view, the 3D axis is not
visible even when it is supposed to be displayed. This is because the
min and max viewport ratio settings are always equal to 0 on a saved...

1 2 3 4 5 ... 2433 (101-150/121643) Per page: 25, 50, 100, 200

Also available in: Atom