92106 Commits

Author SHA1 Message Date
Germán Carrillo
f9f4c4129d [ux] Open a specific tab in the Message Log Panel; expose it via QgsInterface 2025-06-19 10:24:24 +12:00
Jan Caha
d42c26af90 Update src/app/browser/qgsinbuiltdataitemproviders.cpp
Co-authored-by: Stefanos Natsis <uclaros@gmail.com>
2025-06-19 10:24:14 +12:00
Jan Caha
2093f48b47 remove duplicate menu entry 2025-06-19 10:24:14 +12:00
Julien Cabieces
69fabc24f8
Merge pull request #62295 from uclaros/fix-reshape-topological
Add all topological points to all editable layers when reshaping
2025-06-18 17:37:14 +02:00
Alexander Bruy
a1b68ca477
Merge pull request #62316 from alexbruy/qgsgraphanalyzer-sip-annotations
add missed SIP annotations to the dijkstra method, to get correct PyQGIS docs (refs #56172)
2025-06-18 16:03:59 +01:00
uclaros
a8a98e9ee8 Refactor topological point addition into a static method 2025-06-18 14:38:15 +03:00
Harrissou Sant-anna
48490d4bbb Add scrollbar to tabs in vector tiles properties dialog
permitting better dialog resizing
Also adjust margins
2025-06-18 10:46:00 +12:00
Alexander Bruy
7a164e75cc add missed SIP annotations to the dijkstra method, to get correct PyQGIS
docs (refs #56172)
2025-06-17 15:32:36 +01:00
Mathieu Pellerin
a93bf8b646 [qml] Make a few QgsWkbTypes static functions invokable 2025-06-17 11:56:48 +07:00
Mathieu Pellerin
35c5ce5ad4 Tweak logic of pre-existing test 2025-06-17 16:43:23 +12:00
Mathieu Pellerin
be812a709d [vector layer] Favor "name" over "somethingname" when determining friendly identifier field 2025-06-17 16:43:23 +12:00
qgis-bot
b0d328dbe6 auto sipify 🍺 2025-06-17 04:40:49 +00:00
Matthias Kuhn
3b1627a8fd
Merge pull request #62297 from m-kuhn/glsl_330
Fix depth map for GLSL compatibility
2025-06-17 06:37:55 +02:00
github-actions[bot]
e186ae691f auto-fix pre-commit issues 2025-06-17 01:33:20 +00:00
Jacky Volpes
0134402a3c test_qgsgeometry: remove unused import 2025-06-17 13:32:10 +12:00
Jacky Volpes
3bb6b9799e fix(qgsgeometry): add grid size for merge lines 2025-06-17 13:32:10 +12:00
Alexander Bruy
141f2ab968 update value of the field widget wrapper when new fields set (fix #39351) 2025-06-17 13:27:15 +12:00
Nyall Dawson
a957e31684 Microoptimisation: reserve arguments list 2025-06-17 12:48:40 +12:00
Valentin Buira
a896c5e8f8 Update regex to also match format from crash report 2025-06-17 12:48:18 +12:00
Nyall Dawson
fcd89196c7 [afs] Add temporary workaround to consider 'Autogenerate' strings as unset
We can safely remove this for QGIS 5
2025-06-17 09:59:08 +12:00
Matthias Kuhn
246d00230c Fix depth map
texture2D is deprecated since GLSL 1.30 and removed in 3.30 and beyond.
2025-06-16 14:48:21 +02:00
Alexander Bruy
6c9250f95c
Merge pull request #62284 from rouault/IsLocalFile_fix
[OGR provider] Fix QgsOgrProviderUtils::IsLocalFile() implementation …
2025-06-16 13:03:51 +01:00
uclaros
d0d74da7a1 Add all topological points to editable layers when reshaping 2025-06-16 14:32:24 +03:00
Julien Cabieces
17833da0f0
Merge pull request #61991 from tarot231/patch-4
Revert hue value calculation results in QgsColorWidget
2025-06-16 12:44:11 +02:00
Alexander Bruy
6c62b930b0 do not show error in the native interpolation algorithms when input
layer can not be obtained from the value (fix #62224)
2025-06-16 10:55:59 +12:00
uclaros
a63bc03e09 Allow url query parameters in /collections endpoint and accept json media types 2025-06-16 10:55:41 +12:00
uclaros
279792e2f8 Allow Collections without links 2025-06-16 10:55:41 +12:00
Jacky Volpes
90fdc28320 fix(qgslayoutitemlegend): be sure that the legend has an associated map when atlas is on
Fixes #59610
2025-06-16 10:48:44 +12:00
Jean Felder
f175b5d55d docker-qgis-build.sh: Remove unused DENABLE_SAGA_TESTS variable
The saga plugin has been removed since QGIS 3.30.
2025-06-16 09:27:29 +12:00
Even Rouault
03e35be447
[OGR provider] Fix QgsOgrProviderUtils::IsLocalFile() implementation for OS that are not Windows or Linux
Refs https://lists.osgeo.org/pipermail/qgis-developer/2025-June/067634.html
but does not fix it
2025-06-15 13:28:17 +02:00
github-actions[bot]
dd1bb5e89e auto-fix pre-commit issues 2025-06-14 20:49:14 +00:00
Sandro Mani
e5c6673615
Merge pull request #62245 from manisandro/wfst_hang
Server: Fix endless loop when processing WFS Transaction document with non-mappable attribute names
2025-06-14 22:48:15 +02:00
qgis-bot
a9e6791d06 auto sipify 🍺 2025-06-14 13:05:51 +00:00
Mathieu Pellerin
1d074241d1
Merge pull request #62259 from nirvn/sip_stac
Expose core STAC classes to the python bindings
2025-06-14 20:02:57 +07:00
qgis-bot
8607fd0c40 auto sipify 🍺 2025-06-13 11:45:38 +00:00
signedav
493134587f
Merge pull request #61625 from signedav/dbsettings
Fix that search column in data source manager is preserved
2025-06-13 13:42:35 +02:00
Mathieu Pellerin
95fb3fa475 Do not expose STAC data item implementation classes 2025-06-13 16:58:47 +07:00
signedav
2e02e8a08c comment about that this function might be pure virtual in future versions 2025-06-13 06:05:40 +02:00
Mathieu Pellerin
03126b7d4a Fix and cleanuip STAC test includes 2025-06-13 10:08:44 +07:00
Mathieu Pellerin
9d62e9e38b Address review 2025-06-13 08:31:48 +07:00
signedav
92c3d1a2c9 update version 2025-06-12 21:38:12 +02:00
signedav
3c214d189e consider all columns action as well in the settings and move the slash from the path to the settings due to aestetics. As well the settings variable are no sip now. 2025-06-12 15:26:44 +02:00
Julien Cabieces
ddbaba3236
Merge pull request #62247 from gacarrillor/fix_42832
[fix] Avoid throwing warnings when reading null JSON values from PostgreSQL
2025-06-12 15:20:35 +02:00
Julien Cabieces
6f8d44b226
Merge pull request #62213 from troopa81/add_unique_ptr_v4
Use unique_ptr when class has clear ownership V4
2025-06-12 15:17:22 +02:00
Mathieu Pellerin
3dea59c37e Add missing sip files 2025-06-12 20:04:24 +07:00
Mathieu Pellerin
64bb655c18 QgsStacCollections -> QgsStacCollectionList 2025-06-12 18:12:38 +07:00
Mathieu Pellerin
5acc0b6d83 Add documentation for STAC browser data items 2025-06-12 18:02:00 +07:00
Mathieu Pellerin
dadf550c40 [api] Expose core STAC classes to python bindings 2025-06-12 18:02:00 +07:00
Julien Cabieces
965faa69db
fix(OGCUtils): release transfered object
Co-authored-by: Even Rouault <even.rouault@spatialys.com>
2025-06-12 09:40:52 +02:00
Alessandro Pasotti
ec8680e666
Merge pull request #62212 from elpaso/bugfix-gh61299-ellipsoidal-distance-custom-proj2
Fix distance calculation with custom projection
2025-06-12 07:29:59 +02:00