-
-
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
203 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,196 @@ | ||
Jürgen E. Fischer <[email protected]> 2021-08-13 | ||
|
||
translation update for 3.16.10 from transifex | ||
|
||
Andrea Giudiceandrea <[email protected]> 2021-08-06 | ||
|
||
[processing] Fix rasterlayerzonalstats when input raster has no CRS | ||
|
||
Use "area" as the area column name instead of an empty name. | ||
|
||
Nyall Dawson <[email protected]> 2021-08-06 | ||
|
||
Update python/plugins/MetaSearch/resources/connections-default.xml | ||
|
||
alitka <[email protected]> 2021-08-05 | ||
|
||
updated connections-default.xml | ||
|
||
line 18 - added the German spatial data catalogue (GDI-DE Geodatenkatalog.de) of the Spatial Data Infrastructure Germany (GDI-DE) to the list of the default connections | ||
|
||
Denis Rouzaud <[email protected]> 2021-08-05 | ||
|
||
fix dockerfile path so it matches master (#44576) | ||
|
||
Nyall Dawson <[email protected]> 2021-08-05 | ||
|
||
Disable ultra-fragile mesh terrain rendering test on CI | ||
|
||
Germap <[email protected]> 2021-08-02 | ||
|
||
[processing] Fix typo in algorithm description | ||
|
||
qgis-bot <[email protected]> 2021-08-03 | ||
|
||
[Backport release-3_16] Fix atlas filtering when exporting using processing algorithms (#44519) | ||
|
||
* filter features when exporting atlas image and filter is enabled | ||
|
||
* filter features when exporting atlas pdf and filter is enabled | ||
|
||
* fixed tests | ||
|
||
* removed functions for filtering and unfiltering the atlas coverage layer | ||
|
||
Co-authored-by: Samweli <[email protected]> | ||
|
||
Merge: dce8b2d5ed 2a7d6c7449 | ||
Marco Hugentobler <[email protected]> 2021-08-02 | ||
|
||
Merge pull request #44510 from mhugent/backport_3_16_max_image_width | ||
|
||
Backport 3_16 max image width/height for GetLegendGraphic | ||
|
||
Marco Hugentobler <[email protected]> 2021-08-01 | ||
|
||
Update src/server/services/wms/qgswmsrenderer.cpp | ||
|
||
Co-authored-by: Alessandro Pasotti <[email protected]> | ||
|
||
Marco Hugentobler <[email protected]> 2021-08-01 | ||
|
||
Update src/server/services/wms/qgswmsrenderer.cpp | ||
|
||
Co-authored-by: Alessandro Pasotti <[email protected]> | ||
|
||
Marco Hugentobler <[email protected]> 2021-07-31 | ||
|
||
Consider maximum image width/height also for GetLegendGrahic | ||
|
||
Nyall Dawson <[email protected]> 2021-07-30 | ||
|
||
Fix missing icon in GPS information panel | ||
|
||
Fixes #44165 | ||
|
||
Nyall Dawson <[email protected]> 2021-07-27 | ||
|
||
Fix TabInformation equality operator signatures | ||
|
||
Nyall Dawson <[email protected]> 2021-07-22 | ||
|
||
Fix misleading messages when trying to delete ogr sublayer | ||
|
||
Andrea Giudiceandrea <[email protected]> 2021-07-02 | ||
|
||
Fix typo in QgsMapSettings::visibleExtent() doc | ||
|
||
Andrea Giudiceandrea <[email protected]> 2021-07-01 | ||
|
||
Fix scalebar decoration in rotated map | ||
|
||
Reset the map rotation before calculating the map width | ||
|
||
Nyall Dawson <[email protected]> 2021-07-15 | ||
|
||
[processing] Fix missing fields in data defined expression builder | ||
when input layer is using selected features only | ||
|
||
Fixes #40055 | ||
|
||
Mathieu Pellerin <[email protected]> 2021-07-09 | ||
|
||
[processing] Fix file download alg stuck in infinit loop when network errors occur | ||
|
||
Julien Cabieces <[email protected]> 2021-06-28 | ||
|
||
Fixes #37945 : Take tile_buffer parameter into consideration when | ||
rendering labels | ||
|
||
speillet <[email protected]> 2021-07-05 | ||
|
||
fix project dirtiness when changing layout name | ||
|
||
pathmapper <[email protected]> 2021-07-05 | ||
|
||
std::make_unique -> qgis::make_unique | ||
|
||
Nyall Dawson <[email protected]> 2021-07-01 | ||
|
||
[processing] Fix default value of multiple field selection inputs | ||
in models cannot be set to no value | ||
|
||
Fixes #44005 | ||
|
||
Joonalai <[email protected]> 2021-06-30 | ||
|
||
[fix] #43905 append OAPIF extra query params if url is not empty | ||
|
||
Joonalai <[email protected]> 2021-06-30 | ||
|
||
Test for regression #43905 OAPIF extra query params | ||
|
||
Paul Blottiere <[email protected]> 2021-06-28 | ||
|
||
Fix OGC workflow (#43946) | ||
|
||
Blottiere Paul <[email protected]> 2021-06-18 | ||
|
||
Update results | ||
|
||
Blottiere Paul <[email protected]> 2021-06-17 | ||
|
||
Fixes WMTS GetCapabilities and axis order | ||
|
||
Andrea Giudiceandrea <[email protected]> 2021-06-22 | ||
|
||
Fix UnicodeDecodeError in Processing history | ||
|
||
Nyall Dawson <[email protected]> 2021-06-17 | ||
|
||
[processing] Fix use of data defined parameter values when editing | ||
features in place | ||
|
||
Fixes #43758 | ||
|
||
Nyall Dawson <[email protected]> 2021-06-16 | ||
|
||
[layouts] Fix bounding rectangle for shapes doesn't include stroke | ||
width after loading from xml | ||
|
||
Fixes #43748 | ||
|
||
Merge: bea6d91466 2239b02293 | ||
Even Rouault <[email protected]> 2021-07-21 | ||
|
||
Merge pull request #44304 from qgis/backport-44290-to-release-3_16 | ||
|
||
[Backport release-3_16] Fix opacity slider crash | ||
|
||
Matthias Kuhn <[email protected]> 2021-07-21 | ||
|
||
Fix opacity slider crash | ||
|
||
Fixes a race condition introduced by the timer. | ||
|
||
Even Rouault <[email protected]> 2021-07-20 | ||
|
||
Check Geometries/Check for duplicates: avoid assertion in debug builds due to thread-unsafe usage of layer() method (fixes #44246) | ||
|
||
Andrea Giudiceandrea <[email protected]> 2021-07-21 | ||
|
||
Test "substr" function with named parameters | ||
|
||
Andrea Giudiceandrea <[email protected]> 2021-07-20 | ||
|
||
Fix substr expression function named parameters | ||
|
||
Fix the "substr" function removing a trailing white space in the named parameter "start" | ||
|
||
Jürgen E. Fischer <[email protected]> 2021-07-19 | ||
|
||
Release of 3.16.9 | ||
|
||
Jürgen E. Fischer <[email protected]> 2021-07-19 | ||
|
||
translation update for 3.16.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.16.9) UNRELEASED; urgency=medium | ||
qgis (3.16.10) UNRELEASED; urgency=medium | ||
|
||
* Release of 3.16.10 | ||
|
||
-- Jürgen E. Fischer <[email protected]> Fri, 13 Aug 2021 14:11:35 +0200 | ||
|
||
qgis (3.16.9) unstable; urgency=medium | ||
|
||
* Release of 3.16.9 | ||
|
||
-- Jürgen E. Fischer <[email protected]> Mon, 19 Jul 2021 15:52:08 +0200 | ||
-- Jürgen E. Fischer <[email protected]> Fri, 13 Aug 2021 14:11:35 +0200 | ||
|
||
qgis (3.16.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