-
-
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
368 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,329 @@ | ||
Jürgen E. Fischer <[email protected]> 2022-09-09 | ||
|
||
translation update for 3.26.3 from transifex | ||
|
||
Andrea Giudiceandrea <[email protected]> 2022-09-07 | ||
|
||
[expression] Fix LIKE / ILIKE operators | ||
|
||
Merge: 2a671eec12 4c945c4c9a | ||
D'Hont René-Luc <[email protected]> 2022-09-06 | ||
|
||
Merge pull request #50073 from qgis/backport-49484-to-release-3_26 | ||
|
||
[Backport release-3_26] fix(server): Register services known versions | ||
|
||
Merge: bccd8e3e24 8485bfb4e9 | ||
D'Hont René-Luc <[email protected]> 2022-09-06 | ||
|
||
Merge pull request #50014 from qgis/backport-49485-to-release-3_26 | ||
|
||
[Backport release-3_26] fix(server): Add level to log messages in Service registry | ||
|
||
Merge: a16d1bde04 5868d10f87 | ||
D'Hont René-Luc <[email protected]> 2022-09-06 | ||
|
||
Merge pull request #50005 from qgis/backport-49483-to-release-3_26 | ||
|
||
[Backport release-3_26] fix(server): Add warning level to warning error parsing post data as XML | ||
|
||
qgis-bot <[email protected]> 2022-09-05 | ||
|
||
Fix regression in Dynamic Temporal Controller, "Include Start, Includ… …e End" no longer works | ||
|
||
Fixes #348946 by also casting the end expression | ||
|
||
I think this is just forgotten in an earlier commit. | ||
When the start is 'cast' but the end is not, there are issues when | ||
for example the actual values are Date's (instead of DateTime's). | ||
|
||
D'Hont René-Luc <[email protected]> 2022-07-27 | ||
|
||
fix(server): Register services known versions | ||
|
||
In QGIS Server only default supported OGC services versions has been registered : | ||
|
||
* WMS 1.3.0 even if 1.1.1 is supported | ||
* WFS 1.1.0 even if 1.0.0 is supported | ||
|
||
Harrissou Sant-anna <[email protected]> 2022-09-01 | ||
|
||
Remove excess parentheses | ||
|
||
Nyall Dawson <[email protected]> 2022-08-29 | ||
|
||
Fix labels flip upside down when allowing upside down labels | ||
and a large negative curved offset distance is set | ||
|
||
Fixes #49234 | ||
|
||
Julien Cabieces <[email protected]> 2022-08-30 | ||
|
||
Fixes #49179 : convert correcly proxy port when reading ogr layers | ||
|
||
Jacky Volpes <[email protected]> 2022-08-23 | ||
|
||
Fix #47810 - zoom last and next with rotated map looses scale | ||
|
||
D'Hont René-Luc <[email protected]> 2022-07-27 | ||
|
||
fix(server): Add level to log messages in Service registry | ||
|
||
Some message logs in the QGIS Server Service registry have a level, not all. | ||
|
||
D'Hont René-Luc <[email protected]> 2022-07-27 | ||
|
||
fix(server): Add warning level to warning error parsing post data as XML | ||
|
||
The message `Warning: error parsing post data as XML` was logged without level even if it is a warning. | ||
|
||
Merge: 4d9af243b6 a6448976e2 | ||
Loïc Bartoletti <[email protected]> 2022-08-29 | ||
|
||
Merge pull request #50000 from qgis/backport-49425-to-release-3_26 | ||
|
||
[Backport release-3_26] More informative warning on shape capture option | ||
|
||
Alexandre <[email protected]> 2022-07-21 | ||
|
||
Even better wording | ||
|
||
Alexandre <[email protected]> 2022-07-20 | ||
|
||
More informative warning on shape capture option | ||
|
||
Andreas Steffens <[email protected]> 2022-07-22 | ||
|
||
[fix] inconsistent access to plugin metadata "update_date" | ||
|
||
update_date metadata item was inconsistently accessed by key "update_date" and "update_date_stable" => fixed by changing to "update_date_stable" | ||
|
||
Nyall Dawson <[email protected]> 2022-08-28 | ||
|
||
Remove extremely outdated assumption in QgsVectorLayer::selectedFeatures() | ||
resulting in poor selection performance | ||
|
||
Fixes #49962 | ||
|
||
Nyall Dawson <[email protected]> 2022-08-28 | ||
|
||
Fix HANA, oracle, gpx, wfs/oapif handling of NoGeometry/filter rect combination | ||
|
||
Nyall Dawson <[email protected]> 2022-08-22 | ||
|
||
[spatialite] Correctly handle combination of filter rect and NoGeometry | ||
flag | ||
|
||
Fixes #49866 | ||
|
||
Nyall Dawson <[email protected]> 2022-08-22 | ||
|
||
Add feature source test for filterrect with NoGeometry flag combination | ||
|
||
Jürgen E. Fischer <[email protected]> 2022-08-29 | ||
|
||
fix msvc build | ||
|
||
uclaros <[email protected]> 2022-08-26 | ||
|
||
make searching for headers case insensitive | ||
|
||
Nyall Dawson <[email protected]> 2022-08-12 | ||
|
||
Update reference file | ||
|
||
(cherry picked from commit f7cb224239aa0a8df06dfa04ae480dae51d9c5ac) | ||
|
||
Nyall Dawson <[email protected]> 2022-08-12 | ||
|
||
Make tests stable across different platforms | ||
|
||
(cherry picked from commit e0f8d0029e8a256dee391ec0b29f90e76087b0ba) | ||
|
||
Nyall Dawson <[email protected]> 2022-08-24 | ||
|
||
Stablise svg cache test | ||
|
||
Because QDomDocument.toString returns element attributes in a non- | ||
deterministic order, we can't directly compare two XML documents. | ||
Instead resort to element/attribute by element comparison. | ||
|
||
(cherry picked from commit e890637374bc4c56820c3f841f76b7ff6f4277b8) | ||
|
||
Nyall Dawson <[email protected]> 2022-08-23 | ||
|
||
Don't equate unknown location accuracy with invalid locations | ||
|
||
Followup 5bbad0280. Locations returned by QQGeoPositionInfo don't | ||
have a quality indication, yet should still be treated at | ||
a valid GPS location | ||
|
||
Otherwise functionality in the GPS information panel is lost | ||
when the Qt Geoposition device is used. | ||
|
||
Nyall Dawson <[email protected]> 2022-08-23 | ||
|
||
[vectortiles] Support vector tiles URLs which point directly | ||
to a ESRI vector tile service resources/styles/root.json endpoint | ||
|
||
Nyall Dawson <[email protected]> 2022-08-23 | ||
|
||
Support longlong variant types when converting mapbox gl styles | ||
|
||
Depending on which method is used to convert json to a variantmap, | ||
we may end up with longlong values instead of ints. Make the | ||
converter tolerant to these too. | ||
|
||
Nyall Dawson <[email protected]> 2022-08-18 | ||
|
||
Fix some race conditions in QgsTileDownloadManager | ||
|
||
Avoid modifying the queue while we're in the middle of iterating | ||
over it. | ||
|
||
(cherry picked from commit c650c0e7d954f8f360b1943ca3ca167626658a77) | ||
|
||
Nyall Dawson <[email protected]> 2022-08-23 | ||
|
||
Apply suggestions from code review | ||
|
||
Alessandro Pasotti <[email protected]> 2022-08-22 | ||
|
||
Add test and move to class | ||
|
||
Alessandro Pasotti <[email protected]> 2022-08-21 | ||
|
||
Fetch geometries when conditional formatting rule requires it | ||
|
||
Fixes #43252 | ||
|
||
Damiano Lombardi <[email protected]> 2022-08-22 | ||
|
||
Docstrings | ||
|
||
Damiano Lombardi <[email protected]> 2022-08-20 | ||
|
||
Fix rollback not leaving a consistent state for buffered transaction | ||
|
||
Nyall Dawson <[email protected]> 2022-08-22 | ||
|
||
Fix vector tile style conversion of fill opacity from interpolation list | ||
|
||
(cherry picked from commit b1b3475ffe247a4e3af00db129b6029d1791003c) | ||
|
||
Mathieu Pellerin <[email protected]> 2022-08-22 | ||
|
||
[qt6][themes] Fix drop down arrow position for instant popup tool buttons | ||
|
||
Nyall Dawson <[email protected]> 2022-08-22 | ||
|
||
Update since | ||
|
||
Nyall Dawson <[email protected]> 2022-08-16 | ||
|
||
Default new layout map rotation to canvas map rotation | ||
|
||
Nyall Dawson <[email protected]> 2022-08-15 | ||
|
||
Add API to QgsProjectViewSettings to allow setting default map rotation | ||
|
||
Provides a stable means for scripts to set the map rotation | ||
|
||
Borys Jurgiel <[email protected]> 2022-08-04 | ||
|
||
Find more available encodings for the dxf exporter | ||
|
||
Germán Carrillo <[email protected]> 2022-08-19 | ||
|
||
[processing] Split Vector Layer alg: Set input type to TypeVector in order to allow geometryless layers appear into INPUT parameter | ||
|
||
Germán Carrillo <[email protected]> 2022-08-19 | ||
|
||
[processing] savefeatures alg: Set input type to TypeVector in order to allow geometryless layers appear into INPUT parameter | ||
|
||
Nyall Dawson <[email protected]> 2022-08-17 | ||
|
||
Correctly normalize mesh normals | ||
|
||
Nyall Dawson <[email protected]> 2022-08-18 | ||
|
||
Fix incorrect authid to char comparisons | ||
|
||
Alessandro Pasotti <[email protected]> 2022-08-21 | ||
|
||
Fix html widget expression with newlines | ||
|
||
Fix #37569 | ||
|
||
uclaros <[email protected]> 2022-08-20 | ||
|
||
fix hiding snap indicators when done using advanced digitizing | ||
|
||
Denis Rouzaud <[email protected]> 2022-08-05 | ||
|
||
set circle as default shape tool | ||
|
||
also fix crash if called without shape metadata | ||
|
||
fixes #47648 | ||
|
||
Borys Jurgiel <[email protected]> 2022-08-20 | ||
|
||
Bring back CP949 codec in QgsDxfExport. Fixes #44756 | ||
|
||
uclaros <[email protected]> 2022-08-18 | ||
|
||
move mid marker when both line endpoints are out of the extent | ||
|
||
Merge: 996e8a8bd9 a4cb3af595 | ||
Julien Cabieces <[email protected]> 2022-08-18 | ||
|
||
Merge pull request #49827 from qgis/backport-49747-to-release-3_26 | ||
|
||
[Backport release-3_26] [Layout] Fix legend placement on export | ||
|
||
Nyall Dawson <[email protected]> 2022-08-16 | ||
|
||
Fix messed up paths/default file names in model designer export dialogs | ||
|
||
Julien Cabieces <[email protected]> 2022-08-16 | ||
|
||
use standard font for test | ||
|
||
Julien Cabieces <[email protected]> 2022-08-11 | ||
|
||
Fix #37566 : fix legend placement on export | ||
|
||
Nyall Dawson <[email protected]> 2022-08-16 | ||
|
||
Split test_qgsprocessexecutable.py into two parts | ||
|
||
The test is running up against the maximum execution timeout | ||
for tests and sporadically failing | ||
|
||
nicogodet <[email protected]> 2022-08-10 | ||
|
||
Keep current map tool if line captured | ||
|
||
Borys Jurgiel <[email protected]> 2022-08-08 | ||
|
||
Fix it better | ||
|
||
Borys Jurgiel <[email protected]> 2022-08-04 | ||
|
||
Fix output encoding in processing/dxf export | ||
|
||
Merge: feec3d3b12 ae51092681 | ||
Matthias Kuhn <[email protected]> 2022-08-13 | ||
|
||
Merge pull request #49182 from qgis/backport-48998-to-release-3_26 | ||
|
||
[Backport release-3_26] WFS/OAPIF: fix filtering on duplicated layers (fixes #48465) | ||
|
||
Jürgen E. Fischer <[email protected]> 2022-08-12 | ||
|
||
Release of 3.26.2 | ||
|
||
Jürgen E. Fischer <[email protected]> 2022-08-12 | ||
|
||
translation update for 3.26.2 from transifex | ||
|
@@ -946,6 +1272,38 @@ Mathieu Pellerin <[email protected]> 2022-06-30 | |
|
||
[layouts] When exporting layouts to image/PDF create any missing directories from path | ||
|
||
Even Rouault <[email protected]> 2022-06-16 | ||
|
||
[WFS/OPAIF] Only clone sharedData in setSubsetString() | ||
|
||
- Remove calls to invalidateCache() which aren't necessary since the | ||
clone() operation doesn't clone cache information | ||
- Tune providertestbase.py to avoid a failure on WFS | ||
|
||
Even Rouault <[email protected]> 2022-06-15 | ||
|
||
[WFS/OPAIF provider] Handle reconnecting signals to shared data in handlePostCloneOperations() | ||
|
||
Even Rouault <[email protected]> 2022-06-15 | ||
|
||
[OAPIF provider] Fix clone of shared data, and do it only in handlePostCloneOperations() | ||
|
||
Even Rouault <[email protected]> 2022-06-15 | ||
|
||
[WFS provider] Fix clone of shared data, and do it only in handlePostCloneOperations() (fixes #48465) | ||
|
||
Matthias Kuhn <[email protected]> 2022-06-11 | ||
|
||
Create a deep copy of wfs shared data on setSubsetString | ||
|
||
Denis Rouzaud <[email protected]> 2022-05-10 | ||
|
||
use a QExplicitlySharedDataPointer for WFS shared data on the provider | ||
|
||
hence we can detach when setting the subset string since it's stored in the shared data | ||
|
||
fixes #48465 | ||
|
||
Merge: 6680fd7d3d b32983f901 | ||
Alessandro Pasotti <[email protected]> 2022-06-24 | ||
|
||
|
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.26.2) UNRELEASED; urgency=medium | ||
qgis (3.26.3) UNRELEASED; urgency=medium | ||
|
||
* Release of 3.26.3 | ||
|
||
-- Jürgen E. Fischer <[email protected]> Fri, 09 Sep 2022 14:04:34 +0200 | ||
|
||
qgis (3.26.2) unstable; urgency=medium | ||
|
||
* Release of 3.26.2 | ||
|
||
-- Jürgen E. Fischer <[email protected]> Fri, 12 Aug 2022 14:04:46 +0200 | ||
-- Jürgen E. Fischer <[email protected]> Fri, 09 Sep 2022 14:04:34 +0200 | ||
|
||
qgis (3.26.1) unstable; urgency=medium | ||
|
||
|
Oops, something went wrong.