-
-
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
229 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,222 @@ | ||
Jürgen E. Fischer <[email protected]> 2022-11-18 | ||
|
||
translation update for 3.22.13 from transifex | ||
|
||
Jürgen E. Fischer <[email protected]> 2022-11-17 | ||
|
||
mssql provider: don't double 'quote' (fixes #50914) | ||
|
||
Nyall Dawson <[email protected]> 2022-11-04 | ||
|
||
Fix build | ||
|
||
Nyall Dawson <[email protected]> 2022-11-03 | ||
|
||
Fix a crash when changing raster data source while styling dock is open | ||
|
||
Nyall Dawson <[email protected]> 2022-11-08 | ||
|
||
Add missing sip cast for raster contour renderer | ||
|
||
Denis Rouzaud <[email protected]> 2022-09-22 | ||
|
||
remove 3D extra headers to fix Docker builds | ||
|
||
Martin Dobias <[email protected]> 2022-11-09 | ||
|
||
Improve error reporting when loading of project file fails | ||
|
||
- on XML reading error, the message had the project file name | ||
mentioned twice for no reason | ||
- for zipped (.qgz) project files, the underlying error message | ||
was getting lost - only saying that unzipped project file | ||
has failed to load | ||
|
||
Martin Dobias <[email protected]> 2022-11-09 | ||
|
||
Fix error handling of .qgz files | ||
|
||
Until now, if a .qgz project file would fail to load, no error message | ||
would be shown in QGIS | ||
|
||
Mathieu Pellerin <[email protected]> 2022-10-26 | ||
|
||
[themes] Fix menu item color regression with Night Mapping | ||
(fixes #50674) | ||
|
||
Nyall Dawson <[email protected]> 2022-10-25 | ||
|
||
Fix crash on exit | ||
|
||
D'Hont René-Luc <[email protected]> 2022-10-20 | ||
|
||
[Fix] QgsOgcUtils::nodeLiteralFromOgcFilter: convert empty Literal OGC Filter element | ||
|
||
If a `Literal` OGC Filter element has no child Nodes which represent an empty string, the convertion form OGC Filter to QGIS Expression failed whitout error and the created expression is an empty string. | ||
|
||
We proposed to fix it, by converting an empty `Literal` OGC Filter element to an empty string `''`. | ||
|
||
Funded by Ifremer https://wwz.ifremer.fr/ | ||
|
||
Marco Hugentobler <[email protected]> 2022-02-03 | ||
|
||
Consider that the MAP-parameter can be upper or lower case in the original url | ||
|
||
Marco Hugentobler <[email protected]> 2021-10-05 | ||
|
||
Python formating | ||
|
||
Marco Hugentobler <[email protected]> 2021-10-05 | ||
|
||
Add unit test to make sure query parameters for url advertised in capabilities are taken from original request | ||
|
||
Marco Hugentobler <[email protected]> 2021-10-04 | ||
|
||
Take query parameters for url advertised in capabilities from the original request url. Fix advertised url if QGIS Server is accessed by rewrite rule | ||
|
||
Julien Cabieces <[email protected]> 2022-10-12 | ||
|
||
Fixes #49589 : avoid endless recursion when evaluating aggregate | ||
expressions | ||
|
||
Alessandro Pasotti <[email protected]> 2022-09-29 | ||
|
||
Fix test | ||
|
||
Alessandro Pasotti <[email protected]> 2022-09-28 | ||
|
||
Update src/core/symbology/qgsfillsymbollayer.cpp | ||
|
||
Co-authored-by: Julien Cabieces <[email protected]> | ||
|
||
Alessandro Pasotti <[email protected]> 2022-09-27 | ||
|
||
Address PR comments | ||
|
||
Alessandro Pasotti <[email protected]> 2022-09-27 | ||
|
||
Fix test | ||
|
||
Alessandro Pasotti <[email protected]> 2022-09-26 | ||
|
||
Fix opacity SLD export | ||
|
||
Fixes #33376 | ||
|
||
Tomas Mizera <[email protected]> 2022-10-11 | ||
|
||
fix style | ||
|
||
Tomas Mizera <[email protected]> 2022-10-11 | ||
|
||
fix reversed iterator check when iterating over map | ||
|
||
Marco Hugentobler <[email protected]> 2022-08-22 | ||
|
||
Pass stepWidth/stepHeight parameter to external WMS layer | ||
|
||
Blottiere Paul <[email protected]> 2022-10-06 | ||
|
||
Add unit test | ||
|
||
Blottiere Paul <[email protected]> 2022-09-27 | ||
|
||
Fix opacity for vector tile layer | ||
|
||
Blottiere Paul <[email protected]> 2022-10-10 | ||
|
||
Check if labels/diagrams are enabled before checking if we can show/hide them | ||
|
||
Nyall Dawson <[email protected]> 2022-10-11 | ||
|
||
Fix broken logic in clearing python console history | ||
|
||
- clearing session was also clearing the file history | ||
- clearing file history was doing nothing | ||
|
||
Nicolas Godet <[email protected]> 2022-10-11 | ||
|
||
Fixes #50288 - Fix extension detection for raster processing output | ||
|
||
Jacky Volpes <[email protected]> 2022-10-04 | ||
|
||
Fix #47525 | ||
|
||
Nyall Dawson <[email protected]> 2022-10-11 | ||
|
||
Fix QgsFileWidget does not reactivate widget's window after | ||
selecting a file/folder via the browse button on mac | ||
|
||
Even Rouault <[email protected]> 2022-09-19 | ||
|
||
[WFS provider] Handle the case of a layer with a geometry field but where no feature has any geom (refs #49335) | ||
|
||
Even Rouault <[email protected]> 2022-09-17 | ||
|
||
[WFS provider] When DescribeFeatureType returns unknown geometry type, include a large BBOX when requesting single feature to guess it (fixes #49335) | ||
|
||
Even Rouault <[email protected]> 2022-09-23 | ||
|
||
App: fix performance issue when closing a project with a lot of layers | ||
|
||
Even Rouault <[email protected]> 2022-09-23 | ||
|
||
App: fix performance issue when drag-dropping a lot of layers at once (fixes #49439) | ||
|
||
Alessandro Pasotti <[email protected]> 2022-09-26 | ||
|
||
Fix SLD rule text fields quoting | ||
|
||
Fixes #42348 | ||
|
||
Nyall Dawson <[email protected]> 2022-09-26 | ||
|
||
Avoid a redundant calculation of visible layer extent in overview canvas | ||
|
||
This was being called twice immediately in a row, and the first time | ||
was skipping the "isVisible" check used before the second call. As | ||
a result we were ALWAYS recalculating the full extent of the project | ||
with every layer set change, even when the overview canvas was not | ||
open (and this is non-trivial for very large projects!) | ||
|
||
On one test project this reduces a multi-second pause when | ||
checking/unchecking layers/groups in the tree to no pause. | ||
|
||
Julien Cabieces <[email protected]> 2022-09-21 | ||
|
||
Fixes #37804 : save original layout item picture mode | ||
|
||
Even Rouault <[email protected]> 2022-09-20 | ||
|
||
[Processing] Fix typo in smoothing parameter name of gdal_grid algorithms | ||
|
||
The correct spelling is 'smoothing' (two o's): https://github.com/OSGeo/gdal/search?q=smoothing | ||
No match with single o: https://github.com/OSGeo/gdal/search?q=smothing | ||
|
||
Julien Cabieces <[email protected]> 2022-09-21 | ||
|
||
fixes #49421 : use QgsBlockingNetworkRequest to test url in QgsHelp | ||
|
||
Even Rouault <[email protected]> 2022-09-21 | ||
|
||
[WFS provider GUI] Fix issue with non-properly refreshed list of CRS when changing layers (fixes #42627) | ||
|
||
uclaros <[email protected]> 2022-09-22 | ||
|
||
don't hide the main window | ||
|
||
Nyall Dawson <[email protected]> 2022-09-09 | ||
|
||
[afs] When no explicit crs is set in the data source URI, just | ||
use the CRS retrieved from the service properties | ||
|
||
This allows construction of AFS layers without having to know the CRS | ||
in advance | ||
|
||
Jürgen E. Fischer <[email protected]> 2022-10-21 | ||
|
||
Release of 3.22.12 | ||
|
||
Jürgen E. Fischer <[email protected]> 2022-10-21 | ||
|
||
translation update for 3.22.12 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.22.12) UNRELEASED; urgency=medium | ||
qgis (3.22.13) UNRELEASED; urgency=medium | ||
|
||
* Release of 3.22.13 | ||
|
||
-- Jürgen E. Fischer <[email protected]> Fri, 18 Nov 2022 13:09:43 +0100 | ||
|
||
qgis (3.22.12) unstable; urgency=medium | ||
|
||
* Release of 3.22.12 | ||
|
||
-- Jürgen E. Fischer <[email protected]> Fri, 21 Oct 2022 14:21:05 +0200 | ||
-- Jürgen E. Fischer <[email protected]> Fri, 18 Nov 2022 13:09:43 +0100 | ||
|
||
qgis (3.22.11) 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