-
-
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
254 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,247 @@ | ||
Jürgen E. Fischer <[email protected]> 2023-08-18 | ||
|
||
translation update for 3.28.10 from transifex | ||
|
||
Nyall Dawson <[email protected]> 2023-08-17 | ||
|
||
Ensure layer filter is retained after cloning layers | ||
|
||
Fixes #53774 | ||
|
||
Nyall Dawson <[email protected]> 2023-08-09 | ||
|
||
Fix mingw build | ||
|
||
(cherry picked from commit 2a4a4b69475f9ae7d00880a6d3434f723a2a52c1) | ||
|
||
Mathieu Pellerin <[email protected]> 2023-08-12 | ||
|
||
[ui] Fix QgsExpressionLineEdit's display of valid expression for dark themes | ||
|
||
Nyall Dawson <[email protected]> 2023-08-13 | ||
|
||
Fix ci | ||
|
||
Mathieu Pellerin <[email protected]> 2023-08-13 | ||
|
||
[ui] Fix attribute row cache spinbox width (fixes #54201) | ||
|
||
Yoann Quenach de Quivillic <[email protected]> 2023-08-07 | ||
|
||
Fix #53988 - Crash when saving layout after removing map | ||
|
||
Nyall Dawson <[email protected]> 2023-08-07 | ||
|
||
Fix widget z range restrictions for layer metadata | ||
|
||
Expand the range to allow negative values, set max to >99 | ||
|
||
Mathieu Pellerin <[email protected]> 2023-08-06 | ||
|
||
[themes] Fix dark on dark layer tree indicators on Night Mapping | ||
|
||
Mathieu Pellerin <[email protected]> 2023-08-06 | ||
|
||
[themes] Fix Night Mapping checkbox and radiobox not friendly to colour blindness | ||
|
||
Nyall Dawson <[email protected]> 2023-07-31 | ||
|
||
Don't show incorred error messages when trying to load optional symbols | ||
from empty DOM elements | ||
|
||
Mathieu Pellerin <[email protected]> 2023-08-05 | ||
|
||
[ui] Fix the main window's status bar text color on dark themes | ||
|
||
Mathieu Pellerin <[email protected]> 2023-08-05 | ||
|
||
[ui] Fix hard-to-see connecting arrows and text within the processing's model designer | ||
|
||
Mathieu Pellerin <[email protected]> 2023-08-05 | ||
|
||
[ui] Fix black labels on black background in the elevation profile canvas | ||
|
||
Mathieu Pellerin <[email protected]> 2023-08-05 | ||
|
||
[ui] Fix black labels on black background within color ramp legend items | ||
|
||
Mathieu Pellerin <[email protected]> 2023-08-05 | ||
|
||
[ui] Fix source fields' virtual field comment widget on dark themes | ||
|
||
Mathieu Pellerin <[email protected]> 2023-08-02 | ||
|
||
[ui] Fix visual glitches when resizing the overview panel | ||
|
||
Alessandro Pasotti <[email protected]> 2023-08-04 | ||
|
||
qgis_process: fix unreported deadlock | ||
|
||
Jürgen E. Fischer <[email protected]> 2023-08-03 | ||
|
||
grass on windows: | ||
* avoid running grassMm.bat found in the current directory | ||
* avoid finding and running GRASS pager found in the current directory | ||
|
||
Mathieu Pellerin <[email protected]> 2023-08-04 | ||
|
||
[themes] Fix black label on dark layout designer ruler issue | ||
|
||
Nyall Dawson <[email protected]> 2023-08-04 | ||
|
||
Try to get oracle test passing again | ||
|
||
Nyall Dawson <[email protected]> 2023-08-04 | ||
|
||
Moaw space | ||
|
||
Nyall Dawson <[email protected]> 2023-08-04 | ||
|
||
Try to free some space | ||
|
||
Jürgen E. Fischer <[email protected]> 2023-07-31 | ||
|
||
debian packaging: | ||
* override HOME when running crssync | ||
* use DEB_PYTHON_INSTALL_LAYOUT=deb_system | ||
|
||
(cherry picked from commit 5d68226783508629888c37b74685d61a00285aa1) | ||
|
||
Merge: 24c889ca168 9574b31a351 | ||
Mathieu Pellerin <[email protected]> 2023-08-02 | ||
|
||
Merge pull request #54018 from qgis/backport-54010-to-release-3_28 | ||
|
||
[Backport release-3_28] [themes] Improve editable spinbox styling so it differs enough from combobox | ||
|
||
Mathieu Pellerin <[email protected]> 2023-08-01 | ||
|
||
[themes] With status bar colors fixed, make our dark theme truly dark | ||
|
||
Mathieu Pellerin <[email protected]> 2023-08-01 | ||
|
||
Read app settings slightly earlier so the status bar creation gets the right theme/palette colors | ||
|
||
Mathieu Pellerin <[email protected]> 2023-08-01 | ||
|
||
[themes] Fix long-standing issue with Qgs{Color,Font,Ramp,Symbol}Button drop down arrow moving around on mouse hovering | ||
|
||
Mathieu Pellerin <[email protected]> 2023-08-01 | ||
|
||
[themes] Harmonize combo and spin boxes as well as color,font,symbol,ramp border colors | ||
|
||
Mathieu Pellerin <[email protected]> 2023-08-01 | ||
|
||
[themes] Improve editable spinbox styling so it differs enough from combobox | ||
|
||
Nyall Dawson <[email protected]> 2023-07-24 | ||
|
||
Fix exception when running an algorithm which has no parameters | ||
through the toolbox | ||
|
||
We were passing a float to a PyQt method requiring int in newer | ||
Python versions, which raises an exception instead of silently | ||
truncating. | ||
|
||
Nyall Dawson <[email protected]> 2023-07-24 | ||
|
||
Fix exceptions encountered when running steps in processing models | ||
are replaced by generic exceptions | ||
|
||
Fixes #53887 | ||
|
||
Andrea Giudiceandrea <[email protected]> 2023-07-22 | ||
|
||
Fix encoding of user expression in Function Editor | ||
|
||
Set it to UTF-8 codec | ||
|
||
Nyall Dawson <[email protected]> 2023-07-06 | ||
|
||
Partially consider 3d point symbol sizes when calculating the bounding | ||
boxes of chunks | ||
|
||
(This is only a basic consideration -- the symbols may be scaled and | ||
rotated which would affect their bounding boxes) | ||
|
||
Etienne Trimaille <[email protected]> 2023-07-07 | ||
|
||
Do not display the password in the dialog when requesting credentials | ||
|
||
Even Rouault <[email protected]> 2023-06-23 | ||
|
||
Improve performance of adding OGR dataset with many layers (fixes #53525) | ||
|
||
Prevent datasets from being released too early. | ||
|
||
Even Rouault <[email protected]> 2023-06-23 | ||
|
||
Improve performance of relationship discovery when adding OGR dataset with many layers (fixes #53525) | ||
|
||
Jacky Volpes <[email protected]> 2023-06-23 | ||
|
||
Fix adding a relation within multiple edition | ||
|
||
Julien Cabieces <[email protected]> 2023-06-28 | ||
|
||
[Server] Fix OGC filter with date/time | ||
|
||
Loïc Bartoletti <[email protected]> 2023-07-07 | ||
|
||
Update python/plugins/processing/tools/dataobjects.py | ||
|
||
Co-authored-by: Nyall Dawson <[email protected]> | ||
|
||
Loïc Bartoletti <[email protected]> 2023-06-27 | ||
|
||
testprocessingui: fix tests accoringly. Replace System by UTF-8 | ||
|
||
Loïc Bartoletti <[email protected]> 2023-06-27 | ||
|
||
resolveDefaultEncoding: return UTF-8 as default in case of undefined locale or error | ||
|
||
Loïc Bartoletti <[email protected]> 2023-06-27 | ||
|
||
move logic to QgsProcessingUtils and create a convenient method resolveDefaultEncoding() | ||
|
||
Loïc Bartoletti <[email protected]> 2023-06-20 | ||
|
||
qgsprocessingoutputdestinationwidget.cpp: fix widget and avoid error with localization | ||
|
||
Loïc Bartoletti <[email protected]> 2023-06-20 | ||
|
||
Processing: determine and set default encoding from locale | ||
|
||
A shapefile can have a .cpg file to determine its encoding. | ||
However, in processing, this file is not created when the | ||
encoding is set to the magic "System" value. | ||
|
||
This PR aims to propose to automatically determine the system | ||
encoding using QT's codecForLocale. | ||
|
||
So, even when using the magic "System" value, the cpg file | ||
will be created with the true system encoding name. | ||
|
||
Fixes #50603 | ||
|
||
Etienne Trimaille <[email protected]> 2023-07-06 | ||
|
||
Fix export legend as JSON when a rule based does not have a symbol | ||
|
||
pathmapper <[email protected]> 2023-07-24 | ||
|
||
Avoid redirect | ||
|
||
pathmapper <[email protected]> 2023-07-24 | ||
|
||
Fix plugin voting from within plugin manager | ||
|
||
Update URL, check reply status code and use blockingPost to be able to handle redirects. | ||
|
||
Jürgen E. Fischer <[email protected]> 2023-07-21 | ||
|
||
Release of 3.28.9 | ||
|
||
Jürgen E. Fischer <[email protected]> 2023-07-21 | ||
|
||
translation update for 3.28.9 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.28.9) UNRELEASED; urgency=medium | ||
qgis (3.28.10) UNRELEASED; urgency=medium | ||
|
||
* Release of 3.28.10 | ||
|
||
-- Jürgen E. Fischer <[email protected]> Fri, 18 Aug 2023 14:01:59 +0200 | ||
|
||
qgis (3.28.9) unstable; urgency=medium | ||
|
||
* Release of 3.28.9 | ||
|
||
-- Jürgen E. Fischer <[email protected]> Fri, 21 Jul 2023 14:01:40 +0200 | ||
-- Jürgen E. Fischer <[email protected]> Fri, 18 Aug 2023 14:01:58 +0200 | ||
|
||
qgis (3.28.8) 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