-
-
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
211 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,72 @@ | ||
Jürgen E. Fischer <[email protected]> 2023-09-15 | ||
|
||
translation update for 3.28.11 from transifex | ||
|
||
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-04 | ||
|
||
Fix QgsLinestring::extend function | ||
|
||
Update the boundingbox when needed | ||
|
||
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 | ||
|
||
Jürgen E. Fischer <[email protected]> 2023-08-31 | ||
|
||
postgres provider: fix saving styles (fixed elsewhere with c80a0d669fb693f) | ||
|
||
Jürgen E. Fischer <[email protected]> 2023-08-25 | ||
|
||
add Azerbaijan flag | ||
|
||
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 | ||
|
||
Nyall Dawson <[email protected]> 2023-08-21 | ||
|
||
Fix crash when trying to request features from invalid GPX layer | ||
|
||
Fixes #54021 | ||
|
||
Merge: 09a302a6ca5 02b7183eb3c | ||
Nyall Dawson <[email protected]> 2023-08-21 | ||
|
||
Merge pull request #54299 from qgis/queued_ltr_backports | ||
|
||
Queued ltr backports 3.28.11 | ||
|
||
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.28.10 | ||
|
||
Jürgen E. Fischer <[email protected]> 2023-08-18 | ||
|
||
translation update for 3.28.10 from transifex | ||
|
@@ -8,6 +77,72 @@ Nyall Dawson <[email protected]> 2023-08-17 | |
|
||
Fixes #53774 | ||
|
||
Mathieu Pellerin <[email protected]> 2023-08-12 | ||
|
||
Adjust test | ||
|
||
Mathieu Pellerin <[email protected]> 2023-08-11 | ||
|
||
[ui] Fix QgsDateTimeEdit showing clear button in read-only mode and address inconsistency between text edit and date time edit widgets | ||
|
||
Mathieu Pellerin <[email protected]> 2023-08-11 | ||
|
||
[themes] Respect read-only and frameless properties | ||
|
||
Mathieu Pellerin <[email protected]> 2023-08-11 | ||
|
||
[ui] Improve looks of range (spinbox) wrapper on light/dark themes | ||
|
||
Mathieu Pellerin <[email protected]> 2023-08-11 | ||
|
||
[ui] Remove hack-ish styling for text edit wrapper which breaks dark themes | ||
|
||
Andrea Giudiceandrea <[email protected]> 2023-08-14 | ||
|
||
Data Source Manager - GeoNode: connect Help button to docs | ||
|
||
Andrea Giudiceandrea <[email protected]> 2023-08-14 | ||
|
||
Move includes to .cpp | ||
|
||
(cherry picked from commit 499b5fc6a49ba76ea1a9084e379f62f28644dae3) | ||
|
||
Andrea Giudiceandrea <[email protected]> 2023-08-14 | ||
|
||
Data Source Manager - Point Cloud: connect Help button to docs | ||
|
||
(cherry picked from commit 85bc2ebfb08dfc84ed20e527541a23807648a84a) | ||
|
||
Andrea Giudiceandrea <[email protected]> 2023-08-14 | ||
|
||
Data Source Manager - Metadata: connect Help button to docs | ||
|
||
(cherry picked from commit a6fe7b1402acca6f40040abc4e5c7144d1754690) | ||
|
||
Andrea Giudiceandrea <[email protected]> 2023-08-14 | ||
|
||
Data Source Manager - GPS: connect Help button to docs | ||
|
||
(cherry picked from commit 531fe7fb870a5e89225d84b07c4e1042711e83d3) | ||
|
||
Andrea Giudiceandrea <[email protected]> 2023-08-14 | ||
|
||
Data Source Manager - Mesh: connect Help button to docs | ||
|
||
(cherry picked from commit daa2dcb97d02726707b6d8a1ffce8e305bcebd57) | ||
|
||
Andrea Giudiceandrea <[email protected]> 2023-08-14 | ||
|
||
Data Source Manager - Raster: connect Help button to docs | ||
|
||
(cherry picked from commit c78f27d0cb927b1935598a5da6c5c977c33d70fd) | ||
|
||
Nyall Dawson <[email protected]> 2023-08-09 | ||
|
||
Fix mingw build | ||
|
||
(cherry picked from commit 2a4a4b69475f9ae7d00880a6d3434f723a2a52c1) | ||
|
||
Nyall Dawson <[email protected]> 2023-08-09 | ||
|
||
Fix mingw build | ||
|
@@ -26,6 +161,10 @@ Mathieu Pellerin <[email protected]> 2023-08-13 | |
|
||
[ui] Fix attribute row cache spinbox width (fixes #54201) | ||
|
||
Nyall Dawson <[email protected]> 2023-08-13 | ||
|
||
Fix ci | ||
|
||
Yoann Quenach de Quivillic <[email protected]> 2023-08-07 | ||
|
||
Fix #53988 - Crash when saving layout after removing map | ||
|
@@ -69,6 +208,10 @@ Mathieu Pellerin <[email protected]> 2023-08-05 | |
|
||
[ui] Fix source fields' virtual field comment widget on dark themes | ||
|
||
Yoann Quenach de Quivillic <[email protected]> 2023-08-03 | ||
|
||
Fix #53990 | ||
|
||
Mathieu Pellerin <[email protected]> 2023-08-02 | ||
|
||
[ui] Fix visual glitches when resizing the overview panel | ||
|
@@ -91,6 +234,10 @@ Nyall Dawson <[email protected]> 2023-08-04 | |
|
||
Try to get oracle test passing again | ||
|
||
Nyall Dawson <[email protected]> 2023-08-04 | ||
|
||
Try to get oracle test passing again | ||
|
||
Nyall Dawson <[email protected]> 2023-08-04 | ||
|
||
Moaw space | ||
|
@@ -99,6 +246,18 @@ Nyall Dawson <[email protected]> 2023-08-04 | |
|
||
Try to free some space | ||
|
||
Nyall Dawson <[email protected]> 2023-08-04 | ||
|
||
Moaw space | ||
|
||
Nyall Dawson <[email protected]> 2023-08-04 | ||
|
||
Try to free some space | ||
|
||
Etienne Trimaille <[email protected]> 2023-08-02 | ||
|
||
Remove the password when a layer is not found from the log | ||
|
||
Jürgen E. Fischer <[email protected]> 2023-07-31 | ||
|
||
debian packaging: | ||
|
@@ -134,6 +293,39 @@ Mathieu Pellerin <[email protected]> 2023-08-01 | |
|
||
[themes] Improve editable spinbox styling so it differs enough from combobox | ||
|
||
Loïc Bartoletti <[email protected]> 2023-07-31 | ||
|
||
remove commented block and use QLatin1string with size method instead of QString/length | ||
|
||
Loïc Bartoletti <[email protected]> 2023-07-28 | ||
|
||
QgsGeometryUtils: Fix wktReadBlock for EMPTY wkt string | ||
|
||
Relaxed parser to allow more flexible input. | ||
Previously, it accepted 'PointZ EMPTY' but not 'Point Z Empty.' | ||
Now, it also accepts 'Point Z M Empty' while still being permissive compared | ||
to other implementations like PostGIS. | ||
|
||
The correct rule should be: | ||
'Type Extension Empty|Coordinates' or 'TypeExtension Empty|Coordinates', | ||
rather than 'Type Z M Empty|Coordinates'. | ||
|
||
We maintain the principle that the parser should be lenient. | ||
|
||
Nyall Dawson <[email protected]> 2023-07-25 | ||
|
||
Silence clang tidy warning | ||
|
||
(cherry picked from commit f7c9184b2acc45f61fb33f873bf7468673e4d834) | ||
|
||
Nyall Dawson <[email protected]> 2023-07-24 | ||
|
||
When interactive move label tools are used on a line layer, don't | ||
force the creation of columns for data defined anchor based placement | ||
if the layer has already been setup with columns for x/y placement | ||
|
||
(cherry picked from commit b1310540815b24aaf4bed714b87d0869c82ef51f) | ||
|
||
Nyall Dawson <[email protected]> 2023-07-24 | ||
|
||
Fix exception when running an algorithm which has no parameters | ||
|
@@ -150,6 +342,15 @@ Nyall Dawson <[email protected]> 2023-07-24 | |
|
||
Fixes #53887 | ||
|
||
Nyall Dawson <[email protected]> 2023-07-24 | ||
|
||
Fix confusion in angle handling for label results, where angles | ||
in radians were being treated as degrees | ||
|
||
This made an interactive movement of a label shown for a line | ||
segment initially have a quasi-random rotation, instead of | ||
keeping the rotation of the original label | ||
|
||
Andrea Giudiceandrea <[email protected]> 2023-07-22 | ||
|
||
Fix encoding of user expression in Function Editor | ||
|
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.28.10) UNRELEASED; urgency=medium | ||
qgis (3.28.11) UNRELEASED; urgency=medium | ||
|
||
* Release of 3.28.11 | ||
|
||
-- Jürgen E. Fischer <[email protected]> Fri, 15 Sep 2023 14:03:50 +0200 | ||
|
||
qgis (3.28.10) unstable; urgency=medium | ||
|
||
* Release of 3.28.10 | ||
|
||
-- Jürgen E. Fischer <[email protected]> Fri, 18 Aug 2023 14:01:59 +0200 | ||
-- Jürgen E. Fischer <[email protected]> Fri, 15 Sep 2023 14:03:50 +0200 | ||
|
||
qgis (3.28.9) 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