Activity

From 2023-01-26 to 2023-02-24

2023-02-24

05:18 PM Revision cc3c2ec0 (qgis): deduplicate duplicate code
David Signer
02:01 PM Revision e1d43b01 (qgis): tests for meter based default scales
David Signer
02:00 PM Revision 6ec0c75d (qgis): Append distance area when using defaultMapUnitsPerMm to consider the co...
David Signer
01:36 PM Revision e667ca42 (qgis): Fix DPI on getLegendGraphic concerning a RULE. It should not take the c...
David Signer
01:33 PM Revision 10aa91a6 (qgis): Fix inconcequent use of DPI at generating the WMS legend
- Consider DPI of QgsWmsRenderContext what is the OGC default (0.28 mm per pixel) or the passed WMS parameter - this ... David Signer
12:14 PM Revision df84af9a (qgis): Merge pull request #52007 from nirvn/qml_vcpkg_fix
QML fix for Qgis class and vcpkg #include fix Mathieu Pellerin - nIRV
08:11 AM Revision bb015682 (qgis): [processing] Add missing include in qgsalgorithmpackage.cpp
Mathieu Pellerin - nIRV
05:59 AM Revision 701f342e (qgis): [raster] Add missing include in qgsrasterattributetable.cpp
Mathieu Pellerin - nIRV
05:59 AM Revision 2c716d1d (qgis): Add Q_CLASSINFO(RegisterEnumClassesUnscoped, false) to Qgis to avoid er...
Mathieu Pellerin - nIRV

2023-02-23

08:18 PM Revision 5349efda (qgis): Immediately apply color ramp label precision and suffix changes
when auto apply is checked Nyall Dawson
06:27 PM Revision 9c238bd4 (qgis): Fix unintended replacement of percent encoded URL parts
pathmapper
04:07 PM Revision 238353d3 (qgis): remove obsolete sip file
Denis Rouzaud
04:07 PM Revision ea53aa3c (qgis): move settings tree enums to Qgis
Denis Rouzaud
04:07 PM Revision 002e6af3 (qgis): fix flag value
Co-authored-by: Nyall Dawson <[email protected]> Denis Rouzaud
04:07 PM Revision 4667956b (qgis): [settings] fix deleteItem for tree nodes
Denis Rouzaud
12:09 PM Revision 4978ef45 (qgis): Avoid '?&' for prev/next link query string
pathmapper
11:52 AM Revision 714dada7 (qgis): [processing] Don't raise uncaught exceptions when trying to generate
GDAL commands for invalid layers
This is a partial fix, which at least removes the uncaught exception.
Ideally we'd ...
Nyall Dawson
11:48 AM Revision aa4cdd22 (qgis): add warning message
Julien Cabieces
11:48 AM Revision 179dfce4 (qgis): Fixes #51816 : Don't open filter from indicator when layer is edited
Julien Cabieces
11:48 AM Revision 84c3613c (qgis): [processing] Don't raise uncaught exceptions when trying to generate
GDAL commands for invalid layers
This is a partial fix, which at least removes the uncaught exception.
Ideally we'd ...
Nyall Dawson
10:43 AM Revision 26761afb (qgis): [processing] Gracefully handle algorithms with no provider set
Fixes #51971 Nyall Dawson
10:42 AM Revision b59e9fce (qgis): [processing] Fix exception when setting output files in batch
processing after removing rows
Fixes #51664
Nyall Dawson
10:42 AM Revision 52e68c24 (qgis): [OAPIF] Work around a bug in a server implementation (fixes #51663)
Cf comment https://github.com/qgis/QGIS/issues/51663#issuecomment-1411067183
for detailed analysis
Even Rouault
10:41 AM Revision 51e41d2f (qgis): prevent crash on multiple else rules (#51834)
Alex Hay
10:40 AM Revision ee04bc4e (qgis): Fixes #51433 : fix vertex editor displayed columns
Julien Cabieces
10:38 AM Revision 603ccb29 (qgis): [processing] Gracefully handle algorithms with no provider set
Fixes #51971 Nyall Dawson
10:38 AM Revision f453d2cc (qgis): [processing] Fix exception when setting output files in batch
processing after removing rows
Fixes #51664
Nyall Dawson
10:37 AM Revision 6a03fa73 (qgis): Fix warning when building grass provider due to unhandled int8 data type
Nyall Dawson
09:20 AM Revision 02da9c63 (qgis): Fox offset calculation for prev link
test added pathmapper
08:56 AM Revision bb400b88 (qgis): Add test for unknown-crs ReferencedGeometry input/output
Sandro Santilli
08:56 AM Revision 841873ac (qgis): [postgres] Do not discard geometry attributes having no SRID
See https://github.com/qgis/QGIS/issues/49380#issuecomment-1282913470 Sandro Santilli
08:28 AM Revision a7e4611a (qgis): Fix title key for prev/next links
pathmapper
07:25 AM Revision 788066db (qgis): Nan z values should not be clipped from rendered geometries
Fixes #51796 Nyall Dawson
07:11 AM Revision 8f76a6a0 (qgis): Nan z values should not be clipped from rendered geometries
Fixes #51796 Nyall Dawson
06:56 AM Revision 89e40c3f (qgis): Call qgsVsiPrefix directly, don't use QgsZipItem proxy method
Nyall Dawson
06:56 AM Revision 760cbfab (qgis): [gdal] Don't try to retrieve open options for non vsicurl http(s) uris
This can be very slow to process, as it may involve a complete
download of a huge remote file (hanging QGIS in the pr...
Nyall Dawson
06:56 AM Revision 65afa1c5 (qgis): [gdal] When non-vsicurl http(s) uris are entered into the Add
Raster Layer dialog, prompt the user to promote these to
vsicurl URIs via a user-friendly warning message
Nyall Dawson
06:44 AM Revision 8b13be35 (qgis): Fixes #51816 : Don't open filter from indicator when layer is edited
Julien Cabieces
06:44 AM Revision 0afe63ab (qgis): add warning message
Julien Cabieces
06:40 AM Revision c697b02a (qgis): Don't open filter from indicator when layer is edited (#51884)
* Fixes #51816 : Don't open filter from indicator when layer is edited
* add warning message
Julien Cabieces
05:33 AM Revision b7ea6c0f (qgis): fix QgsLineString::sumUpArea accuracy
MorriganR
05:32 AM Revision 2fc52416 (qgis): [OAPIF] Work around a bug in a server implementation (fixes #51663)
Cf comment https://github.com/qgis/QGIS/issues/51663#issuecomment-1411067183
for detailed analysis
Even Rouault
05:30 AM Revision efe4316d (qgis): [Qt6][Oracle] Fix oracle provider
Julien Cabieces
05:30 AM Revision 993f9153 (qgis): Fix getLastQuery
Julien Cabieces
05:30 AM Revision e13f3ec4 (qgis): add oracle client in dockerfile
Julien Cabieces
05:30 AM Revision a07fac08 (qgis): add private header to build oracle provider
Julien Cabieces
05:28 AM Revision d3799b73 (qgis): [OAPIF] Work around a bug in a server implementation (fixes #51663)
Cf comment https://github.com/qgis/QGIS/issues/51663#issuecomment-1411067183
for detailed analysis
Even Rouault
05:25 AM Revision cf2fac48 (qgis): Fixes #51433 : fix vertex editor displayed columns
Julien Cabieces
05:22 AM Revision f5d8465a (qgis): Fixes #51433 : fix vertex editor displayed columns
Julien Cabieces
05:19 AM Revision 10747d0f (qgis): Fixes #51070 : Avoid crash when using geometry generators and point
displacement renderer Julien Cabieces
04:53 AM Revision 176807bc (qgis): Provide a basic way to access open 3d scenes via PyQGIS
Qgs3DMapScene.openScenes() will now return a map of
open Qgs3DMapScene objects (by name) visible in the app. Various
...
Nyall Dawson
04:53 AM Revision 2aa484ca (qgis): Move QgsCameraController enums to Qgis, promote to enum class
Nyall Dawson
04:32 AM Revision 857cefaa (qgis): Graduated classification w. fixed interval: fix or mitigate UX issue
Fix #51687 by using a timer to detect end oftyping in the interval
spinbox.
Alessandro Pasotti
04:18 AM Revision 560ba485 (qgis): Fix drag and drop to GDB results in columns shifted by one
Fixes #51435 Nyall Dawson
04:18 AM Revision ab67153d (qgis): QgsOgrProvider::createEmptyLayer(): take into account FID layer creatio...
Even Rouault
04:18 AM Revision 74013e0a (qgis): Update src/core/providers/ogr/qgsogrprovider.cpp
Even Rouault
04:18 AM Revision 3d56fa1d (qgis): Use switches for curved label placement detection in more places
to hopefully avoid future issues if more curved placement modes are introduced
(cherry picked from commit 7f031b1e7c...
Nyall Dawson
04:18 AM Revision 43fe4330 (qgis): Fix build
Nyall Dawson
04:18 AM Revision fc821637 (qgis): Add test
(cherry picked from commit 21997c2ef800ca060373bc2c7bd6833c4ec684bb) Nyall Dawson
04:18 AM Revision e3bc8b43 (qgis): Fix placement of perimeter labels with HTML formatting enabled
Fixes #51829
(cherry picked from commit 2259924db64aca92fa5b6203cff17bb2c6de5a05)
Nyall Dawson

2023-02-22

11:38 PM Revision ba0e4f7b (qgis): remove include
Alessandro Pasotti
11:38 PM Revision 99800425 (qgis): Raster paletted renderer: support constant int rasters
Fix #51822 Alessandro Pasotti
07:54 PM Revision 89140241 (qgis): remove include
Alessandro Pasotti
07:54 PM Revision 98935482 (qgis): Raster paletted renderer: support constant int rasters
Fix #51822 Alessandro Pasotti
07:49 PM Revision 5fbf89da (qgis): Raster paletted renderer: support constant int rasters
Fix #51822 Alessandro Pasotti
07:49 PM Revision d5f54a70 (qgis): remove include
Alessandro Pasotti
07:49 PM Revision 7e9b19a7 (qgis): Make SRID/CRS cache a per-connection object, rather than a process-static
Static cache is wrong (same SRID may have different meaning in
different databases) and dangerous (can result in segf...
Sandro Santilli
07:49 PM Revision 85f696b1 (qgis): Label testqgspostgresprovider.cpp as a POSTGRES test
Sandro Santilli
07:47 PM Revision 8c3f0010 (qgis): [postgres] Do not discard geometry attributes having no SRID
See https://github.com/qgis/QGIS/issues/49380#issuecomment-1282913470 Sandro Santilli
07:47 PM Revision 4b85da69 (qgis): Add test for unknown-crs ReferencedGeometry input/output
Sandro Santilli
03:03 PM Revision 1c69fe14 (qgis): avoid useless call
Denis Rouzaud
09:14 AM Revision 0118936b (qgis): avoid useless call
Denis Rouzaud
08:53 AM Revision 289f4769 (qgis): Refactor QgsMapLayer's encodedSource()/decodedSource() (#51901)
Conversion between relative and absolute paths when reading/writing project files
has been inconveniently done in sub...
Martin Dobias
07:12 AM Revision ce0243b3 (qgis): Fix loss of first color for lineburst symbol layers in GUI
Fixes #51942 Nyall Dawson
07:09 AM Revision 322623c0 (qgis): bump cpp check on 20.04 or 22.04
Denis Rouzaud
05:59 AM Revision 741ff6d5 (qgis): Add QGSTEST_NEED_PGTEST_DB macro in qgstest.h
Can be used by tests to declare their need for a qgis test db
and allows users to skip them by defining a QGIS_PGTEST...
Sandro Santilli
05:59 AM Revision ce382e97 (qgis): Allow runtime-skip of backend-requiring tests in testqgspostgresconn.cpp
Sandro Santilli
05:25 AM Revision 0052d433 (qgis): Update src/core/providers/ogr/qgsogrprovider.cpp
Even Rouault
05:25 AM Revision 9beef5d6 (qgis): Fix drag and drop to GDB results in columns shifted by one
Fixes #51435 Nyall Dawson
05:25 AM Revision dc3ac971 (qgis): QgsOgrProvider::createEmptyLayer(): take into account FID layer creatio...
Even Rouault
05:21 AM Revision 2bf13857 (qgis): Update src/core/providers/ogr/qgsogrprovider.cpp
Even Rouault
05:21 AM Revision 9d775ea0 (qgis): QgsOgrProvider::createEmptyLayer(): take into account FID layer creatio...
Even Rouault
05:21 AM Revision 18415969 (qgis): Fix drag and drop to GDB results in columns shifted by one
Fixes #51435 Nyall Dawson
03:41 AM Revision 6ada227a (qgis): don't try to split without a split line
Stefanow Natsis
03:41 AM Revision 41a8dcac (qgis): do the same for split parts tool
Stefanow Natsis
03:39 AM Revision 480af32d (qgis): Fix noisy test
Nyall Dawson
03:39 AM Revision 046883fa (qgis): Promote QgsWkbTypes enums to enum class, move to Qgis
Nyall Dawson
03:39 AM Revision c6a1a572 (qgis): Add some missing documentation
Nyall Dawson
03:39 AM Revision 1c622708 (qgis): Fix use of raw int instead of enum
Nyall Dawson
03:39 AM Revision 88e6d07d (qgis): Fix incorrect use of raw int instead of enums for layer type
Nyall Dawson
03:39 AM Revision 1f6e53b2 (qgis): [metasearch] Fix messed up QgsRubberBand constructor
Nyall Dawson
03:20 AM Revision 556fbee0 (qgis): Update dev splashscreen
Yoann Quenach de Quivillic
02:36 AM Revision 60351d62 (qgis): Fix loss of first color for lineburst symbol layers in GUI
Fixes #51942 Nyall Dawson
02:35 AM Revision 7048681a (qgis): Add QGSTEST_NEED_PGTEST_DB macro in qgstest.h
Can be used by tests to declare their need for a qgis test db
and allows users to skip them by defining a QGIS_PGTEST...
Sandro Santilli
02:35 AM Revision d073c965 (qgis): Allow runtime-skip of backend-requiring tests in testqgspostgresconn.cpp
Sandro Santilli
02:32 AM Revision ef3c301a (qgis): Fix loss of first color for lineburst symbol layers in GUI
Fixes #51942 Nyall Dawson

2023-02-21

03:14 PM Revision 89d50eaf (qgis): Fix building on MinGW-w64/UCRT
qgis was crashing on mingw-w64/ucrt, It was discovered that
wcstok was not declared correctly on mingw-w64 which was ...
مهدي شينون (Mehdi Chinoune)
12:41 PM Revision 0c14b2fb (qgis): Fix delimited text delimiter encoding on windows
when importing old projects, delimiter might be unencoded.
Fix #48587
Alessandro Pasotti
12:40 PM Revision d2e26b36 (qgis): [layouts] Use nicer number formatting for dynamic map scale labels
Fixes #51764 Nyall Dawson
10:51 AM Revision 19a7e353 (qgis): don't try to split without a split line
Stefanow Natsis
10:51 AM Revision 73ebffcb (qgis): do the same for split parts tool
Stefanow Natsis
10:46 AM Revision 6d8aa139 (qgis): Apply suggestions from code review
Yoann Quenach de Quivillic
10:46 AM Revision b4c1f5a9 (qgis): Fix move and rotation map tools preview when layer crs != canvas crs
Yoann Quenach de Quivillic
10:46 AM Revision 27963625 (qgis): do the same for split parts tool
Stefanow Natsis
10:46 AM Revision 84286b49 (qgis): don't try to split without a split line
Stefanow Natsis
10:44 AM Revision 1d182606 (qgis): add tests
Stefanow Natsis
10:44 AM Revision 0af3d6e3 (qgis): Fix crashes on split special cases
Stefanow Natsis
10:44 AM Revision ab6e842a (qgis): Fixes #51850 Update svg path when selecting file
Julien Cabieces
10:35 AM Revision 4abd8fc9 (qgis): Merge pull request #51916 from strk/flaky-testIdleThread
Mark test_core_tiledownloadmanage as a flaky test Alessandro Pasotti
07:36 AM Revision 0622f134 (qgis): Label testqgspostgresprovider.cpp as a POSTGRES test
Sandro Santilli
07:36 AM Revision 5720ac64 (qgis): Make SRID/CRS cache a per-connection object, rather than a process-static
Static cache is wrong (same SRID may have different meaning in
different databases) and dangerous (can result in segf...
Sandro Santilli
07:32 AM Revision 328d3fb1 (qgis): Label testqgspostgresprovider.cpp as a POSTGRES test
Sandro Santilli
07:32 AM Revision a88e5666 (qgis): Make SRID/CRS cache a per-connection object, rather than a process-static
Static cache is wrong (same SRID may have different meaning in
different databases) and dangerous (can result in segf...
Sandro Santilli
05:50 AM Revision cc57cb38 (qgis): fix copying urls/json to clipboard from identify results
Fix #26899 Stefanow Natsis
05:44 AM Revision 702c1d10 (qgis): Fix keyvalue widget missing signal on rows added/removed
Fix #51791 Alessandro Pasotti
05:44 AM Revision c890446c (qgis): [Delimited Text] Fix Z field and M field update
Andrea Giudiceandrea
05:42 AM Revision 00d14a79 (qgis): add tests
Stefanow Natsis
05:42 AM Revision b528acab (qgis): Fix crashes on split special cases
Stefanow Natsis
05:39 AM Revision ea1681cd (qgis): Fixes #50892 : Don't enable link in QgsFileWidget if NULL
Julien Cabieces
05:39 AM Revision 3142765e (qgis): Fix intersection between a multipolygon and an empty rectangle
Fix #51492
It is most certainly an upstream issue, this is workaround.
Alessandro Pasotti
05:38 AM Revision 452259a2 (qgis): Fix crashes on split special cases
Stefanow Natsis
05:38 AM Revision a3552cbb (qgis): add tests
Stefanow Natsis
05:27 AM Revision 7f231099 (qgis): sort imports and cleanup dead code
Yoann Quenach de Quivillic
05:27 AM Revision 28146b53 (qgis): Fix Editor/EditorTab never deleted
Yoann Quenach de Quivillic
05:27 AM Revision 9c56921c (qgis): Clean up code and fix shortcuts
Yoann Quenach de Quivillic
05:07 AM Revision b4b2e1e1 (qgis): Fix delimited text delimiter encoding on windows
when importing old projects, delimiter might be unencoded.
Fix #48587
Alessandro Pasotti
05:05 AM Revision 6516d34f (qgis): Fixes #51850 Update svg path when selecting file
Julien Cabieces
05:03 AM Revision 2ed84248 (qgis): Fix delimited text delimiter encoding on windows
when importing old projects, delimiter might be unencoded.
Fix #48587
Alessandro Pasotti
05:01 AM Revision 73b47fff (qgis): Fixes #51850 Update svg path when selecting file
Julien Cabieces
03:26 AM Revision cdcfd41e (qgis): Allow runtime-skip of backend-requiring tests in testqgspostgresconn.cpp
Sandro Santilli
03:26 AM Revision c4f514e3 (qgis): Add QGSTEST_NEED_PGTEST_DB macro in qgstest.h
Can be used by tests to declare their need for a qgis test db
and allows users to skip them by defining a QGIS_PGTEST...
Sandro Santilli

2023-02-20

12:17 AM Revision ccf8c05c (qgis): Apply suggestions from code review
Co-authored-by: Nyall Dawson <[email protected]> Yoann Quenach de Quivillic
12:17 AM Revision 2ff09fdd (qgis): Fix #38493 Circle Shape tool when layer crs != map crs
Yoann Quenach de Quivillic
12:13 AM Revision b1695691 (qgis): Fix #38493 Circle Shape tool when layer crs != map crs
Yoann Quenach de Quivillic
12:13 AM Revision 6fd5a99b (qgis): Apply suggestions from code review
Co-authored-by: Nyall Dawson <[email protected]> Yoann Quenach de Quivillic
12:12 AM Revision a5e47f7f (qgis): point3dsymbolwidget: Allow negative values for spinBillboardHeight
Billboard height and translation along the Y axis are sync. The
translation value can be negative. Therefore, the bil...
Jean Felder
12:12 AM Revision 9699f7f0 (qgis): point3dsymbolwidget: Fix Y-Z inversion
A point on the 2D plane (x', y') is transformed to (x, -z) in the 3D
world. The rotation, scale and translation value...
Jean Felder
09:01 PM Revision 90978d56 (qgis): Fix widget sizes, avoid hardcoded values
Nyall Dawson
09:01 PM Revision 19b70a63 (qgis): Use constexpr for max wkt length
Nyall Dawson
09:01 PM Revision 18fd0bbb (qgis): Create QgsGeometryWidget
A new widget which stores a referenced geometry value, and provides
handy methods for copying the value as WKT or Geo...
Nyall Dawson
09:01 PM Revision 2dc4d04a (qgis): Add equality operators for QgsReferencedGeometry
Nyall Dawson
09:01 PM Revision 237402df (qgis): Remove hardcoded color
Nyall Dawson
09:01 PM Revision 13f8f1ce (qgis): Fix clearing geometry values
Nyall Dawson
09:01 PM Revision a1ce847a (qgis): Require user to manually select CRS for pasted geometries
Since we don't know what CRS is associated with geometries from
WKT/JSON strings in the clipboard, force the user to ...
Nyall Dawson
09:01 PM Revision ef81f840 (qgis): Show (possibly truncated) WKT in geometry widget
Nyall Dawson
09:01 PM Revision cfe6af3d (qgis): Create an editor widget wrapper for geometry fields
This will show a dedicated widget for geometry fields, allowing
for proper lossless use of these fields in the attrib...
Nyall Dawson
05:10 PM Revision 047f90fb (qgis): point3dsymbolwidget: Fix Y-Z inversion
A point on the 2D plane (x', y') is transformed to (x, -z) in the 3D
world. The rotation, scale and translation value...
Jean Felder
05:10 PM Revision c04cede3 (qgis): point3dsymbolwidget: Allow negative values for spinBillboardHeight
Billboard height and translation along the Y axis are sync. The
translation value can be negative. Therefore, the bil...
Jean Felder
05:06 PM Revision 70641130 (qgis): Merge pull request #51855 from ptitjano/translation-y
[3D] Fix Y-Z inversion in point3dsymbolwidget Loïc Bartoletti
01:39 PM Revision 0218ece6 (qgis): point3dsymbolwidget: Fix Y-Z inversion
A point on the 2D plane (x', y') is transformed to (x, -z) in the 3D
world. The rotation, scale and translation value...
Jean Felder
09:54 AM Revision 3f07f430 (qgis): point3dsymbolwidget: Allow negative values for spinBillboardHeight
Billboard height and translation along the Y axis are sync. The
translation value can be negative. Therefore, the bil...
Jean Felder
08:43 AM Revision 88c6f843 (qgis): When no rule based rules fall within the map scale range, don't
needlessly iterate through all features in the layer
Previously when the rules all resulted in filtering out all
fea...
Nyall Dawson
08:43 AM Revision ab97a3a1 (qgis): Add since
Nyall Dawson
08:43 AM Revision 211edac4 (qgis): Add test
Nyall Dawson
07:04 AM Revision 6a41b56b (qgis): wmsgetcapabilities: Do not set a dimension default value if empty
The WMS getCapabilities response tries to set a default value on
multi-dimensional data. However, if the `values` lis...
Jean Felder
05:10 AM Revision 7cb4a3fc (qgis): Correctly handle geometry value conversion for geometry fields
Nyall Dawson
05:10 AM Revision 39fd57c4 (qgis): Fix geometry fields incorrectly show as "range" types in fields list
Nyall Dawson
05:10 AM Revision 9486bfde (qgis): Restore labeling angle unit xml compatibility with <3.30 projects
Nyall Dawson
02:44 AM Revision 9528539b (qgis): wmsgetcapabilities: Do not set a dimension default value if empty
The WMS getCapabilities response tries to set a default value on
multi-dimensional data. However, if the `values` lis...
Jean Felder
02:40 AM Revision 950e6d0a (qgis): [vector tiles] Fix JSON style encoding
Andrea Giudiceandrea
02:40 AM Revision 2255e784 (qgis): wmsgetcapabilities: Do not set a dimension default value if empty
The WMS getCapabilities response tries to set a default value on
multi-dimensional data. However, if the `values` lis...
Jean Felder

2023-02-19

10:33 PM Revision 6324dbbb (qgis): update_ts.sh: add branch
(cherry picked from commit c9555ebd0ded21e4fde1c1ce0138b4470bd241b5) Jürgen Fischer
10:33 PM Revision 2bf3917e (qgis): update_ts.sh: add branch
(cherry picked from commit c9555ebd0ded21e4fde1c1ce0138b4470bd241b5) Jürgen Fischer
10:32 PM Revision 804b070a (qgis): fix translation string
Jürgen Fischer
10:31 PM Revision 01930862 (qgis): fix build
Jürgen Fischer
09:21 PM Revision c9555ebd (qgis): update_ts.sh: add branch
Jürgen Fischer
06:37 PM Revision 4d320339 (qgis): [vector tiles] Fix JSON style encoding
Andrea Giudiceandrea
06:33 PM Revision 7ad0e0ad (qgis): Merge pull request #51927 from agiudiceandrea/fix-51915-vectortiles-JSO...
[Vector tiles] Fix JSON file style encoding (Fix #51915) Even Rouault
01:17 PM Revision cba0a7b3 (qgis): [vector tiles] Fix JSON style encoding
Andrea Giudiceandrea
10:25 AM Revision 1d928100 (qgis): Merge pull request #51909 from RaineEkman/patch-1
Update INSTALL.md: remove deprecated git:// URL Even Rouault
10:19 AM Revision 452c2216 (qgis): Merge pull request #51921 from nirvn/include_fix2
Fix missing #include in qgsarcgisrestutils.cpp Even Rouault
07:19 AM Revision 0cdc9b9b (qgis): fix dox
Denis Rouzaud
07:19 AM Revision 321f050f (qgis): add test
Denis Rouzaud
07:19 AM Revision eb841748 (qgis): Fix test
Denis Rouzaud
07:19 AM Revision 8dc67afd (qgis): allow full access from Python
Denis Rouzaud
07:19 AM Revision 4759610d (qgis): [settings] use dedicated category for plugin manager
Denis Rouzaud
07:19 AM Revision a2271b9b (qgis): [settings] allow read-only access to the tree
this allows accessing settings from Python Denis Rouzaud
04:29 AM Revision 8d5cdc85 (qgis): Workaround sip inability to convert enum class variants to python objects
Nyall Dawson
04:29 AM Revision ad16817f (qgis): Fix enum compatibility with python full enum use of old values
Nyall Dawson
04:29 AM Revision 6975a49f (qgis): Avoid sipify issue with " in enum dox
Nyall Dawson
04:29 AM Revision 2cdfd96b (qgis): Fix longstanding crash when calling QgsUnitSelectionWidget methods
from python by adding new enum list conversion code Nyall Dawson
04:29 AM Revision f9c3da1e (qgis): Move unit enums to Qgis, promote to enum class
Nyall Dawson

2023-02-18

07:07 PM Revision 742225f2 (qgis): adapt to new transifex client
(cherry picked from commit 409036da8b1b689f1815fc700ae8edb4c481f2d4) Jürgen Fischer
07:02 PM Revision 1a0936b6 (qgis): replace translatio from debug output and typo fixes
Jürgen Fischer
07:01 PM Revision 409036da (qgis): adapt to new transifex client
Jürgen Fischer
06:05 PM Revision bdf4ac04 (qgis): use new transifex client
(cherry picked from commit ad744ed671bdb210799a2a7be29adca4d84d27f9) Jürgen Fischer
09:54 AM Revision c03dd5eb (qgis): Fix missing #include in qgsarcgisrestutils.cpp
Mathieu Pellerin - nIRV
08:29 AM Revision 9aae0a11 (qgis): Remove stale label when editing a PR
Harrissou Santanna

2023-02-17

04:46 PM Revision 6a9ceba3 (qgis): Mark test_core_tiledownloadmanage as a flaky test
See #48927 Sandro Santilli
04:07 PM Revision 3a5b0a8f (qgis): Mention ctest -N
Sandro Santilli
12:07 PM Revision 7d0fe9e9 (qgis): Update INSTALL.md: remove deprecated git:// URL
The git:// protocol stopped working almost a year ago:
https://github.blog/2021-09-01-improving-git-protocol-security...
Raine Ekman
08:30 AM Revision 3796b7b7 (qgis): Merge pull request #51765 from elpaso/bugfix-gh51759-wms-inherited-styl...
Fix WMS legend url with inherited styles Alessandro Pasotti
08:29 AM Revision d876d545 (qgis): moves all plugin manager settings to it (#51899)
fixes #51898 Denis Rouzaud
06:27 AM Revision b9059b7d (qgis): Fix array_remove_all behavior when removing null values from array
Fixes #51820 Nyall Dawson
06:27 AM Revision 21f97e28 (qgis): Use a better approach to update virtual layer queries which
doesn't lose all the layer's properties
Fixes #51118
Fixes #51777
Nyall Dawson
06:26 AM Revision 11d34a26 (qgis): Ensure correct crs is available for QgsMapCanvas for slots connected
to extentsChanged when canvas CRS is changed
Fixes #51833
Nyall Dawson
06:26 AM Revision 71b5d7d2 (qgis): Fix logic for triggering a full model reset in attribute table after
changing attributes
The old logic was incorrectly equating the total number of changed
attributes with the number of...
Nyall Dawson

2023-02-16

04:54 PM Revision ef992c95 (qgis): DateTime Field edit config : not mixing display format and field format
The default field datetime formats has to be const and equal to the international format.
The default display datetim...
René-Luc ReLuc
04:54 PM Revision 58d12167 (qgis): [Server] WFS DescribeFeatureType: Using the const QgsDateTimeFieldForma...
René-Luc ReLuc
03:44 PM Revision 225c6ef5 (qgis): moves all plugin manager settings to it
fixes #51898 Denis Rouzaud
01:10 PM Revision 25b5a9ab (qgis): Merge pull request #51801 from elpaso/bugfix-gh48007-multi-edit-constra...
Bugfix gh48077 multi edit constraints issues Alessandro Pasotti
01:02 PM Revision 1142e8ff (qgis): Move QgsMapLayerType enum to Qgis.LayerType (#51874)
For consistency with other enums Nyall Dawson
10:45 AM Revision 1e1147d0 (qgis): Fix logic for triggering a full model reset in attribute table after
changing attributes
The old logic was incorrectly equating the total number of changed
attributes with the number of...
Nyall Dawson
10:41 AM Revision f8ccc793 (qgis): Fix logic for triggering a full model reset in attribute table after
changing attributes
The old logic was incorrectly equating the total number of changed
attributes with the number of...
Nyall Dawson
04:32 AM Revision 0017ca6e (qgis): Fix r.grow.distance `-n` argument
Nicolas Godet

2023-02-15

11:28 PM Revision 4e28131a (qgis): Fix r.grow.distance `-n` argument
Nicolas Godet
11:23 PM Revision 613ae0d8 (qgis): Fix r.grow.distance `-n` argument
Nicolas Godet
09:42 PM Revision 7c75d7e8 (qgis): Remove spacers from 2 Mesh layer styling tabs
Richard Duivenvoorde
09:42 PM Revision 578c6246 (qgis): Keep current index to 0
Richard Duivenvoorde
09:38 PM Revision 9362336b (qgis): Fix trust parameter not saved and not read
Julien Cabieces
11:28 AM Revision 955c9017 (qgis): Add support for geometry field types to memory layer provider
Since the postgres provider supports these, the memory provider
MUST have support for them or we risk data loss
Nyall Dawson
11:02 AM Revision 6e224dcd (qgis): Merge pull request #51852 from kadas-albireo/mapserver_wms_featureinfo
ArcGIS WMS GetFeatureInfo fixes Sandro Mani
09:58 AM Revision b2ccccb1 (qgis): Try to fix qt6 builds following frankosterfeld/qtkeychain@f6247fff
Nyall Dawson
09:58 AM Revision e1e42c57 (qgis): Fix
Nyall Dawson
09:35 AM Revision fbf4331e (qgis): Fix
Nyall Dawson
09:35 AM Revision b8c7d96c (qgis): Try to fix qt6 builds following frankosterfeld/qtkeychain@f6247fff
Nyall Dawson
09:22 AM Revision 4b7d183f (qgis): Fix trust parameter not saved and not read
Julien Cabieces
09:18 AM Revision 9788e4b6 (qgis): Fix trust parameter not saved and not read
Julien Cabieces
08:45 AM Revision 8c6a8c5b (qgis): Handle referenced geometries when converting to string
Fix #51580 Alessandro Pasotti
05:51 AM Revision 80cbf70b (qgis): Ensure correct crs is available for QgsMapCanvas for slots connected
to extentsChanged when canvas CRS is changed
Fixes #51833
Nyall Dawson
05:46 AM Revision ff74c9c9 (qgis): Ensure correct crs is available for QgsMapCanvas for slots connected
to extentsChanged when canvas CRS is changed
Fixes #51833
Nyall Dawson
05:46 AM Revision b7aaf764 (qgis): Use a better approach to update virtual layer queries which
doesn't lose all the layer's properties
Fixes #51118
Fixes #51777
Nyall Dawson
05:41 AM Revision 27829009 (qgis): Use a better approach to update virtual layer queries which
doesn't lose all the layer's properties
Fixes #51118
Fixes #51777
Nyall Dawson
05:38 AM Revision f173206c (qgis): Fix
Nyall Dawson
05:38 AM Revision 6b043bf5 (qgis): Try to fix qt6 builds following frankosterfeld/qtkeychain@f6247fff
Nyall Dawson
05:38 AM Revision 7fdecc62 (qgis): Try to fix qt6 builds following frankosterfeld/qtkeychain@f6247fff
Nyall Dawson
05:38 AM Revision 2220a0df (qgis): Fix
Nyall Dawson
05:34 AM Revision ab9a95ae (qgis): Fix qt6 builds
Fix qt6 builds following frankosterfeld/qtkeychain@f6247fff Nyall Dawson
05:26 AM Revision 369f9ab2 (qgis): Fix array_remove_all behavior when removing null values from array
Fixes #51820 Nyall Dawson
05:26 AM Revision 15e0c6ab (qgis): Add direct iface methods to add/remove project import/export actions
Nyall Dawson
05:26 AM Revision aa5644d1 (qgis): Add interface method to retrieve Project - Import/Export submenu
Allows a stable way for plugins to insert actions into this menu Nyall Dawson
05:23 AM Revision 7b2a0ef1 (qgis): Fix array_remove_all behavior when removing null values from array
Fixes #51820 Nyall Dawson

2023-02-14

11:51 PM Revision ea9a7487 (qgis): Fix geometry fields incorrectly show as "range" types in fields list
Nyall Dawson
11:50 PM Revision 4a717dfc (qgis): Correctly handle geometry value conversion for geometry fields
Nyall Dawson
11:46 PM Revision 13a7754e (qgis): Correctly handle geometry value conversion for geometry fields
Nyall Dawson
11:45 PM Revision 65cd1f54 (qgis): Fix geometry fields incorrectly show as "range" types in fields list
Nyall Dawson
08:46 PM Revision 43154a13 (qgis): Ensure query items are percent-encoded as expected by QUrlQuery::addQue...
Sandro Mani
08:46 PM Revision 066d2a8d (qgis): Don't accept text/xml for MapServer WMS, the response cannot be parsed
Sandro Mani
07:40 PM Revision d4c69f44 (qgis): Add interface method to open Data Source Manager at a specific page
Nyall Dawson
07:31 PM Revision 33a431b3 (qgis): Show an icon for geometry fields
Nyall Dawson
01:52 PM Revision c6a69b96 (qgis): Also handle WMS feature info mimetype application/geo+json
Sandro Mani
11:12 AM Revision 5a1e979a (qgis): Use switches for curved label placement detection in more places
to hopefully avoid future issues if more curved placement modes are introduced Nyall Dawson
11:12 AM Revision 7d381d6a (qgis): Fix placement of perimeter labels with HTML formatting enabled
Fixes #51829 Nyall Dawson
11:12 AM Revision 98ca0800 (qgis): Add test
Nyall Dawson
03:17 AM Revision 73ad1e2a (qgis): increase maxvalue
Alex Hay
02:51 AM Revision 2b6fcfd0 (qgis): allow pasting style to multiple layers through the menu
Stefanow Natsis

2023-02-13

10:34 PM Revision a79c2524 (qgis): increase maxvalue
Alex Hay
10:30 PM Revision ee3eff8f (qgis): increase maxvalue
Alex Hay
09:43 PM Revision c618ec22 (qgis): Fix #51543 and make big forms more fluid
Damiano Lombardi
01:54 AM Revision ce94020e (qgis): fix ambiguous sorting rules
Stefanow Natsis
01:53 AM Revision d579987b (qgis): get map shading on Everest
Vincent Cloarec
01:53 AM Revision 9d09165f (qgis): sipify
Vincent Cloarec
01:03 AM Revision 49463410 (qgis): Fix crash when requesting color table from invalid bands
Nyall Dawson
01:03 AM Revision 5eb9af45 (qgis): If raster nodata color is set, use this also when the raster
has an alpha band and the pixel is masked out Nyall Dawson

2023-02-11

01:46 AM Revision c0bbc5a5 (qgis): Fix flake8 issue
Even Rouault

2023-02-10

11:41 PM Revision 182e4e1e (qgis): [Delimited Text] Fix Z field and M field update
Andrea Giudiceandrea
11:37 PM Revision 48a42c7f (qgis): Merge pull request #51806 from agiudiceandrea/patch-10
[Delimited Text] Fix Z field and M field update (Fix #51805) Even Rouault
11:11 PM Revision f17af829 (qgis): Fix keyvalue widget missing signal on rows added/removed
Fix #51791 Alessandro Pasotti
11:07 PM Revision fbe1f5f6 (qgis): Merge pull request #51804 from elpaso/bugfix-gh51791-table-widget-missi...
Fix keyvalue widget missing signal on rows added/removed Even Rouault
08:50 PM Revision ef5d90fb (qgis): If raster nodata color is set, use this also when the raster
has an alpha band and the pixel is masked out Nyall Dawson
08:49 PM Revision ef136ce9 (qgis): Fix crash when requesting color table from invalid bands
Nyall Dawson
08:48 PM Revision d3894519 (qgis): Fix generation of raster contrast lookup table with int8 rasters
Nyall Dawson
08:45 PM Revision a058d534 (qgis): Fix crash when requesting color table from invalid bands
Nyall Dawson
08:45 PM Revision 1ce45f6c (qgis): Fix default renderer should not be multiband renderer when
raster is a two band raster with one alpha band and one
undefined interpretation band
Nyall Dawson
08:44 PM Revision be7cde51 (qgis): Fix generation of raster contrast lookup table with int8 rasters
Nyall Dawson
08:44 PM Revision b9480beb (qgis): If raster nodata color is set, use this also when the raster
has an alpha band and the pixel is masked out Nyall Dawson
07:20 PM Revision 5894c80a (qgis): [Delimited Text] Fix Z field and M field update
Andrea Giudiceandrea
04:33 PM Revision 8ae0a609 (qgis): Fix keyvalue widget missing signal on rows added/removed
Fix #51791 Alessandro Pasotti
03:15 PM Revision 4a193680 (qgis): Fix multi edit constraints evaluation when changing mode
Possible partial fix for #48077 (part B) Alessandro Pasotti
03:15 PM Revision de740801 (qgis): Multi-edit no selection: replace warning with info
Partial fix for #48077 Alessandro Pasotti
08:50 AM Revision 5ff8de1f (qgis): Fix intersection between a multipolygon and an empty rectangle
Fix #51492
It is most certainly an upstream issue, this is workaround.
Alessandro Pasotti
08:45 AM Revision 8bd6ad74 (qgis): Merge pull request #51773 from elpaso/bugfix-gh51492-cachedfeatureitera...
Fix WFS cached feature iterator empty filter rect Alessandro Pasotti

2023-02-09

01:43 PM Revision 6b1f86de (qgis): [Server] Fix WFS GetFeature featureid && exp access control
If the feature id is based on a field, QGIS Server transforms the requested WFS FEATUREID to QGIS Expression.
In this...
René-Luc ReLuc
01:41 PM Revision a4f70df0 (qgis): [Tests] Adding docstring and comments in Server WFS access control tests
Docstring has been added to the tests methods and comments in the code.
Funded by 3liz
René-Luc ReLuc

2023-02-08

04:36 PM Revision 8a068a2d (qgis): Fix intersection between a multipolygon and an empty rectangle
Fix #51492
It is most certainly an upstream issue, this is workaround.
Alessandro Pasotti
12:28 PM Revision 383b77f6 (qgis): Fixes #50892 : Don't enable link in QgsFileWidget if NULL
Julien Cabieces
12:24 PM Revision c0653135 (qgis): Fixes #50892 : Don't enable link in QgsFileWidget if NULL
Julien Cabieces
06:31 AM Revision f5abfd85 (qgis): correctly migrate global settings (#51743)
Denis Rouzaud
06:19 AM Revision a9cf76de (qgis): [expressions] Re-permit format_number to omit group separators
After 6fcef30cc50, group separators were always included in the
results from format_number (even if a locale which do...
Nyall Dawson
06:19 AM Revision 90ca828d (qgis): Fix qt6 build
Nyall Dawson

2023-02-07

07:06 PM Revision f27828ec (qgis): Merge pull request #51766 from qgis/backport-51749-to-release-3_28
[Backport release-3_28] Fix predefined scales with locale Julien Cabieces
02:11 PM Revision e02b1b52 (qgis): use double
Alessandro Pasotti
02:11 PM Revision 2d9dfe25 (qgis): const
Alessandro Pasotti
02:11 PM Revision 8ca33034 (qgis): Fix predefined scales with locale
Fix #51735 Alessandro Pasotti
02:07 PM Revision 00da22fe (qgis): Merge pull request #51749 from elpaso/bugfix-gh51735-scales-locale-issue
Fix predefined scales with locale Alessandro Pasotti
02:06 PM Revision 4c81a05e (qgis): Fix WMS legend url with inherited styles
Fix #51759 Alessandro Pasotti
10:25 AM Revision bb4dbeb7 (qgis): Fix predefined scales with locale
Fix #51735 Alessandro Pasotti
10:25 AM Revision a49434c0 (qgis): const
Alessandro Pasotti
10:25 AM Revision d87f7f07 (qgis): use double
Alessandro Pasotti
07:55 AM Revision 1aa26669 (qgis): Update help page references
Harrissou Santanna
06:19 AM Revision 81118502 (qgis): [expressions] Re-permit format_number to omit group separators
After 6fcef30cc50, group separators were always included in the
results from format_number (even if a locale which do...
Nyall Dawson
06:19 AM Revision b67a4b99 (qgis): Fix qt6 build
Nyall Dawson
06:15 AM Revision 77b55871 (qgis): Fix qt6 build
Nyall Dawson
06:15 AM Revision 49adde6b (qgis): [expressions] Re-permit format_number to omit group separators
After 6fcef30cc50, group separators were always included in the
results from format_number (even if a locale which do...
Nyall Dawson
05:08 AM Revision 87ab2b8c (qgis): Fix calculation of legend keys for rule based renderers with ELSE rules
Fixes #47825 Nyall Dawson
04:51 AM Revision f3746127 (qgis): tidy
Alessandro Pasotti
04:51 AM Revision 0f0ac434 (qgis): OGR CSV: fix slow update
Fix #51668 Alessandro Pasotti
04:48 AM Revision 8ee5c3ea (qgis): [afs] Percent encode text values when creating/updating fields on
ArcGIS feature services
Fixes loss of edits when special characters are used
Fixes #51509
Nyall Dawson
04:24 AM Revision 0b5b9179 (qgis): reuse headers list from Qt wrap instead of manually specifying them
Denis Rouzaud
04:16 AM Revision 8893effc (qgis): Update help page references
Harrissou Santanna
04:11 AM Revision 455fe60a (qgis): Update help page references
Harrissou Santanna
02:18 AM Revision 8e1cb80c (qgis): Merge branch 'queued_ltr_backports' into backport-51625-to-release-3_28
Nyall Dawson
02:16 AM Revision cb2e1587 (qgis): [Bugfix] QgsVectorLayer: FlagForceReadOnly not used in readXml
The flag `FlagForceReadOnly` was not checked before the dataprovider was created in the `QgsVectorLayer::readXml` met... René-Luc ReLuc
02:16 AM Revision 0a638e68 (qgis): [Bugfix] QgsMeshLayer: fixing readXML and ForceReadOnly flag
The `QgsMeshLayer::readXml` did not convert ForceReadOnly layer read xml flag to provider flag.
The dataprovider `Qgs...
René-Luc ReLuc
02:15 AM Revision 10cfebc7 (qgis): Python - Run isort and optimize imports in the tests folder
Etienne Trimaille
02:15 AM Revision cee8b526 (qgis): Python - Fix some flake8 and indents
Etienne Trimaille
02:15 AM Revision b0066f6b (qgis): Python - Run pyupgrade on the tests folder
Etienne Trimaille

2023-02-06

12:20 AM Revision 028c32ee (qgis): Run macos workflow on queued_ltr_backports branch
Nyall Dawson
12:20 AM Revision e6cec008 (qgis): Ensure tests run on queued_ltr_backports branch
Nyall Dawson
12:20 AM Revision 42f64fb8 (qgis): Run macos workflow on queued_ltr_backports branch
Nyall Dawson
12:19 AM Revision 233320a5 (qgis): Run macos workflow on queued_ltr_backports branch
Nyall Dawson
01:48 PM Revision f43ee1f2 (qgis): fix review comments & clazy
Julien Cabieces
01:48 PM Revision 03985d3b (qgis): Fixes #50742 : keep ZM coordinates when simplifying geometry
Julien Cabieces
10:02 AM Revision d0a9f124 (qgis): Merge pull request #51724 from rldhont/fix-server-wms-capabilities-empt...
Server: Do not display Empty group in Capabilities and project settings René-Luc ReLuc
09:45 AM Revision 43f81c12 (qgis): Repair files not included in install
Long Huan
09:45 AM Revision 04851d5b (qgis): Sip updates
Nyall Dawson
09:09 AM Revision 9ac54596 (qgis): Merge pull request #51726 from elpaso/bugfix-followup-data-defined-edit...
Attribute form D&D: fix editable state restore Alessandro Pasotti
08:27 AM Revision 7898b3a6 (qgis): Fixes #50742 : keep ZM coordinates when simplifying geometry
Julien Cabieces
08:27 AM Revision 8b7e597b (qgis): fix review comments & clazy
Julien Cabieces
08:21 AM Revision 0e9d873c (qgis): Merge pull request #51695 from troopa81/fix_simplify_zm
Keep ZM coordinates when simplifying geometry Julien Cabieces
06:55 AM Revision 7f3fd7e3 (qgis): Fix georeferencer generate gdal script must use source pixels
and not geographic coordinates for gdal_translate command Nyall Dawson
06:55 AM Revision e0f2ef58 (qgis): Fix build
Nyall Dawson
06:55 AM Revision 2f7662da (qgis): Fix incorrect georeferencing of images
Ensure that raster coordinate properties are cloned so that the
GCP coordinates we pass to GDAL are always using pixe...
Nyall Dawson
05:25 AM Revision 5353792a (qgis): Avoid redo-ing the legend symbol hit test for legend edits which
won't affect the legend symbols visible in a map
Avoids a lot of unnecessary expensive work, which can result
in ver...
Nyall Dawson
05:25 AM Revision f581f946 (qgis): [georeferencer] Fix warning about missing output file name doesn't show...
Nyall Dawson
05:24 AM Revision 01633217 (qgis): Merge pull request #51725 from Gustry/import_tests
Python - run isort and remove unused imports in the test folder Nyall Dawson
04:02 AM Revision d20e66dd (qgis): [Bugfix] QgsVectorLayer: FlagForceReadOnly not used in readXml
The flag `FlagForceReadOnly` was not checked before the dataprovider was created in the `QgsVectorLayer::readXml` met... René-Luc ReLuc
04:02 AM Revision 6a9f2712 (qgis): [Bugfix] QgsMeshLayer: fixing readXML and ForceReadOnly flag
The `QgsMeshLayer::readXml` did not convert ForceReadOnly layer read xml flag to provider flag.
The dataprovider `Qgs...
René-Luc ReLuc
04:00 AM Revision a7844c2f (qgis): fix badly set simplify algorithm
Denis Rouzaud
04:00 AM Revision 6765ed22 (qgis): hints are a flag
Denis Rouzaud
03:58 AM Revision 1993b197 (qgis): Ensure tests run on queued_ltr_backports branch
Nyall Dawson
03:57 AM Revision 708d83eb (qgis): Ensure tests run on queued_ltr_backports branch
Nyall Dawson
03:54 AM Revision 3043f19f (qgis): fix server build*
Denis Rouzaud
03:54 AM Revision 26bf85f5 (qgis): migrate map scales setting (use list)
Denis Rouzaud
03:54 AM Revision 3dbe2860 (qgis): migrate pal settings
Denis Rouzaud
03:54 AM Revision c9e83de5 (qgis): fix test
Denis Rouzaud
03:54 AM Revision da76caa8 (qgis): finalize news feed parser settings migration
Denis Rouzaud
03:53 AM Revision e651693f (qgis): Catch more bad characters when generating geopdf temporary file names
Followup https://github.com/qgis/QGIS/pull/51633 Nyall Dawson
02:56 AM Revision 1c5bc6ff (qgis): Fix build
Nyall Dawson
02:09 AM Revision 39addabb (qgis): Merge branch 'master' into import_tests
Nyall Dawson
01:51 AM Revision 72216bf9 (qgis): [georeferencer] Fix warning about missing output file name doesn't show...
Nyall Dawson
01:47 AM Revision 69b034fd (qgis): [georeferencer] Fix warning about missing output file name doesn't show...
Nyall Dawson
01:40 AM Revision f8847986 (qgis): Avoid redo-ing the legend symbol hit test for legend edits which
won't affect the legend symbols visible in a map
Avoids a lot of unnecessary expensive work, which can result
in ver...
Nyall Dawson
01:36 AM Revision 08b55b9a (qgis): Avoid redo-ing the legend symbol hit test for legend edits which
won't affect the legend symbols visible in a map
Avoids a lot of unnecessary expensive work, which can result
in ver...
Nyall Dawson
01:11 AM Revision ea1534f7 (qgis): [api] Add xmp metadata reading support in QgsExifTools
Mathieu Pellerin - nIRV
01:11 AM Revision 5813b656 (qgis): [api] Add non-geo image tag writing support in QgsExifTools
Mathieu Pellerin - nIRV

2023-02-05

12:57 AM Revision 4f13db19 (qgis): Merge branch 'master' into import_tests
Nyall Dawson
11:46 PM Revision 82a5d451 (qgis): Catch more bad characters when generating geopdf temporary file names
Followup https://github.com/qgis/QGIS/pull/51633 Nyall Dawson
11:45 PM Revision 6cca7965 (qgis): Fix incorrect georeferencing of images
Ensure that raster coordinate properties are cloned so that the
GCP coordinates we pass to GDAL are always using pixe...
Nyall Dawson
11:45 PM Revision a96b613a (qgis): Fix georeferencer generate gdal script must use source pixels
and not geographic coordinates for gdal_translate command Nyall Dawson
11:42 PM Revision 77e06774 (qgis): Catch more bad characters when generating geopdf temporary file names
Followup https://github.com/qgis/QGIS/pull/51633 Nyall Dawson
11:41 PM Revision aa9725a5 (qgis): Fix incorrect georeferencing of images
Ensure that raster coordinate properties are cloned so that the
GCP coordinates we pass to GDAL are always using pixe...
Nyall Dawson
11:41 PM Revision e3f480ef (qgis): Fix georeferencer generate gdal script must use source pixels
and not geographic coordinates for gdal_translate command Nyall Dawson
11:41 PM Revision 6f71e339 (qgis): Fix map tips do not show for vector layers where the HTML map tip
option isn't used
In this case the layer's display expression should be used for
the map tip content
Followup https...
Nyall Dawson
11:41 PM Revision 1fdfc48f (qgis): When unchecking render layers as a group, ensure child layers
don't have clipping blend modes
Fixes #51358
Nyall Dawson
11:41 PM Revision 54a3166e (qgis): Cleanup test
Nyall Dawson
11:41 PM Revision 8e20bf24 (qgis): Add test for isClippingMode
Nyall Dawson
11:41 PM Revision 3716b63c (qgis): Fix hidden layers which are children of a group layer don't correctly
expose the clipping blend modes Nyall Dawson
11:41 PM Revision beb91a5a (qgis): Cleaner code
Nyall Dawson
11:41 PM Revision 49ba6426 (qgis): Move QgsPainting::BlendMode enum to Qgis namespace
Nyall Dawson
11:41 PM Revision 3b848e06 (qgis): Remember the collapsed state of the vector layer renderer group box
so that this doesn't have to be expanded every time the layer
is changed
Nyall Dawson
09:34 PM Revision 5756ad98 (qgis): Merge pull request #51723 from Gustry/duplicated_names
Flake8 - Check duplicated definitions for python imports and functions Even Rouault
09:20 AM Revision 1ab87f8c (qgis): Merge pull request #51713 from rldhont/fix-server-wfs-featureid-access-...
[Server] Fix WFS GetFeature featureid && exp access control Alessandro Pasotti

2023-02-03

04:49 PM Revision 6f08e4d7 (qgis): Release of 3.22.16
Jürgen Fischer
04:49 PM Revision 2f290b89 (qgis): translation update for 3.22.16 from transifex
Jürgen Fischer
04:36 PM Revision b546a254 (qgis): Attribute form D&D: fix editable state restore
When a widget started as not editable is was not possible
to restore the editable state from a data-defined expressio...
Alessandro Pasotti
04:13 PM Revision fe5f3b28 (qgis): [Tests] Adding docstring and comments in Server WFS access control tests
Docstring has been added to the tests methods and comments in the code.
Funded by 3liz
René-Luc ReLuc
04:13 PM Revision 76b464e9 (qgis): [Server] Fix WFS GetFeature featureid && exp access control
If the feature id is based on a field, QGIS Server transforms the requested WFS FEATUREID to QGIS Expression.
In this...
René-Luc ReLuc
04:13 PM Revision ff0ca508 (qgis): Server: Do not display Empty group in Capabilities and project settings
The `test_wms_getprojectsettings` in `test_qgsserver_accesscontrol_wms.py` was marked as `Expectedfailure`, after che... René-Luc ReLuc
04:06 PM Revision 7fd5f653 (qgis): Fix crash when showing tooltips for invalid layers
Nyall Dawson
03:38 PM Revision 651d2f01 (qgis): Python - run isort and remove unused imports in the test folder
Etienne Trimaille
01:32 PM Revision 2e1f267d (qgis): fix review comments & clazy
Julien Cabieces
11:31 AM Revision c349166e (qgis): Flake8 - Check duplicated definitions for python imports and functions
Etienne Trimaille
09:05 AM Revision f5cecc29 (qgis): fix typo
Denis Rouzaud
09:05 AM Revision dfd776aa (qgis): [sipify] support forward declaration of template classes
Denis Rouzaud
09:05 AM Revision 91effce8 (qgis): fix import
Denis Rouzaud
09:05 AM Revision ed1c61b5 (qgis): add licence
Denis Rouzaud
09:05 AM Revision 9b9975fa (qgis): fix includes + more forward declarations
Denis Rouzaud
09:05 AM Revision f23bdbda (qgis): fix typo
Denis Rouzaud
09:05 AM Revision 828e014a (qgis): forward declaration of settings
Denis Rouzaud
09:05 AM Revision 34ca2d9e (qgis): move settings tree away from QgsSettings to QgsSettingsTree
* to avoid any dependency on QgsSettings class
* reduce overhead by limiting includes of qgssettings.h
Denis Rouzaud
09:05 AM Revision 5d780d52 (qgis): rename QgsSettingsTree (in app) to QgsSettingsTreeWidget
to avoid name conflicts Denis Rouzaud
09:05 AM Revision bcd2432d (qgis): remove QgsSettings dependency in QgsSettingsEntry
Denis Rouzaud
09:05 AM Revision 3b5b6936 (qgis): fix bindings
Denis Rouzaud
09:05 AM Revision 34eb0826 (qgis): change QgsSettings to QgsSettingsTree in code base
Denis Rouzaud

2023-02-02

11:48 PM Revision fb5ca4c0 (qgis): Flake8 - Check duplicated definitions for python imports and functions
Etienne Trimaille
01:00 PM Revision d8f675f3 (qgis): Merge pull request #51708 from qgis/backport-51703-to-release-3_28
[Backport release-3_28] Fix crash when showing tooltips for invalid layers Even Rouault
08:19 AM Revision 053b3304 (qgis): Fix crash when showing tooltips for invalid layers
Nyall Dawson
08:15 AM Revision dea86b6f (qgis): Fix crash when showing tooltips for invalid layers
Nyall Dawson

2023-02-01

12:03 AM Revision 7cf58482 (qgis): don't recycle rulekeys when copy pasting rules in the rule-based render...
Fixes #47915 Alex Hay
11:55 PM Revision 83e7b2c5 (qgis): Fix creation of GeoPDF with exported themes containing slashes
Fixes #51480 Nyall Dawson
11:46 PM Revision d73d2f60 (qgis): tidy
Alessandro Pasotti
11:46 PM Revision 79a0547e (qgis): OGR CSV: fix slow update
Fix #51668 Alessandro Pasotti
11:42 PM Revision aa033db5 (qgis): OGR CSV: fix slow update
Fix #51668 Alessandro Pasotti
11:42 PM Revision 5e4d2783 (qgis): tidy
Alessandro Pasotti
11:42 PM Revision 9d7dae6a (qgis): Fix graduated classification label range
Fix #51691 Alessandro Pasotti
11:41 PM Revision c3ea634c (qgis): Remove Vertical spacer from Source panel
Richard Duivenvoorde
10:56 PM Revision c9b94f4d (qgis): Merge pull request #51697 from qgis/dependabot/github_actions/actions/c...
Bump actions/cache from 3.2.2 to 3.2.4 Matthias Kuhn
10:50 PM Revision 0534f2e0 (qgis): Reorder QgsAppLayerHandling::addPointCloudLayer() parameters so that it...
Stefanow Natsis
10:34 PM Revision 38b45330 (qgis): Python - Use flynt to transform % strings without braces
Etienne Trimaille
09:49 PM Revision 9fb0da42 (qgis): Ensure using @geometry/@feature variables trigger geometry fetching
in expression calculation
Fixes #50791
Nyall Dawson
09:48 PM Revision f83bdef9 (qgis): Fix typo
Harrissou Santanna
09:48 PM Revision 903ce1d1 (qgis): Add tooltip to add/remove http header buttons
Harrissou Santanna
09:46 PM Revision da8bb1db (qgis): Python - Run pyupgrade on some Python files
Etienne Trimaille
08:00 PM Revision 02d470e5 (qgis): Bump actions/cache from 3.2.2 to 3.2.4
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.2 to 3.2.4.
- [Release notes](https://github.com/act...
dependabot[bot]
07:23 PM Revision 44e9e7b9 (qgis): Fix graduated classification label range
Fix #51691 Alessandro Pasotti
07:17 PM Revision e5837920 (qgis): Fix graduated classification label range
Fix #51691 Alessandro Pasotti
06:54 PM Revision 22d2a32e (qgis): Fixes #50742 : keep ZM coordinates when simplifying geometry
Julien Cabieces
06:29 PM Revision dbf2f888 (qgis): fix settings for shape map tool categories
Denis Rouzaud
06:29 PM Revision cdc8f838 (qgis): migrate /qgis/digitizing settings to /digitizing
Denis Rouzaud
06:29 PM Revision a695fd60 (qgis): migrate leftovers
Denis Rouzaud
06:29 PM Revision ea325a10 (qgis): follow-up
Denis Rouzaud
05:07 PM Revision 38005d93 (qgis): fix read-only settings (#51689)
Denis Rouzaud
04:04 PM Revision d6ba49c9 (qgis): Merge pull request #51456 from domi4484/moveMergeFeatureToVectorLayer
Move merge selected features logic to QgsVectorLayerEditUtils Matthias Kuhn
01:52 PM Revision e19971ce (qgis): fix read-only settings
Denis Rouzaud
01:35 PM Revision e8f29c8b (qgis): Update doc
Damiano Lombardi
12:42 PM Revision 0a94cc29 (qgis): Merge pull request #51590 from domi4484/oapifFasterFeatureCount
Matthias Kuhn
11:26 AM Revision a83e769f (qgis): Add missing include in qgsproviderregistry.cpp
Mathieu Pellerin - nIRV
11:26 AM Revision b905cacf (qgis): Add missing includes in qgsexpressionnodeimpl.cpp and qgsexpressionutils.h
Mathieu Pellerin - nIRV
05:58 AM Revision f5326afa (qgis): Don't autoscroll developer logs when not visible
This can be expensive when the log models get large Nyall Dawson
05:58 AM Revision 50386c13 (qgis): Optimise adding many features to spatialite provider by avoiding
unnecessary calculation of db uri for each feature
This adds significant overhead
Nyall Dawson
05:58 AM Revision 5f336e2b (qgis): Simplify code stuck behind an always false variable
Nyall Dawson
05:58 AM Revision 0c52f51b (qgis): Hand off legend filter expression tests to feature request, so that
these can be compiled and executed on the backend instead of
requesting all features and testing client side
Nyall Dawson
05:58 AM Revision 72877bca (qgis): Speed up legend map hit test by considering the layer's renderer
filter
This can avoid unnecessary fetching and testing of many features
for eg categorised/rule based renderers whic...
Nyall Dawson
05:58 AM Revision 73e3c7bf (qgis): Tiny optimisation to hit test by deferring context feature setting unti...
Nyall Dawson
04:36 AM Revision b8523272 (qgis): Ensure using @geometry/@feature variables trigger geometry fetching
in expression calculation
Fixes #50791
Nyall Dawson
04:35 AM Revision 40cf6d25 (qgis): Fix creation of GeoPDF with exported themes containing slashes
Fixes #51480 Nyall Dawson
04:31 AM Revision 9db4472d (qgis): Ensure using @geometry/@feature variables trigger geometry fetching
in expression calculation
Fixes #50791
Nyall Dawson
04:31 AM Revision fac594cc (qgis): Fix creation of GeoPDF with exported themes containing slashes
Fixes #51480 Nyall Dawson
04:08 AM Revision 32a84b10 (qgis): Update docs
Nyall Dawson
04:08 AM Revision c78c0092 (qgis): Use correct capitalization for HTML string
Nyall Dawson

2023-01-31

12:03 AM Revision 37ae93f1 (qgis): Add tooltip to add/remove http header buttons
Harrissou Santanna
12:03 AM Revision 2c1990d6 (qgis): Fix typo
Harrissou Santanna
11:56 PM Revision 24b246d5 (qgis): Add tooltip to add/remove http header buttons
Harrissou Santanna
11:56 PM Revision 583ab29d (qgis): Fix typo
Harrissou Santanna
11:55 PM Revision e2cfb8dd (qgis): Tests - Run pyupgrade on all Python test files
Etienne Trimaille
11:42 PM Revision a953b34e (qgis): fix locator settings migration
Denis Rouzaud
10:25 PM Revision 38de233d (qgis): debian packaging: add python3-pyqt5.qtmultimedia also as runtime depend...
Jürgen Fischer
10:25 PM Revision b4b91a75 (qgis): still run tests on exported sources if QGIS_TEST_ACCEPT_GITSTATUS_CHECK...
Jürgen Fischer
07:27 PM Revision 00037bda (qgis): Merge pull request #51667 from basilrabi/rpm
[RPM] update spec for the new QgsMediaWidget Matthias Kuhn
05:37 PM Revision 1bcc87a7 (qgis): Explicitly set the target feature for merge operation
Damiano Lombardi
05:14 PM Revision 90bfb51b (qgis): fix drag zoom outside viewport
Stefanow Natsis
05:14 PM Revision 81620422 (qgis): allow zooming with the wheel while moving the mouse
Stefanow Natsis
05:14 PM Revision 537b2dc9 (qgis): cleanup includes
Stefanow Natsis
05:14 PM Revision c681608a (qgis): use ctrl+shift to move camera like pageUp/pageDown
Stefanow Natsis
05:14 PM Revision dfb5a0af (qgis): QgsCameracController sets camera in constructor / remove setCamera()
Stefanow Natsis
05:14 PM Revision 07b01fe8 (qgis): remove mTerrainEntity from QgsCameraController
Stefanow Natsis
05:14 PM Revision d2275eb3 (qgis): QgsCameraController keeps pointer to 3d scene, gets rid of viewport.
viewportChanged signals are replaced by engine::sizeChanged() signals Stefanow Natsis
04:48 PM Revision f9e21602 (qgis): add name method for settings + improve dox (#51661)
Denis Rouzaud
03:36 PM Revision 947e9f4a (qgis): fix locator settings migration
Denis Rouzaud
03:10 PM Revision d76fd514 (qgis): rpm changes for https://github.com/qgis/QGIS/pull/51579
Basil Eric Rabi
12:46 PM Revision 10748bda (qgis): Add python3-pyqt5.qtmultimedia dependency for debian based-distros
ref https://lists.osgeo.org/pipermail/qgis-developer/2023-January/065488.html pathmapper
12:37 PM Revision 4b605bdb (qgis): fix badly set simplify method + migrate remaining settings (#51660)
Denis Rouzaud
10:38 AM Revision 9998ef81 (qgis): hints are a flag
Denis Rouzaud
10:05 AM Revision 5decebd0 (qgis): fix badly set simplify method + migrate remaining settings
Denis Rouzaud
10:00 AM Revision c1d3e78f (qgis): fix badly set simplify algorithm
Denis Rouzaud
09:18 AM Revision 45fea05b (qgis): Move merge selected features logic to QgsVectorLayer
Damiano Lombardi
09:18 AM Revision 271e5394 (qgis): Fix docstring
Damiano Lombardi
09:18 AM Revision 978574f1 (qgis): Move merge logic to QgsVectorLayerEditUtils
Damiano Lombardi
09:18 AM Revision ea13d2d1 (qgis): Fix string
Damiano Lombardi
09:18 AM Revision dc4b78b7 (qgis): Fix docstring
Damiano Lombardi
09:16 AM Revision 2200dbd8 (qgis): Test feature count fallback and fix first time count not updated
Damiano Lombardi
09:16 AM Revision aa729bc2 (qgis): OAPIF get feature count from server without fetching all features
Damiano Lombardi
09:16 AM Revision bb67b388 (qgis): Don't assume that numberMatched is retourned by server
Damiano Lombardi
07:05 AM Revision 9ae208a4 (qgis): Added missing font - Archivo
Vedran Stojnovic
03:55 AM Revision fca7227d (qgis): [afs] Percent encode text values when creating/updating fields on
ArcGIS feature services
Fixes loss of edits when special characters are used
Fixes #51509
Nyall Dawson
03:51 AM Revision f3065469 (qgis): [afs] Percent encode text values when creating/updating fields on
ArcGIS feature services
Fixes loss of edits when special characters are used
Fixes #51509
Nyall Dawson
03:51 AM Revision 9e4c39ec (qgis): Fix generation of raster elevation profiles for exactly horizontal/
vertical lines
Fixes #51196
Nyall Dawson
03:51 AM Revision 0f03bbea (qgis): Expose option for irregular time steps when exporting map animations
Fixes #51546 Nyall Dawson
03:51 AM Revision ca6ea753 (qgis): [settings] proper fix for value with default override
correctly call convertToVariant
for enum/flag, save default value as enum and not QVariant
Denis Rouzaud
03:35 AM Revision 3c124ea0 (qgis): Added missing font - Archivo
Vedran Stojnovic
03:30 AM Revision 6efbcc59 (qgis): Added missing font - Archivo
Vedran Stojnovic

2023-01-30

12:56 AM Revision 025c708e (qgis): Tests - Run pyupgrade on some Python tests files, with 3.7 minimum
Etienne Trimaille
05:50 PM Revision 7d81fdd2 (qgis): Merge pull request #51646 from elpaso/server-more-getfeatureinfo-tests-...
More tests for server getfeatureinfo with non queryable layer Alessandro Pasotti
05:22 PM Revision fe5275b0 (qgis): Fix PG identity default value with long field names
Fix #51563 Alessandro Pasotti
05:18 PM Revision 477595f5 (qgis): Merge pull request #51641 from elpaso/bugfix-gh51563-pg-identity-long-f...
Fix PG identity default value with long field names Alessandro Pasotti
03:20 PM Revision 38756bae (qgis): More tests for server getfeatureinfo with non queryable layer
A failed attempt to reproduce issue GH #51613, but since I wrote
the tests, let's get them merged.
Alessandro Pasotti
01:40 PM Revision 58b1e26b (qgis): Merge pull request #51347 from nirvn/quick_profiling
[quick] Brand new elevation profile canvas item Mathieu Pellerin - nIRV
01:16 PM Revision fa356fe6 (qgis): [OGR] Round-trip milliseconds and timezone in DateTime fields (fixes #4...
Even Rouault
01:15 PM Revision 79b62c7e (qgis): test_provider_ogr_gpkg.py: avoid infinite loop
Even Rouault
12:09 PM Revision d6fae8ca (qgis): Fix PG identity default value with long field names
Fix #51563 Alessandro Pasotti
09:54 AM Revision 339d41e2 (qgis): Merge pull request #51622 from elpaso/sld-fix-raster-external-graphic-l...
Fix SLD loading when using external graphic raster image fill Alessandro Pasotti
07:27 AM Revision 7833f590 (qgis): Expose option for irregular time steps when exporting map animations
Fixes #51546 Nyall Dawson
07:23 AM Revision 458c2a83 (qgis): Expose option for irregular time steps when exporting map animations
Fixes #51546 Nyall Dawson
04:58 AM Revision 8dd4b005 (qgis): Fix handling of QSci pap file when running directly from build dir
Nyall Dawson
04:35 AM Revision d517b9e2 (qgis): Dox++
Nyall Dawson
04:35 AM Revision ff447f0c (qgis): Allow layout elevation profile items to use the atlas feature as
the source of the profile curve
(Requires a line geometry type for the atlas layer)
Nyall Dawson
03:58 AM Revision e7e02c76 (qgis): Remove any trace of distutils use as it is going to be removed in pytho...
Even Rouault
03:58 AM Revision 0590db2e (qgis): test_qgslayertreeview.py: simplify logic due to PyQT >= 5.14 requirement
Even Rouault
03:58 AM Revision 982da522 (qgis): test_qgssymbollayer.py: simplify logic due to PyQT >= 5.14 requirement
Even Rouault
02:40 AM Revision 48c11f6d (qgis): [quick] Brand new elevation profile canvas item
Mathieu Pellerin - nIRV
02:34 AM Revision 4cd5b526 (qgis): [OGR] Round-trip milliseconds and timezone in DateTime fields (fixes #4...
Even Rouault
02:34 AM Revision 11b6c23a (qgis): test_provider_ogr_gpkg.py: avoid infinite loop
Even Rouault
01:28 AM Revision f373f5bd (qgis): Fix missing crosshairs on marker symbol previews
Fixes #51519
Accidentally introduced by 4e73dd92b
Nyall Dawson
01:27 AM Revision 9a36f7f3 (qgis): Fix pin icon is also not shown correctly in news feed
Follow up 637e99687cf Nyall Dawson
01:03 AM Revision 7d628998 (qgis): follow-up rename QgsSettingsTreeElement to QgsSettingsTreeNode
Denis Rouzaud

2023-01-29

09:00 PM Revision a059f6bb (qgis): Merge pull request #51626 from qgis/backport-51617-to-release-3_28
[Backport release-3_28] Fix project translation files encoding (Fix #51615) Even Rouault
08:17 PM Revision 994da50a (qgis): Merge pull request #51627 from DelazJ/qtmultimedia5-dev
Add qtmultimedia5-dev in INSTALL.md for debian-based distro Even Rouault
07:34 PM Revision 133a4f4c (qgis): Merge pull request #51587 from rouault/add_qgs_int8
[Raster] Add a Qgis::DataType::Int8 signed data type Even Rouault
12:38 PM Revision 8206e523 (qgis): update debian section of INSTALL.md
Jürgen Fischer
11:33 AM Revision 83877ca4 (qgis): debian packaging: add qtmultimedia5-dev build dependency
Jürgen Fischer
10:36 AM Revision 0c482096 (qgis): SLD Fix image size with displacement, and disable random dev
Alessandro Pasotti
09:51 AM Revision e75c3778 (qgis): Add qtmultimedia5-dev for debian-based distro
Harrissou Santanna
07:57 AM Revision edf8f1f9 (qgis): Fix project translation files encoding
Andrea Giudiceandrea
07:53 AM Revision 7933310f (qgis): Merge pull request #51617 from agiudiceandrea/patch-10
Fix project translation files encoding (Fix #51615) Matthias Kuhn

2023-01-28

04:29 PM Revision 1b10375a (qgis): Doxy
Alessandro Pasotti
02:19 PM Revision a5265bc7 (qgis): Fix SLD loading when using external graphic raster image fill
Alessandro Pasotti
12:37 PM Revision 9a31d8a3 (qgis): Merge pull request #51621 from qgis/fix-startup-crash
Fix crash at qgis start Alessandro Pasotti
09:36 AM Revision bd2381f6 (qgis): Fix crash at qgis start
Alessandro Pasotti
07:10 AM Revision 329c3484 (qgis): Fix value with default override (#51619)
* Fix value with default override
* Update qgssettingsentry.h
Denis Rouzaud

2023-01-27

12:53 AM Revision fa5e8432 (qgis): Update qgssettingsentry.h
Denis Rouzaud
07:12 PM Revision 668d0eb9 (qgis): Update qgssettingsentry.h
Denis Rouzaud
07:05 PM Revision d07001b3 (qgis): Fix value with default override
Denis Rouzaud
04:18 PM Revision a734257f (qgis): fix converting enum value
Denis Rouzaud
03:37 PM Revision afe52bae (qgis): fix setting default value
Denis Rouzaud
02:25 PM Revision 73f3bebf (qgis): Remove extraneous frame in http headers widget
Nyall Dawson
01:40 PM Revision 07a6c494 (qgis): Fix project translation files encoding
Andrea Giudiceandrea
01:09 PM Revision 47182b5c (qgis): [Raster] Add a Qgis::DataType::Int8 signed data type
Even Rouault
01:04 PM Revision ef17ad14 (qgis): Release of 3.22.15
Jürgen Fischer
01:04 PM Revision 026ef9c7 (qgis): translation update for 3.22.15 from transifex
Jürgen Fischer
01:04 PM Revision c12bcb2f (qgis): Release of 3.28.3
Jürgen Fischer
01:04 PM Revision fd449b60 (qgis): translation update for 3.28.3 from transifex
Jürgen Fischer
10:41 AM Revision 507c7ccd (qgis): Rename mingw64.yml to mingw64.yml.disabled
Denis Rouzaud
09:43 AM Revision 4179a5b3 (qgis): Check dataprovider
Alessandro Pasotti
09:04 AM Revision 0b590170 (qgis): Merge pull request #51582 from 3nids/settings-migrate-arcgis
migrate arcgis settings Denis Rouzaud
08:38 AM Revision 4cf399f7 (qgis): Implement layout elevation profile plot rendering
Nyall Dawson
08:38 AM Revision 3e657ae8 (qgis): Fix clang tidy warning
Nyall Dawson
08:36 AM Revision 33368d7d (qgis): Merge pull request #51591 from 3nids/settings-gps-2
[settings] migrate more gps settings Denis Rouzaud
08:35 AM Revision b3e4295c (qgis): [settings] migrate raster settings (#51600)
Denis Rouzaud
08:32 AM Revision da29df82 (qgis): Merge pull request #51589 from 3nids/settings-simplify-alg
migrate simplify methods settings Denis Rouzaud
08:09 AM Revision 69cb0bbc (qgis): fix set current vector tile connection
Denis Rouzaud
08:06 AM Revision 56e0729e (qgis): [attribute form] Add audio and video support to attachments editor widget
Mathieu Pellerin - nIRV
08:06 AM Revision c092f324 (qgis): [themes] Style video widget with a black background
Mathieu Pellerin - nIRV
06:43 AM Revision 34d820ef (qgis): Remove extraneous frame in http headers widget
Nyall Dawson
06:39 AM Revision be833c3f (qgis): Remove extraneous frame in http headers widget
Nyall Dawson
06:39 AM Revision 17958035 (qgis): Remove some outdated .api files
Nyall Dawson
05:43 AM Revision c1e0a4a2 (qgis): Ensure elevation profile dock widgets have unique names
Nyall Dawson
05:43 AM Revision ce17f599 (qgis): Add a manual refresh button in profile toolbar
Nyall Dawson
05:43 AM Revision 7f03ce6c (qgis): Hookup data defined tolerance
Nyall Dawson
05:43 AM Revision 9caa96f7 (qgis): Add a toolbar to elevation profile widget with button to copy settings
from a elevation profile dock
(Slightly hacky approach is required to allow the gui based item widget
access to the ...
Nyall Dawson
05:43 AM Revision f22cd837 (qgis): Add widget for setting profile tolerance
Nyall Dawson
05:25 AM Revision ce9e8445 (qgis): Hide connection details group box in vector tile source select
Nyall Dawson
05:25 AM Revision e55bbca1 (qgis): [xyz] In data source manager, allow users to directly add an XYZ
tile layer without having to create a connection first
This permits users to easily add ad-hoc XYZ layers to their m...
Nyall Dawson
05:25 AM Revision 94cf9968 (qgis): Add changed signal to QgsXyzSourceWidget
Nyall Dawson
04:36 AM Revision e8cec910 (qgis): fix mingw build
Jürgen Fischer
04:09 AM Revision 1f63c169 (qgis): Remember position of credentials dialog
Nyall Dawson
03:52 AM Revision 5986a806 (qgis): [GDAL provider] Minimal support for GDT_Int8 of GDAL 3.7.0
Fixes #50907
GDAL 3.7.0 brings GDT_Int8, which triggers compiler warnings
in QGIS due to those new enumeration value...
Even Rouault

2023-01-26

12:02 AM Revision 263e0659 (qgis): Fix some build warnings
Nyall Dawson
11:48 PM Revision 52594090 (qgis): Add qt5-qtmultimedia-devel to fedora build instructions
Nyall Dawson
11:44 PM Revision f30b1f00 (qgis): [GDAL provider] Minimal support for GDT_Int8 of GDAL 3.7.0
Fixes #50907
GDAL 3.7.0 brings GDT_Int8, which triggers compiler warnings
in QGIS due to those new enumeration value...
Even Rouault
11:41 PM Revision 6cb82ad6 (qgis): [GDAL provider] Minimal support for GDT_Int8 of GDAL 3.7.0
Fixes #50907
GDAL 3.7.0 brings GDT_Int8, which triggers compiler warnings
in QGIS due to those new enumeration value...
Even Rouault
11:40 PM Revision 7b102b97 (qgis): [gui] Brand new QgsMediaWidget to for playing audio or video files
Mathieu Pellerin - nIRV
11:40 PM Revision 4a733d55 (qgis): clang-tidy, please...
Mathieu Pellerin - nIRV
11:40 PM Revision 324dac16 (qgis): Add Qt Multimedia dependency to docker images
Mathieu Pellerin - nIRV
11:40 PM Revision 8b2572fc (qgis): Update src/gui/qgsmediawidget.cpp
Mathieu Pellerin - nIRV
08:54 PM Revision 91e94e02 (qgis): fix includes
Denis Rouzaud
08:54 PM Revision 3ac9723e (qgis): fix no matching member function
Denis Rouzaud
08:54 PM Revision 9cfd66a1 (qgis): settings are pointers now
Denis Rouzaud
08:54 PM Revision 064dce49 (qgis): migrate setting qgis/simplifyMaxScale to class (Double, core)
Denis Rouzaud
08:54 PM Revision c11125d4 (qgis): migrate setting qgis/simplifyLocal to class (Bool, core)
Denis Rouzaud
08:54 PM Revision e7ef4d08 (qgis): migrate setting qgis/simplifyDrawingTol to class (Double, core)
Denis Rouzaud
08:54 PM Revision 073b6069 (qgis): forward declaration
Denis Rouzaud
08:54 PM Revision fde5112f (qgis): migrate setting qgis/simplifyDrawingHints to class (EnumFlag, core)
Denis Rouzaud
08:54 PM Revision f38e0204 (qgis): migrate setting qgis/simplifyAlgorithm to class (EnumFlag, core)
Denis Rouzaud
05:08 PM Revision 4bc44124 (qgis): fix list of vector tile connections (#51596)
* fix adding vector tile connection
* fix indentation
Denis Rouzaud
03:02 PM Revision 3ca858af (qgis): Global map terrain shading (#51535)
* QgsShadingRendering and pipe to render global elevation map
* gdal utils with datatype and resampling method enum
...
Vincent Cloarec
02:59 PM Revision 5b61af08 (qgis): fix indentation
Denis Rouzaud
02:58 PM Revision 231c5a62 (qgis): fix arcgis connections
Denis Rouzaud
02:47 PM Revision 689e7327 (qgis): fix adding vector tile connection
Denis Rouzaud
02:31 PM Revision 8d8ca9b0 (qgis): Merge pull request #51485 from pblottiere/server_list_projects
Expose list of projects in cache to Python API Paul Blottiere
12:17 PM Revision cd676769 (qgis): rework mesh streamlines renderer (#51426)
* rework mesh stream lines renderer
* fix indentation, cpp check and other cleaning
* fix clang-tidy
* minors fix...
Vincent Cloarec
10:27 AM Revision e74c7978 (qgis): Merge pull request #51552 from nirvn/topo_imp
Topology checker rules enabling/disabling and filtering Denis Rouzaud
10:14 AM Revision 31d058d1 (qgis): Merge pull request #51584 from geosolutions-it/remove_geonode_provider
Remove GeoNode Provider Alessandro Pasotti
09:46 AM Revision 691f071a (qgis): Merge pull request #51194 from dmarteau/wfs-describefeaturetype-geojson
[Server] Geojson support for WFS DescribeFeatureType René-Luc ReLuc
09:29 AM Revision c0dd3015 (qgis): add serial port for Qt6 builds (#51588)
Denis Rouzaud
08:52 AM Revision 448eaa38 (qgis): deprecate settings registry
Denis Rouzaud
08:52 AM Revision 67e5a506 (qgis): fix include
Denis Rouzaud
08:52 AM Revision a79af931 (qgis): forward declaration
Denis Rouzaud
08:52 AM Revision 9b0a61db (qgis): remove info of settings registry from settings tree
Denis Rouzaud
05:50 AM Revision fd242ff9 (qgis): Address review
Mathieu Pellerin - nIRV
05:47 AM Revision 0baf3c97 (qgis): [topology checker] Implement a means to filter errors by type
Mathieu Pellerin - nIRV
05:47 AM Revision dcd4afc7 (qgis): [topology checker] Improve test deletion UI by allowing deletion of mul...
Mathieu Pellerin - nIRV
05:47 AM Revision 3d6eaafe (qgis): [topology checker] Allow for enabling/disabling of rules
Mathieu Pellerin - nIRV
05:47 AM Revision 4c515d19 (qgis): [topology checker] Rules dialog user interface improvements
Mathieu Pellerin - nIRV
 

Also available in: Atom