Activity

From 2023-08-31 to 2023-09-29

2023-09-29

03:23 PM Revision 5620ed79 (qgis): Update tests
Paul Blottiere
02:43 PM Revision cc152847 (qgis): Deactivate progress bar when no nodes
Paul Blottiere
02:22 PM Revision dece451a (qgis): Merge pull request #54706 from Gustry/hide-password
Hide password instead of removing it René-Luc ReLuc
12:09 PM Revision d69a6772 (qgis): Fix segfault when point is invalid
Paul Blottiere
12:09 PM Revision d5b62e23 (qgis): Apply suggestions from code review
Nyall Dawson
12:09 PM Revision 46c2d8b2 (qgis): Another safety check
Paul Blottiere
11:55 AM Revision e85392bd (qgis): Misc typo/misnaming dialog fixes
Harrissou Santanna
11:55 AM Revision f53b3186 (qgis): Update docs and description for layout map item grid elements
Harrissou Santanna
11:55 AM Revision 136cf92a (qgis): Expression string builder --> Expression builder
Harrissou Santanna
11:11 AM Revision 25fc0154 (qgis): Port Join Attributes by Location (summary) to c++
Refs #53806
The crash here is coming from sip internals -- somewhere it is
triggering a Python SystemError. I can't ...
Nyall Dawson
10:48 AM Revision 75c177e8 (qgis): LAYOUT attr table widget width localization
Fix #54204 Alessandro Pasotti
10:10 AM Revision 493219c7 (qgis): [OGR provider] Fix issue when writing a multi-part multipolygon in a sh...
Even Rouault
09:29 AM Revision 29b08c79 (qgis): Hide password instead of removing it
Etienne Trimaille
09:25 AM Revision ec6e480c (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:25 AM Revision 8c57166a (qgis): qgsmesh3dmaterial: Fix typos in a comment
Jean Felder
08:57 AM Revision 05469fd2 (qgis): [OAPIF] Handle features with complex attribute of QMap type (fixes #54275)
Even Rouault
08:41 AM Revision 4560044a (qgis): Another safety check
Paul Blottiere
08:41 AM Revision d95802d7 (qgis): Fix segfault when point is invalid
Paul Blottiere
08:41 AM Revision 3bf10541 (qgis): Apply suggestions from code review
Nyall Dawson
08:37 AM Revision 908eda36 (qgis): Fix segfault when point is invalid
Paul Blottiere
08:37 AM Revision 7f8faed8 (qgis): Another safety check
Paul Blottiere
08:37 AM Revision 3d2bdeda (qgis): Apply suggestions from code review
Nyall Dawson
08:36 AM Revision 6a563f8a (qgis): add test for world file creation
Alexander Bruy
08:36 AM Revision 6efed1db (qgis): use center of the upper left pixel when writing world file (fix #41795)
Alexander Bruy
08:36 AM Revision c9b50a76 (qgis): Update tests/src/app/testqgsgeoreferencer.cpp
Nyall Dawson
08:36 AM Revision 05a2301e (qgis): Spelling
Nyall Dawson
08:36 AM Revision c14f0126 (qgis): Greatly speed up running qgis_process help usage
Add a shortcut so that if we're just showing the usage documentation,
avoid the whole startup costs of QgsApplication...
Nyall Dawson
08:36 AM Revision 0c60c479 (qgis): Also shortcut execution of qgis_process --version
Nyall Dawson
07:46 AM Revision 9aa0600f (qgis): when snapping to curved geometry use snapped point coordinates instead
of returning interpolated point on a segment Alexander Bruy
07:46 AM Revision cd2b8910 (qgis): check geometry wkb type instead of layer wkb type
Alexander Bruy
07:46 AM Revision 2e915c7c (qgis): better fix and add a test
Alexander Bruy
07:37 AM Revision c29bfc71 (qgis): Fix build warning
Nyall Dawson
07:23 AM Revision cf75df94 (qgis): SERVER: fix getpring atlas with DD follow theme
Fix #54475 when an atlas map has a data-defined
follow theme with an expression which depends on
the atlas feature.
Alessandro Pasotti
07:10 AM Revision 93f4b0c4 (qgis): spelling
Alessandro Pasotti
07:10 AM Revision b235eeed (qgis): GEOMETRY: fix regression on split multipart
Fix #54155 Alessandro Pasotti
07:10 AM Revision 24f0cb64 (qgis): Update src/core/geometry/qgsgeos.cpp
Nyall Dawson
04:13 AM Revision 72469836 (qgis): [OGR provider] Fix issue when writing a multi-part multipolygon in a sh...
Even Rouault
03:48 AM Revision 4514acb1 (qgis): LAYOUT attr table widget width localization
Fix #54204 Alessandro Pasotti
03:31 AM Revision 8793e659 (qgis): Apply suggestions from code review
Nyall Dawson
03:15 AM Revision c3f9d252 (qgis): Update tests/src/app/testqgsgeoreferencer.cpp
Nyall Dawson
03:08 AM Revision 7b3ac88f (qgis): Fix leak when constructing geometry from wkt with empty components
Nyall Dawson
03:07 AM Revision 8a3ee8aa (qgis): [OGR provider] Fix issue when writing a multi-part multipolygon in a sh...
Even Rouault
03:02 AM Revision 1a638ef2 (qgis): [GRASS] Fix QgsProcessingParameterNumber in grass7.txt
Andrea Giudiceandrea
02:57 AM Revision c9a85366 (qgis): Merge pull request #54769 from elpaso/bugfix-gh54204-table-layout-width...
LAYOUT attr table widget width localization Alessandro Pasotti
02:52 AM Revision dc8fdc5b (qgis): check geometry wkb type instead of layer wkb type
Alexander Bruy
02:52 AM Revision 822b5f69 (qgis): when snapping to curved geometry use snapped point coordinates instead
of returning interpolated point on a segment Alexander Bruy
02:52 AM Revision 97d5155e (qgis): better fix and add a test
Alexander Bruy
02:51 AM Revision 7fd50f8d (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
02:51 AM Revision bc4411e2 (qgis): qgsmesh3dmaterial: Fix typos in a comment
Jean Felder
02:50 AM Revision 39c492a5 (qgis): [OAPIF] Catch ct.transformBoundingBox() exceptions in QgsOapifProvider ...
Even Rouault
02:50 AM Revision 03100afb (qgis): [OAPIF] Fix wrong extent when not advertized in collection metadata and...
Fixes https://lists.osgeo.org/pipermail/qgis-user/2023-September/053400.html Even Rouault
02:50 AM Revision a0edac85 (qgis): [GUI] VectorLayerSaveAsDialog: allow to select an existing FileGeodatab...
This fix isn't totally satisfactory, because AFAICS there's no way in Qt
FileDialog to both be able select an existin...
Even Rouault
02:47 AM Revision 4ab76164 (qgis): enable Delete button if there is at least one user function (fix #51108)
Alexander Bruy
02:44 AM Revision 699ab865 (qgis): SERVER: fix getpring atlas with DD follow theme
Fix #54475 when an atlas map has a data-defined
follow theme with an expression which depends on
the atlas feature.
Alessandro Pasotti
02:42 AM Revision 9337787b (qgis): enable Delete button if there is at least one user function (fix #51108)
Alexander Bruy
02:40 AM Revision 784c844e (qgis): Fix crash when certain symbol pages are open in style dock, eg
categorized class symbol editors, and QGIS is closed or a new project
opened
The symbol ownership of QgsSymbolSelect...
Nyall Dawson
02:34 AM Revision 3de67578 (qgis): Use a precision of 7 for viewbox coordinates
pathmapper
02:25 AM Revision f107d51e (qgis): Add clear value
Nyall Dawson
02:18 AM Revision 3aba9514 (qgis): append style name to the output file name when saving multiple styles
(fix #46597) Alexander Bruy
02:16 AM Revision dce0a070 (qgis): Fix MD formatting in sec. 5.5
References to variables in paths without backticks (`) causes parts the paragraph to be interpreted as TeX math aske-w
02:15 AM Revision 116643ee (qgis): map3dconfigwidget: Hide the unsued terrain shading opacity option
The terrain shading widget automatically got an opacity slider when
`QgsPhongMaterialWidget` was updated to get trans...
Jean Felder
02:15 AM Revision dbbbc0ea (qgis): qgsphongmaterialwidget: Add an option to hide the opacity slider
This will be used in the next commit. Jean Felder
02:03 AM Revision b62347b9 (qgis): Fix #54683 - Map tips black scrollbars
Yoann Quenach de Quivillic
02:03 AM Revision 9d837335 (qgis): Tweak map tip max size
Yoann Quenach de Quivillic

2023-09-28

01:06 AM Revision 58c66938 (qgis): add test for world file creation
Alexander Bruy
01:06 AM Revision 6077d978 (qgis): use center of the upper left pixel when writing world file (fix #41795)
Alexander Bruy
01:02 AM Revision 95e504f9 (qgis): use center of the upper left pixel when writing world file (fix #41795)
Alexander Bruy
01:02 AM Revision e37e12ae (qgis): add test for world file creation
Alexander Bruy
09:41 PM Revision 859a851e (qgis): Allow GPU memory limit configuration + show a warning when limit got hit
Martin Dobias
09:16 AM Revision ce71ecde (qgis): LAYOUT attr table widget width localization
Fix #54204 Alessandro Pasotti
09:09 AM Revision 4676af85 (qgis): Merge pull request #54726 from troopa81/make_avoidintersection_return_enum
Make avoidIntersections return an enum Julien Cabieces

2023-09-27

11:21 PM Revision 38f0c221 (qgis): GUI: fix vector lyr properties dlg project dirty
Fix #54741
Fix unreported CRS not restored on cancel after change
Alessandro Pasotti
11:19 PM Revision deccbb6f (qgis): use "@id" instead of deprecated "$id" in geometry checker (fix #52658)
Alexander Bruy
06:39 PM Revision 29f19daf (qgis): fix sip
Julien Cabieces
05:00 PM Revision 028d2543 (qgis): remove comma
Co-authored-by: Denis Rouzaud <[email protected]> Julien Cabieces
02:00 PM Revision 68f025b2 (qgis): expose QgsField configuration flags in python bindings (#54753)
Denis Rouzaud
04:48 AM Revision c561e1b1 (qgis): Improve tooltip for character widget
Changes:
- Include the character in both the selected font and a standard
font, so that it's possible to see what the...
Nyall Dawson

2023-09-26

04:02 PM Revision 096d741f (qgis): Merge pull request #54692 from elpaso/bugfix-gh8155-atlas-legend-suppor...
ATLAS: LEGEND support clipping Alessandro Pasotti
09:01 AM Revision 5d497bc4 (qgis): Merge pull request #54611 from nirvn/gpkg_addpart_fix
[maptools] Fix adding part on a multipolygon geopackage dataset Alessandro Pasotti
08:45 AM Revision f867b596 (qgis): Merge pull request #54716 from nyalldawson/fixes
Misc clazy/ qstring fixes Julien Cabieces
03:56 AM Revision 775d33cc (qgis): Add test coverage to add part map tool
Mathieu Pellerin - nIRV
03:51 AM Revision 1dba5d8d (qgis): [maptools] Fix adding part on a multipolygon geopackage dataset
Mathieu Pellerin - nIRV

2023-09-25

12:26 AM Revision ca92d29f (qgis): Fix typo in qgscoordinatereferencesystemutils.cpp
Báthory Péter
04:12 PM Revision 22003e73 (qgis): fix clang-tidy
Julien Cabieces
01:52 PM Revision 0d1e3901 (qgis): Address review
Mathieu Pellerin - nIRV
01:52 PM Revision 98431b35 (qgis): Tweak test to check that the copy move action only copies once
Mathieu Pellerin - nIRV
01:52 PM Revision d29c2196 (qgis): [maptools] Fix extra duplicated feature when using the copy+move map to...
Mathieu Pellerin - nIRV
01:14 PM Revision 3c1f5101 (qgis): add modeler support and deprecate Python implementation
Alexander Bruy
01:14 PM Revision 6ca67d8c (qgis): custom widget for raster calculator expressions
Alexander Bruy
01:14 PM Revision 6ff700ec (qgis): finalize raster calculator algorithm
Alexander Bruy
01:14 PM Revision fae27f2b (qgis): add algorithm to create virtual raster
Alexander Bruy
01:14 PM Revision 8d52b54f (qgis): address review
Alexander Bruy
01:14 PM Revision 65340259 (qgis): raster calculator algorithm (WIP)
Alexander Bruy
01:14 PM Revision eda287d4 (qgis): add test for raster calculator expression
Alexander Bruy
01:14 PM Revision 0f93479e (qgis): support for raster calculator expressions in expression parameter
Alexander Bruy
11:15 AM Revision 657e65dc (qgis): fix remove/rename Arcgis connections in browser (#54725)
fixes #54718
fixes #53321
Denis Rouzaud
11:12 AM Revision 7ef5717c (qgis): add deprecated instructions
Julien Cabieces
10:47 AM Revision f92c256e (qgis): Merge pull request #54666 from alexbruy/style-category-icons
add icons to Elevation and Notes style categories (fix #53680) Alexander Bruy
10:19 AM Revision 86147cbc (qgis): Merge pull request #54709 from elpaso/bugfix-gh-54682-max-spinbox-value...
Layout legend wdgt: bump max value for spinboxes Alessandro Pasotti
08:42 AM Revision 5315ae6c (qgis): make avoidIntersections return an enum
Julien Cabieces
08:04 AM Revision bfe726ba (qgis): fix remove/rename Arcgis connections in browser
fixes #54718
fixes #53321
Denis Rouzaud
07:37 AM Revision fd696f17 (qgis): add icon to Elevation style category (refs #53680)
Alexander Bruy
05:56 AM Revision bfee9b29 (qgis): Identation
Nyall Dawson
05:54 AM Revision 088f02d3 (qgis): Fix spell check false positive
Nyall Dawson
05:49 AM Revision 990b1657 (qgis): QString fixup
Nyall Dawson
05:49 AM Revision 3b451914 (qgis): Fix clazy warnings
Nyall Dawson

2023-09-24

01:53 AM Revision aad03817 (qgis): Fix crash when removing the last recent project followed by selecting a...
Mathieu Pellerin - nIRV
01:53 AM Revision d8508b11 (qgis): qgs3dmapscene: Fix sip file
This fixes commit b9f770210c03201a5d81324ac3b1523f57bc2bd8. Jean Felder

2023-09-23

04:29 AM Revision ff9c1b51 (qgis): use stringToSafeFilename()
Alexander Bruy
04:29 AM Revision d696a509 (qgis): [processing] replace illegal characters with underscore when generating
output filename in Split Vector Layer algorithm (fix #53856)
Also ignore invalid geometries, as we only want to spli...
Alexander Bruy
04:28 AM Revision 8469a7c9 (qgis): PG: fix issue GH #54572 st_geographyfromtext
Fix #54572 Error saving edit on PostGIS geometry when table also contains geography Alessandro Pasotti
04:27 AM Revision 77a534cb (qgis): SQLite layer export: do not set SRID= layer creation options that is in...
Even Rouault

2023-09-22

11:36 PM Revision 0643f0fd (qgis): SQLite layer export: do not set SRID= layer creation options that is in...
Even Rouault
11:34 PM Revision 84a55ed1 (qgis): qgsmesh3dentity: Remove empty line at the end of file
Jean Felder
11:34 PM Revision 4cf83449 (qgis): qgsmesh3geometry: Limit geometry to 3d scenes' 2d extent
This is a follow-up of https://github.com/qgis/QGIS/pull/51304 which
did not handle mesh layers. This commit adds thi...
Jean Felder
11:34 PM Revision 4f345e74 (qgis): qgsmesh3dgeometry: Fix typo in a variable name
Jean Felder
11:33 PM Revision b9f77021 (qgis): qgs3dmapscene: Handle mesh layers in elevationRange()
This is a follow-up of https://github.com/qgis/QGIS/pull/51544 which
only handled PointCloud layers.
The switch logi...
Jean Felder
11:32 PM Revision 3462b1bb (qgis): PG: fix issue GH #54572 st_geographyfromtext
Fix #54572 Error saving edit on PostGIS geometry when table also contains geography Alessandro Pasotti
11:31 PM Revision a2ec41b4 (qgis): use stringToSafeFilename()
Alexander Bruy
11:31 PM Revision 8d768acb (qgis): [processing] replace illegal characters with underscore when generating
output filename in Split Vector Layer algorithm (fix #53856)
Also ignore invalid geometries, as we only want to spli...
Alexander Bruy
11:31 PM Revision f4e55344 (qgis): SQLite layer export: do not set SRID= layer creation options that is in...
Even Rouault
11:30 PM Revision 4c15213e (qgis): [OGR provider] GPKG/SQLite: issue a 'UPDATE ... SET col_name = constant...
On the test case provided in #53043:
Before:
```
Start layer.getFeatures() without update
layer.getFeatures() found ...
Even Rouault
11:28 PM Revision b443c19b (qgis): Merge pull request #54664 from elpaso/bugfix-gh54572-pg-geom-and-geog
PG: fix issue GH #54572 st_geographyfromtext Alessandro Pasotti
11:27 PM Revision 6daf48e2 (qgis): use stringToSafeFilename()
Alexander Bruy
11:27 PM Revision a3ca16e3 (qgis): [processing] replace illegal characters with underscore when generating
output filename in Split Vector Layer algorithm (fix #53856)
Also ignore invalid geometries, as we only want to spli...
Alexander Bruy
11:24 PM Revision 994ca12c (qgis): Fixes the wrong reference point for mode fill above and fill below
Sebastian Zipser
11:24 PM Revision 57862398 (qgis): fix indentation
Sebastian Zipser
11:24 PM Revision 82d06dfe (qgis): mark project dirty after pasting layer style (fix #53693)
Alexander Bruy
11:24 PM Revision 9fc2c3d6 (qgis): There is no feature display name for raster
Harrissou Santanna
11:23 PM Revision f990beff (qgis): add object names to annotation actions, so they can be removed with
interface customization (fix #54250) Alexander Bruy
11:23 PM Revision 5c423ab3 (qgis): Correctly handle GDAL drivers which support BOTH raster and vector
layers in the GDAL driver list in options dialog
(cherry picked from commit 0f91d38)
Ensure entries for the same ras...
Andrea Giudiceandrea
11:22 PM Revision 0ce9b637 (qgis): Fix crash on WCS bad layers
Fix #54702 Alessandro Pasotti
11:22 PM Revision 42c9d5a0 (qgis): Test for isse #54702
Alessandro Pasotti
11:18 PM Revision 3c6298f2 (qgis): Fix read of vector settings for mesh layers
Paul Blottiere
04:58 PM Revision 6747b9a5 (qgis): Merge pull request #54681 from pblottiere/fix_session_role
Fix session_role setting Julien Cabieces
03:18 PM Revision f80784e0 (qgis): Layout legend wdgt: bump max value for spinboxes
Fix #54682 Alessandro Pasotti
11:42 AM Revision 8a23c9ad (qgis): qgs3dmapscene: Fix near far computation failed check
The update failed check assumes that the initial fnear and ffar values
have not changed. However, if the fnear/ffar s...
Jean Felder
11:42 AM Revision 28df0542 (qgis): qgs3dutils: Factor out function to compute near/far planes of a bbox
Jean Felder
11:42 AM Revision 6b371430 (qgis): qgs3dmapscene: Use scene extent as a fallback for near/far plane comput...
This can happen if the scene does not contain any
Qgs3DMapSceneEntity. For example, if the scene only containes meshes.
Jean Felder
11:35 AM Revision bbfefcfc (qgis): Add tests for atlas legend clipping
Alessandro Pasotti
10:52 AM Revision c0ae76b3 (qgis): Remove unnecessary settings
Paul Blottiere
10:24 AM Revision 5045a9b3 (qgis): Fix session_role setting
Paul Blottiere
09:26 AM Revision f3449194 (qgis): Merge pull request #54675 from alexbruy/pointcloud-expression-test
do not crash when user hits "Test" button in point cloud expression editor (fix #54648) Alexander Bruy
07:21 AM Revision bf22a165 (qgis): vectorlayerchunkloader: Do not apply terrain offset if clamping is abso...
If a terrain offset is applied, all the shapes are vertically
translated by the size of the offset. However, if the c...
Jean Felder
06:32 AM Revision bf3235d0 (qgis): add object names to annotation actions, so they can be removed with
interface customization (fix #54250) Alexander Bruy
06:28 AM Revision d07bd5a5 (qgis): Resync tinygltf
Nyall Dawson
06:27 AM Revision 968e0856 (qgis): Merge pull request #54658 from alexbruy/annotations-object-name
add object names to annotation actions, so they can be removed with interface customization (fix #54250) Alexander Bruy
02:03 AM Revision 0881ace2 (qgis): mark project dirty after pasting layer style (fix #53693)
Alexander Bruy

2023-09-21

01:50 AM Revision be3b1580 (qgis): Fixes the wrong reference point for mode fill above and fill below
Sebastian Zipser
01:50 AM Revision a8d78e56 (qgis): fix indentation
Sebastian Zipser
01:45 AM Revision 57ce70bd (qgis): Merge pull request #54644 from elpaso/bugfix-gh54496-raster-properties-...
RASTER properties dlg sync opacity Alessandro Pasotti
01:44 AM Revision 6783df5d (qgis): fix indentation
Sebastian Zipser
01:44 AM Revision 5450fa07 (qgis): Fixes the wrong reference point for mode fill above and fill below
Sebastian Zipser
01:42 AM Revision e0cb6887 (qgis): QgsVectorLayerSaveAsDialog::createControls(): fix memory leak
Even Rouault
01:42 AM Revision 48e2faf4 (qgis): QgsVectorLayerSaveAsDialog: uncheck 'Add saved filed to map' when selec...
Even Rouault
01:41 AM Revision f6efba54 (qgis): fix(3DSceneExporter): add entity sorting to have idempotent scene export
bdm-oslandia
01:40 AM Revision 0e7ab1d2 (qgis): add tests for GDAL algorithms
Alexander Bruy
01:40 AM Revision f22efde6 (qgis): add binary and boolean types to QgsFieldProxyModel to allow filtering
corresponding field types. Also expose these field types to Processing
field parameter (fix #53940)
Alexander Bruy
01:39 AM Revision c50a7390 (qgis): mark project dirty after pasting layer style (fix #53693)
Alexander Bruy
01:34 AM Revision 5c0ec0fd (qgis): mark project dirty after pasting layer style (fix #53693)
Alexander Bruy
01:33 AM Revision 892146c5 (qgis): qgscameracontroller: Ensure to keep sane values for camera speed
With the current logic in `QgsCameraController::onWheel`, once the
speed becomes null, it cannot increase anymore and...
Jean Felder
01:33 AM Revision 311b3ad2 (qgis): [OGR] Allow CTE SQLite subsetstring
Andrea Giudiceandrea
06:03 PM Revision 59fd92a5 (qgis): Fix for test
Alessandro Pasotti
05:37 PM Revision d156fbab (qgis): ATLAS: LEGEND support clipping
Fix #8155 Alessandro Pasotti
02:03 PM Revision 0c9f15ee (qgis): CAD fix regression with units
Fix #54501 Alessandro Pasotti
08:39 AM Revision e5e6a136 (qgis): Merge pull request #54650 from pblottiere/load_psql_project_anonymised
Anonymise logs when loading a project from postgresql Julien Cabieces

2023-09-20

09:16 PM Revision c448e633 (qgis): Update doc
Paul Blottiere
07:21 PM Revision c7e8ae5b (qgis): Merge pull request #54639 from elpaso/bugfix-gh54533-wfs-MAP-replace
SERVER: Fix server utils service URL wrong MAP replace Alessandro Pasotti
03:46 PM Revision 8239b72c (qgis): Merge pull request #54609 from pblottiere/4326_3857_segfault
Fix segfault in coordinate transform Loïc Bartoletti
02:49 PM Revision 1276ec90 (qgis): Merge pull request #54632 from rouault/fix_54119
[GPX provider] Add a 'time' attribute for the waypoint layer (fixes #54119) Even Rouault
02:49 PM Revision cf1244fb (qgis): Merge pull request #54631 from rouault/fix_54275
[OAPIF] Handle features with complex attribute of QMap type (fixes #54275) Even Rouault
10:09 AM Revision 04a6f41a (qgis): make sure that layer is valid before accesing its methods (fix #54648)
Alexander Bruy

2023-09-19

10:10 PM Revision 2c8e7846 (qgis): Use geos cmake configuration (#54659)
Matthias Kuhn
05:17 PM Revision a95e6b23 (qgis): sip
Paul Blottiere
04:52 PM Revision 0d5d80ed (qgis): Anonymise connection string in welcome page (title and tooltip)
Paul Blottiere
04:08 PM Revision 9b9a7020 (qgis): Hide password in project properties
Paul Blottiere
04:01 PM Revision f0a2c902 (qgis): Add more tests
Paul Blottiere
04:00 PM Revision f55f0ffb (qgis): Add possibility to hide a password with XXXXXXXX
Paul Blottiere
03:30 PM Revision adc44153 (qgis): Support postgresql://user@... schema
Paul Blottiere
03:27 PM Revision e1b03c60 (qgis): Use captured()
Paul Blottiere
03:21 PM Revision 6b0d61ab (qgis): Remove password from project filename log
Paul Blottiere
03:21 PM Revision d7fb273a (qgis): layout
Paul Blottiere
03:21 PM Revision 137af237 (qgis): Add unit test
Paul Blottiere
01:47 PM Revision add14bfb (qgis): PG: fix issue GH #54572 st_geographyfromtext
Fix #54572 Error saving edit on PostGIS geometry when table also contains geography Alessandro Pasotti
01:03 PM Revision bd05166a (qgis): SERVER: fix getpring atlas with DD follow theme
Fix #54475 when an atlas map has a data-defined
follow theme with an expression which depends on
the atlas feature.
Alessandro Pasotti
12:58 PM Revision 6f719bd1 (qgis): Merge pull request #54651 from elpaso/bugfix-gh54475-server-getprint-at...
SERVER: fix getpring atlas with DD follow theme Alessandro Pasotti
11:58 AM Revision feaa292c (qgis): Relax test
Sandro Mani
08:52 AM Revision 37f426e8 (qgis): Fix dialog name
Harrissou Santanna
08:36 AM Revision 80c1bc71 (qgis): Merge pull request #54641 from m-kuhn/cmake-proj
[cmake] Use proj cmake configuration and cleanup GDAL_INCLUDE_DIR Matthias Kuhn

2023-09-18

07:08 PM Revision 1e1fb478 (qgis): Remove PROJ_LIBRARY leftovers
Matthias Kuhn
07:02 PM Revision 55593bdb (qgis): Cleanup GDAL_INCLUDE_DIR
Matthias Kuhn
05:49 PM Revision b14be57c (qgis): Merge pull request #54640 from m-kuhn/fix_spatialite_no_pkgconf
Do not require pkgconfig Matthias Kuhn
05:47 PM Revision 8f07c77f (qgis): Merge pull request #54612 from rouault/qgspoint_unused
qgsgeos.cpp: fix a -Wunused-variable warning Even Rouault
05:29 PM Revision cd51bb25 (qgis): Remove leftover
Matthias Kuhn
05:29 PM Revision f2782681 (qgis): Merge branch 'master' into cmake-proj
Matthias Kuhn
05:28 PM Revision 92c54d75 (qgis): add object names to annotation actions, so they can be removed with
interface customization (fix #54250) Alexander Bruy
05:28 PM Revision 6c0f98e0 (qgis): Merge pull request #54634 from m-kuhn/cmake-gdal
[cmake] Use GDAL::GDAL target and prefer GDAL cmake config files Matthias Kuhn
04:14 PM Revision 8d710572 (qgis): SERVER: fix getpring atlas with DD follow theme
Fix #54475 when an atlas map has a data-defined
follow theme with an expression which depends on
the atlas feature.
Alessandro Pasotti
04:09 PM Revision 55f58fa2 (qgis): layout
Paul Blottiere
03:58 PM Revision 70d606e2 (qgis): Add unit test
Paul Blottiere
03:45 PM Revision c890433d (qgis): Remove password from project filename log
Paul Blottiere
02:16 PM Revision 4430ca8d (qgis): Implement storage of raster styles to raster GPKG datasources
Sandro Mani
02:16 PM Revision b308bceb (qgis): Revert moving storageType to QgsDataProvider, reword style location lab...
Sandro Mani
02:16 PM Revision 30753aa5 (qgis): Allow using QgsMapLayerStyleCategoriesModel for non-vector layers
Sandro Mani
02:16 PM Revision e2169be0 (qgis): Introduce Qgis::ProviderStyleStorageCapabilities
Sandro Mani
02:16 PM Revision ee357346 (qgis): Move isSaveAndLoadStyleToDatabaseSupported and isDeleteStyleFromDatabas...
Sandro Mani
02:16 PM Revision 4d76a39b (qgis): Improve QgsLayerPropertiesDialog::StyleType member naming
Sandro Mani
02:16 PM Revision 40444ccb (qgis): Don't limit style types to vector layers only in QgsMapLayerLoadStyleDi...
Sandro Mani
02:16 PM Revision eba65ddd (qgis): Move load/save style methods to QgsLayerPropertiesDialog
Sandro Mani
02:16 PM Revision 0a1dd0a6 (qgis): Move saveStyleToDatabase, listStylesInDatabase, getStyleFromDatabase, d...
Sandro Mani
02:16 PM Revision 1fb7e142 (qgis): Rename QgsVectorLayerSaveStyleDialog to QgsMapLayerSaveStyleDialog and ...
Sandro Mani
01:44 PM Revision 654bcacb (qgis): Add doc
Matthias Kuhn
12:18 PM Revision 1103a371 (qgis): RASTER properties dlg sync opacity
Fixes #54496 Alessandro Pasotti
12:18 PM Revision 8714be4e (qgis): qgsgeos.cpp: fix a -Wunused-variable warning
Even Rouault
11:49 AM Revision c9d33df3 (qgis): [OAPIF] Handle features with complex attribute of QMap type (fixes #54275)
Even Rouault
10:59 AM Revision 381afa8b (qgis): Update src/core/proj/qgscoordinatetransform.cpp
Co-authored-by: Even Rouault <[email protected]> Paul Blottiere
10:52 AM Revision 01b0eff8 (qgis): Merge branch 'master' into cmake-gdal
Matthias Kuhn
10:51 AM Revision 01a999a9 (qgis): Merge pull request #54635 from m-kuhn/cmake-expat
[cmake] Use native find EXPAT logic Matthias Kuhn
10:41 AM Revision 789e92b0 (qgis): [cmake] Use proj cmake configuration
Matthias Kuhn
10:23 AM Revision 1b579430 (qgis): Do not require pkgconfig
Matthias Kuhn
10:15 AM Revision 57fe9e09 (qgis): SERVER: Fix server utils service URL wrong MAP replace
Fixes #54533 Alessandro Pasotti
07:30 AM Revision a42c02b4 (qgis): Use GDAL cmake config
and switch to target.
Perserve fallback GDAL discovery logic since GDALConfig is quite recent.
Matthias Kuhn
06:12 AM Revision 17301401 (qgis): [cmake] Use native find EXPAT logic
and switch to using target EXPAT::EXPAT Matthias Kuhn

2023-09-17

09:34 PM Revision f67e3398 (qgis): Merge pull request #54626 from m-kuhn/cmake-spatialite
[cmake] Prefer pkgconfig for spatialite Matthias Kuhn
09:27 PM Revision 9d626027 (qgis): Merge pull request #54628 from agiudiceandrea/backport-54616-to-queued_...
[Backport queued_ltr_backports] Fix MingW64 build Matthias Kuhn
05:33 PM Revision 62e7df78 (qgis): [GPX provider] Add a 'time' attribute for the waypoint layer (fixes #54...
Even Rouault
04:15 PM Revision 069667ef (qgis): Merge pull request #54627 from agiudiceandrea/backport-54616-to-release...
[Backport release-3_28] Fix MingW64 build Even Rouault
08:46 AM Revision a9a19d1b (qgis): Merge pull request #54625 from m-kuhn/gsl-cleanup
Use cmake native FindGSL Matthias Kuhn

2023-09-16

03:24 PM Revision 626fd40c (qgis): MingW64 build: remove workaround
Revert 5703f03
(cherry picked from commit e6465e3105e4cfcaf5d05ac5dc4c04a17d0e6a84)
Andrea Giudiceandrea
03:23 PM Revision d387ebf6 (qgis): Fix MingW64 build: revert f3661ed
(cherry picked from commit b5cbc6a29d1116b5ef40d01a2cb39abe2c58ccd2) Andrea Giudiceandrea
03:11 PM Revision eef91597 (qgis): MingW64 build: remove workaround
Revert 5703f03
(cherry picked from commit e6465e3105e4cfcaf5d05ac5dc4c04a17d0e6a84)
Andrea Giudiceandrea
03:05 PM Revision 2822f816 (qgis): Fix MingW64 build: revert f3661ed
(cherry picked from commit b5cbc6a29d1116b5ef40d01a2cb39abe2c58ccd2) Andrea Giudiceandrea
12:13 PM Revision b9d0b4ce (qgis): [cmake] Prefer pkgconfig for spatialite
and use a target Matthias Kuhn

2023-09-15

01:47 AM Revision a43bd301 (qgis): Also set 'evaluate default values on provider side' property when loadi...
Jacky Volpes
01:47 AM Revision 66a7cc73 (qgis): qgschunkedentity: Simplify while logic in startJobs()
Jean Felder
01:47 AM Revision d1af706d (qgis): Fix leak in geos::linePointDifference
Nyall Dawson
01:47 AM Revision 5af56a95 (qgis): Fix leaks in mesh export algorithm
Nyall Dawson
01:47 AM Revision 8b1b3243 (qgis): Fix Advanced Digitizing locked distance circle
Andrea Giudiceandrea
01:47 AM Revision fcc7ef75 (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
01:47 AM Revision 944c8186 (qgis): Add PointCloud layers to "Select from Open Layers…"
nicogodet
01:47 AM Revision bca3ffaf (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
01:47 AM Revision cc262001 (qgis): Fix a leak in georeferencer helmert method
Nyall Dawson
01:47 AM Revision bf2e8f6b (qgis): Raise error if PostgreSQL version can't be parsed
nicogodet
01:47 AM Revision 63d91e2a (qgis): Update python/plugins/processing/gui/BatchInputSelectionPanel.py
Nicolas Godet
01:47 AM Revision eed81cb8 (qgis): More robust retrieval for PostgreSQL version
Nicolas Godet
01:47 AM Revision 8bc99010 (qgis): Fix QgsMapLayer::saveNamedProperty and QgsMapLayer::saveSldStyleV2
set resultFlag to False when the directory is not writable Andrea Giudiceandrea
01:47 AM Revision 4b179979 (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
01:47 AM Revision 02440f89 (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
01:47 AM Revision 6ae10e72 (qgis): Use raw string
Nicolas Godet
09:28 PM Revision 7440a487 (qgis): [ogr] Fix assert when opening GeoJSON (and other) datasets
Mathieu Pellerin - nIRV
09:25 PM Revision fcd0a0d1 (qgis): Fix MingW64 build: revert f3661ed
Andrea Giudiceandrea
09:25 PM Revision 821739f7 (qgis): MingW64 build: remove workaround
Revert 5703f03 Andrea Giudiceandrea
09:23 PM Revision 8723b82e (qgis): qgsvirtualpointcloudprovider.cpp: add a missing variable initialization
Fixes the following compiler warning:
```
In file included from /home/even/qgis/qgis/src/core/pointcloud/qgspointclou...
Even Rouault
09:21 PM Revision 0e938e1d (qgis): Fix MingW64 build: revert f3661ed
Andrea Giudiceandrea
09:21 PM Revision d09ad87a (qgis): MingW64 build: remove workaround
Revert 5703f03 Andrea Giudiceandrea
04:39 PM Revision 98175f7d (qgis): [ogr] Fix assert when opening GeoJSON (and other) datasets
Mathieu Pellerin - nIRV
04:39 PM Revision cae4517c (qgis): [ogr] Fix assert when opening GeoJSON (and other) datasets
Mathieu Pellerin - nIRV
04:34 PM Revision 0ad16cad (qgis): [ogr] Fix assert when opening GeoJSON (and other) datasets
Mathieu Pellerin - nIRV
04:11 PM Revision 98483645 (qgis): Use cmake native FindGSL
- this is part of CMake since 3.2
- works with pkgconfig (hence without gsl-config)
- properly propagates targets
- h...
Matthias Kuhn
02:04 PM Revision 67d46100 (qgis): Release of 3.32.3
Jürgen Fischer
02:04 PM Revision 7aff6359 (qgis): translation update for 3.32.3 from transifex
Jürgen Fischer
02:03 PM Revision b02458a1 (qgis): Release of 3.28.11
Jürgen Fischer
02:03 PM Revision bd3d9dea (qgis): translation update for 3.28.11 from transifex
Jürgen Fischer
12:15 PM Revision adb7f40c (qgis): Fix segfault in coordinate transform
Paul Blottiere
12:00 PM Revision 4d80e946 (qgis): Merge pull request #54605 from m-kuhn/build_failure
Fix build failure Matthias Kuhn
11:56 AM Revision cc0208e6 (qgis): Fix segfault in coordinate transform
Paul Blottiere
10:04 AM Revision 089da510 (qgis): fix translation string
Jürgen Fischer
08:04 AM Revision 8989d5b7 (qgis): Fix build failure
Matthias Kuhn
06:24 AM Revision e6295e2c (qgis): Fix leak in geos::linePointDifference
Nyall Dawson
06:24 AM Revision dc719fbb (qgis): Fix leak in geos::linePointDifference
Nyall Dawson
06:24 AM Revision bf45674b (qgis): Fix leaks in mesh export algorithm
Nyall Dawson
06:23 AM Revision 2e10b845 (qgis): Fix leaks in mesh export algorithm
Nyall Dawson
06:23 AM Revision 86a70f30 (qgis): Fix leak in triangulation test
Nyall Dawson
06:22 AM Revision 5fbe53aa (qgis): Fix crash when a group layer is referenced twice by a layout map
Fixes #53727 Nyall Dawson

2023-09-14

10:02 PM Revision 23e87fa2 (qgis): Fix leak when constructing geometry from wkt with empty components
Nyall Dawson
10:02 PM Revision 51de3197 (qgis): Fix leak when constructing geometry from wkt with empty components
Nyall Dawson
10:01 PM Revision aa8fbe6f (qgis): Fix a leak in cell statistics algorithm
Nyall Dawson
09:57 PM Revision eb9c1c30 (qgis): Fix leak when constructing geometry from wkt with empty components
Nyall Dawson
09:56 PM Revision 03fcb506 (qgis): Fix a leak in cell statistics algorithm
Nyall Dawson
05:08 PM Revision 97133284 (qgis): Merge pull request #54573 from elpaso/bugfix-gh8385-mysql-parse-conn-st...
OGR/GDAL: quote/escape username and password when needed Alessandro Pasotti
04:27 PM Revision b82e9ff8 (qgis): Merge pull request #54467 from m-kuhn/avoid_intersection_coerce_type
Improve "avoid intersections" type awareness Matthias Kuhn
03:45 PM Revision acadfd56 (qgis): Merge pull request #53632 from troopa81/fix_vertextool_topopoints
Fix slow topological editing when avoid intersection Loïc Bartoletti
03:29 PM Revision 81dbdd8b (qgis): Merge pull request #53874 from alexbruy/processing-port-align-raster-tool
Port Align rasters tool to Processing Alexander Bruy
01:54 PM Revision d9f4e555 (qgis): Fix leaks in mesh export algorithm
Nyall Dawson
01:54 PM Revision 2cbe0481 (qgis): Fix leaks in mesh export algorithm
Nyall Dawson
01:53 PM Revision de95c13e (qgis): Fix leak in geos::linePointDifference
Nyall Dawson
01:53 PM Revision b8b9d919 (qgis): Fix leak in geos::linePointDifference
Nyall Dawson
01:49 PM Revision 0c7bfc9b (qgis): Standardise more tests
Nyall Dawson
01:48 PM Revision a0892f6c (qgis): Fix leak in geos::linePointDifference
Nyall Dawson
01:48 PM Revision 154f1fba (qgis): Fix leaks in mesh export algorithm
Nyall Dawson
01:26 PM Revision 7ca1eacc (qgis): Fix crash when a group layer is referenced twice by a layout map
Fixes #53727 Nyall Dawson
01:22 PM Revision 3de95a33 (qgis): Improve appearance of some arrows in model designer
The arrows attached to some components (like comments or input
parameters) don't have any concept of "flow of informa...
Nyall Dawson
01:22 PM Revision a75160d6 (qgis): Fix crash when a group layer is referenced twice by a layout map
Fixes #53727 Nyall Dawson
01:05 PM Revision 4c45e907 (qgis): Move logic to MySQL branch
Alessandro Pasotti
11:55 AM Revision bd356f1d (qgis): Fix use after free
Nyall Dawson
11:50 AM Revision e719ce98 (qgis): Fix use after free
Nyall Dawson
09:49 AM Revision 626ba960 (qgis): Add test for OGR username/password quote/comma
Alessandro Pasotti
09:46 AM Revision 623e4598 (qgis): fix patching
Alexander Bruy
04:49 AM Revision 9b082990 (qgis): Expose option to color lock symbol layers for selected features
in GUI Nyall Dawson

2023-09-13

04:42 PM Revision 4d328603 (qgis): OGR/GDAL: quote/escape username and password when needed
Fixes #54493 Alessandro Pasotti
12:51 PM Revision 0128c58e (qgis): Only set application font once at startup, and require restarts
after user changes the font
Avoids a potential crash
Fixes #54402
Fixes #54295
Fixes #53466
Fixes #54130
Nyall Dawson
12:01 PM Revision 79ea6d99 (qgis): address review
Alexander Bruy
10:23 AM Revision c7528e28 (qgis): test diffGeom is not null
Julien Cabieces
10:20 AM Revision 501e1d4f (qgis): Remove irrelevant test on creating topopoint with geometry precision
Julien Cabieces
10:17 AM Revision 467b5226 (qgis): Make elevation profile use dark colors on dark themes
Nyall Dawson
10:17 AM Revision b168b205 (qgis): Add setting to control background color for elevation profile charts
This option (available from the new Settings - Options - Elevation tab)
allows users to set a specific color to use a...
Nyall Dawson
09:58 AM Revision 4401ac79 (qgis): Merge pull request #54321 from alexbruy/processing-port-tile-xyz
[processing] port XYZ tiles algorithms Alexander Bruy
07:41 AM Revision be91ea19 (qgis): [api][profiler] Add a function to export the current runtime profiler m...
Mathieu Pellerin - nIRV
04:58 AM Revision 00127621 (qgis): Only set application font once at startup, and require restarts
after user changes the font
Avoids a potential crash
Fixes #54402
Fixes #54295
Fixes #53466
Fixes #54130
Nyall Dawson
04:53 AM Revision 08a7e3a9 (qgis): Only set application font once at startup, and require restarts
after user changes the font
Avoids a potential crash
Fixes #54402
Fixes #54295
Fixes #53466
Fixes #54130
Nyall Dawson

2023-09-12

03:42 PM Revision aec3ebbb (qgis): testqgsvertextool.cpp: fix count
Loïc Bartoletti
03:42 PM Revision 801da6fa (qgis): add test for #49311 issue
Ismo Lahtinen
03:42 PM Revision f34eab99 (qgis): simplify the way we get topo target layers
Julien Cabieces
03:42 PM Revision dc128740 (qgis): simplify avoid intersection
Julien Cabieces
03:42 PM Revision 9b03c281 (qgis): fix tests
Julien Cabieces
03:42 PM Revision cd2bf72c (qgis): add testTopologicalEditingMoveVerticesOnSegmentZ and fix
Julien Cabieces
03:42 PM Revision c5967579 (qgis): Fix the difference computation
Julien Cabieces
03:42 PM Revision 94ae51f8 (qgis): cleanup things
Julien Cabieces
03:42 PM Revision 508f0159 (qgis): add test for multipolygon and fix
Julien Cabieces
03:42 PM Revision 03a63563 (qgis): Fixes #44198 : add minimum set of topological points
Julien Cabieces
03:42 PM Revision 4aecfd5b (qgis): Fix ignore feature on avoidIntersection
Julien Cabieces
02:35 PM Revision dae2cf02 (qgis): suppress cppcheck
Alexander Bruy
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
Nyall Dawson
11:30 AM Revision 776ffac5 (qgis): Add profiling of raster rendering
Nyall Dawson
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
Nyall Dawson
11:30 AM Revision 8380a0cc (qgis): Record runtime profile for rendering mesh layers
Nyall Dawson
11:30 AM Revision 2d1e066c (qgis): Clear previous render profile when new canvas render starts, and fix pr...
Nyall Dawson
11:30 AM Revision 49ed75ee (qgis): Add runtime profiling for labeling steps
Nyall Dawson
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)
Nyall Dawson
11:30 AM Revision cf8d5b66 (qgis): Record basic runtime profile for tiled scene layer renders
Nyall Dawson
11:30 AM Revision 1fcc84f4 (qgis): Record runtime profile for point cloud renders
Nyall Dawson
11:30 AM Revision 308f197c (qgis): Record basic runtime profile for vector tile layer renders
Nyall Dawson
07:42 AM Revision 9c2b1a93 (qgis): Add all newly popular google fonts to auto download list
Nyall Dawson
06:51 AM Revision 2192593a (qgis): Use a nicer default appearance for primitives without textures
Nyall Dawson
06:40 AM Revision cf3814ef (qgis): [feature][expressions] layer_property: add crs_ellipsoid property
Andrea Giudiceandrea
06:40 AM Revision d47acc38 (qgis): [feature][expressions] variables: add layer_crs_ellipsoid
Andrea Giudiceandrea
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.
Nyall Dawson
05:11 AM Revision 8b3c8a78 (qgis): Cleanup raster file writer test
Hopefully fixes test fragility Nyall Dawson
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
...
Nyall Dawson
03:35 AM Revision 3fbfba37 (qgis): Possibility to apply default values for the processing gui from the set...
Marco Hugentobler
03:35 AM Revision 20a92a88 (qgis): Update src/core/processing/qgsprocessingparameters.h
Co-authored-by: Nyall Dawson <[email protected]> Marco Hugentobler
03:35 AM Revision 1335cb52 (qgis): Update src/core/processing/qgsprocessingparameters.cpp
Co-authored-by: Nyall Dawson <[email protected]> Marco Hugentobler
03:35 AM Revision 37463e36 (qgis): Update src/core/processing/qgsprocessingparameters.cpp
Co-authored-by: Nyall Dawson <[email protected]> Marco Hugentobler
03:35 AM Revision b820f93a (qgis): Update src/core/processing/qgsprocessingparameters.cpp
Co-authored-by: Nyall Dawson <[email protected]> Marco Hugentobler
03:35 AM Revision 8f8cfa94 (qgis): Added since QGIS 3.34 in comment
Marco Hugentobler
03:35 AM Revision f64b53c8 (qgis): Add unit test
Marco Hugentobler

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...
Jean Felder
12:28 AM Revision c1744da6 (qgis): fix(QgsPolygon3DSymbol): rename var and improve check in exportGeometries
bdm-oslandia
12:28 AM Revision bdbc3b59 (qgis): fix(QgsPolygon3DSymbolHandler): polygon are cloned and destroyed by the...
Were created in one function and deleted from another. bdm-oslandia
12:28 AM Revision 161cdc5a (qgis): fix(QgsVectorLayerChunkLoader): set name to Qt3DCore::QEntity to distin...
bdm-oslandia
12:28 AM Revision 8efbb28d (qgis): feat(QgsTessellatedPolygonGeometry): add featureIds and triangleIndexSt...
bdm-oslandia
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
bdm-oslandia
12:28 AM Revision 5c49c246 (qgis): feat(Qgs3DExportObject): improve obj export to support when vertice ind...
bdm-oslandia
12:28 AM Revision 1cf6dfc7 (qgis): fix(QgsVectorLayerChunkLoader): create field member to store layer name...
bdm-oslandia
12:28 AM Revision b6e6eaf0 (qgis): feat(Qgs3DSceneExporter): add test to validate feature duplication filt...
bdm-oslandia
12:28 AM Revision 62b056cd (qgis): fix(QgsPolygon3DSymbol_p): remove C style casts and replace pointer all...
bdm-oslandia
03:38 PM Revision 9e65cc07 (qgis): Safety check
Matthias Kuhn
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 Julien Cabieces
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° Loïc Bartoletti
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 Mathieu Pellerin - nIRV
07:32 AM Revision 2805975e (qgis): Workaround for mingw build
Andrea Giudiceandrea
06:36 AM Revision 329effb4 (qgis): Workaround for mingw build
Andrea Giudiceandrea
06:28 AM Revision 687a13d0 (qgis): Workaround for mingw build
Andrea Giudiceandrea
05:48 AM Revision a1fb18e4 (qgis): [ui] Remove clear recent projects including pinned projects action in f...
Mathieu Pellerin - nIRV
05:42 AM Revision c31268af (qgis): [ui] Remove clear recent projects including pinned projects action in f...
Mathieu Pellerin - nIRV
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...
Nyall Dawson
02:57 AM Revision a687a7a8 (qgis): Workaround for mingw build
Andrea Giudiceandrea
02:57 AM Revision 14dee6b2 (qgis): Workaround for mingw build
Andrea Giudiceandrea
02:57 AM Revision e2e3e1f3 (qgis): Workaround for mingw build
Andrea Giudiceandrea
02:53 AM Revision 5703f03c (qgis): Workaround for mingw build
Andrea Giudiceandrea

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 bdm-oslandia
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 7d819e3e (qgis): [ui] Tweak label and add a clear list (but keep pinned project) action ...
Mathieu Pellerin - nIRV
06:02 AM Revision a2e1fef0 (qgis): [ui] Harmonize menu item for welcome page recent project list and Proje...
Mathieu Pellerin - nIRV

2023-09-08

12:42 PM Revision b9673aca (qgis): Fix pixel rounding issue in test
Nyall Dawson
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 5566629b (qgis): Add check for Qt version and use unite/insert accordingly
kannes
12:42 PM Revision 3d3ed5af (qgis): Use rasterUnitsPerPixel methods, camelcase and translation
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 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 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 1421ce9f (qgis): Fix indentation
kannes

2023-09-07

01:07 AM Revision 106e0792 (qgis): [expressions] bearing: cleanup code and add more tests
Andrea Giudiceandrea
01:07 AM Revision b98c7585 (qgis): [expressions][feature] Add bearing function
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 7e600131 (qgis): [expressions] bearing: avoid nonfinite value
Andrea Giudiceandrea
01:07 AM Revision d90c2e3b (qgis): [expressions] bearing: make source_auth_id and ellipsoid optional
Andrea Giudiceandrea
09:37 PM Revision b87a159a (qgis): qgsmesh3dmaterial: Fix typos in a comment
Jean Felder
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 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 ceb5f000 (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: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 a1e96927 (qgis): Handle grid frame in rect frame computation
Yoann Quenach de Quivillic
09:21 PM Revision e5d03f9c (qgis): Apply suggestions from code review
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 cd66d70a (qgis): better fix and add a test
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: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 d29b2337 (qgis): fix: QgsFeatureRequest can now handle bbox filter with coordinates arou...
bdm-oslandia
10:32 AM Revision 41bd9be5 (qgis): fix testdata_pg.sh to work with "service=qgis_test"
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 d4f73f85 (qgis): Apply suggestions from code review
Yoann Quenach de Quivillic
04:52 AM Revision 211baa80 (qgis): Fix memleak
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 21a02406 (qgis): Make project list clearable from the welcome page
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 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
06:30 AM Revision cd3cc45c (qgis): Resync tinygltf with upstream (no downstream patches now)
Nyall Dawson
06:30 AM Revision 6dde6ee5 (qgis): Fix windows build -- STRICT is a msvc macro
Nyall Dawson
06:30 AM Revision 1b8c463d (qgis): Resync tinygltf with master, removes need for one downstream patch
Nyall Dawson
06:30 AM Revision cd9c65c1 (qgis): Fix windows build
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 53b07633 (qgis): Add documentation, adjust tests
Mathieu Pellerin - nIRV
11:51 PM Revision ae8b9808 (qgis): [renderer] Use a UUID string to identify categorized renderer legend sy...
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 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:34 PM Revision a2058c7e (qgis): Use wider elevation range for 2D rendering
... because not everything is within +/- 1000 m of elevation :-) 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 b8c29eaf (qgis): Use raw string
Nicolas Godet
12:59 AM Revision e315769e (qgis): Raise error if PostgreSQL version can't be parsed
nicogodet
12:59 AM Revision 1a6c346a (qgis): More robust retrieval for PostgreSQL version
Nicolas Godet
 

Also available in: Atom