-
-
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
5 changed files
with
314 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,307 @@ | ||
Jürgen E. Fischer <[email protected]> 2023-07-21 | ||
|
||
translation update for 3.32.1 from transifex | ||
|
||
Jürgen E. Fischer <[email protected]> 2023-07-21 | ||
|
||
scripts/create_changelog.sh: allow script to run in worktrees | ||
|
||
vcloarec <[email protected]> 2023-07-13 | ||
|
||
remove OGR as supporting parallel loading | ||
|
||
vcloarec <[email protected]> 2023-07-13 | ||
|
||
create postgres RO connection in the thread where the provider live | ||
|
||
Alessandro Pasotti <[email protected]> 2023-07-20 | ||
|
||
Fix crash from issue #53876 | ||
|
||
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) | ||
|
||
Mathieu Pellerin <[email protected]> 2023-07-19 | ||
|
||
[themes] Fix bad focus on mouse hovering tree view widgets | ||
|
||
Mathieu Pellerin <[email protected]> 2023-07-19 | ||
|
||
[themes] Fix combobox styling not reflecting the editable state | ||
|
||
Jacky Volpes <[email protected]> 2023-06-23 | ||
|
||
Fix adding a relation within multiple edition | ||
|
||
Julien Cabieces <[email protected]> 2023-07-17 | ||
|
||
[Oracle] Fix crash when using an auth config id | ||
|
||
Yoann Quenach de Quivillic <[email protected]> 2023-06-24 | ||
|
||
Fix user selector icon size #53548 | ||
|
||
Julien Cabieces <[email protected]> 2023-06-28 | ||
|
||
[Server] Fix OGC filter with date/time | ||
|
||
Jürgen E. Fischer <[email protected]> 2023-07-14 | ||
|
||
expression help: show defaults in syntax help with ':=' instead of '=' | ||
|
||
(cherry picked from commit ef2b1c16daa8ecba1550f40f622bfc10b9376834) | ||
|
||
Alessandro Pasotti <[email protected]> 2023-07-13 | ||
|
||
Fix common angle keyboard shortcuts | ||
|
||
Etienne Trimaille <[email protected]> 2023-07-06 | ||
|
||
Fix export legend as JSON when a rule based does not have a symbol | ||
|
||
Nyall Dawson <[email protected]> 2023-07-13 | ||
|
||
Fix crash when trying to re-load a layer from processing results | ||
into the project when that layer already exists in the project | ||
|
||
Fixes #53576 | ||
Fixes #53729 | ||
|
||
Nyall Dawson <[email protected]> 2023-07-13 | ||
|
||
When an algorithm is added to a model with optional layer parameters, | ||
leave the default values for these as empty instead of setting | ||
them to model input layers | ||
|
||
We don't want to auto-fill optional layer parameters by default | ||
|
||
Nyall Dawson <[email protected]> 2023-07-13 | ||
|
||
Disable msys2 workflow | ||
|
||
This is broken and requires changes to handle newer protobuf versions | ||
|
||
Mathieu Pellerin <[email protected]> 2023-07-12 | ||
|
||
[xyz] Fix tile caching of redirected XYZ URLs | ||
|
||
Even Rouault <[email protected]> 2023-07-07 | ||
|
||
[OGR provider] Do not try to open FileGeodatabase in update mode if not possible (fixes #8075) | ||
|
||
Harrissou Sant-anna <[email protected]> 2023-07-07 | ||
|
||
Add "Square Inches" to area units in Options dialog | ||
|
||
Loïc Bartoletti <[email protected]> 2023-07-03 | ||
|
||
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 | ||
|
||
Nyall Dawson <[email protected]> 2023-06-23 | ||
|
||
Fix interaction of locked scale ranges with zoom distance range tool | ||
in elevation profile canvas | ||
|
||
Fixes #53303 | ||
|
||
Nyall Dawson <[email protected]> 2023-06-23 | ||
|
||
When elevation profile scales are locked, ensure the lock is | ||
respected when the profile is resized | ||
|
||
Refs #53303 | ||
|
||
Nyall Dawson <[email protected]> 2023-06-29 | ||
|
||
Add additional test | ||
|
||
Nyall Dawson <[email protected]> 2023-06-29 | ||
|
||
Improve documentation | ||
|
||
Nyall Dawson <[email protected]> 2023-06-23 | ||
|
||
Fix generation of elevation profiles for lines when capture curve | ||
exactly coincides with line features | ||
|
||
Fixes #49279 | ||
|
||
Nyall Dawson <[email protected]> 2023-06-23 | ||
|
||
Fix profile generation of exactly vertical polygons | ||
|
||
Fixes #52815 | ||
|
||
Nyall Dawson <[email protected]> 2023-06-23 | ||
|
||
Avoid unnecessary tesselation of triangle features | ||
|
||
Nyall Dawson <[email protected]> 2023-06-23 | ||
|
||
Add method to test whether 3 points are collinear | ||
|
||
Nyall Dawson <[email protected]> 2023-06-23 | ||
|
||
Add method to return the fraction along a line for a point | ||
|
||
Nyall Dawson <[email protected]> 2023-06-29 | ||
|
||
Also detect 'dsm' and 'dtm' phrases in raster layer names as hints | ||
that a layer represents an elevation surface | ||
|
||
Andrea Giudiceandrea <[email protected]> 2023-06-30 | ||
|
||
Fix v.reclass description file | ||
|
||
Make the 'column' parameter optional | ||
|
||
Alessandro Pasotti <[email protected]> 2023-06-29 | ||
|
||
Use the static method for type parsing | ||
|
||
Alessandro Pasotti <[email protected]> 2023-06-29 | ||
|
||
MSSQL: fix ZM types select plus unreported M metadata detection | ||
|
||
Fix #53633 | ||
|
||
Plus fixes unreported 'M' detection issue when reading type from | ||
metadata (geometry_columns table) | ||
|
||
Moved the parsing logic to a single static method. | ||
|
||
vcloarec <[email protected]> 2023-06-28 | ||
|
||
fix global map shading with hdpi and renderer custom painter jop | ||
|
||
vcloarec <[email protected]> 2023-06-28 | ||
|
||
render mesh in hight dpi | ||
|
||
Nicolas Godet <[email protected]> 2023-06-29 | ||
|
||
Update src/core/raster/qgsrasterlayerelevationproperties.cpp | ||
|
||
Co-authored-by: Björn <[email protected]> | ||
|
||
nicogodet <[email protected]> 2023-06-29 | ||
|
||
Detect phrases in french raster layer names as hints that a layer represents an elevation surface | ||
|
||
Nyall Dawson <[email protected]> 2023-06-23 | ||
|
||
Ensure elevation profile dock titles are really unique | ||
|
||
Fixes #53552 | ||
|
||
Merge: fefa9637c64 4a6a6b94bde | ||
Alessandro Pasotti <[email protected]> 2023-06-28 | ||
|
||
Merge pull request #53619 from qgis/backport-53617-to-release-3_32 | ||
|
||
[Backport release-3_32] MSSQL: fix geom type detection when no metadata are used | ||
|
||
Alessandro Pasotti <[email protected]> 2023-06-27 | ||
|
||
MSSQL: fix geom type detection when no metadata are used | ||
|
||
Fix #53614 | ||
|
||
Alexandre Neto <[email protected]> 2023-06-26 | ||
|
||
Replace reference to CAD tools | ||
|
||
Merge: b48b7521e99 c7871792fc9 | ||
Loïc Bartoletti <[email protected]> 2023-06-26 | ||
|
||
Merge pull request #53586 from qgis/backport-53582-to-release-3_32 | ||
|
||
[Backport release-3_32] Fix array creation mismatched allocation function warning | ||
|
||
Nyall Dawson <[email protected]> 2023-06-26 | ||
|
||
Fix array creation mismatched allocation function warning | ||
|
||
Sandro Mani <[email protected]> 2023-06-24 | ||
|
||
Drop unused mingw-extras repo | ||
|
||
Chris Mayo <[email protected]> 2023-06-24 | ||
|
||
Fix build with WITH_BINDINGS=yes and WITH_QTSERIALPORT=no | ||
|
||
auto_generated/sensor/qgsabstractsensor.sip: In function ‘const sipTypeDef* sipSubClass_QgsAbstractSensor(void**)’: | ||
auto_generated/sensor/qgsabstractsensor.sip:35: error: ‘QgsSerialPortSensor’ does not name a type; did you mean ‘sipName_QgsSerialPortSensor’? | ||
|
||
Martin Dobias <[email protected]> 2023-06-25 | ||
|
||
Fix global map shading to work high DPI | ||
|
||
Jürgen E. Fischer <[email protected]> 2023-06-23 | ||
|
||
transifex: update configuration and exclude qtermwidget translations | ||
|
||
Jürgen E. Fischer <[email protected]> 2023-06-23 | ||
|
||
Release of 3.32 (Lima) | ||
|
||
Jürgen E. Fischer <[email protected]> 2023-06-23 | ||
|
||
changelog and news update for 3.32 | ||
|
||
Jürgen E. Fischer <[email protected]> 2023-06-23 | ||
|
||
translation update for 3.32.0 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.32.0) UNRELEASED; urgency=medium | ||
qgis (3.32.1) UNRELEASED; urgency=medium | ||
|
||
* Release of 3.32.1 | ||
|
||
-- Jürgen E. Fischer <[email protected]> Fri, 21 Jul 2023 14:13:30 +0200 | ||
|
||
qgis (3.32.0) unstable; urgency=medium | ||
|
||
* Release of 3.32.0 | ||
|
||
-- Jürgen E. Fischer <[email protected]> Fri, 23 Jun 2023 14:40:51 +0200 | ||
-- Jürgen E. Fischer <[email protected]> Fri, 21 Jul 2023 14:13:30 +0200 | ||
|
||
qgis (3.31.0) unstable; urgency=medium | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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