Revision:

Revisions

# Date Author Comment
a3a0e7b4 2023-10-03 06:45 PM Matthias Kuhn

Merge pull request #54813 from nyalldawson/fix_change_layer_crash

Fix crash when changing layers between editable/non-editable layers

01b2bb8f 2023-10-03 12:26 PM Nyall Dawson

QGraphicsItem::setGraphicsEffect takes ownership, using a unique_ptr
is not appropriate

Refs #54012

ce66298e 2023-10-03 12:21 PM Nyall Dawson

QGraphicsItem::setGraphicsEffect takes ownership, using a unique_ptr
is not appropriate

Refs #54012

a173de5c 2023-10-03 12:17 PM Nyall Dawson

Fix crash when changing layers between editable/non-editable layers

Fixes #54802
Fixes #52334
Fixes #49235

15f04bb1 2023-10-03 11:51 AM Nyall Dawson

QgsVectorLayer field configuration flag methods should also be exposed

524580fc 2023-10-03 11:51 AM Nyall Dawson

Fix seealso links

7147f013 2023-10-03 11:51 AM Nyall Dawson

Fix QgsField::ConfigurationFlag::None causes syntax error when
starting PyQGIS

We can't use `None` as a keyword exposed to python, it's reserved.
Also move the enum to Qgis before making it part of public stable
API.

d2ee3eb1 2023-10-03 08:51 AM Nyall Dawson

Cleanup all browser layer properties dialog before exiting (#54808)

These must be deleted before calling QgsApplication::exitQgis,
or we get a crash

Fixes #39094

4d9f3f8b 2023-10-03 05:37 AM dependabot[bot]

Bump actions/checkout from 3 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)...

4035f4fe 2023-10-03 05:14 AM Nyall Dawson

Update src/app/options/qgsoptions.cpp

2f4ebd05 2023-10-03 05:14 AM Alexander Bruy

missed code to save the setting

16b34193 2023-10-03 05:14 AM Alexander Bruy

add end cap style selection to the curve offset global options (fix #28005)

e81e5e88 2023-10-03 04:39 AM Nyall Dawson

Fix leak when constructing geometry from wkt with empty components

19999d51 2023-10-03 04:35 AM Alexander Bruy

enable Delete button if there is at least one user function (fix #51108)

76360da7 2023-10-03 03:19 AM Nyall Dawson

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

Fixes #53736

52df6477 2023-10-03 02:14 AM Nyall Dawson

Add a workaround for setting QFont objects to font families with
odd characters in their names

This can result in the font falling back to a default system
font. It's notably an issue for the "ESRI Oil, Gas, & Water"
symbol font.

0c651fff 2023-10-03 02:13 AM Even Rouault

[GUI] VectorLayerSaveAsDialog: allow to select an existing FileGeodatabase (fixes #54566)

This fix isn't totally satisfactory, because AFAICS there's no way in Qt
FileDialog to both be able select an existing directory (.gdb) without
entering into it, or select the parent of a new directory to be created....

4735bd9c 2023-10-03 02:13 AM Even Rouault

QgsVectorLayerSaveAsDialog::createControls(): fix memory leak

575f7263 2023-10-03 02:02 AM dependabot[bot]

Bump actions/cache from 3.3.1 to 3.3.2

Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.3.1...v3.3.2)...

aac4272a 2023-10-03 02:01 AM dependabot[bot]

Bump tj-actions/changed-files from 38 to 39

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 38 to 39.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)...

982fea52 2023-10-02 12:02 PM Jürgen Fischer

debian packaging: update to latest oracle client

a0c3d679 2023-10-02 11:44 AM Jürgen Fischer

Don't install CMakeLists.txt

6e3364ff 2023-10-02 09:06 AM Paul Blottiere

Merge pull request #54745 from pblottiere/pc_profile_loop

Deactivate profile progress bar when no nodes

25dda52d 2023-10-01 09:50 PM dependabot[bot]

Bump tj-actions/changed-files from 38 to 39

Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 38 to 39.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)...

b6b6e1c8 2023-10-01 09:50 PM dependabot[bot]

Bump actions/checkout from 3 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)...

1 ... 11 12 13 14 15 ... 4866 (301-325/121643) Per page: 25, 50, 100, 200

Also available in: Atom