Activity
From 2023-08-14 to 2023-09-12
2023-09-12
- 03:42 PM Revision dc128740 (qgis): simplify avoid intersection
- 03:42 PM Revision 9b03c281 (qgis): fix tests
- 03:42 PM Revision c5967579 (qgis): Fix the difference computation
- 03:42 PM Revision f34eab99 (qgis): simplify the way we get topo target layers
- 03:42 PM Revision cd2bf72c (qgis): add testTopologicalEditingMoveVerticesOnSegmentZ and fix
- 03:42 PM Revision aec3ebbb (qgis): testqgsvertextool.cpp: fix count
- 03:42 PM Revision 94ae51f8 (qgis): cleanup things
- 03:42 PM Revision 801da6fa (qgis): add test for #49311 issue
- 03:42 PM Revision 508f0159 (qgis): add test for multipolygon and fix
- 03:42 PM Revision 4aecfd5b (qgis): Fix ignore feature on avoidIntersection
- 03:42 PM Revision 03a63563 (qgis): Fixes #44198 : add minimum set of topological points
- 02:35 PM Revision dae2cf02 (qgis): suppress cppcheck
- 11:30 AM Revision 2d1e066c (qgis): Clear previous render profile when new canvas render starts, and fix pr...
- 11:30 AM Revision 1fcc84f4 (qgis): Record runtime profile for point cloud renders
- 11:30 AM Revision 776ffac5 (qgis): Add profiling of raster rendering
- 11:30 AM Revision 2a3a3cbc (qgis): Record a nice detailed profile of rendering time for vector layers
- Broken down by what's actually happening (eg registering labels
vs rendering features, etc) - 11:30 AM Revision b70fe250 (qgis): Add method to manually insert an entry into the runtime profiler
- Useful when we will be manually calculating runtime duration and
want to push this value to the runtime profiler - 11:30 AM Revision 0a752b7d (qgis): Add opt in setting for map renders to enable render time profiling,
- and enable for main canvas renders only
And explicitly disable for main canvas preview jobs too - 11:30 AM Revision 8380a0cc (qgis): Record runtime profile for rendering mesh layers
- 11:30 AM Revision 308f197c (qgis): Record basic runtime profile for vector tile layer renders
- 11:30 AM Revision cf8d5b66 (qgis): Record basic runtime profile for tiled scene layer renders
- 11:30 AM Revision 49ed75ee (qgis): Add runtime profiling for labeling steps
- 07:42 AM Revision 9c2b1a93 (qgis): Add all newly popular google fonts to auto download list
- 06:51 AM Revision 2192593a (qgis): Use a nicer default appearance for primitives without textures
- 06:40 AM Revision cf3814ef (qgis): [feature][expressions] layer_property: add crs_ellipsoid property
- 06:40 AM Revision d47acc38 (qgis): [feature][expressions] variables: add layer_crs_ellipsoid
- 05:23 AM Revision dce7bbde (qgis): [api] Add opt-in setting to make QgsVectorFileWriter transfer
- field constraints to the output file
This is opt in to avoid potentially breaking existing scripts/plugins. - 05:11 AM Revision 8b3c8a78 (qgis): Cleanup raster file writer test
- Hopefully fixes test fragility
- 05:06 AM Revision 21625434 (qgis): Show a highlight on identified raster pixels when using identify tool
- Matches the vector/vector tile/point cloud behaviour of showing the
geometry of the identified result in the canvas
... - 03:35 AM Revision 8f8cfa94 (qgis): Added since QGIS 3.34 in comment
- 03:35 AM Revision b820f93a (qgis): Update src/core/processing/qgsprocessingparameters.cpp
- Co-authored-by: Nyall Dawson <[email protected]>
- 03:35 AM Revision 1335cb52 (qgis): Update src/core/processing/qgsprocessingparameters.cpp
- Co-authored-by: Nyall Dawson <[email protected]>
- 03:35 AM Revision f64b53c8 (qgis): Add unit test
- 03:35 AM Revision 20a92a88 (qgis): Update src/core/processing/qgsprocessingparameters.h
- Co-authored-by: Nyall Dawson <[email protected]>
- 03:35 AM Revision 37463e36 (qgis): Update src/core/processing/qgsprocessingparameters.cpp
- Co-authored-by: Nyall Dawson <[email protected]>
- 03:35 AM Revision 3fbfba37 (qgis): Possibility to apply default values for the processing gui from the set...
2023-09-11
- 12:49 AM Revision e1292054 (qgis): qgs3dmapscene: Ensure to compute a non empty elevationRange
- If the elevation range has not been computed,
`Qgs3DMapScene::elevationRange()` will return
`QgsDoubleRange(std::nume... - 12:28 AM Revision 5c49c246 (qgis): feat(Qgs3DExportObject): improve obj export to support when vertice ind...
- 12:28 AM Revision 161cdc5a (qgis): fix(QgsVectorLayerChunkLoader): set name to Qt3DCore::QEntity to distin...
- 12:28 AM Revision 8efbb28d (qgis): feat(QgsTessellatedPolygonGeometry): add featureIds and triangleIndexSt...
- 12:28 AM Revision 7f7b6b2c (qgis): Feat(Qgs3DSceneExporter): remove polygon duplicates when exporting the ...
- * keep memory of exported features
* compute polygon triangle subsets matching the feature to export - 12:28 AM Revision c1744da6 (qgis): fix(QgsPolygon3DSymbol): rename var and improve check in exportGeometries
- 12:28 AM Revision bdbc3b59 (qgis): fix(QgsPolygon3DSymbolHandler): polygon are cloned and destroyed by the...
- Were created in one function and deleted from another.
- 12:28 AM Revision 1cf6dfc7 (qgis): fix(QgsVectorLayerChunkLoader): create field member to store layer name...
- 12:28 AM Revision b6e6eaf0 (qgis): feat(Qgs3DSceneExporter): add test to validate feature duplication filt...
- 12:28 AM Revision 62b056cd (qgis): fix(QgsPolygon3DSymbol_p): remove C style casts and replace pointer all...
- 03:38 PM Revision 9e65cc07 (qgis): Safety check
- 10:29 AM Revision 907f8a9e (qgis): Merge pull request #54310 from qgis/backport-54063-to-release-3_32
- [Backport release-3_32] Also set 'evaluate default values on provider side' property when loading a layer
- 08:57 AM Revision 4e83c82a (qgis): Merge pull request #54483 from benoitdm-oslandia/add_pg_feat_ite_test
- Add fix to postgresql provider for bbox across 180°
- 08:30 AM Revision 3666ab1e (qgis): Merge pull request #54534 from nirvn/recent_menu_harmony
- Recent menu's right-click menu and welcome page's right-click menu harmony
- 07:32 AM Revision 2805975e (qgis): Workaround for mingw build
- 06:36 AM Revision 329effb4 (qgis): Workaround for mingw build
- 06:28 AM Revision 687a13d0 (qgis): Workaround for mingw build
- 05:48 AM Revision a1fb18e4 (qgis): [ui] Remove clear recent projects including pinned projects action in f...
- 05:42 AM Revision c31268af (qgis): [ui] Remove clear recent projects including pinned projects action in f...
- 05:26 AM Revision 43638bff (qgis): When drag and dropping a style xml onto qgis, handle in the same
- way as double-clicking the styling in the browser
Open the interactive style manager dialog for that style instead
o... - 02:57 AM Revision a687a7a8 (qgis): Workaround for mingw build
- 02:57 AM Revision 14dee6b2 (qgis): Workaround for mingw build
- 02:57 AM Revision e2e3e1f3 (qgis): Workaround for mingw build
- 02:53 AM Revision 5703f03c (qgis): Workaround for mingw build
2023-09-10
- 01:57 AM Revision ef3830d9 (qgis): fix(qgsrectangle): isNull was checking ymin twice and not ymax.
- Add isNull test in testqgsrectangle.cpp
- 11:08 PM Revision 1ddede59 (qgis): Increase timeout to 15 seconds
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
- 11:28 PM Revision 28c72ed9 (qgis): fix(qgsrectangle): isNull was checking ymin twice and not ymax.
- Add isNull test in testqgsrectangle.cpp
- 06:02 AM Revision a2e1fef0 (qgis): [ui] Harmonize menu item for welcome page recent project list and Proje...
- 06:02 AM Revision 7d819e3e (qgis): [ui] Tweak label and add a clear list (but keep pinned project) action ...
2023-09-08
- 12:42 PM Revision 6e8b49e7 (qgis): Fix wrong raster pixel size being used
- 12:42 PM Revision ab5b0ceb (qgis): Switch order so column/x is first and row/y is second
- 12:42 PM Revision 5566629b (qgis): Add check for Qt version and use unite/insert accordingly
- 12:42 PM Revision 3d3ed5af (qgis): Use rasterUnitsPerPixel methods, camelcase and translation
- 12:42 PM Revision 1421ce9f (qgis): Fix indentation
- 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 - 12:42 PM Revision f4f94322 (qgis): Fix test
- 12:42 PM Revision b9673aca (qgis): Fix pixel rounding issue in test
- 12:42 PM Revision d0f291c8 (qgis): Clear clazy warnings
- 12:42 PM Revision 981c5299 (qgis): Remove unnecessary ifdef, make it clear that row/col numbers are 0 based
- 12:42 PM Revision e60418fd (qgis): Cleaner approach to detecting if raster source has a fixed size
- 12:42 PM Revision e8628ee9 (qgis): Adjust formatting in tests
- 12:42 PM Revision c9766924 (qgis): Adjust tests
- 12:42 PM Revision b00b2a4b (qgis): Use formatting that matches existing derived attributes
- 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... - 12:42 PM Revision c5c24cab (qgis): Protect against rasterUnitsPerPixelX/Y being zero
- 12:42 PM Revision 8c76b37f (qgis): Copy logic from QgsRasterDataProvider instead of Value Tool plugin
- 12:42 PM Revision fb9c9303 (qgis): Don't derive clicked column/row for dynamic image providers
2023-09-07
- 01:07 AM Revision 7e600131 (qgis): [expressions] bearing: avoid nonfinite value
- 01:07 AM Revision 49f2ec90 (qgis): Apply suggestions from code review
- Co-authored-by: Nyall Dawson <[email protected]>
- 01:07 AM Revision b98c7585 (qgis): [expressions][feature] Add bearing function
- 01:07 AM Revision 95a7e998 (qgis): Make a variable const (Apply suggestions from code review)
- Co-authored-by: Nyall Dawson <[email protected]>
- 01:07 AM Revision d90c2e3b (qgis): [expressions] bearing: make source_auth_id and ellipsoid optional
- 01:07 AM Revision 106e0792 (qgis): [expressions] bearing: cleanup code and add more tests
- 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... - 09:37 PM Revision b87a159a (qgis): qgsmesh3dmaterial: Fix typos in a comment
- 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... - 09:37 PM Revision d9db8f0f (qgis): qgsmesh3dmaterial: Fix typos in a comment
- 09:33 PM Revision ceb5f000 (qgis): qgsmesh3dmaterial: Fix typos in a comment
- 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... - 09:27 PM Revision bb23ff84 (qgis): Fix Advanced Digitizing locked distance circle
- 09:27 PM Revision 4ba8a060 (qgis): Fix Advanced Digitizing locked distance circle
- 09:21 PM Revision a1e96927 (qgis): Handle grid frame in rect frame computation
- 09:21 PM Revision e5d03f9c (qgis): Apply suggestions from code review
- 09:02 PM Revision b6f6d637 (qgis): fix(qgsrectangle): isNull was checking ymin twice and not ymax.
- Add isNull test in testqgsrectangle.cpp
- 09:39 AM Revision cba28ba7 (qgis): check geometry wkb type instead of layer wkb type
- 09:39 AM Revision cd66d70a (qgis): better fix and add a test
- 09:39 AM Revision 4a945769 (qgis): when snapping to curved geometry use snapped point coordinates instead
- of returning interpolated point on a segment
- 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
- 09:09 AM Revision 5fe84b0a (qgis): [cesium] Add support for deprecated gltfUpAxis asset setting
- Adds support for Z up gltf content
- 09:03 AM Revision d8cc819d (qgis): Resync with upstream tinygltf
- 09:01 AM Revision 6389303a (qgis): Fix ray casting in certain 3d tiled scenes (eg cesium ion osm data)
2023-09-06
- 03:20 PM Revision 5d104efa (qgis): Fix Advanced Digitizing locked distance circle
- 03:20 PM Revision b988f8cf (qgis): Fix Advanced Digitizing locked distance circle
- 03:16 PM Revision 7239d7c1 (qgis): Merge pull request #54507 from agiudiceandrea/fix-54494-advanceddigitiz...
- Fix Advanced Digitizing locked distance circle
- 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... - 01:25 PM Revision 9fdf5bc5 (qgis): Include all nodes when rendering gltf content instead of just first node
- 11:56 AM Revision 3697633e (qgis): check geometry wkb type instead of layer wkb type
- 10:59 AM Revision ca43268a (qgis): Fix Advanced Digitizing locked distance circle
- 10:32 AM Revision d29b2337 (qgis): fix: QgsFeatureRequest can now handle bbox filter with coordinates arou...
- 10:32 AM Revision 41bd9be5 (qgis): fix testdata_pg.sh to work with "service=qgis_test"
- 08:33 AM Revision f29f0929 (qgis): Fix leak in tiled scene layers
- 05:40 AM Revision 7ec888a4 (qgis): 3d: Remove unneeded mesh symbol private files
- This is not needed since commit
1c4a20f73c9f19fc75805cd0365ea8eb9db245d0. - 05:07 AM Revision 05b79d78 (qgis): Fix groups with rotated item (still glitchy when resizing with mixed ro...
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... - 02:09 PM Revision 31d793d8 (qgis): Merge pull request #54470 from lbartoletti/fix_build_bsd_pdal_pthread
- [BSD][PDAL] Fix build using pthread
- 01:20 PM Revision 1f9c9e62 (qgis): better fix and add a test
- 09:35 AM Revision 85e70da3 (qgis): Add test
- 05:52 AM Revision d3e85889 (qgis): [processing] rectanglesovalsdiamonds: set SEGMENTS default to 36
- 02:29 AM Revision 54b16666 (qgis): Fix QgsLinestring::extend function
- Update the boundingbox when needed
- 02:05 AM Revision 1de449ca (qgis): Fix QgsLinestring::extend function
- Update the boundingbox when needed
2023-09-04
- 11:18 PM Revision 7776024c (qgis): [processing] rectanglesovalsdiamonds: set SEGMENTS default to 36
- 11:14 PM Revision a712499c (qgis): [themes] Fix combobox focus color, read-only line edit text, and combo ...
- 11:13 PM Revision defb622e (qgis): [processing] rectanglesovalsdiamonds: set SEGMENTS default to 36
- 10:28 PM Revision f1742daa (qgis): Fix QgsLinestring::extend function
- Update the boundingbox when needed
- 10:25 PM Revision ea0315e7 (qgis): Fix incorrect dates shown in Processing history
- Fixes #54454
- 10:24 PM Revision 5d5870e3 (qgis): [themes] Fix combobox focus color, read-only line edit text, and combo ...
- 10:24 PM Revision b958c1aa (qgis): Fix incorrect dates shown in Processing history log
- 10:24 PM Revision c0a5acba (qgis): Fix QgsLinestring::extend function
- Update the boundingbox when needed
- 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
- 03:19 PM Revision 1e7c9147 (qgis): Also set 'evaluate default values on provider side' property when loadi...
- 03:15 PM Revision 895e8dc7 (qgis): simplify and modernize
- 03:05 PM Revision 29ed36b6 (qgis): when snapping to curved geometry use snapped point coordinates instead
- of returning interpolated point on a segment
- 03:02 PM Revision d25d6798 (qgis): Fix nested CompoundCurves
- 02:58 PM Revision c9fb2314 (qgis): Fix nested CompoundCurves
- 02:06 PM Revision 84135e0a (qgis): A const a day ...
- Co-authored-by: Julien Cabieces <[email protected]>
- 01:03 PM Revision cfd12657 (qgis): Fix incorrect dates shown in Processing history log
- 12:58 PM Revision 9cbeaae6 (qgis): Fix incorrect dates shown in Processing history log
- 12:58 PM Revision 82952a48 (qgis): Fix incorrect dates shown in Processing history log
- 12:51 PM Revision 533b2197 (qgis): [themes] Fix combobox focus color, read-only line edit text, and combo ...
- 12:50 PM Revision b0874b71 (qgis): [themes] Fix combobox focus color, read-only line edit text, and combo ...
- 12:45 PM Revision 9343c5eb (qgis): [themes] Fix combobox focus color, read-only line edit text, and combo ...
- 10:55 AM Revision d7f145a5 (qgis): Don't segmentize digitized feature if the layer supports curves
- 10:44 AM Revision 0294a53a (qgis): Also set 'evaluate default values on provider side' property when loadi...
- 10:27 AM Revision 644a32f2 (qgis): [BSD][PDAL] Fix build using pthread
- 09:37 AM Revision 8fdff4f7 (qgis): Smarter feedback on avoid overlap errors
- 09:34 AM Revision b57f082f (qgis): Update src/analysis/processing/qgsalgorithmb3dmtogltf.cpp
- 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... - 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 ... - 09:33 AM Revision 996de430 (qgis): Fix a leak in georeferencer helmert method
- 07:09 AM Revision 1149f203 (qgis): Fix a leak in georeferencer helmert method
- 06:11 AM Revision 57e65b8f (qgis): Fix incorrect dates shown in Processing history
- Fixes #54454
- 06:07 AM Revision b227fa96 (qgis): Fix incorrect dates shown in Processing history
- Fixes #54454
- 04:52 AM Revision 5be1e9b7 (qgis): Add "Clear Recently Opened" action
- 04:52 AM Revision 211baa80 (qgis): Fix memleak
- 04:52 AM Revision 21a02406 (qgis): Make project list clearable from the welcome page
- 04:52 AM Revision 2b9c2db3 (qgis): Ask for confirmation before clearing the list
- 04:52 AM Revision f7aaefa5 (qgis): Pin/Unpin/remove recent projects from the menu
- 04:52 AM Revision d4f73f85 (qgis): Apply suggestions from code review
- 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 ... - 03:41 AM Revision f9563533 (qgis): Fix a leak in georeferencer helmert method
- 03:41 AM Revision 9f474404 (qgis): Fix a leak in georeferencer helmert method
- 03:39 AM Revision ebef31af (qgis): Show url to gltf content in console error output when reading
- gltf fails
- 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 - 03:36 AM Revision e7d3d1cb (qgis): Fix a leak in georeferencer helmert method
- 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 ...
2023-09-03
- 10:49 AM Revision 2db24424 (qgis): Coerce geometries to target layer type when avoiding intersections
- 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... - 06:30 AM Revision cd3cc45c (qgis): Resync tinygltf with upstream (no downstream patches now)
- 06:30 AM Revision cd9c65c1 (qgis): Fix windows build
- 06:30 AM Revision 6dde6ee5 (qgis): Fix windows build -- STRICT is a msvc macro
- 06:30 AM Revision 1b8c463d (qgis): Resync tinygltf with master, removes need for one downstream patch
2023-09-02
- 09:56 PM Revision f2dd6d60 (qgis): Add test
- 09:56 PM Revision 214aaa44 (qgis): [layouts] Fix loading of pre 3.32 layouts containing a grouped HTML lab...
- 04:38 AM Revision 40089e62 (qgis): qgsabstractgeometry: Add support for box3d intersection
- 04:38 AM Revision cdc2abea (qgis): qgsgeometry: Add support for 3D boundingbox
- 04:38 AM Revision d7bdfe00 (qgis): geometry: Remove duplicated 2d boundingbox logic
- 04:38 AM Revision a4c96cad (qgis): testqgspoint: Remove empty lines at the end of file
- 04:38 AM Revision 5774acf8 (qgis): qgsabstractgeometry: Add boundingBox3D logic
- With this change `QgsAbstractGeometry::calculateBoundingBox()` is now
computed from `QgsAbstractGeometry::calculateBo... - 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:... - 02:23 AM Revision 10b0f76d (qgis): [measure tool] Fix mix up in area/distance units when reactivating the ...
2023-09-01
- 10:42 PM Revision 94af910a (qgis): [measure tool] Fix mix up in area/distance units when reactivating the ...
- 10:37 PM Revision 84818835 (qgis): [measure tool] Fix mix up in area/distance units when reactivating the ...
- 10:36 PM Revision 80c0c40b (qgis): Add test
- 10:36 PM Revision afa2ed57 (qgis): [layouts] Fix loading of pre 3.32 layouts containing a grouped HTML lab...
- 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:... - 06:34 PM Revision da0b6277 (qgis): Add ray intersection to tiled scene in 3D + basic identify support
- 06:34 PM Revision 35e9913f (qgis): fix qt6 build warning
- 07:36 AM Revision 510c8603 (qgis): qgspostgresproviderconnection.cpp: Update PostGIS Functions
- 06:21 AM Revision fd9902c1 (qgis): Fix "Metadata Search" tab toolTip in Data source Manager
- 06:21 AM Revision bbd65190 (qgis): Fix toolTip
- Co-authored-by: Nyall Dawson <[email protected]>
- 02:12 AM Revision d0134485 (qgis): Fix toolTip
- Co-authored-by: Nyall Dawson <[email protected]>
- 02:12 AM Revision 08496c4b (qgis): Fix "Metadata Search" tab toolTip in Data source Manager
- 02:08 AM Revision c9d1dff5 (qgis): Migrate some leftovers to "network-timeout" settings key
- 02:07 AM Revision d0671bbd (qgis): Fix toolTip
- Co-authored-by: Nyall Dawson <[email protected]>
- 02:07 AM Revision 9f009a94 (qgis): Fix "Metadata Search" tab toolTip in Data source Manager
2023-08-31
- 01:47 AM Revision e8bbee28 (qgis): Browser root item text should be plural
- 11:51 PM Revision 51ca5252 (qgis): [renderer] Use a UUID string to identify graduated renderer legend symbols
- 11:51 PM Revision ae8b9808 (qgis): [renderer] Use a UUID string to identify categorized renderer legend sy...
- 11:51 PM Revision 53b07633 (qgis): Add documentation, adjust tests
- 11:51 PM Revision 34e247cb (qgis): Address review
- 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
- 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 - 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 - 08:37 PM Revision cbf53d53 (qgis): Use raw string
- 08:37 PM Revision 4e42f4d3 (qgis): Raise error if PostgreSQL version can't be parsed
- 08:37 PM Revision e48a6a17 (qgis): More robust retrieval for PostgreSQL version
- 08:34 PM Revision a2058c7e (qgis): Use wider elevation range for 2D rendering
- ... because not everything is within +/- 1000 m of elevation :-)
- 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... - 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... - 06:48 PM Revision e81f3344 (qgis): fix without georeferencer
- 04:10 PM Revision 3ed6e108 (qgis): postgres provider: fix saving styles (fixed elsewhere with c80a0d669fb6...
- 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...
2023-08-30
- 12:59 AM Revision b8c29eaf (qgis): Use raw string
- 12:59 AM Revision e315769e (qgis): Raise error if PostgreSQL version can't be parsed
- 12:59 AM Revision 1a6c346a (qgis): More robust retrieval for PostgreSQL version
- 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...
- 07:43 PM Revision 80f161e1 (qgis): Fix some more tests which leak
- 07:43 PM Revision 2f7b72b0 (qgis): Update 3d test to newer method
- 03:32 PM Revision fe659fb2 (qgis): Raise error if PostgreSQL version can't be parsed
- 03:32 PM Revision caeb69b7 (qgis): Use raw string
- 03:32 PM Revision 52ef776d (qgis): More robust retrieval for PostgreSQL version
- 03:30 PM Revision 16460a20 (qgis): Raise error if PostgreSQL version can't be parsed
- 03:30 PM Revision 3f836ee0 (qgis): Use raw string
- 03:30 PM Revision 00d7108a (qgis): More robust retrieval for PostgreSQL version
- 12:48 PM Revision 41204156 (qgis): Merge pull request #54401 from nicogodet/patch-8
- More robust retrieval for PostgreSQL version
- 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 ... - 09:45 AM Revision 8fb33523 (qgis): Raise error if PostgreSQL version can't be parsed
- 08:10 AM Revision f4da11a4 (qgis): Ensure entries for the same raster/vector driver always keep
- their check states in sync with each other
- 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
- 08:09 AM Revision a1116e76 (qgis): Fix QgsMapLayer::saveNamedProperty and QgsMapLayer::saveSldStyleV2
- set resultFlag to False when the directory is not writable
- 08:09 AM Revision 5d58e8ac (qgis): Followup 2346f75366, don't consider variables which aren't linked
- to an algorithm output
- 07:51 AM Revision d6ef88ac (qgis): Fix leak in QgsZipItem
- 06:33 AM Revision 19dcbf17 (qgis): [processing] Fix save vector features to file algorithm's handling of
- pre-existing files (fixes #54333)
- 06:33 AM Revision d8bdb573 (qgis): Address review, make the new enum non-optional
- 04:37 AM Revision 9e7b06ec (qgis): Fix QgsMapLayer::saveNamedProperty and QgsMapLayer::saveSldStyleV2
- set resultFlag to False when the directory is not writable
2023-08-29
- 01:42 AM Revision 948ae555 (qgis): Fix test
- 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... - 01:42 AM Revision 3b9493b1 (qgis): Fix clang tidy warning
- 12:43 AM Revision a6a756bd (qgis): Fix QgsMapLayer::saveNamedProperty and QgsMapLayer::saveSldStyleV2
- set resultFlag to False when the directory is not writable
- 12:43 AM Revision fed30a61 (qgis): Fix QgsMapLayer::saveNamedProperty and QgsMapLayer::saveSldStyleV2
- set resultFlag to False when the directory is not writable
- 12:37 AM Revision b3b32515 (qgis): Fix QgsGeometryUtils::circleCircleIntersections for 1 solution
- 12:37 AM Revision 169dab6d (qgis): Fix QgsMapLayer::saveNamedProperty and QgsMapLayer::saveSldStyleV2
- set resultFlag to False when the directory is not writable
- 09:32 PM Revision faa7a133 (qgis): Build 3.32 PyQGIS docs
- 09:31 PM Revision 34614ede (qgis): Use a slightly cleaner approach to temporary raster files in
- reclassify utils test
Hopefully fixes test fragileness - 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 - 10:46 AM Revision 138e6dad (qgis): Use raw string
- 10:20 AM Revision bcc94831 (qgis): About action should always be last entry in a help menu
- 10:20 AM Revision c0691e22 (qgis): Use QgsDebugMsgLevel instead of printf
- 10:20 AM Revision 3a91024a (qgis): Use unique_ptr in non-exposed point cloud classes to reduce chance
- of leaks
- 10:19 AM Revision 7265a7d1 (qgis): Update python/plugins/processing/gui/BatchInputSelectionPanel.py
- 10:19 AM Revision b7ac8499 (qgis): Add PointCloud layers to "Select from Open Layers…"
- 10:19 AM Revision 3e0623f2 (qgis): [decorations] Scale bar should follow the current project's distance un...
- 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... - 09:44 AM Revision 8ebf3233 (qgis): More robust retrieval for PostgreSQL version
- 08:29 AM Revision 951b7366 (qgis): Fix QgsGeometryUtils::circleCircleIntersections for 1 solution
- 06:18 AM Revision f1974283 (qgis): Add PointCloud layers to "Select from Open Layers…"
- 06:18 AM Revision edc1633f (qgis): Update python/plugins/processing/gui/BatchInputSelectionPanel.py
- 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
- 05:38 AM Revision b116c199 (qgis): Ensure entries for the same raster/vector driver always keep
- their check states in sync with each other
- 05:29 AM Revision 68536f87 (qgis): Ensure dialog focus is returned after saving files on mac
- Fixes #54332
- 05:29 AM Revision 9ddecf9d (qgis): Ensure entries for the same raster/vector driver always keep
- their check states in sync with each other
- 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
- 03:51 AM Revision 8d36b41b (qgis): [decorations] Scale bar should follow the current project's distance un...
- 03:46 AM Revision 4097971e (qgis): [decorations] Scale bar should follow the current project's distance un...
- 03:45 AM Revision 4ac9a9cd (qgis): Fix QgsGeometryUtils::circleCircleIntersections for 1 solution
2023-08-28
- 01:28 AM Revision 0534fc92 (qgis): Add PointCloud layers to "Select from Open Layers…"
- 01:28 AM Revision 163d6315 (qgis): Update python/plugins/processing/gui/BatchInputSelectionPanel.py
- 01:28 AM Revision 989ef4c9 (qgis): Add PointCloud layers to "Select from Open Layers…"
- 01:28 AM Revision 47798b53 (qgis): Update python/plugins/processing/gui/BatchInputSelectionPanel.py
- 01:22 AM Revision 814041b5 (qgis): Update python/plugins/processing/gui/BatchInputSelectionPanel.py
- 01:22 AM Revision aadf6dca (qgis): Add PointCloud layers to "Select from Open Layers…"
- 01:18 AM Revision 2863e484 (qgis): Expand documentation for QgsMapLayer.setDataSource
- Fixes #54381
- 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...
2023-08-27
- 01:53 AM Revision f16d9ae5 (qgis): Convert curved parameter should be optional to avoid breaking older mod...
2023-08-26
- 05:22 AM Revision a3fe6bb2 (qgis): [gui][processing] Allow for parameter description labels to wrap at wor...
- 05:22 AM Revision eba2cb85 (qgis): [gui][processing] Allow for enum parameter's combobox to wide smaller t...
2023-08-25
- 12:50 AM Revision 948d7054 (qgis): add Azerbaijan translation
- 12:49 AM Revision a93b925f (qgis): add Azerbaijan flag
- (cherry picked from commit be30b03aff5de5cd5f6fb12f5d14cea02b815acb)
- 12:48 AM Revision be30b03a (qgis): add Azerbaijan flag
- 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 ... - 01:19 PM Revision 17e5aa50 (qgis): [ui][symbology] Fix customized graduated renderer label format and prec...
- 01:19 PM Revision 077c1977 (qgis): [ui][symbology] Fix customized graduated renderer label format and prec...
- 08:44 AM Revision ef50584d (qgis): [layout] set clear value to 0 for grid offset spinboxes
- 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 ... - 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
- 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
- 07:44 AM Revision ba7bdec4 (qgis): Variant outputs must be available for use as inputs for most parameter ...
- 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. - 07:07 AM Revision d2486749 (qgis): Convert curved parameter should be optional to avoid breaking older mod...
- 07:03 AM Revision 3163a30f (qgis): Convert curved parameter should be optional to avoid breaking older mod...
- 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... - 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... - 07:02 AM Revision 2650c1af (qgis): Log results from each child algorithm step in models when verbose outpu...
- 06:50 AM Revision 97ee468d (qgis): [layout] set clear value to 0 for grid offset spinboxes
- 05:39 AM Revision 568eec9f (qgis): [ui][symbology] Fix customized graduated renderer label format and prec...
- 05:39 AM Revision 1de6a031 (qgis): [ui][symbology] Fix customized graduated renderer label format and prec...
- 05:34 AM Revision 4d5ff787 (qgis): [ui][symbology] Fix customized graduated renderer label format and prec...
- 03:26 AM Revision a820ecf2 (qgis): [ui] Fix svg selector widget's parameters view not closing field expres...
- 02:16 AM Revision 6472e401 (qgis): [layout] set clear value to 0 for grid offset spinboxes
- 02:16 AM Revision fd51ae6c (qgis): [layout] set clear value to 0 for grid offset spinboxes
- 02:12 AM Revision 608a8029 (qgis): [layout] set clear value to 0 for grid offset spinboxes
2023-08-24
- 11:57 PM Revision 9b1716dc (qgis): qgschunkedentity: Simplify while logic in startJobs()
- 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. - 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... - 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... - 11:22 PM Revision a52a0867 (qgis): qgschunkedentity: Simplify while logic in startJobs()
- 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. - 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. - 05:28 PM Revision b2455eab (qgis): qgschunkedentity: Simplify while logic in startJobs()
- 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... - 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... - 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. - 05:28 PM Revision 40283baf (qgis): qgschunkedentity: Simplify while logic in startJobs()
- 05:22 PM Revision c2e00b2f (qgis): [3D] crash - Fix terrain reloading (#54328)
- 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 - 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... - 10:37 AM Revision aad269ee (qgis): Fix misleading error message
- Submitted upstream as https://github.com/syoyo/tinygltf/pull/446
- 10:37 AM Revision 0ffb2400 (qgis): Upgrade tinygltf to 2.8.14
- No relevant fixes, just minimizing diff with upstream
- 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 - 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... - 10:09 AM Revision 514635c4 (qgis): Use 'Scene' text for browser root item to match data source manager text
- 10:09 AM Revision 50a69a24 (qgis): Add missing icon
- 06:47 AM Revision f1e1662f (qgis): Lower default pixel error for 3d tiled scenes to 15 px to match cesium ...
- 06:47 AM Revision 6ab13a36 (qgis): Apply suggestions from code review
- 06:22 AM Revision 985e2df0 (qgis): testqgsgeometry: Fix orientedMinimumBoundingBox test
- - Fix wkt geometry definition (missing parenthesis)
- Fix expected result
- Improve result comparison
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)
- 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)
- 03:08 PM Revision b36b4d3e (qgis): port XYZ tiles algorithms
- 02:09 PM Revision 5b4b6393 (qgis): Add icon for cesium 3d tile connections
- 02:09 PM Revision 54691b9d (qgis): Add some tiled scene connection icons
- 02:08 PM Revision 64a4ad08 (qgis): Render line primitives when rendering tiled scenes in 2d with
- the wireframe renderer
- 02:08 PM Revision af857fbd (qgis): Test mask
- 02:08 PM Revision fd9f39e0 (qgis): Spelling
- 02:08 PM Revision fd1e9c14 (qgis): Fix triangular spikes for good
- 02:08 PM Revision 1c4f8d31 (qgis): Show descriptive error when encountering GLTF v1 tiles
- 02:08 PM Revision e4770a18 (qgis): Don't try to render line primitives if the renderer won't do anything w...
- 02:08 PM Revision 8fb08409 (qgis): Clear value for tiled scene max error should be 3 mm
- 02:08 PM Revision 661a0a0b (qgis): Don't spam with the same error multiple times
- 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 - 09:16 AM Revision d71cbb02 (qgis): Add some useful model stats to output
- 09:16 AM Revision ec6a5569 (qgis): Allow creating glb files
- 09:16 AM Revision a80b7538 (qgis): Convert legacy b3dm rtc center to GLTF CESIUM_RTC extension
- 09:16 AM Revision d38cf4b7 (qgis): Add processing algorithm to convert legacy B3DM files to GLTF files
- Useful when working with cesium 3d tiles!
- 07:40 AM Revision 5b554b2a (qgis): return invalid item
- 07:40 AM Revision b7c666db (qgis): fix patching code
- 07:40 AM Revision 6dffd72d (qgis): sipify
- 07:37 AM Revision 00a543f5 (qgis): move enum to Qgis
- 07:35 AM Revision 98d9a313 (qgis): add separate align raster algorithm for modeler
- 07:35 AM Revision cde088ec (qgis): widget wrapper for align rasters parameter
- 07:35 AM Revision c2d43d5e (qgis): reword parameter labels
- 07:35 AM Revision 0eff0b74 (qgis): do not require reference layer
- 07:35 AM Revision 7d6361e3 (qgis): missed file
- 07:35 AM Revision fa59a02c (qgis): doxymentation and SIP fixes
- 07:35 AM Revision 051143ff (qgis): drop old align raster tool and add processing algorithm to the Raster
- menu
- 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
- 07:35 AM Revision 020efbee (qgis): new parameter type for align raster algorithm
- 07:35 AM Revision f9d50bf2 (qgis): port align raster tool to Processing
- 03:14 AM Revision 9a9e8afd (qgis): Apply suggestions from code review
- 03:14 AM Revision 931b8327 (qgis): Add export to svg settings
- 03:14 AM Revision 20868719 (qgis): Add export to image settings
- 03:14 AM Revision 91e26c89 (qgis): Fix #54139 - Add option to auto-open exported PDF
- 03:12 AM Revision a65ec9b2 (qgis): Fix crash when trying to request features from invalid GPX layer
- Fixes #54021
- 03:12 AM Revision 7dc59d21 (qgis): Fix crash when trying to request features from invalid GPX layer
- Fixes #54021
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 ... - 09:30 AM Revision e8fd732f (qgis): Minor tweaks to tiled scene 3d renderer widget
- 09:30 AM Revision 4771c9ad (qgis): Default to not showing bounding boxes for tiled scene 3d renderers
- 04:29 AM Revision c3e122b3 (qgis): Combine rtc center translation with tile transform for code simplicity
- 04:29 AM Revision c2559626 (qgis): Add method to translate QgsMatrix4x4 by QgsVector3D
- 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...
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
- 12:11 AM Revision d11924d5 (qgis): Cache texture requests for 3d tiled scene renderer
- 11:11 PM Revision 59a5e436 (qgis): Fix typo in Continuous Surface fill limit default value
- 04:11 PM Revision 1ef9ce3d (qgis): Also set 'evaluate default values on provider side' property when loadi...
- 04:11 PM Revision 03f3bed6 (qgis): Also set 'evaluate default values on provider side' property when loadi...
- 04:07 PM Revision 38656820 (qgis): Also set 'evaluate default values on provider side' property when loadi...
- 02:11 PM Revision 77c5adfc (qgis): INSTALL.md add link to build dependencies to debian packaging section
- 09:55 AM Revision 419ec9cf (qgis): Fix crash when trying to request features from invalid GPX layer
- Fixes #54021
- 09:55 AM Revision 3387dbce (qgis): Fix crash when trying to request features from invalid GPX layer
- Fixes #54021
- 09:51 AM Revision 702167b4 (qgis): Fix crash when trying to request features from invalid GPX layer
- Fixes #54021
- 05:28 AM Revision c2e12322 (qgis): Merge pull request #54299 from qgis/queued_ltr_backports
- Queued ltr backports 3.28.11
2023-08-20
- 10:43 PM Revision ff54c484 (qgis): Fix messed up enum documentation in generated doxygen outputs
- 10:43 PM Revision 6f3f6f0a (qgis): Trying to handle SIP_MONKEYPATCH_FLAGS_UNNEST breaks doxygen
2023-08-19
- 12:11 AM Revision c43383ad (qgis): Add draco
- 12:11 AM Revision 819f7dbf (qgis): Build without draco
- 12:11 AM Revision e04649d9 (qgis): Try to reactivate msys2 workflow
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.
- 10:18 PM Revision cd3bcd67 (qgis): gdal_algorithm_vector_tests: Remove empty line at the end of file
- 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.
- 10:17 PM Revision 56832706 (qgis): qgs3dmapsettings: Fix typo in a comment
- 10:16 PM Revision 5b07fbfe (qgis): Fix messed up enum documentation in generated doxygen outputs
- 10:16 PM Revision 09a302a6 (qgis): Trying to handle SIP_MONKEYPATCH_FLAGS_UNNEST breaks doxygen
- 02:02 PM Revision c0b88339 (qgis): Release of 3.32.2
- 02:02 PM Revision 2e3815dc (qgis): translation update for 3.32.2 from transifex
- 02:01 PM Revision e2edb9c4 (qgis): Release of 3.28.10
- 02:01 PM Revision 39d9e923 (qgis): translation update for 3.28.10 from transifex
- 12:47 PM Revision 25e14420 (qgis): avoid detach (#54285)
- 12:44 PM Revision ba7d96ca (qgis): Update src/analysis/processing/qgsalgorithmgrid.cpp
- 12:44 PM Revision 0ebad4cb (qgis): Apply suggestions from code review
- 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... - 12:44 PM Revision 9df3715f (qgis): Apply suggestions from code review
- 12:09 PM Revision 8fd0a57a (qgis): Build without draco
- 10:00 AM Revision 7540e600 (qgis): Trying to handle SIP_MONKEYPATCH_FLAGS_UNNEST breaks doxygen
- 10:00 AM Revision ddb5e4a5 (qgis): Fix messed up enum documentation in generated doxygen outputs
- 10:00 AM Revision 4bdb6dd9 (qgis): Trying to handle SIP_MONKEYPATCH_FLAGS_UNNEST breaks doxygen
- 10:00 AM Revision b35036f9 (qgis): Fix messed up enum documentation in generated doxygen outputs
- 09:54 AM Revision 73188e80 (qgis): Fix messed up enum documentation in generated doxygen outputs
- 09:54 AM Revision d874d9c0 (qgis): Trying to handle SIP_MONKEYPATCH_FLAGS_UNNEST breaks doxygen
- 09:54 AM Revision 35e1693c (qgis): Ensure layer filter is retained after cloning layers
- Fixes #53774
- 07:31 AM Revision b360a924 (qgis): Add test mask
- (cherry picked from commit 5ff8855317804824835742f58b45c2b2a21403c3)
- 07:31 AM Revision 3e14c927 (qgis): fix typo
- 07:31 AM Revision c45998ea (qgis): Make sure that empty chunk nodes do not affect the parent nodes' boundi...
- 07:31 AM Revision dbcb5bd9 (qgis): Add test masks
- 07:31 AM Revision e1403403 (qgis): Additional test mask
- 07:31 AM Revision 9feb2351 (qgis): lower initial vector layer estimated z range
- 07:30 AM Revision 692496b9 (qgis): Ensure layer filter is retained after cloning layers
- Fixes #53774
- 06:10 AM Revision 82e82129 (qgis): Apply suggestions from code review
- 06:10 AM Revision 77f8feca (qgis): Version added to sip
- 06:10 AM Revision db0d7c1e (qgis): Update src/core/project/qgsproject.h
- Co-authored-by: Nyall Dawson <[email protected]>
- 06:10 AM Revision 13823952 (qgis): Added new QgsProject signal willBeCleared
- New signal emitted every time in the beginning of QgsProject::clear call
- 06:10 AM Revision c8ff4df8 (qgis): Updated sip wrappers
- 06:09 AM Revision b01db681 (qgis): Add warning when last used profile was missing
- 03:45 AM Revision 0a04a644 (qgis): QString fixup
- 03:40 AM Revision 5771f88e (qgis): Fix Qt6 build
- 03:40 AM Revision 6d892d69 (qgis): Disable comma field separator when it is used as decimal separator
- 03:40 AM Revision 373a6398 (qgis): Apply suggestions from code review
- 02:59 AM Revision 379fa60e (qgis): Ensure layer filter is retained after cloning layers
- Fixes #53774
- 02:59 AM Revision c5ee19e4 (qgis): Ensure layer filter is retained after cloning layers
- Fixes #53774
- 02:54 AM Revision b2748d9c (qgis): Ensure layer filter is retained after cloning layers
- Fixes #53774
- 02:16 AM Revision 96daee86 (qgis): Fixes workflows badge in README
- 02:14 AM Revision 0fd29950 (qgis): Add test mask
- (cherry picked from commit 5ff8855317804824835742f58b45c2b2a21403c3)
- 02:13 AM Revision 6a35c9a6 (qgis): Merge pull request #54267 from kadas-albireo/synclegend
- Synchronously fetch legend graphics when exporting layouts to PDF
- 02:09 AM Revision ff674379 (qgis): Update MetaSearch with new settings API
- fixes #54144
- 02:09 AM Revision c5151872 (qgis): fix test
- 02:09 AM Revision fd6f2604 (qgis): remove Arcgis Map Server
- 02:08 AM Revision b35600f2 (qgis): Make web viewer work with local files
- 02:08 AM Revision ede269dd (qgis): Don't delete associated file on download cancellation
2023-08-17
- 01:58 AM Revision ceb7040c (qgis): DTM Filter docs: adjust scope of italic formatting
- 01:57 AM Revision 3b54b298 (qgis): Handle PJ_TYPE_COORDINATE_METADATA in switch
- 11:04 PM Revision 0d866e62 (qgis): Add draco
- 10:48 PM Revision 85874e9e (qgis): Try to reactivate msys2 workflow
- 10:02 AM Revision 46701591 (qgis): Synchronously fetch legend graphics when exporting layouts to PDF
- 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... - 02:45 AM Revision 726171cd (qgis): Set correct parents when creating chunk nodes for tiled scene
- 02:45 AM Revision 2bc98792 (qgis): Use zip_get_num_entries
- 02:45 AM Revision 4313c050 (qgis): FIx deprecation warning in vectortile
2023-08-16
- 09:59 PM Revision a4766162 (qgis): change "QWT_PATH..." to " QSCINTILLA_PATH..." (#54233)
- Signed-off-by: wulu <[email protected]>
- 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)
- 05:26 PM Revision 84caee52 (qgis): Merge pull request #53960 from Djedouas/delete-curve-vertex
- Fix delete curve vertex
- 01:42 PM Revision 6464020f (qgis): fix test
- 01:42 PM Revision b997a78f (qgis): Update MetaSearch with new settings API
- fixes #54144
- 01:42 PM Revision 09d15fad (qgis): remove Arcgis Map Server
- 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 - 09:38 AM Revision 55f45301 (qgis): Don't delete associated file on download cancellation
- 09:38 AM Revision c073cca9 (qgis): Make web viewer work with local files
- 09:33 AM Revision 61f0d27a (qgis): Make web viewer work with local files
- 09:33 AM Revision e0ce0560 (qgis): Don't delete associated file on download cancellation
- 08:50 AM Revision f634ee38 (qgis): fix test
- 05:19 AM Revision e8a24b0f (qgis): Fixed note + added convert to subclass code
- 05:19 AM Revision 9eb35537 (qgis): Add Python bindings for tiled scene 3D renderer
- 04:42 AM Revision 23469569 (qgis): [DXF] Don't write nan or inf in group codes for scale factors
- 04:37 AM Revision 0620c80d (qgis): [DXF] Don't write nan or inf in group codes for scale factors
- 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 ... - 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... - 03:00 AM Revision 6c0f4ac6 (qgis): Correctly handle null cached image results
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
- 12:00 PM Revision d8877c76 (qgis): Strip some unwanted warnings during gltf model loading
- 10:14 AM Revision 23b994db (qgis): Test mask update
- 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 ... - 09:19 AM Revision f27cc254 (qgis): remove Arcgis Map Server
- 06:41 AM Revision 9c6d4791 (qgis): Add basic GUI for tiled scene 3D renderer
- 06:41 AM Revision 7c2b9155 (qgis): Update src/app/3d/qgstiledscenelayer3drendererwidget.cpp
- 02:53 AM Revision a9326f2c (qgis): [ui] Remove hack-ish styling for text edit wrapper which breaks dark th...
- 02:53 AM Revision 78d64a17 (qgis): [ui] Improve looks of range (spinbox) wrapper on light/dark themes
- 02:53 AM Revision 95e43b0c (qgis): [themes] Respect read-only and frameless properties
- 02:53 AM Revision 02b7183e (qgis): Adjust test
- 02:53 AM Revision 049d85f9 (qgis): [ui] Fix QgsDateTimeEdit showing clear button in read-only mode and add...
- 02:19 AM Revision 7a6d5989 (qgis): Fix QgsChunkNodeId::text()
- 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... - 02:18 AM Revision d0bdcb93 (qgis): Data Source Manager - GPS: connect Help button to docs
- (cherry picked from commit 531fe7fb870a5e89225d84b07c4e1042711e83d3)
- 02:18 AM Revision a5715b75 (qgis): Data Source Manager - Metadata: connect Help button to docs
- (cherry picked from commit a6fe7b1402acca6f40040abc4e5c7144d1754690)
- 02:18 AM Revision 8cb57308 (qgis): Data Source Manager - Point Cloud: connect Help button to docs
- (cherry picked from commit 85bc2ebfb08dfc84ed20e527541a23807648a84a)
- 02:18 AM Revision 776bb5db (qgis): Data Source Manager - Raster: connect Help button to docs
- (cherry picked from commit c78f27d0cb927b1935598a5da6c5c977c33d70fd)
- 02:18 AM Revision 35e69ca3 (qgis): Move includes to .cpp
- (cherry picked from commit 499b5fc6a49ba76ea1a9084e379f62f28644dae3)
- 02:18 AM Revision 13ddc9df (qgis): Data Source Manager - Mesh: connect Help button to docs
- (cherry picked from commit daa2dcb97d02726707b6d8a1ffce8e305bcebd57)
- 02:10 AM Revision 4b8b2a54 (qgis): Data Source Manager - GeoNode: connect Help button to docs
- 02:10 AM Revision 4ac8eab2 (qgis): Move includes to .cpp
- (cherry picked from commit 499b5fc6a49ba76ea1a9084e379f62f28644dae3)
- 02:10 AM Revision 183fc21e (qgis): Data Source Manager - Point Cloud: connect Help button to docs
- (cherry picked from commit 85bc2ebfb08dfc84ed20e527541a23807648a84a)
- 02:10 AM Revision 95e6b2c5 (qgis): Data Source Manager - Raster: connect Help button to docs
- (cherry picked from commit c78f27d0cb927b1935598a5da6c5c977c33d70fd)
- 02:10 AM Revision 90c31732 (qgis): Data Source Manager - GPS: connect Help button to docs
- (cherry picked from commit 531fe7fb870a5e89225d84b07c4e1042711e83d3)
- 02:10 AM Revision e6faba35 (qgis): Data Source Manager - Mesh: connect Help button to docs
- (cherry picked from commit daa2dcb97d02726707b6d8a1ffce8e305bcebd57)
- 02:10 AM Revision 79cf1152 (qgis): Data Source Manager - Metadata: connect Help button to docs
- (cherry picked from commit a6fe7b1402acca6f40040abc4e5c7144d1754690)
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
- 01:53 AM Revision 5ff88553 (qgis): Add test mask
- 04:53 PM Revision 9a3b87b1 (qgis): Update MetaSearch with new settings API
- fixes #54144
- 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
- 10:02 AM Revision 32d32b43 (qgis): Additional test mask
- 10:02 AM Revision 493daa9d (qgis): fix typo
- 10:02 AM Revision 771408d5 (qgis): Add test masks
- 10:02 AM Revision 0559aa0e (qgis): lower initial vector layer estimated z range
- 10:02 AM Revision 1dabd0a4 (qgis): Make sure that empty chunk nodes do not affect the parent nodes' boundi...
- 10:02 AM Revision 9faad16a (qgis): Additional test mask
- 10:02 AM Revision 48acc8b2 (qgis): Add test masks
- 10:02 AM Revision f81b2118 (qgis): lower initial vector layer estimated z range
- 10:02 AM Revision 4bfdc1a1 (qgis): Make sure that empty chunk nodes do not affect the parent nodes' boundi...
- 10:02 AM Revision 95d6d236 (qgis): fix typo
- 09:57 AM Revision b0c4b0c8 (qgis): Additional test mask
- 09:57 AM Revision 2f68a1de (qgis): Add test masks
- 09:57 AM Revision a70e5ff3 (qgis): fix typo
- 09:57 AM Revision bdbd3af8 (qgis): Make sure that empty chunk nodes do not affect the parent nodes' boundi...
- 09:57 AM Revision cb5f183c (qgis): lower initial vector layer estimated z range
- 09:19 AM Revision 58eb3642 (qgis): Use tile manager for downloading tiled scene content (when not on main
- thread)
- 04:41 AM Revision 499b5fc6 (qgis): Move includes to .cpp
- 04:41 AM Revision 85bc2ebf (qgis): Data Source Manager - Point Cloud: connect Help button to docs
- 04:41 AM Revision 5b11246d (qgis): Data Source Manager - Scene: connect Help button to docs
- 04:41 AM Revision 531fe7fb (qgis): Data Source Manager - GPS: connect Help button to docs
- 04:41 AM Revision daa2dcb9 (qgis): Data Source Manager - Mesh: connect Help button to docs
- 04:41 AM Revision c78f27d0 (qgis): Data Source Manager - Raster: connect Help button to docs
- 04:41 AM Revision a6fe7b14 (qgis): Data Source Manager - Metadata: connect Help button to docs
- 03:56 AM Revision cd31612a (qgis): Fix mingw build
- (cherry picked from commit 2a4a4b69475f9ae7d00880a6d3434f723a2a52c1)
- 03:50 AM Revision 4b442326 (qgis): Fix use after free when truncating 3d scene nodes
- 03:48 AM Revision c8ffac04 (qgis): fix Qscintilla include dir on ArchLinux with Qt6
- Signed-off-by: wulu <[email protected]>
- 03:15 AM Revision 3de6c5fd (qgis): Fix mingw build
- (cherry picked from commit 2a4a4b69475f9ae7d00880a6d3434f723a2a52c1)
- 03:14 AM Revision 706b853d (qgis): [ui] Fix QgsExpressionLineEdit's display of valid expression for dark t...
- 03:14 AM Revision 7a38d339 (qgis): [ui] Fix QgsExpressionLineEdit's display of valid expression for dark t...
Also available in: Atom