Activity

From 2023-08-12 to 2023-09-10

2023-09-10

11:08 PM Revision 1ddede59 (qgis): Increase timeout to 15 seconds
Matthias Kuhn

2023-09-09

11:33 PM Revision 923f067f (qgis): fix(qgsrectangle): isNull was checking ymin twice and not ymax.
Add isNull test in testqgsrectangle.cpp bdm-oslandia
11:28 PM Revision 28c72ed9 (qgis): fix(qgsrectangle): isNull was checking ymin twice and not ymax.
Add isNull test in testqgsrectangle.cpp bdm-oslandia
06:02 AM Revision a2e1fef0 (qgis): [ui] Harmonize menu item for welcome page recent project list and Proje...
Mathieu Pellerin - nIRV
06:02 AM Revision 7d819e3e (qgis): [ui] Tweak label and add a clear list (but keep pinned project) action ...
Mathieu Pellerin - nIRV

2023-09-08

12:42 PM Revision f4f94322 (qgis): Fix test
Nyall Dawson
12:42 PM Revision ab5b0ceb (qgis): Switch order so column/x is first and row/y is second
kannes
12:42 PM Revision a1bc30cc (qgis): Tests for derived raster attributes
- Change testIdentifyRaster function to return all results
- Adjust existing tests
- Add tests for derived raster att...
kannes
12:42 PM Revision 3d3ed5af (qgis): Use rasterUnitsPerPixel methods, camelcase and translation
kannes
12:42 PM Revision 1421ce9f (qgis): Fix indentation
kannes
12:42 PM Revision 5e2fddd2 (qgis): Show raster row/column of clicked point in identify results
Thanks to the Value Tool plugin developers for the math <3
Implements #50421
kannes
12:42 PM Revision 6e8b49e7 (qgis): Fix wrong raster pixel size being used
kannes
12:42 PM Revision b9673aca (qgis): Fix pixel rounding issue in test
Nyall Dawson
12:42 PM Revision d0f291c8 (qgis): Clear clazy warnings
Nyall Dawson
12:42 PM Revision 981c5299 (qgis): Remove unnecessary ifdef, make it clear that row/col numbers are 0 based
Nyall Dawson
12:42 PM Revision e60418fd (qgis): Cleaner approach to detecting if raster source has a fixed size
Nyall Dawson
12:42 PM Revision e8628ee9 (qgis): Adjust formatting in tests
kannes
12:42 PM Revision c9766924 (qgis): Adjust tests
kannes
12:42 PM Revision b00b2a4b (qgis): Use formatting that matches existing derived attributes
kannes
12:42 PM Revision fb9c9303 (qgis): Don't derive clicked column/row for dynamic image providers
kannes
12:42 PM Revision c5c24cab (qgis): Protect against rasterUnitsPerPixelX/Y being zero
kannes
12:42 PM Revision 8c76b37f (qgis): Copy logic from QgsRasterDataProvider instead of Value Tool plugin
kannes
12:42 PM Revision 5566629b (qgis): Add check for Qt version and use unite/insert accordingly
kannes

2023-09-07

01:07 AM Revision b98c7585 (qgis): [expressions][feature] Add bearing function
Andrea Giudiceandrea
01:07 AM Revision d90c2e3b (qgis): [expressions] bearing: make source_auth_id and ellipsoid optional
Andrea Giudiceandrea
01:07 AM Revision 7e600131 (qgis): [expressions] bearing: avoid nonfinite value
Andrea Giudiceandrea
01:07 AM Revision 95a7e998 (qgis): Make a variable const (Apply suggestions from code review)
Co-authored-by: Nyall Dawson <[email protected]> Andrea Giudiceandrea
01:07 AM Revision 49f2ec90 (qgis): Apply suggestions from code review
Co-authored-by: Nyall Dawson <[email protected]> Andrea Giudiceandrea
01:07 AM Revision 106e0792 (qgis): [expressions] bearing: cleanup code and add more tests
Andrea Giudiceandrea
09:37 PM Revision 1f29ad08 (qgis): qgsmesh3dmaterial: Ensure to create valid textures for the fragment shader
In the shader code, all the parameters need to be properly initialized
even if they are not used. Otherwise, this can...
Jean Felder
09:37 PM Revision b87a159a (qgis): qgsmesh3dmaterial: Fix typos in a comment
Jean Felder
09:37 PM Revision 90c304ae (qgis): qgsmesh3dmaterial: Ensure to create valid textures for the fragment shader
In the shader code, all the parameters need to be properly initialized
even if they are not used. Otherwise, this can...
Jean Felder
09:37 PM Revision d9db8f0f (qgis): qgsmesh3dmaterial: Fix typos in a comment
Jean Felder
09:33 PM Revision 44e9942e (qgis): qgsmesh3dmaterial: Ensure to create valid textures for the fragment shader
In the shader code, all the parameters need to be properly initialized
even if they are not used. Otherwise, this can...
Jean Felder
09:33 PM Revision ceb5f000 (qgis): qgsmesh3dmaterial: Fix typos in a comment
Jean Felder
09:27 PM Revision bb23ff84 (qgis): Fix Advanced Digitizing locked distance circle
Andrea Giudiceandrea
09:27 PM Revision 4ba8a060 (qgis): Fix Advanced Digitizing locked distance circle
Andrea Giudiceandrea
09:21 PM Revision e5d03f9c (qgis): Apply suggestions from code review
Yoann Quenach de Quivillic
09:21 PM Revision a1e96927 (qgis): Handle grid frame in rect frame computation
Yoann Quenach de Quivillic
09:02 PM Revision b6f6d637 (qgis): fix(qgsrectangle): isNull was checking ymin twice and not ymax.
Add isNull test in testqgsrectangle.cpp bdm-oslandia
09:39 AM Revision cba28ba7 (qgis): check geometry wkb type instead of layer wkb type
Alexander Bruy
09:39 AM Revision 4a945769 (qgis): when snapping to curved geometry use snapped point coordinates instead
of returning interpolated point on a segment Alexander Bruy
09:39 AM Revision cd66d70a (qgis): better fix and add a test
Alexander Bruy
09:33 AM Revision 755dd48f (qgis): Merge pull request #54479 from alexbruy/curve-snapping
Keep snapped coordinates when using vertex tool on a curved geometries Julien Cabieces
09:09 AM Revision 5fe84b0a (qgis): [cesium] Add support for deprecated gltfUpAxis asset setting
Adds support for Z up gltf content Nyall Dawson
09:03 AM Revision d8cc819d (qgis): Resync with upstream tinygltf
Nyall Dawson
09:01 AM Revision 6389303a (qgis): Fix ray casting in certain 3d tiled scenes (eg cesium ion osm data)
Nyall Dawson

2023-09-06

03:20 PM Revision 5d104efa (qgis): Fix Advanced Digitizing locked distance circle
Andrea Giudiceandrea
03:20 PM Revision b988f8cf (qgis): Fix Advanced Digitizing locked distance circle
Andrea Giudiceandrea
03:16 PM Revision 7239d7c1 (qgis): Merge pull request #54507 from agiudiceandrea/fix-54494-advanceddigitiz...
Fix Advanced Digitizing locked distance circle Alessandro Pasotti
01:35 PM Revision 1fa59a0a (qgis): Treat very large region bounding boxes as global
Otherwise, the transformation from large geographic regions to
EPSG:4978 coordinates fails and the tile is treated as...
Nyall Dawson
01:25 PM Revision 9fdf5bc5 (qgis): Include all nodes when rendering gltf content instead of just first node
Nyall Dawson
11:56 AM Revision 3697633e (qgis): check geometry wkb type instead of layer wkb type
Alexander Bruy
10:59 AM Revision ca43268a (qgis): Fix Advanced Digitizing locked distance circle
Andrea Giudiceandrea
10:32 AM Revision 41bd9be5 (qgis): fix testdata_pg.sh to work with "service=qgis_test"
bdm-oslandia
10:32 AM Revision d29b2337 (qgis): fix: QgsFeatureRequest can now handle bbox filter with coordinates arou...
bdm-oslandia
08:33 AM Revision f29f0929 (qgis): Fix leak in tiled scene layers
Nyall Dawson
05:40 AM Revision 7ec888a4 (qgis): 3d: Remove unneeded mesh symbol private files
This is not needed since commit
1c4a20f73c9f19fc75805cd0365ea8eb9db245d0.
Jean Felder
05:07 AM Revision 05b79d78 (qgis): Fix groups with rotated item (still glitchy when resizing with mixed ro...
Yoann Quenach de Quivillic

2023-09-05

08:58 PM Revision 000f68a5 (qgis): Fix non-optional processing parameters should not need to be specified
when a non-null default value is set for the parameter
Fixes #54370
(cherry picked from commit 4aec105bd6234244bd99...
Nyall Dawson
02:09 PM Revision 31d793d8 (qgis): Merge pull request #54470 from lbartoletti/fix_build_bsd_pdal_pthread
[BSD][PDAL] Fix build using pthread Loïc Bartoletti
01:20 PM Revision 1f9c9e62 (qgis): better fix and add a test
Alexander Bruy
09:35 AM Revision 85e70da3 (qgis): Add test
Matthias Kuhn
05:52 AM Revision d3e85889 (qgis): [processing] rectanglesovalsdiamonds: set SEGMENTS default to 36
Andrea Giudiceandrea
02:29 AM Revision 54b16666 (qgis): Fix QgsLinestring::extend function
Update the boundingbox when needed Andrea Giudiceandrea
02:05 AM Revision 1de449ca (qgis): Fix QgsLinestring::extend function
Update the boundingbox when needed Andrea Giudiceandrea

2023-09-04

11:18 PM Revision 7776024c (qgis): [processing] rectanglesovalsdiamonds: set SEGMENTS default to 36
Andrea Giudiceandrea
11:14 PM Revision a712499c (qgis): [themes] Fix combobox focus color, read-only line edit text, and combo ...
Mathieu Pellerin - nIRV
11:13 PM Revision defb622e (qgis): [processing] rectanglesovalsdiamonds: set SEGMENTS default to 36
Andrea Giudiceandrea
10:28 PM Revision f1742daa (qgis): Fix QgsLinestring::extend function
Update the boundingbox when needed Andrea Giudiceandrea
10:25 PM Revision ea0315e7 (qgis): Fix incorrect dates shown in Processing history
Fixes #54454 Nyall Dawson
10:24 PM Revision 5d5870e3 (qgis): [themes] Fix combobox focus color, read-only line edit text, and combo ...
Mathieu Pellerin - nIRV
10:24 PM Revision b958c1aa (qgis): Fix incorrect dates shown in Processing history log
Andrea Giudiceandrea
10:24 PM Revision c0a5acba (qgis): Fix QgsLinestring::extend function
Update the boundingbox when needed Andrea Giudiceandrea
06:47 PM Revision 94dd6abf (qgis): Merge pull request #54477 from qgis/backport-54464-to-release-3_32
[Backport release-3_32] convertToCurves: Do not generate nested CompoundCurves Matthias Kuhn
03:19 PM Revision 1e7c9147 (qgis): Also set 'evaluate default values on provider side' property when loadi...
Jacky Volpes
03:15 PM Revision 895e8dc7 (qgis): simplify and modernize
Loïc Bartoletti
03:05 PM Revision 29ed36b6 (qgis): when snapping to curved geometry use snapped point coordinates instead
of returning interpolated point on a segment Alexander Bruy
03:02 PM Revision d25d6798 (qgis): Fix nested CompoundCurves
Matthias Kuhn
02:58 PM Revision c9fb2314 (qgis): Fix nested CompoundCurves
Matthias Kuhn
02:06 PM Revision 84135e0a (qgis): A const a day ...
Co-authored-by: Julien Cabieces <[email protected]> Matthias Kuhn
01:03 PM Revision cfd12657 (qgis): Fix incorrect dates shown in Processing history log
Andrea Giudiceandrea
12:58 PM Revision 9cbeaae6 (qgis): Fix incorrect dates shown in Processing history log
Andrea Giudiceandrea
12:58 PM Revision 82952a48 (qgis): Fix incorrect dates shown in Processing history log
Andrea Giudiceandrea
12:51 PM Revision 533b2197 (qgis): [themes] Fix combobox focus color, read-only line edit text, and combo ...
Mathieu Pellerin - nIRV
12:50 PM Revision b0874b71 (qgis): [themes] Fix combobox focus color, read-only line edit text, and combo ...
Mathieu Pellerin - nIRV
12:45 PM Revision 9343c5eb (qgis): [themes] Fix combobox focus color, read-only line edit text, and combo ...
Mathieu Pellerin - nIRV
10:55 AM Revision d7f145a5 (qgis): Don't segmentize digitized feature if the layer supports curves
Jacky Volpes
10:44 AM Revision 0294a53a (qgis): Also set 'evaluate default values on provider side' property when loadi...
Jacky Volpes
10:27 AM Revision 644a32f2 (qgis): [BSD][PDAL] Fix build using pthread
Loïc Bartoletti
09:37 AM Revision 8fdff4f7 (qgis): Smarter feedback on avoid overlap errors
Matthias Kuhn
09:34 AM Revision b57f082f (qgis): Update src/analysis/processing/qgsalgorithmb3dmtogltf.cpp
Nyall Dawson
09:34 AM Revision d68fe42d (qgis): [processing] B3DM to GLTF algorithm - handle broken files
When GLTF content cannot be parsed from the B3DM, just extract
the binary contents anyway to a file.
Allows these br...
Nyall Dawson
09:34 AM Revision 32bc2b08 (qgis): Use correct test when validating missing parameter inputs for
model child algorithms
If a parameter is unspecified and mandatory, BUT has a non-null default
value then we should ...
Nyall Dawson
09:33 AM Revision 996de430 (qgis): Fix a leak in georeferencer helmert method
Nyall Dawson
07:09 AM Revision 1149f203 (qgis): Fix a leak in georeferencer helmert method
Nyall Dawson
06:11 AM Revision 57e65b8f (qgis): Fix incorrect dates shown in Processing history
Fixes #54454 Nyall Dawson
06:07 AM Revision b227fa96 (qgis): Fix incorrect dates shown in Processing history
Fixes #54454 Nyall Dawson
04:52 AM Revision 5be1e9b7 (qgis): Add "Clear Recently Opened" action
Yoann Quenach de Quivillic
04:52 AM Revision 211baa80 (qgis): Fix memleak
Yoann Quenach de Quivillic
04:52 AM Revision 21a02406 (qgis): Make project list clearable from the welcome page
Yoann Quenach de Quivillic
04:52 AM Revision 2b9c2db3 (qgis): Ask for confirmation before clearing the list
Yoann Quenach de Quivillic
04:52 AM Revision f7aaefa5 (qgis): Pin/Unpin/remove recent projects from the menu
Yoann Quenach de Quivillic
04:52 AM Revision d4f73f85 (qgis): Apply suggestions from code review
Yoann Quenach de Quivillic
03:41 AM Revision 06fcd5e1 (qgis): Use correct test when validating missing parameter inputs for
model child algorithms
If a parameter is unspecified and mandatory, BUT has a non-null default
value then we should ...
Nyall Dawson
03:41 AM Revision f9563533 (qgis): Fix a leak in georeferencer helmert method
Nyall Dawson
03:41 AM Revision 9f474404 (qgis): Fix a leak in georeferencer helmert method
Nyall Dawson
03:39 AM Revision ebef31af (qgis): Show url to gltf content in console error output when reading
gltf fails Nyall Dawson
03:36 AM Revision 3909573d (qgis): Fix non-optional processing parameters should not need to be specified
when a non-null default value is set for the parameter
Fixes #54370
Nyall Dawson
03:36 AM Revision e7d3d1cb (qgis): Fix a leak in georeferencer helmert method
Nyall Dawson
03:36 AM Revision 951505dd (qgis): Use correct test when validating missing parameter inputs for
model child algorithms
If a parameter is unspecified and mandatory, BUT has a non-null default
value then we should ...
Nyall Dawson

2023-09-03

10:49 AM Revision 2db24424 (qgis): Coerce geometries to target layer type when avoiding intersections
Matthias Kuhn
06:30 AM Revision 6dde6ee5 (qgis): Fix windows build -- STRICT is a msvc macro
Nyall Dawson
06:30 AM Revision cd9c65c1 (qgis): Fix windows build
Nyall Dawson
06:30 AM Revision cd3cc45c (qgis): Resync tinygltf with upstream (no downstream patches now)
Nyall Dawson
06:30 AM Revision 1b8c463d (qgis): Resync tinygltf with master, removes need for one downstream patch
Nyall Dawson
06:30 AM Revision 32ced145 (qgis): Use permissive gltf loading
in QGIS we always tend towards permissive handling of datasets, allowing
users to load data wherever we can even if i...
Nyall Dawson

2023-09-02

09:56 PM Revision 214aaa44 (qgis): [layouts] Fix loading of pre 3.32 layouts containing a grouped HTML lab...
Mathieu Pellerin - nIRV
09:56 PM Revision f2dd6d60 (qgis): Add test
Mathieu Pellerin - nIRV
04:38 AM Revision d7bdfe00 (qgis): geometry: Remove duplicated 2d boundingbox logic
Jean Felder
04:38 AM Revision cdc2abea (qgis): qgsgeometry: Add support for 3D boundingbox
Jean Felder
04:38 AM Revision 40089e62 (qgis): qgsabstractgeometry: Add support for box3d intersection
bdm-oslandia
04:38 AM Revision a4c96cad (qgis): testqgspoint: Remove empty lines at the end of file
Jean Felder
04:38 AM Revision 5774acf8 (qgis): qgsabstractgeometry: Add boundingBox3D logic
With this change `QgsAbstractGeometry::calculateBoundingBox()` is now
computed from `QgsAbstractGeometry::calculateBo...
bdm-oslandia
02:23 AM Revision 26dc26f1 (qgis): Bump tj-actions/changed-files from 37 to 38
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 37 to 38.
- [Release notes](https:...
dependabot[bot]
02:23 AM Revision 10b0f76d (qgis): [measure tool] Fix mix up in area/distance units when reactivating the ...
Mathieu Pellerin - nIRV

2023-09-01

10:42 PM Revision 94af910a (qgis): [measure tool] Fix mix up in area/distance units when reactivating the ...
Mathieu Pellerin - nIRV
10:37 PM Revision 84818835 (qgis): [measure tool] Fix mix up in area/distance units when reactivating the ...
Mathieu Pellerin - nIRV
10:36 PM Revision 80c0c40b (qgis): Add test
Mathieu Pellerin - nIRV
10:36 PM Revision afa2ed57 (qgis): [layouts] Fix loading of pre 3.32 layouts containing a grouped HTML lab...
Mathieu Pellerin - nIRV
09:40 PM Revision 291ac28d (qgis): Bump tj-actions/changed-files from 37 to 38
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 37 to 38.
- [Release notes](https:...
dependabot[bot]
06:34 PM Revision da0b6277 (qgis): Add ray intersection to tiled scene in 3D + basic identify support
Martin Dobias
06:34 PM Revision 35e9913f (qgis): fix qt6 build warning
Martin Dobias
07:36 AM Revision 510c8603 (qgis): qgspostgresproviderconnection.cpp: Update PostGIS Functions
Loïc Bartoletti
06:21 AM Revision bbd65190 (qgis): Fix toolTip
Co-authored-by: Nyall Dawson <[email protected]> Harrissou Santanna
06:21 AM Revision fd9902c1 (qgis): Fix "Metadata Search" tab toolTip in Data source Manager
Harrissou Santanna
02:12 AM Revision d0134485 (qgis): Fix toolTip
Co-authored-by: Nyall Dawson <[email protected]> Harrissou Santanna
02:12 AM Revision 08496c4b (qgis): Fix "Metadata Search" tab toolTip in Data source Manager
Harrissou Santanna
02:08 AM Revision c9d1dff5 (qgis): Migrate some leftovers to "network-timeout" settings key
pathmapper
02:07 AM Revision d0671bbd (qgis): Fix toolTip
Co-authored-by: Nyall Dawson <[email protected]> Harrissou Santanna
02:07 AM Revision 9f009a94 (qgis): Fix "Metadata Search" tab toolTip in Data source Manager
Harrissou Santanna

2023-08-31

01:47 AM Revision e8bbee28 (qgis): Browser root item text should be plural
Nyall Dawson
11:51 PM Revision 34e247cb (qgis): Address review
Mathieu Pellerin - nIRV
11:51 PM Revision 51ca5252 (qgis): [renderer] Use a UUID string to identify graduated renderer legend symbols
Mathieu Pellerin - nIRV
11:51 PM Revision ae8b9808 (qgis): [renderer] Use a UUID string to identify categorized renderer legend sy...
Mathieu Pellerin - nIRV
11:51 PM Revision 53b07633 (qgis): Add documentation, adjust tests
Mathieu Pellerin - nIRV
09:54 PM Revision e2094d81 (qgis): sandbox 3d: use projected CRS if project's CRS is not projected
3D map views simply don't work with lat/lon CRS Martin Dobias
08:41 PM Revision 75c6f6d4 (qgis): Fix non-optional processing parameters should not need to be specified
when a non-null default value is set for the parameter
Fixes #54370
Nyall Dawson
08:37 PM Revision 4aec105b (qgis): Fix non-optional processing parameters should not need to be specified
when a non-null default value is set for the parameter
Fixes #54370
Nyall Dawson
08:37 PM Revision e48a6a17 (qgis): More robust retrieval for PostgreSQL version
Nicolas Godet
08:37 PM Revision cbf53d53 (qgis): Use raw string
Nicolas Godet
08:37 PM Revision 4e42f4d3 (qgis): Raise error if PostgreSQL version can't be parsed
nicogodet
08:34 PM Revision a2058c7e (qgis): Use wider elevation range for 2D rendering
... because not everything is within +/- 1000 m of elevation :-) Martin Dobias
08:34 PM Revision 4c88554e (qgis): Take into account transform of root tile of external tilesets
There were two issues when handling transforms while loading external datasets:
- root tile's transform was getting i...
Martin Dobias
08:33 PM Revision b0c0e6c8 (qgis): Allow per-node add/replace strategy
Previously the whole chunked entity had one strategy, now it is possible
that each node has a different strategy - as...
Martin Dobias
06:48 PM Revision e81f3344 (qgis): fix without georeferencer
Vincent Cloarec
04:10 PM Revision 3ed6e108 (qgis): postgres provider: fix saving styles (fixed elsewhere with c80a0d669fb6...
Jürgen Fischer
05:32 AM Revision 83ad4f59 (qgis): Bump apollo-server-core in /resources/server/src/landingpage
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core) from... dependabot[bot]

2023-08-30

12:59 AM Revision e315769e (qgis): Raise error if PostgreSQL version can't be parsed
nicogodet
12:59 AM Revision b8c29eaf (qgis): Use raw string
Nicolas Godet
12:59 AM Revision 1a6c346a (qgis): More robust retrieval for PostgreSQL version
Nicolas Godet
11:52 PM Revision 6a1d3664 (qgis): Bump apollo-server-core in /resources/server/src/landingpage
Bumps [apollo-server-core](https://github.com/apollographql/apollo-server/tree/HEAD/packages/apollo-server-core) from... dependabot[bot]
07:43 PM Revision 2f7b72b0 (qgis): Update 3d test to newer method
Nyall Dawson
07:43 PM Revision 80f161e1 (qgis): Fix some more tests which leak
Nyall Dawson
03:32 PM Revision 52ef776d (qgis): More robust retrieval for PostgreSQL version
Nicolas Godet
03:32 PM Revision caeb69b7 (qgis): Use raw string
Nicolas Godet
03:32 PM Revision fe659fb2 (qgis): Raise error if PostgreSQL version can't be parsed
nicogodet
03:30 PM Revision 16460a20 (qgis): Raise error if PostgreSQL version can't be parsed
nicogodet
03:30 PM Revision 3f836ee0 (qgis): Use raw string
Nicolas Godet
03:30 PM Revision 00d7108a (qgis): More robust retrieval for PostgreSQL version
Nicolas Godet
12:48 PM Revision 41204156 (qgis): Merge pull request #54401 from nicogodet/patch-8
More robust retrieval for PostgreSQL version Matthias Kuhn
12:23 PM Revision bde85bf2 (qgis): Use correct test when validating missing parameter inputs for
model child algorithms
If a parameter is unspecified and mandatory, BUT has a non-null default
value then we should ...
Nyall Dawson
09:45 AM Revision 8fb33523 (qgis): Raise error if PostgreSQL version can't be parsed
nicogodet
08:10 AM Revision f4da11a4 (qgis): Ensure entries for the same raster/vector driver always keep
their check states in sync with each other Nyall Dawson
08:10 AM Revision e3cc0d87 (qgis): Correctly handle GDAL drivers which support BOTH raster and vector
layers in the GDAL driver list in options dialog Nyall Dawson
08:09 AM Revision a1116e76 (qgis): Fix QgsMapLayer::saveNamedProperty and QgsMapLayer::saveSldStyleV2
set resultFlag to False when the directory is not writable Andrea Giudiceandrea
08:09 AM Revision 5d58e8ac (qgis): Followup 2346f75366, don't consider variables which aren't linked
to an algorithm output Nyall Dawson
07:51 AM Revision d6ef88ac (qgis): Fix leak in QgsZipItem
Nyall Dawson
06:33 AM Revision 19dcbf17 (qgis): [processing] Fix save vector features to file algorithm's handling of
pre-existing files (fixes #54333) Mathieu Pellerin - nIRV
06:33 AM Revision d8bdb573 (qgis): Address review, make the new enum non-optional
Mathieu Pellerin - nIRV
04:37 AM Revision 9e7b06ec (qgis): Fix QgsMapLayer::saveNamedProperty and QgsMapLayer::saveSldStyleV2
set resultFlag to False when the directory is not writable Andrea Giudiceandrea

2023-08-29

01:42 AM Revision 3b9493b1 (qgis): Fix clang tidy warning
Nyall Dawson
01:42 AM Revision 156e5db7 (qgis): Add choice of two different modes for "Refresh Layer at Interval"
The old behaviour was always to just redraw the layer, without
refreshing data. This was by design, as the feature wa...
Nyall Dawson
01:42 AM Revision 948ae555 (qgis): Fix test
Nyall Dawson
12:43 AM Revision a6a756bd (qgis): Fix QgsMapLayer::saveNamedProperty and QgsMapLayer::saveSldStyleV2
set resultFlag to False when the directory is not writable Andrea Giudiceandrea
12:43 AM Revision fed30a61 (qgis): Fix QgsMapLayer::saveNamedProperty and QgsMapLayer::saveSldStyleV2
set resultFlag to False when the directory is not writable Andrea Giudiceandrea
12:37 AM Revision b3b32515 (qgis): Fix QgsGeometryUtils::circleCircleIntersections for 1 solution
Andrea Giudiceandrea
12:37 AM Revision 169dab6d (qgis): Fix QgsMapLayer::saveNamedProperty and QgsMapLayer::saveSldStyleV2
set resultFlag to False when the directory is not writable Andrea Giudiceandrea
09:32 PM Revision faa7a133 (qgis): Build 3.32 PyQGIS docs
Harrissou Santanna
09:31 PM Revision 34614ede (qgis): Use a slightly cleaner approach to temporary raster files in
reclassify utils test
Hopefully fixes test fragileness
Nyall Dawson
12:12 PM Revision feca7d5c (qgis): [cesium] Handle the Cesium ion workflow which is used in Unity,
where a permanent access token is stored as part of the layer's
url
Nyall Dawson
10:46 AM Revision 138e6dad (qgis): Use raw string
Nicolas Godet
10:20 AM Revision c0691e22 (qgis): Use QgsDebugMsgLevel instead of printf
Nyall Dawson
10:20 AM Revision bcc94831 (qgis): About action should always be last entry in a help menu
Nyall Dawson
10:20 AM Revision 3a91024a (qgis): Use unique_ptr in non-exposed point cloud classes to reduce chance
of leaks Nyall Dawson
10:19 AM Revision b7ac8499 (qgis): Add PointCloud layers to "Select from Open Layers…"
nicogodet
10:19 AM Revision 7265a7d1 (qgis): Update python/plugins/processing/gui/BatchInputSelectionPanel.py
Nicolas Godet
10:19 AM Revision 3e0623f2 (qgis): [decorations] Scale bar should follow the current project's distance un...
Mathieu Pellerin - nIRV
10:18 AM Revision 3c487865 (qgis): We can't use a read/write lock for QCache, use QMutex instead
Because of https://bugreports.qt.io/browse/QTBUG-19794
(I wonder how many times we'll keep getting hit by this issue...
Nyall Dawson
09:44 AM Revision 8ebf3233 (qgis): More robust retrieval for PostgreSQL version
Nicolas Godet
08:29 AM Revision 951b7366 (qgis): Fix QgsGeometryUtils::circleCircleIntersections for 1 solution
Andrea Giudiceandrea
06:18 AM Revision edc1633f (qgis): Update python/plugins/processing/gui/BatchInputSelectionPanel.py
Nicolas Godet
06:18 AM Revision f1974283 (qgis): Add PointCloud layers to "Select from Open Layers…"
nicogodet
05:38 AM Revision b116c199 (qgis): Ensure entries for the same raster/vector driver always keep
their check states in sync with each other Nyall Dawson
05:38 AM Revision efb1f989 (qgis): Correctly handle GDAL drivers which support BOTH raster and vector
layers in the GDAL driver list in options dialog Nyall Dawson
05:29 AM Revision 68536f87 (qgis): Ensure dialog focus is returned after saving files on mac
Fixes #54332 Nyall Dawson
05:29 AM Revision 9ddecf9d (qgis): Ensure entries for the same raster/vector driver always keep
their check states in sync with each other Nyall Dawson
05:29 AM Revision b54dcb5c (qgis): Correctly handle GDAL drivers which support BOTH raster and vector
layers in the GDAL driver list in options dialog Nyall Dawson
03:51 AM Revision 8d36b41b (qgis): [decorations] Scale bar should follow the current project's distance un...
Mathieu Pellerin - nIRV
03:46 AM Revision 4097971e (qgis): [decorations] Scale bar should follow the current project's distance un...
Mathieu Pellerin - nIRV
03:45 AM Revision 4ac9a9cd (qgis): Fix QgsGeometryUtils::circleCircleIntersections for 1 solution
Andrea Giudiceandrea

2023-08-28

01:28 AM Revision 163d6315 (qgis): Update python/plugins/processing/gui/BatchInputSelectionPanel.py
Nicolas Godet
01:28 AM Revision 0534fc92 (qgis): Add PointCloud layers to "Select from Open Layers…"
nicogodet
01:28 AM Revision 989ef4c9 (qgis): Add PointCloud layers to "Select from Open Layers…"
nicogodet
01:28 AM Revision 47798b53 (qgis): Update python/plugins/processing/gui/BatchInputSelectionPanel.py
Nicolas Godet
01:22 AM Revision aadf6dca (qgis): Add PointCloud layers to "Select from Open Layers…"
nicogodet
01:22 AM Revision 814041b5 (qgis): Update python/plugins/processing/gui/BatchInputSelectionPanel.py
Nicolas Godet
01:18 AM Revision 2863e484 (qgis): Expand documentation for QgsMapLayer.setDataSource
Fixes #54381 Nyall Dawson
09:31 AM Revision 366686e1 (qgis): Support loading 3d tiles from Cesium ion
Assets from Cesium ion can be loaded directly using a uri like:
ion://?assetId=111111&authcfg=some_qgis_auth_cfg...
Nyall Dawson

2023-08-27

01:53 AM Revision f16d9ae5 (qgis): Convert curved parameter should be optional to avoid breaking older mod...
Nyall Dawson

2023-08-26

05:22 AM Revision eba2cb85 (qgis): [gui][processing] Allow for enum parameter's combobox to wide smaller t...
Mathieu Pellerin - nIRV
05:22 AM Revision a3fe6bb2 (qgis): [gui][processing] Allow for parameter description labels to wrap at wor...
Mathieu Pellerin - nIRV

2023-08-25

12:50 AM Revision 948d7054 (qgis): add Azerbaijan translation
Jürgen Fischer
12:49 AM Revision a93b925f (qgis): add Azerbaijan flag
(cherry picked from commit be30b03aff5de5cd5f6fb12f5d14cea02b815acb) Jürgen Fischer
12:48 AM Revision be30b03a (qgis): add Azerbaijan flag
Jürgen Fischer
09:06 PM Revision 2346f753 (qgis): Correctly calculate model child dependencies when a model step
uses expressions for parameter values and contains variables
generated by another step in the model
We were showing ...
Nyall Dawson
01:19 PM Revision 17e5aa50 (qgis): [ui][symbology] Fix customized graduated renderer label format and prec...
Mathieu Pellerin - nIRV
01:19 PM Revision 077c1977 (qgis): [ui][symbology] Fix customized graduated renderer label format and prec...
Mathieu Pellerin - nIRV
08:44 AM Revision ef50584d (qgis): [layout] set clear value to 0 for grid offset spinboxes
Andrea Giudiceandrea
07:44 AM Revision 94d2f855 (qgis): [processing] Add a new 'Calculate expression' algorithm for use in models
This algorithm will simply calculate the results of a QGIS expression
and make the result available for use in other ...
Nyall Dawson
07:44 AM Revision 32abc340 (qgis): Add metadata to permit processing parameters to limit the available
types of value source they can be linked to in models Nyall Dawson
07:44 AM Revision 440cac29 (qgis): Promote QgsProcessingModelChildParameterSource source to enum class and...
This wasn't marked as stable API, so we don't need any of the usual monkey patching code Nyall Dawson
07:44 AM Revision ba7bdec4 (qgis): Variant outputs must be available for use as inputs for most parameter ...
Nyall Dawson
07:44 AM Revision 3707702a (qgis): Add a processing output type for variant values
Should be used when the output is a flexible type and may represent
any QVariant value.
Nyall Dawson
07:07 AM Revision d2486749 (qgis): Convert curved parameter should be optional to avoid breaking older mod...
Nyall Dawson
07:03 AM Revision 3163a30f (qgis): Convert curved parameter should be optional to avoid breaking older mod...
Nyall Dawson
07:02 AM Revision bbc367a4 (qgis): Add choice of log level to algorithm settings panel
Allows users to run algorithms with verbose logging through the
GUI (previously only available via qgis_process or mo...
Nyall Dawson
07:02 AM Revision 2650c1af (qgis): Log results from each child algorithm step in models when verbose outpu...
Nyall Dawson
07:02 AM Revision 8df81bef (qgis): Add a new processing log level for debugging models
At model debug log level we'll show all the generic
logs for step preparation, inputs and outputs for every
child alg...
Nyall Dawson
06:50 AM Revision 97ee468d (qgis): [layout] set clear value to 0 for grid offset spinboxes
Andrea Giudiceandrea
05:39 AM Revision 568eec9f (qgis): [ui][symbology] Fix customized graduated renderer label format and prec...
Mathieu Pellerin - nIRV
05:39 AM Revision 1de6a031 (qgis): [ui][symbology] Fix customized graduated renderer label format and prec...
Mathieu Pellerin - nIRV
05:34 AM Revision 4d5ff787 (qgis): [ui][symbology] Fix customized graduated renderer label format and prec...
Mathieu Pellerin - nIRV
03:26 AM Revision a820ecf2 (qgis): [ui] Fix svg selector widget's parameters view not closing field expres...
Mathieu Pellerin - nIRV
02:16 AM Revision 6472e401 (qgis): [layout] set clear value to 0 for grid offset spinboxes
Andrea Giudiceandrea
02:16 AM Revision fd51ae6c (qgis): [layout] set clear value to 0 for grid offset spinboxes
Andrea Giudiceandrea
02:12 AM Revision 608a8029 (qgis): [layout] set clear value to 0 for grid offset spinboxes
Andrea Giudiceandrea

2023-08-24

11:57 PM Revision 9b1716dc (qgis): qgschunkedentity: Simplify while logic in startJobs()
Jean Felder
11:57 PM Revision b7a10019 (qgis): qgschunkedentity: Disconnect finished signal when a job is canceled
This prevents a crash in `QgsChunkedEntity::onActiveJobFinished()`
which tries to access a job that no long exists.
Jean Felder
11:57 PM Revision 0710c505 (qgis): qgs3dmapscene: Delete the terrain to properly stop active jobs
When a terrain (a `QgsTerrainEntity`) is replaced by a new one (in
`Qgs3DMapSettings::setTerrainGenerator()`),
`Qgs3D...
Jean Felder
11:22 PM Revision 7d8abe07 (qgis): qgs3dmapscene: Delete the terrain to properly stop active jobs
When a terrain (a `QgsTerrainEntity`) is replaced by a new one (in
`Qgs3DMapSettings::setTerrainGenerator()`),
`Qgs3D...
Jean Felder
11:22 PM Revision 1a54c09a (qgis): qgschunkedentity: Disconnect finished signal when a job is canceled
This prevents a crash in `QgsChunkedEntity::onActiveJobFinished()`
which tries to access a job that no long exists.
Jean Felder
11:22 PM Revision a52a0867 (qgis): qgschunkedentity: Simplify while logic in startJobs()
Jean Felder
05:28 PM Revision 00939e47 (qgis): qgschunkedentity: Disconnect finished signal when a job is canceled
This prevents a crash in `QgsChunkedEntity::onActiveJobFinished()`
which tries to access a job that no long exists.
Jean Felder
05:28 PM Revision 55a40d3a (qgis): qgs3dmapscene: Delete the terrain to properly stop active jobs
When a terrain (a `QgsTerrainEntity`) is replaced by a new one (in
`Qgs3DMapSettings::setTerrainGenerator()`),
`Qgs3D...
Jean Felder
05:28 PM Revision b2455eab (qgis): qgschunkedentity: Simplify while logic in startJobs()
Jean Felder
05:28 PM Revision 6e5be3c5 (qgis): qgs3dmapscene: Delete the terrain to properly stop active jobs
When a terrain (a `QgsTerrainEntity`) is replaced by a new one (in
`Qgs3DMapSettings::setTerrainGenerator()`),
`Qgs3D...
Jean Felder
05:28 PM Revision 40283baf (qgis): qgschunkedentity: Simplify while logic in startJobs()
Jean Felder
05:28 PM Revision 10107142 (qgis): qgschunkedentity: Disconnect finished signal when a job is canceled
This prevents a crash in `QgsChunkedEntity::onActiveJobFinished()`
which tries to access a job that no long exists.
Jean Felder
05:22 PM Revision c2e00b2f (qgis): [3D] crash - Fix terrain reloading (#54328)
Jean Felder
11:33 AM Revision 44b84b5f (qgis): Add algorithm to convert content from a GLTF/GLB file to standard
vector layer features
Allows conversion of 3d tile content to editable formats
Nyall Dawson
10:39 AM Revision d77e978d (qgis): Handle the situation where a stored component type is incorrect
and not sufficient to store the actual number of stored points
Ports the workaround from https://github.com/CesiumGS...
Nyall Dawson
10:37 AM Revision aad269ee (qgis): Fix misleading error message
Submitted upstream as https://github.com/syoyo/tinygltf/pull/446 Nyall Dawson
10:37 AM Revision 0ffb2400 (qgis): Upgrade tinygltf to 2.8.14
No relevant fixes, just minimizing diff with upstream Nyall Dawson
10:37 AM Revision b35988e4 (qgis): Raise a warning when encountering emissiveFactor with array length
of 4 instead of aborting the model loading
Submitted upstream as https://github.com/syoyo/tinygltf/pull/445
Nyall Dawson
10:27 AM Revision 13fe41dc (qgis): Add a fallback fill symbol to the 2d tiled scene texture renderer
to use when scenes have no textures available for some primitives
Since there's no way to determine in advance wheth...
Nyall Dawson
10:09 AM Revision 514635c4 (qgis): Use 'Scene' text for browser root item to match data source manager text
Nyall Dawson
10:09 AM Revision 50a69a24 (qgis): Add missing icon
Nyall Dawson
06:47 AM Revision f1e1662f (qgis): Lower default pixel error for 3d tiled scenes to 15 px to match cesium ...
Nyall Dawson
06:47 AM Revision 6ab13a36 (qgis): Apply suggestions from code review
Nyall Dawson
06:22 AM Revision 985e2df0 (qgis): testqgsgeometry: Fix orientedMinimumBoundingBox test
- Fix wkt geometry definition (missing parenthesis)
- Fix expected result
- Improve result comparison
Jean Felder

2023-08-23

11:45 PM Revision e8ff03b0 (qgis): correctly handle composite file extensions like tar.gz or copc.laz when
retrieving extensions from the file filter (refs #53476) Alexander Bruy
11:44 PM Revision 8e3b9e34 (qgis): display more verbose and less cryptic error if user selects unsupported
output format in point cloud algorithms (fix #53476) Alexander Bruy
03:08 PM Revision b36b4d3e (qgis): port XYZ tiles algorithms
Alexander Bruy
02:09 PM Revision 5b4b6393 (qgis): Add icon for cesium 3d tile connections
Nyall Dawson
02:09 PM Revision 54691b9d (qgis): Add some tiled scene connection icons
Nyall Dawson
02:08 PM Revision 64a4ad08 (qgis): Render line primitives when rendering tiled scenes in 2d with
the wireframe renderer Nyall Dawson
02:08 PM Revision fd9f39e0 (qgis): Spelling
Nyall Dawson
02:08 PM Revision af857fbd (qgis): Test mask
Nyall Dawson
02:08 PM Revision fd1e9c14 (qgis): Fix triangular spikes for good
Nyall Dawson
02:08 PM Revision 8fb08409 (qgis): Clear value for tiled scene max error should be 3 mm
Nyall Dawson
02:08 PM Revision 1c4f8d31 (qgis): Show descriptive error when encountering GLTF v1 tiles
Nyall Dawson
02:08 PM Revision e4770a18 (qgis): Don't try to render line primitives if the renderer won't do anything w...
Nyall Dawson
02:08 PM Revision 661a0a0b (qgis): Don't spam with the same error multiple times
Nyall Dawson
01:59 PM Revision d05c8989 (qgis): Implement elevation properties for tiled scene layers
Allows offsetting and scaling z value in the scene by specified
amounts
Nyall Dawson
09:16 AM Revision d38cf4b7 (qgis): Add processing algorithm to convert legacy B3DM files to GLTF files
Useful when working with cesium 3d tiles! Nyall Dawson
09:16 AM Revision d71cbb02 (qgis): Add some useful model stats to output
Nyall Dawson
09:16 AM Revision ec6a5569 (qgis): Allow creating glb files
Nyall Dawson
09:16 AM Revision a80b7538 (qgis): Convert legacy b3dm rtc center to GLTF CESIUM_RTC extension
Nyall Dawson
07:40 AM Revision 5b554b2a (qgis): return invalid item
Alexander Bruy
07:40 AM Revision b7c666db (qgis): fix patching code
Alexander Bruy
07:40 AM Revision 6dffd72d (qgis): sipify
Alexander Bruy
07:37 AM Revision 00a543f5 (qgis): move enum to Qgis
Alexander Bruy
07:35 AM Revision 98d9a313 (qgis): add separate align raster algorithm for modeler
Alexander Bruy
07:35 AM Revision c2d43d5e (qgis): reword parameter labels
Alexander Bruy
07:35 AM Revision 0eff0b74 (qgis): do not require reference layer
Alexander Bruy
07:35 AM Revision 7d6361e3 (qgis): missed file
Alexander Bruy
07:35 AM Revision bd627101 (qgis): move some struct and enum defintions from analysis library to core in
order to make them accessible for Processing Alexander Bruy
07:35 AM Revision fa59a02c (qgis): doxymentation and SIP fixes
Alexander Bruy
07:35 AM Revision 051143ff (qgis): drop old align raster tool and add processing algorithm to the Raster
menu Alexander Bruy
07:35 AM Revision 020efbee (qgis): new parameter type for align raster algorithm
Alexander Bruy
07:35 AM Revision cde088ec (qgis): widget wrapper for align rasters parameter
Alexander Bruy
07:35 AM Revision f9d50bf2 (qgis): port align raster tool to Processing
Alexander Bruy
03:14 AM Revision 91e26c89 (qgis): Fix #54139 - Add option to auto-open exported PDF
Yoann Quenach de Quivillic
03:14 AM Revision 20868719 (qgis): Add export to image settings
Yoann Quenach de Quivillic
03:14 AM Revision 931b8327 (qgis): Add export to svg settings
Yoann Quenach de Quivillic
03:14 AM Revision 9a9e8afd (qgis): Apply suggestions from code review
Yoann Quenach de Quivillic
03:12 AM Revision a65ec9b2 (qgis): Fix crash when trying to request features from invalid GPX layer
Fixes #54021 Nyall Dawson
03:12 AM Revision 7dc59d21 (qgis): Fix crash when trying to request features from invalid GPX layer
Fixes #54021 Nyall Dawson

2023-08-22

11:57 AM Revision 8dd74b81 (qgis): When rendering tile borders for tiled scenes in 2d, also overlay
the tile ids onto the tiles
This matches what we do for vector tiles, and makes it easier to
debug what's happening ...
Nyall Dawson
09:30 AM Revision e8fd732f (qgis): Minor tweaks to tiled scene 3d renderer widget
Nyall Dawson
09:30 AM Revision 4771c9ad (qgis): Default to not showing bounding boxes for tiled scene 3d renderers
Nyall Dawson
04:29 AM Revision c2559626 (qgis): Add method to translate QgsMatrix4x4 by QgsVector3D
Nyall Dawson
04:29 AM Revision 816c274b (qgis): Handle RTC_CENTER offsets specified in the feature table
of legacy B3DM files
See https://github.com/CesiumGS/3d-tiles/tree/main/specification/TileFormats/Batched3DModel#fea...
Nyall Dawson
04:29 AM Revision c3e122b3 (qgis): Combine rtc center translation with tile transform for code simplicity
Nyall Dawson

2023-08-21

12:49 AM Revision 26a85ec6 (qgis): Try to free some more space in docker build workflow
Refs https://github.com/qgis/QGIS/issues/54314 Nyall Dawson
12:11 AM Revision d11924d5 (qgis): Cache texture requests for 3d tiled scene renderer
Nyall Dawson
11:11 PM Revision 59a5e436 (qgis): Fix typo in Continuous Surface fill limit default value
Harrissou Santanna
04:11 PM Revision 1ef9ce3d (qgis): Also set 'evaluate default values on provider side' property when loadi...
Jacky Volpes
04:11 PM Revision 03f3bed6 (qgis): Also set 'evaluate default values on provider side' property when loadi...
Jacky Volpes
04:07 PM Revision 38656820 (qgis): Also set 'evaluate default values on provider side' property when loadi...
Jacky Volpes
02:11 PM Revision 77c5adfc (qgis): INSTALL.md add link to build dependencies to debian packaging section
Jürgen Fischer
09:55 AM Revision 419ec9cf (qgis): Fix crash when trying to request features from invalid GPX layer
Fixes #54021 Nyall Dawson
09:55 AM Revision 3387dbce (qgis): Fix crash when trying to request features from invalid GPX layer
Fixes #54021 Nyall Dawson
09:51 AM Revision 702167b4 (qgis): Fix crash when trying to request features from invalid GPX layer
Fixes #54021 Nyall Dawson
05:28 AM Revision c2e12322 (qgis): Merge pull request #54299 from qgis/queued_ltr_backports
Queued ltr backports 3.28.11 Nyall Dawson

2023-08-20

10:43 PM Revision 6f3f6f0a (qgis): Trying to handle SIP_MONKEYPATCH_FLAGS_UNNEST breaks doxygen
Nyall Dawson
10:43 PM Revision ff54c484 (qgis): Fix messed up enum documentation in generated doxygen outputs
Nyall Dawson

2023-08-19

12:11 AM Revision e04649d9 (qgis): Try to reactivate msys2 workflow
Paul Blottiere
12:11 AM Revision c43383ad (qgis): Add draco
Paul Blottiere
12:11 AM Revision 819f7dbf (qgis): Build without draco
Paul Blottiere

2023-08-18

10:18 PM Revision 1778cbbb (qgis): processing: Fix some gdal raster tests for gdal 3.6 and above
This has been tested with GDAL 3.4, 3.5, 3.6 and 3.7. Jean Felder
10:18 PM Revision cd3bcd67 (qgis): gdal_algorithm_vector_tests: Remove empty line at the end of file
Jean Felder
10:18 PM Revision 2af3c42b (qgis): processing: Fix some gdal vector tests for GEOS 3.11 and above
This has been tested with GEOS 3.10, 3.11 and 3.12. Jean Felder
10:17 PM Revision 56832706 (qgis): qgs3dmapsettings: Fix typo in a comment
Jean Felder
10:16 PM Revision 5b07fbfe (qgis): Fix messed up enum documentation in generated doxygen outputs
Nyall Dawson
10:16 PM Revision 09a302a6 (qgis): Trying to handle SIP_MONKEYPATCH_FLAGS_UNNEST breaks doxygen
Nyall Dawson
02:02 PM Revision c0b88339 (qgis): Release of 3.32.2
Jürgen Fischer
02:02 PM Revision 2e3815dc (qgis): translation update for 3.32.2 from transifex
Jürgen Fischer
02:01 PM Revision e2edb9c4 (qgis): Release of 3.28.10
Jürgen Fischer
02:01 PM Revision 39d9e923 (qgis): translation update for 3.28.10 from transifex
Jürgen Fischer
12:47 PM Revision 25e14420 (qgis): avoid detach (#54285)
Geo Ninja
12:44 PM Revision 6ffa4937 (qgis): Add a row_index and col_index field to the output of the "Create Grid" ...
row and col variable where already used for generating the grid, this commit just expose them into new fields
Motiva...
Valentin Buira
12:44 PM Revision 0ebad4cb (qgis): Apply suggestions from code review
Nyall Dawson
12:44 PM Revision ba7d96ca (qgis): Update src/analysis/processing/qgsalgorithmgrid.cpp
Nyall Dawson
12:44 PM Revision 9df3715f (qgis): Apply suggestions from code review
Nyall Dawson
12:09 PM Revision 8fd0a57a (qgis): Build without draco
Paul Blottiere
10:00 AM Revision ddb5e4a5 (qgis): Fix messed up enum documentation in generated doxygen outputs
Nyall Dawson
10:00 AM Revision 7540e600 (qgis): Trying to handle SIP_MONKEYPATCH_FLAGS_UNNEST breaks doxygen
Nyall Dawson
10:00 AM Revision 4bdb6dd9 (qgis): Trying to handle SIP_MONKEYPATCH_FLAGS_UNNEST breaks doxygen
Nyall Dawson
10:00 AM Revision b35036f9 (qgis): Fix messed up enum documentation in generated doxygen outputs
Nyall Dawson
09:54 AM Revision d874d9c0 (qgis): Trying to handle SIP_MONKEYPATCH_FLAGS_UNNEST breaks doxygen
Nyall Dawson
09:54 AM Revision 73188e80 (qgis): Fix messed up enum documentation in generated doxygen outputs
Nyall Dawson
09:54 AM Revision 35e1693c (qgis): Ensure layer filter is retained after cloning layers
Fixes #53774 Nyall Dawson
07:31 AM Revision dbcb5bd9 (qgis): Add test masks
Nyall Dawson
07:31 AM Revision e1403403 (qgis): Additional test mask
Nyall Dawson
07:31 AM Revision b360a924 (qgis): Add test mask
(cherry picked from commit 5ff8855317804824835742f58b45c2b2a21403c3) Nyall Dawson
07:31 AM Revision 3e14c927 (qgis): fix typo
Stefanow Natsis
07:31 AM Revision c45998ea (qgis): Make sure that empty chunk nodes do not affect the parent nodes' boundi...
Stefanow Natsis
07:31 AM Revision 9feb2351 (qgis): lower initial vector layer estimated z range
Stefanow Natsis
07:30 AM Revision 692496b9 (qgis): Ensure layer filter is retained after cloning layers
Fixes #53774 Nyall Dawson
06:10 AM Revision db0d7c1e (qgis): Update src/core/project/qgsproject.h
Co-authored-by: Nyall Dawson <[email protected]> glebpinigin
06:10 AM Revision c8ff4df8 (qgis): Updated sip wrappers
glebpinigin
06:10 AM Revision 13823952 (qgis): Added new QgsProject signal willBeCleared
New signal emitted every time in the beginning of QgsProject::clear call glebpinigin
06:10 AM Revision 82e82129 (qgis): Apply suggestions from code review
Nyall Dawson
06:10 AM Revision 77f8feca (qgis): Version added to sip
glebpinigin
06:09 AM Revision b01db681 (qgis): Add warning when last used profile was missing
Yoann Quenach de Quivillic
03:45 AM Revision 0a04a644 (qgis): QString fixup
Nyall Dawson
03:40 AM Revision 5771f88e (qgis): Fix Qt6 build
Yoann Quenach de Quivillic
03:40 AM Revision 6d892d69 (qgis): Disable comma field separator when it is used as decimal separator
Yoann Quenach de Quivillic
03:40 AM Revision 373a6398 (qgis): Apply suggestions from code review
Yoann Quenach de Quivillic
02:59 AM Revision 379fa60e (qgis): Ensure layer filter is retained after cloning layers
Fixes #53774 Nyall Dawson
02:59 AM Revision c5ee19e4 (qgis): Ensure layer filter is retained after cloning layers
Fixes #53774 Nyall Dawson
02:54 AM Revision b2748d9c (qgis): Ensure layer filter is retained after cloning layers
Fixes #53774 Nyall Dawson
02:16 AM Revision 96daee86 (qgis): Fixes workflows badge in README
Harrissou Santanna
02:14 AM Revision 0fd29950 (qgis): Add test mask
(cherry picked from commit 5ff8855317804824835742f58b45c2b2a21403c3) Nyall Dawson
02:13 AM Revision 6a35c9a6 (qgis): Merge pull request #54267 from kadas-albireo/synclegend
Synchronously fetch legend graphics when exporting layouts to PDF Sandro Mani
02:09 AM Revision ff674379 (qgis): Update MetaSearch with new settings API
fixes #54144 Denis Rouzaud
02:09 AM Revision c5151872 (qgis): fix test
Denis Rouzaud
02:09 AM Revision fd6f2604 (qgis): remove Arcgis Map Server
Denis Rouzaud
02:08 AM Revision ede269dd (qgis): Don't delete associated file on download cancellation
Jacky Volpes
02:08 AM Revision b35600f2 (qgis): Make web viewer work with local files
Jacky Volpes

2023-08-17

01:58 AM Revision ceb7040c (qgis): DTM Filter docs: adjust scope of italic formatting
Harrissou Santanna
01:57 AM Revision 3b54b298 (qgis): Handle PJ_TYPE_COORDINATE_METADATA in switch
Paul Blottiere
11:04 PM Revision 0d866e62 (qgis): Add draco
Paul Blottiere
10:48 PM Revision 85874e9e (qgis): Try to reactivate msys2 workflow
Paul Blottiere
10:02 AM Revision 46701591 (qgis): Synchronously fetch legend graphics when exporting layouts to PDF
Sandro Mani
02:45 AM Revision 43105b33 (qgis): Fix unloading strategy when we hit GPU memory limit for entity
Previously we would remove any nodes that were at the end of
the replacement queue, which was causing some bad behavi...
Martin Dobias
02:45 AM Revision 726171cd (qgis): Set correct parents when creating chunk nodes for tiled scene
Martin Dobias
02:45 AM Revision 2bc98792 (qgis): Use zip_get_num_entries
Paul Blottiere
02:45 AM Revision 4313c050 (qgis): FIx deprecation warning in vectortile
Paul Blottiere

2023-08-16

09:59 PM Revision a4766162 (qgis): change "QWT_PATH..." to " QSCINTILLA_PATH..." (#54233)
Signed-off-by: wulu <[email protected]> wulu90
09:59 PM Revision 68b67ed1 (qgis): Merge pull request #54256 from qgis/backport-54252-to-release-3_32
[Backport release-3_32] [DXF] Don't write nan or inf in group codes for X and Y scale factors (Fix #54176) Matthias Kuhn
05:26 PM Revision 84caee52 (qgis): Merge pull request #53960 from Djedouas/delete-curve-vertex
Fix delete curve vertex Julien Cabieces
01:42 PM Revision 6464020f (qgis): fix test
Denis Rouzaud
01:42 PM Revision b997a78f (qgis): Update MetaSearch with new settings API
fixes #54144 Denis Rouzaud
01:42 PM Revision 09d15fad (qgis): remove Arcgis Map Server
Denis Rouzaud
01:38 PM Revision 59399cd1 (qgis): Update MetaSearch with new settings API (#54238)
* Update MetaSearch with new settings API
fixes #54144
* remove Arcgis Map Server
* fix test
Denis Rouzaud
09:38 AM Revision 55f45301 (qgis): Don't delete associated file on download cancellation
Jacky Volpes
09:38 AM Revision c073cca9 (qgis): Make web viewer work with local files
Jacky Volpes
09:33 AM Revision e0ce0560 (qgis): Don't delete associated file on download cancellation
Jacky Volpes
09:33 AM Revision 61f0d27a (qgis): Make web viewer work with local files
Jacky Volpes
08:50 AM Revision f634ee38 (qgis): fix test
Denis Rouzaud
05:19 AM Revision e8a24b0f (qgis): Fixed note + added convert to subclass code
Martin Dobias
05:19 AM Revision 9eb35537 (qgis): Add Python bindings for tiled scene 3D renderer
Martin Dobias
04:42 AM Revision 23469569 (qgis): [DXF] Don't write nan or inf in group codes for scale factors
Andrea Giudiceandrea
04:37 AM Revision 0620c80d (qgis): [DXF] Don't write nan or inf in group codes for scale factors
Andrea Giudiceandrea
03:00 AM Revision c7563cec (qgis): Add generic API to allow map layer renderers to show temporary in
progress preview render results while drawing the layer, which
differ from the final layer render
The immediate use ...
Nyall Dawson
03:00 AM Revision 67ff3546 (qgis): When doing incremental renders for tiled scene layers, sort the
primitives from each tile by z order before rendering them
This avoids a bunch of z order artifacts, leaving only ar...
Nyall Dawson
03:00 AM Revision 6c0f4ac6 (qgis): Correctly handle null cached image results
Nyall Dawson

2023-08-15

12:01 PM Revision 99608ced (qgis): Fix sliver triangle rendering artifacts in tiled scene renderer
Don't try to draw near vertical triangles in 2d views Nyall Dawson
12:00 PM Revision d8877c76 (qgis): Strip some unwanted warnings during gltf model loading
Nyall Dawson
10:14 AM Revision c8cf3d35 (qgis): When exporting layouts with a tiled scene layer set to texture renderer,
force the layer to be rasterised
There's no benefit in exporting these layers as a bunch of triangular
images which ...
Nyall Dawson
10:14 AM Revision 23b994db (qgis): Test mask update
Nyall Dawson
09:19 AM Revision f27cc254 (qgis): remove Arcgis Map Server
Denis Rouzaud
06:41 AM Revision 9c6d4791 (qgis): Add basic GUI for tiled scene 3D renderer
Martin Dobias
06:41 AM Revision 7c2b9155 (qgis): Update src/app/3d/qgstiledscenelayer3drendererwidget.cpp
Nyall Dawson
02:53 AM Revision 78d64a17 (qgis): [ui] Improve looks of range (spinbox) wrapper on light/dark themes
Mathieu Pellerin - nIRV
02:53 AM Revision a9326f2c (qgis): [ui] Remove hack-ish styling for text edit wrapper which breaks dark th...
Mathieu Pellerin - nIRV
02:53 AM Revision 95e43b0c (qgis): [themes] Respect read-only and frameless properties
Mathieu Pellerin - nIRV
02:53 AM Revision 049d85f9 (qgis): [ui] Fix QgsDateTimeEdit showing clear button in read-only mode and add...
Mathieu Pellerin - nIRV
02:53 AM Revision 02b7183e (qgis): Adjust test
Mathieu Pellerin - nIRV
02:19 AM Revision 7d3ef775 (qgis): Mark node tile as NotJson when its hierarchy fetch fails
When we fetch hierarchy and it leads to a bad URL, we get no content
and then we try to get the hierarchy again and a...
Martin Dobias
02:19 AM Revision 7a6d5989 (qgis): Fix QgsChunkNodeId::text()
Martin Dobias
02:18 AM Revision 13ddc9df (qgis): Data Source Manager - Mesh: connect Help button to docs
(cherry picked from commit daa2dcb97d02726707b6d8a1ffce8e305bcebd57) Andrea Giudiceandrea
02:18 AM Revision 35e69ca3 (qgis): Move includes to .cpp
(cherry picked from commit 499b5fc6a49ba76ea1a9084e379f62f28644dae3) Andrea Giudiceandrea
02:18 AM Revision d0bdcb93 (qgis): Data Source Manager - GPS: connect Help button to docs
(cherry picked from commit 531fe7fb870a5e89225d84b07c4e1042711e83d3) Andrea Giudiceandrea
02:18 AM Revision a5715b75 (qgis): Data Source Manager - Metadata: connect Help button to docs
(cherry picked from commit a6fe7b1402acca6f40040abc4e5c7144d1754690) Andrea Giudiceandrea
02:18 AM Revision 8cb57308 (qgis): Data Source Manager - Point Cloud: connect Help button to docs
(cherry picked from commit 85bc2ebfb08dfc84ed20e527541a23807648a84a) Andrea Giudiceandrea
02:18 AM Revision 776bb5db (qgis): Data Source Manager - Raster: connect Help button to docs
(cherry picked from commit c78f27d0cb927b1935598a5da6c5c977c33d70fd) Andrea Giudiceandrea
02:10 AM Revision 4b8b2a54 (qgis): Data Source Manager - GeoNode: connect Help button to docs
Andrea Giudiceandrea
02:10 AM Revision 4ac8eab2 (qgis): Move includes to .cpp
(cherry picked from commit 499b5fc6a49ba76ea1a9084e379f62f28644dae3) Andrea Giudiceandrea
02:10 AM Revision 183fc21e (qgis): Data Source Manager - Point Cloud: connect Help button to docs
(cherry picked from commit 85bc2ebfb08dfc84ed20e527541a23807648a84a) Andrea Giudiceandrea
02:10 AM Revision 79cf1152 (qgis): Data Source Manager - Metadata: connect Help button to docs
(cherry picked from commit a6fe7b1402acca6f40040abc4e5c7144d1754690) Andrea Giudiceandrea
02:10 AM Revision 90c31732 (qgis): Data Source Manager - GPS: connect Help button to docs
(cherry picked from commit 531fe7fb870a5e89225d84b07c4e1042711e83d3) Andrea Giudiceandrea
02:10 AM Revision 95e6b2c5 (qgis): Data Source Manager - Raster: connect Help button to docs
(cherry picked from commit c78f27d0cb927b1935598a5da6c5c977c33d70fd) Andrea Giudiceandrea
02:10 AM Revision e6faba35 (qgis): Data Source Manager - Mesh: connect Help button to docs
(cherry picked from commit daa2dcb97d02726707b6d8a1ffce8e305bcebd57) Andrea Giudiceandrea

2023-08-14

01:54 AM Revision 33efcdf6 (qgis): Merge pull request #54225 from qgis/backport-54189-to-release-3_32
[Backport release-3_32] Improve attributes form with dark themes Mathieu Pellerin - nIRV
01:53 AM Revision 5ff88553 (qgis): Add test mask
Nyall Dawson
04:53 PM Revision 9a3b87b1 (qgis): Update MetaSearch with new settings API
fixes #54144 Denis Rouzaud
10:33 AM Revision f0d6a9d4 (qgis): Merge pull request #53830 from mhugent/server_fix_dxf_layer_filter
Move QgsWmsRestorer in QGIS Server DXF export one level up Marco Hugentobler
10:02 AM Revision 32d32b43 (qgis): Additional test mask
Nyall Dawson
10:02 AM Revision 1dabd0a4 (qgis): Make sure that empty chunk nodes do not affect the parent nodes' boundi...
Stefanow Natsis
10:02 AM Revision 493daa9d (qgis): fix typo
Stefanow Natsis
10:02 AM Revision 0559aa0e (qgis): lower initial vector layer estimated z range
Stefanow Natsis
10:02 AM Revision 771408d5 (qgis): Add test masks
Nyall Dawson
10:02 AM Revision 9faad16a (qgis): Additional test mask
Nyall Dawson
10:02 AM Revision f81b2118 (qgis): lower initial vector layer estimated z range
Stefanow Natsis
10:02 AM Revision 48acc8b2 (qgis): Add test masks
Nyall Dawson
10:02 AM Revision 4bfdc1a1 (qgis): Make sure that empty chunk nodes do not affect the parent nodes' boundi...
Stefanow Natsis
10:02 AM Revision 95d6d236 (qgis): fix typo
Stefanow Natsis
09:57 AM Revision 2f68a1de (qgis): Add test masks
Nyall Dawson
09:57 AM Revision b0c4b0c8 (qgis): Additional test mask
Nyall Dawson
09:57 AM Revision bdbd3af8 (qgis): Make sure that empty chunk nodes do not affect the parent nodes' boundi...
Stefanow Natsis
09:57 AM Revision a70e5ff3 (qgis): fix typo
Stefanow Natsis
09:57 AM Revision cb5f183c (qgis): lower initial vector layer estimated z range
Stefanow Natsis
09:19 AM Revision 58eb3642 (qgis): Use tile manager for downloading tiled scene content (when not on main
thread) Nyall Dawson
04:41 AM Revision daa2dcb9 (qgis): Data Source Manager - Mesh: connect Help button to docs
Andrea Giudiceandrea
04:41 AM Revision a6fe7b14 (qgis): Data Source Manager - Metadata: connect Help button to docs
Andrea Giudiceandrea
04:41 AM Revision c78f27d0 (qgis): Data Source Manager - Raster: connect Help button to docs
Andrea Giudiceandrea
04:41 AM Revision 531fe7fb (qgis): Data Source Manager - GPS: connect Help button to docs
Andrea Giudiceandrea
04:41 AM Revision 85bc2ebf (qgis): Data Source Manager - Point Cloud: connect Help button to docs
Andrea Giudiceandrea
04:41 AM Revision 5b11246d (qgis): Data Source Manager - Scene: connect Help button to docs
Andrea Giudiceandrea
04:41 AM Revision 499b5fc6 (qgis): Move includes to .cpp
Andrea Giudiceandrea
03:56 AM Revision cd31612a (qgis): Fix mingw build
(cherry picked from commit 2a4a4b69475f9ae7d00880a6d3434f723a2a52c1) Nyall Dawson
03:50 AM Revision 4b442326 (qgis): Fix use after free when truncating 3d scene nodes
Nyall Dawson
03:48 AM Revision c8ffac04 (qgis): fix Qscintilla include dir on ArchLinux with Qt6
Signed-off-by: wulu <[email protected]> wulu
03:15 AM Revision 3de6c5fd (qgis): Fix mingw build
(cherry picked from commit 2a4a4b69475f9ae7d00880a6d3434f723a2a52c1) Nyall Dawson
03:14 AM Revision 706b853d (qgis): [ui] Fix QgsExpressionLineEdit's display of valid expression for dark t...
Mathieu Pellerin - nIRV
03:14 AM Revision 7a38d339 (qgis): [ui] Fix QgsExpressionLineEdit's display of valid expression for dark t...
Mathieu Pellerin - nIRV

2023-08-13

11:29 PM Revision f4f7d5b9 (qgis): [ui] Fix QgsExpressionLineEdit's display of valid expression for dark t...
Mathieu Pellerin - nIRV
11:29 PM Revision 744dbb6d (qgis): [ui] Fix QgsExpressionLineEdit's display of valid expression for dark t...
Mathieu Pellerin - nIRV
11:25 PM Revision f5fd0fa3 (qgis): [ui] Remove hack-ish styling for text edit wrapper which breaks dark th...
Mathieu Pellerin - nIRV
11:25 PM Revision 9408283b (qgis): [themes] Respect read-only and frameless properties
Mathieu Pellerin - nIRV
11:25 PM Revision caad53dd (qgis): [ui] Improve looks of range (spinbox) wrapper on light/dark themes
Mathieu Pellerin - nIRV
11:25 PM Revision 588cde76 (qgis): [ui] Fix QgsDateTimeEdit showing clear button in read-only mode and add...
Mathieu Pellerin - nIRV
11:25 PM Revision 43847096 (qgis): Adjust test
Mathieu Pellerin - nIRV
11:24 PM Revision 38529184 (qgis): [ui] Fix QgsDateTimeEdit showing clear button in read-only mode and add...
Mathieu Pellerin - nIRV
11:24 PM Revision a6711b14 (qgis): Adjust test
Mathieu Pellerin - nIRV
11:24 PM Revision cd05486c (qgis): [ui] Improve looks of range (spinbox) wrapper on light/dark themes
Mathieu Pellerin - nIRV
11:24 PM Revision cc476cd5 (qgis): [ui] Remove hack-ish styling for text edit wrapper which breaks dark th...
Mathieu Pellerin - nIRV
11:24 PM Revision 6a181bc6 (qgis): [themes] Respect read-only and frameless properties
Mathieu Pellerin - nIRV
11:24 PM Revision 118e60fa (qgis): [ui] Fix QgsDateTimeEdit showing clear button in read-only mode and add...
Mathieu Pellerin - nIRV
11:24 PM Revision f7268a9a (qgis): [ui] Improve looks of range (spinbox) wrapper on light/dark themes
Mathieu Pellerin - nIRV
11:24 PM Revision b0f66c09 (qgis): [ui] Remove hack-ish styling for text edit wrapper which breaks dark th...
Mathieu Pellerin - nIRV
11:24 PM Revision 402c193d (qgis): [themes] Respect read-only and frameless properties
Mathieu Pellerin - nIRV
11:24 PM Revision 09da47fc (qgis): Adjust test
Mathieu Pellerin - nIRV
11:23 PM Revision 1d63d5fc (qgis): [ui] Fix QgsExpressionLineEdit's display of valid expression for dark t...
Mathieu Pellerin - nIRV
11:21 PM Revision fcdad0c2 (qgis): Fix ci
Nyall Dawson
11:20 PM Revision de756554 (qgis): [ui] Fix attribute row cache spinbox width (fixes #54201)
Mathieu Pellerin - nIRV
11:20 PM Revision d0f8159a (qgis): [Data Source Manager] Fix tooltips
Use the QgsSourceSelectProvider `text()` function instead of the `name()` function Andrea Giudiceandrea
11:20 PM Revision d4a88e29 (qgis): [themes] Respect read-only and frameless properties
Mathieu Pellerin - nIRV
11:20 PM Revision 02e66fcb (qgis): Adjust test
Mathieu Pellerin - nIRV
11:20 PM Revision e49ebafd (qgis): [ui] Improve looks of range (spinbox) wrapper on light/dark themes
Mathieu Pellerin - nIRV
11:20 PM Revision a2410697 (qgis): [ui] Remove hack-ish styling for text edit wrapper which breaks dark th...
Mathieu Pellerin - nIRV
11:20 PM Revision 5f9bdad3 (qgis): [ui] Fix QgsDateTimeEdit showing clear button in read-only mode and add...
Mathieu Pellerin - nIRV
11:19 PM Revision ac848574 (qgis): [ui] Fix attribute row cache spinbox width (fixes #54201)
Mathieu Pellerin - nIRV
03:09 PM Revision daafbfd3 (qgis): [Data Source Manager] Fix tooltips
Use the QgsSourceSelectProvider `text()` function instead of the `name()` function Andrea Giudiceandrea
03:05 PM Revision 3a685e5b (qgis): Merge pull request #54206 from agiudiceandrea/fix-54173-datasourcemanag...
[Data Source Manager] Fix tooltips Matthias Kuhn
02:51 PM Revision 5d9ee6b8 (qgis): [ui] Fix attribute row cache spinbox width (fixes #54201)
Mathieu Pellerin - nIRV
02:51 PM Revision a56b3f5a (qgis): [ui] Fix attribute row cache spinbox width (fixes #54201)
Mathieu Pellerin - nIRV
02:47 PM Revision d040c517 (qgis): [ui] Fix attribute row cache spinbox width (fixes #54201)
Mathieu Pellerin - nIRV
12:30 PM Revision b4e14d62 (qgis): Remove asserts to handle malformed models
Nyall Dawson
09:38 AM Revision 1ff3cebd (qgis): Fix ci
Nyall Dawson
09:38 AM Revision cbb7a364 (qgis): Fix ci
Nyall Dawson
09:26 AM Revision 2b4526f4 (qgis): Tiled scene: carry query items from base URL to support google tiles
Martin Dobias
04:50 AM Revision 12c7c58f (qgis): Fix ci
Nyall Dawson
04:50 AM Revision cedc2abd (qgis): Fix ci
Nyall Dawson
04:50 AM Revision e4708cee (qgis): Fix ci
Nyall Dawson
04:46 AM Revision 693238ae (qgis): Fix ci
Nyall Dawson

2023-08-12

12:47 AM Revision b7977246 (qgis): Revert "Treat external includes as system libraries, so we don't get wa...
This reverts commit 1dca9b9dbc9c790d627e8112adae7333c7a450f7.
This change breaks the FreeBSD build
Nyall Dawson
05:48 PM Revision ebf1744b (qgis): [Data Source Manager] Fix tooltips
Use the QgsSourceSelectProvider `text()` function instead of the `name()` function Andrea Giudiceandrea
 

Also available in: Atom