-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
261 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,254 @@ | ||
Jürgen E. Fischer <[email protected]> 2023-09-15 | ||
|
||
translation update for 3.32.3 from transifex | ||
|
||
Nyall Dawson <[email protected]> 2023-09-14 | ||
|
||
Fix leak in geos::linePointDifference | ||
|
||
Nyall Dawson <[email protected]> 2023-09-14 | ||
|
||
Fix leaks in mesh export algorithm | ||
|
||
Nyall Dawson <[email protected]> 2023-09-14 | ||
|
||
Fix crash when a group layer is referenced twice by a layout map | ||
|
||
Fixes #53727 | ||
|
||
Nyall Dawson <[email protected]> 2023-09-12 | ||
|
||
Only set application font once at startup, and require restarts | ||
after user changes the font | ||
|
||
Avoids a potential crash | ||
|
||
Fixes #54402 | ||
Fixes #54295 | ||
Fixes #53466 | ||
Fixes #54130 | ||
|
||
Merge: 2805975ef06 1ef9ce3da4e | ||
Julien Cabieces <[email protected]> 2023-09-11 | ||
|
||
Merge pull request #54310 from qgis/backport-54063-to-release-3_32 | ||
|
||
[Backport release-3_32] Also set 'evaluate default values on provider side' property when loading a layer | ||
|
||
Andrea Giudiceandrea <[email protected]> 2023-09-10 | ||
|
||
Workaround for mingw build | ||
|
||
bdm-oslandia <[email protected]> 2023-09-06 | ||
|
||
fix(qgsrectangle): isNull was checking ymin twice and not ymax. | ||
|
||
Add isNull test in testqgsrectangle.cpp | ||
|
||
Andrea Giudiceandrea <[email protected]> 2023-09-06 | ||
|
||
Fix Advanced Digitizing locked distance circle | ||
|
||
Andrea Giudiceandrea <[email protected]> 2023-09-04 | ||
|
||
[processing] rectanglesovalsdiamonds: set SEGMENTS default to 36 | ||
|
||
Andrea Giudiceandrea <[email protected]> 2023-09-04 | ||
|
||
Fix QgsLinestring::extend function | ||
|
||
Update the boundingbox when needed | ||
|
||
Nyall Dawson <[email protected]> 2023-09-04 | ||
|
||
Fix incorrect dates shown in Processing history | ||
|
||
Fixes #54454 | ||
|
||
Mathieu Pellerin <[email protected]> 2023-09-04 | ||
|
||
[themes] Fix combobox focus color, read-only line edit text, and combo box list separator | ||
|
||
Andrea Giudiceandrea <[email protected]> 2023-09-04 | ||
|
||
Fix incorrect dates shown in Processing history log | ||
|
||
Merge: 996de430798 d25d67985df | ||
Matthias Kuhn <[email protected]> 2023-09-04 | ||
|
||
Merge pull request #54477 from qgis/backport-54464-to-release-3_32 | ||
|
||
[Backport release-3_32] convertToCurves: Do not generate nested CompoundCurves | ||
|
||
Matthias Kuhn <[email protected]> 2023-09-04 | ||
|
||
Fix nested CompoundCurves | ||
|
||
Nyall Dawson <[email protected]> 2023-08-30 | ||
|
||
Fix a leak in georeferencer helmert method | ||
|
||
Nyall Dawson <[email protected]> 2023-08-30 | ||
|
||
Fix non-optional processing parameters should not need to be specified | ||
when a non-null default value is set for the parameter | ||
|
||
Fixes #54370 | ||
|
||
Nyall Dawson <[email protected]> 2023-08-30 | ||
|
||
Use correct test when validating missing parameter inputs for | ||
model child algorithms | ||
|
||
If a parameter is unspecified and mandatory, BUT has a non-null default | ||
value then we should consider the parameter as having a valid | ||
value and not fail the model validation. | ||
|
||
Refs #37692 | ||
|
||
(cherry picked from commit bde85bf26a6597529330e6f60ec56980c8114c93) | ||
|
||
Mathieu Pellerin <[email protected]> 2023-09-01 | ||
|
||
Add test | ||
|
||
Mathieu Pellerin <[email protected]> 2023-08-25 | ||
|
||
[layouts] Fix loading of pre 3.32 layouts containing a grouped HTML label item | ||
|
||
Mathieu Pellerin <[email protected]> 2023-08-25 | ||
|
||
[measure tool] Fix mix up in area/distance units when reactivating the measure tool after changing the unit type | ||
|
||
Harrissou Sant-anna <[email protected]> 2023-08-22 | ||
|
||
Fix toolTip | ||
|
||
Co-authored-by: Nyall Dawson <[email protected]> | ||
|
||
Harrissou Sant-anna <[email protected]> 2023-08-14 | ||
|
||
Fix "Metadata Search" tab toolTip in Data source Manager | ||
|
||
pathmapper <[email protected]> 2023-07-21 | ||
|
||
Migrate some leftovers to "network-timeout" settings key | ||
|
||
nicogodet <[email protected]> 2023-08-30 | ||
|
||
Raise error if PostgreSQL version can't be parsed | ||
|
||
Nicolas Godet <[email protected]> 2023-08-29 | ||
|
||
Use raw string | ||
|
||
Nicolas Godet <[email protected]> 2023-08-29 | ||
|
||
More robust retrieval for PostgreSQL version | ||
|
||
Nyall Dawson <[email protected]> 2023-08-18 | ||
|
||
Ensure entries for the same raster/vector driver always keep | ||
their check states in sync with each other | ||
|
||
Nyall Dawson <[email protected]> 2023-08-16 | ||
|
||
Correctly handle GDAL drivers which support BOTH raster and vector | ||
layers in the GDAL driver list in options dialog | ||
|
||
Andrea Giudiceandrea <[email protected]> 2023-08-29 | ||
|
||
Fix QgsMapLayer::saveNamedProperty and QgsMapLayer::saveSldStyleV2 | ||
|
||
set resultFlag to False when the directory is not writable | ||
|
||
Andrea Giudiceandrea <[email protected]> 2023-08-28 | ||
|
||
Fix QgsGeometryUtils::circleCircleIntersections for 1 solution | ||
|
||
Mathieu Pellerin <[email protected]> 2023-08-28 | ||
|
||
[decorations] Scale bar should follow the current project's distance unit type | ||
|
||
Nicolas Godet <[email protected]> 2023-08-25 | ||
|
||
Update python/plugins/processing/gui/BatchInputSelectionPanel.py | ||
|
||
nicogodet <[email protected]> 2023-08-25 | ||
|
||
Add PointCloud layers to "Select from Open Layers…" | ||
|
||
Nyall Dawson <[email protected]> 2023-08-24 | ||
|
||
Convert curved parameter should be optional to avoid breaking older models which don't have this parameter set | ||
|
||
Jürgen E. Fischer <[email protected]> 2023-08-25 | ||
|
||
add Azerbaijan flag | ||
|
||
(cherry picked from commit be30b03aff5de5cd5f6fb12f5d14cea02b815acb) | ||
|
||
Mathieu Pellerin <[email protected]> 2023-08-24 | ||
|
||
[ui][symbology] Fix customized graduated renderer label format and precision not restored (fixes #54255) | ||
|
||
Andrea Giudiceandrea <[email protected]> 2023-08-24 | ||
|
||
[layout] set clear value to 0 for grid offset spinboxes | ||
|
||
Jean Felder <[email protected]> 2023-08-23 | ||
|
||
qgs3dmapscene: Delete the terrain to properly stop active jobs | ||
|
||
When a terrain (a `QgsTerrainEntity`) is replaced by a new one (in | ||
`Qgs3DMapSettings::setTerrainGenerator()`), | ||
`Qgs3DMapScene::createTerrain()` is called. This method removes the | ||
existing `QgsTerrainEntity` by calling `mTerrain->deleteLater()` and | ||
creates a new one. However, if some jobs are still running on the | ||
existing terrain, this results in a crash because the existing jobs | ||
then try to delete objects which have already been freed by the | ||
deletion of the terrain. | ||
|
||
This issue is fixed by calling the terrain desctuctor instead. This | ||
calls `cancelActiveJobs` which stops all the existing jobs and | ||
prevents the creation of new jobs. This way, the existing jobs are | ||
correctly stopped. | ||
|
||
q# worktree-geometry-boundingbox/ | ||
|
||
Jean Felder <[email protected]> 2023-08-22 | ||
|
||
qgschunkedentity: Disconnect finished signal when a job is canceled | ||
|
||
This prevents a crash in `QgsChunkedEntity::onActiveJobFinished()` | ||
which tries to access a job that no long exists. | ||
|
||
Jean Felder <[email protected]> 2023-08-22 | ||
|
||
qgschunkedentity: Simplify while logic in startJobs() | ||
|
||
Nyall Dawson <[email protected]> 2023-08-21 | ||
|
||
Fix crash when trying to request features from invalid GPX layer | ||
|
||
Fixes #54021 | ||
|
||
Jacky Volpes <[email protected]> 2023-08-04 | ||
|
||
Also set 'evaluate default values on provider side' property when loading a layer | ||
|
||
Nyall Dawson <[email protected]> 2023-08-18 | ||
|
||
Trying to handle SIP_MONKEYPATCH_FLAGS_UNNEST breaks doxygen | ||
|
||
Nyall Dawson <[email protected]> 2023-08-15 | ||
|
||
Fix messed up enum documentation in generated doxygen outputs | ||
|
||
Jürgen E. Fischer <[email protected]> 2023-08-18 | ||
|
||
Release of 3.32.2 | ||
|
||
Jürgen E. Fischer <[email protected]> 2023-08-18 | ||
|
||
translation update for 3.32.2 from transifex | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,14 @@ | ||
qgis (3.32.2) UNRELEASED; urgency=medium | ||
qgis (3.32.3) UNRELEASED; urgency=medium | ||
|
||
* Release of 3.32.3 | ||
|
||
-- Jürgen E. Fischer <[email protected]> Fri, 15 Sep 2023 14:04:20 +0200 | ||
|
||
qgis (3.32.2) unstable; urgency=medium | ||
|
||
* Release of 3.32.2 | ||
|
||
-- Jürgen E. Fischer <[email protected]> Fri, 18 Aug 2023 14:02:15 +0200 | ||
-- Jürgen E. Fischer <[email protected]> Fri, 15 Sep 2023 14:04:19 +0200 | ||
|
||
qgis (3.32.1) unstable; urgency=medium | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters