-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
275 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,252 @@ | ||
Jürgen E. Fischer <[email protected]> 2023-12-22 | ||
|
||
translation update for 3.34.2 from transifex | ||
|
||
Nyall Dawson <[email protected]> 2023-12-20 | ||
|
||
Update tests | ||
|
||
Nyall Dawson <[email protected]> 2023-12-19 | ||
|
||
Fix shininess parameter ignored when data defined colors | ||
are activated for phong shader | ||
|
||
Nyall Dawson <[email protected]> 2023-12-19 | ||
|
||
Update src/3d/chunks/qgschunknode_p.cpp | ||
|
||
Co-authored-by: Stefanos Natsis <[email protected]> | ||
|
||
Nyall Dawson <[email protected]> 2023-12-18 | ||
|
||
Don't treat AABB with any non-zero extents as empty | ||
|
||
This causes nodes to disappear when they contain data which sits | ||
completely within a flat plane. (Eg point billboard symbols, where | ||
the z range will always be 0) | ||
|
||
Nyall Dawson <[email protected]> 2023-12-05 | ||
|
||
Resync tinygltf to upstream | ||
|
||
Nyall Dawson <[email protected]> 2023-12-05 | ||
|
||
Fix rendering elevation profiles in layouts with 0 label intervals | ||
|
||
Fixes #55507 | ||
|
||
Nyall Dawson <[email protected]> 2023-12-04 | ||
|
||
Fix crash when generating profile of 2d line using line as curve | ||
|
||
Fixes #55496 | ||
|
||
Nyall Dawson <[email protected]> 2023-12-13 | ||
|
||
Don't initially sort the feature list in attribute table | ||
|
||
While this may be desirable from a UX point of view, it's incredibly | ||
expensive to do so because it force calls QgsAttributeTableModel::prefetchSortData | ||
which triggers a complete iteration over the ENTIRE table upfront. | ||
This iteration occurs in a blocking manner, so we don't even get | ||
the yuck processEvent based progress bar dialog which does give | ||
some option to cancel the table opening. | ||
|
||
Better to not sort initially, and incur this cost only when the | ||
user chooses to sort. | ||
|
||
Nyall Dawson <[email protected]> 2023-12-13 | ||
|
||
Fix bad storage of xyz connection parameters | ||
|
||
Julien Cabieces <[email protected]> 2023-12-20 | ||
|
||
[PyQt6] Fix QAction & QShortcut which live in a different module | ||
|
||
Merge: e87fe4285b8 990697f7324 | ||
Loïc Bartoletti <[email protected]> 2023-12-21 | ||
|
||
Merge pull request #55380 from qgis/backport-55333-to-release-3_34 | ||
|
||
[Backport release-3_34] qgswfsparameters: Ensure to get the default value on wrong version | ||
|
||
AlisterH <[email protected]> 2023-12-19 | ||
|
||
Update style.qss | ||
|
||
Fix spinbox padding in Night Mapping theme | ||
|
||
AlisterH <[email protected]> 2023-12-19 | ||
|
||
Update style.qss | ||
|
||
Fix spinbox padding in Blend of Gray theme | ||
|
||
Merge: 24cbec773c9 6a433d28066 | ||
Matthias Kuhn <[email protected]> 2023-12-20 | ||
|
||
Merge pull request #55670 from qgis/backport-55666-to-release-3_34 | ||
|
||
[Backport release-3_34] [processing] Extract vertices: fix crash with empty polygons | ||
|
||
Andrea Giudiceandrea <[email protected]> 2023-12-19 | ||
|
||
[processing] Fix "Extract specific vertices" (native:extractspecificvertices) alg | ||
|
||
Fix inconsistent behaviour with input null and empty geometries | ||
|
||
Andrea Giudiceandrea <[email protected]> 2023-12-19 | ||
|
||
[processing] Fix "Extract vertices" (native:extractvertices) alg | ||
|
||
Fix crash with input empty polygons | ||
Fix inconsistent behaviour with input null and empty geometries | ||
|
||
Nyall Dawson <[email protected]> 2023-12-13 | ||
|
||
Ensure layer renderer is removed when changing data source | ||
from a spatial to a non-spatial type | ||
|
||
Yoann Quenach de Quivillic <[email protected]> 2023-12-12 | ||
|
||
Fix en language in non EN systems | ||
|
||
DelazJ <[email protected]> 2023-12-12 | ||
|
||
Add/reword labels in topology checker dialogs | ||
|
||
Nyall Dawson <[email protected]> 2023-12-12 | ||
|
||
Ensure more specialised exceptions are raised in PyQGIS | ||
|
||
instead of the generic QgsException one | ||
Refs warning in https://github.com/qgis/QGIS/issues/55481#issuecomment-1849001802 | ||
|
||
``` | ||
/tmp/work/geography/qgis/work/qgis-3.28.13/build/python/core/build/_core/sip_corepart0.cpp:38168: warning: exception of type 'QgsProviderConnectionException' will be caught | ||
38168 | catch (QgsProviderConnectionException &sipExceptionRef) | ||
| | ||
/tmp/work/geography/qgis/work/qgis-3.28.13/build/python/core/build/_core/sip_corepart0.cpp:38158: warning: by earlier handler for 'QgsException' | ||
38158 | catch (QgsException &sipExceptionRef) | ||
``` | ||
|
||
Andrea Giudiceandrea <[email protected]> 2023-12-07 | ||
|
||
[processing] Generate XYZ tiles: fix bakcground color warning | ||
|
||
Alessandro Pasotti <[email protected]> 2023-12-05 | ||
|
||
RAT: fix styling panel when no RAT is available | ||
|
||
Fix #55503 | ||
Fix #55500 | ||
|
||
Nyall Dawson <[email protected]> 2023-12-04 | ||
|
||
Fix typo | ||
|
||
Alexander Bruy <[email protected]> 2023-11-30 | ||
|
||
collect points as a list of QgsMultiPoint | ||
|
||
Alexander Bruy <[email protected]> 2023-11-29 | ||
|
||
add test | ||
|
||
Alexander Bruy <[email protected]> 2023-11-28 | ||
|
||
fix broken voronoi polygon algorithm when source attributes are not | ||
copied (fix #55450) | ||
|
||
Nyall Dawson <[email protected]> 2023-11-29 | ||
|
||
Fix another time related crash with certain layer types | ||
|
||
Nyall Dawson <[email protected]> 2023-11-29 | ||
|
||
Fix crash when 3d map is open and temporal controller mode is changed | ||
and project contains layers which aren't vector/raster/mesh | ||
|
||
Etienne Trimaille <[email protected]> 2023-11-27 | ||
|
||
When a creating a new PG connection, use SSL prefer | ||
|
||
Nyall Dawson <[email protected]> 2023-11-27 | ||
|
||
Fix permissions on report files | ||
|
||
(cherry picked from commit 53aace1dd592df8609cd3f85555ec270b3bb1672) | ||
|
||
Mathieu Pellerin <[email protected]> 2023-11-08 | ||
|
||
Apply suggestion | ||
|
||
Mathieu Pellerin <[email protected]> 2023-11-03 | ||
|
||
[editor widgets] Fix QML editor widget not responsive to attribute changes | ||
|
||
Andrea Giudiceandrea <[email protected]> 2023-11-27 | ||
|
||
Fix Qgis.SettingsOrigin enum values description | ||
|
||
Andrea Giudiceandrea <[email protected]> 2023-11-27 | ||
|
||
[Georeferencer] Fix successful georeferencing message | ||
|
||
Andrea Giudiceandrea <[email protected]> 2023-11-26 | ||
|
||
Georeferencer: always include RMS error value in report | ||
|
||
Andrea Giudiceandrea <[email protected]> 2023-11-26 | ||
|
||
Georeferencer: make the text in the PDF report selectable | ||
|
||
DelazJ <[email protected]> 2023-11-24 | ||
|
||
Fix more links | ||
|
||
DelazJ <[email protected]> 2023-11-20 | ||
|
||
Add help link for User profile settings | ||
|
||
Harrissou Sant-anna <[email protected]> 2023-11-20 | ||
|
||
Add more direct links to other settings tabs | ||
|
||
Harrissou Sant-anna <[email protected]> 2023-11-20 | ||
|
||
Use links to internal anchors instead of user visible title | ||
|
||
Nyall Dawson <[email protected]> 2023-11-15 | ||
|
||
Add help page keys for more settings tabs | ||
|
||
Germap <[email protected]> 2023-11-18 | ||
|
||
Update qgsfunction.py, homogenize referenced_columns subsection | ||
|
||
Germap <[email protected]> 2023-11-17 | ||
|
||
Update python/core/additions/qgsfunction.py | ||
|
||
Avoid using 'slightly' since this could be a considerable performance improvement depending on the provider. | ||
|
||
Co-authored-by: Matthias Kuhn <[email protected]> | ||
|
||
Germán Carrillo <[email protected]> 2023-11-02 | ||
|
||
Avoid None as value for referenced_columns (use empty list instead) in qgsfunction.py documentation | ||
|
||
Alessandro Pasotti <[email protected]> 2023-10-26 | ||
|
||
Fix WMS multiple layers | ||
|
||
Fix #55042 | ||
|
||
Jürgen E. Fischer <[email protected]> 2023-11-24 | ||
|
||
Release of 3.34.1 | ||
|
||
Jürgen E. Fischer <[email protected]> 2023-11-24 | ||
|
||
translation update for 3.34.1 from transifex | ||
|
@@ -18,6 +267,22 @@ Germap <[email protected]> 2023-11-22 | |
|
||
Fix #39828 | ||
|
||
Jean Felder <[email protected]> 2023-11-20 | ||
|
||
qgswfsparameters: Ensure to get the default value on wrong version | ||
|
||
`QgsWfsParameters::versionAsNumber` creates a `QgsProjectVersion` from | ||
the version number defined in the request `VERSION` parameter. If the | ||
version is not defined, the version 1.1.0 is used. | ||
However, if the version number defined in the `VERSION` parameter is | ||
not handled by QGIS (for example 2.0.0), the `QgsProjectVersion` is | ||
nver populated which corresponds to use version 0.0.0 instead of | ||
1.1.0, the default value. | ||
|
||
This issue is fixed by always using version number 1.1.0 if the list | ||
of handled versions (`mVersions`) does not contain the requested | ||
version. | ||
|
||
Jacky Volpes <[email protected]> 2023-11-22 | ||
|
||
Fix Oracle syntax when estimating feature count on views | ||
|
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.34.1) UNRELEASED; urgency=medium | ||
qgis (3.34.2) UNRELEASED; urgency=medium | ||
|
||
* Release of 3.34.2 | ||
|
||
-- Jürgen E. Fischer <[email protected]> Fri, 22 Dec 2023 13:04:08 +0100 | ||
|
||
qgis (3.34.1) unstable; urgency=medium | ||
|
||
* Release of 3.34.1 | ||
|
||
-- Jürgen E. Fischer <[email protected]> Fri, 24 Nov 2023 13:06:12 +0100 | ||
-- Jürgen E. Fischer <[email protected]> Fri, 22 Dec 2023 13:04:08 +0100 | ||
|
||
qgis (3.34.0) 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