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
Sandro Mani
4448ebffe9
Server: Fix endless loop when processing WFS-T DELETE Operation with FEATUREID
2025-06-12 00:18:59 +02:00
Germán Carrillo
7451ee3ec1
[fix] Handle empty string (null JSON value) case when converting to variant instead of calling the underlying nlohmann/json lib to avoid throwing warnings
2025-06-11 17:03:58 -05:00
qgis-bot
5250e42f05
auto sipify 🍺
2025-06-11 20:02:38 +00:00
Nyall Dawson
454dfee483
Fix clang tidy narrowing warnings
2025-06-12 07:59:41 +12:00
Nyall Dawson
51af543fd7
Minor cleanups
2025-06-12 07:59:41 +12:00
Alex Kent Hajnal
a2e1098224
Correct handling of boolean comparison in filter expressions (including implicit value conversion)
...
Fixes regressions introduced by 169a8e8
Fixes #61072
2025-06-12 07:59:41 +12:00
Nyall Dawson
6e6878618b
Expand test coverage of boolean expression literals
...
Failing because of regressions introduced by 169a8e8
Refs #61072
2025-06-12 07:59:41 +12:00
Nyall Dawson
f4d2ef63a8
Microoptimisation
2025-06-12 07:59:41 +12:00
Nyall Dawson
a1ebe0db6c
Fallback to same logic as = when IS operator uses non-null values
...
If we know that the compared values are definitely non null, then
an IS operator should be identical to = (and similar for IS NOT/not
equal)
This makes IS/IS NOT use the same refined and optimised logic
for value comparison as equals.
2025-06-12 07:59:41 +12:00
Sandro Mani
9f751f232f
Server: Fix endless loop when processing WFS Transaction document with non-mappable attribute names
2025-06-11 21:51:15 +02:00
viperminiq
575b0b189e
add check for nullptr
2025-06-11 06:39:08 +02:00
viperminiq
4555366af8
set tooltip to widgets from processing parameters
2025-06-11 06:39:08 +02:00
Tom Kralidis
ffdb99c171
fix metadata schemas
2025-06-11 13:56:46 +12:00
qgis-bot
64e08fa4ae
auto sipify 🍺
2025-06-11 00:33:40 +00:00
Mathieu Pellerin
8e31298de9
[vector tiles] Micro optimisation when dealing with the in expression operator
2025-06-11 12:30:43 +12:00
Mathieu Pellerin
09c5478ad2
[vector tiles] Fix sprites not loaded from the OSM shortbread styles
2025-06-11 12:30:43 +12:00
Alessandro Pasotti
b7de3815a4
Fix field mapping widget source expression when loading template
...
Fix #62019
2025-06-11 12:20:15 +12:00
Alexander Bruy
f1e67c3aa3
fix typos
2025-06-11 12:18:25 +12:00
Alexander Bruy
85aae08ee9
update and improve readme file for Processing GRASS provider ( fix #29140 )
2025-06-11 12:18:25 +12:00
qgis-bot
1f3f0d2dfb
auto sipify 🍺
2025-06-10 22:41:21 +00:00
Alexander Bruy
9423abac6b
update CRS icon in the statusbar when project is cleared and default CRS
...
is set to "no projection" (fix #53768 )
2025-06-11 10:38:22 +12:00
Nyall Dawson
eaf2a88aa2
When a project has a 3d basemap layer, hide globe terrain by default
2025-06-11 10:36:54 +12:00
Nyall Dawson
9f4a373488
Consider cesium ion Google 3D tiles as a 3d basemap
...
as this completely covers the globe and contains embedded terrain
2025-06-11 10:36:54 +12:00
Nyall Dawson
b182ae02e8
Add enum flags for 3D basemap hints
...
Like the existing 2D basemap flags, but exclusively for layers with 3d content
2025-06-11 10:36:54 +12:00
Mathieu Pellerin
077b6d5c51
Update vcpkg baselines
2025-06-10 19:48:42 +07:00
Alessandro Pasotti
3d2ebeb962
Fix distance calculation with custom projection
...
Fix #61299
2025-06-09 14:16:46 +02:00
Even Rouault
cd2944e57f
[OAPIF provider] Take into account ldproxy's itemCount extension to get the feature count
2025-06-09 08:35:03 +10:00
Juergen E. Fischer
dda486afc1
translation string fixes
2025-06-09 08:33:06 +10:00
Alexander Bruy
80be09f213
Merge pull request #62174 from nyalldawson/rnousia-bugfix_gh52690_feature_count_fix
...
Fix categorized symbol renderer feature counts for null values
2025-06-07 07:42:13 +01:00
Alexander Bruy
28d10f4bc9
Merge pull request #62173 from nyalldawson/fix_62158
...
Try to extract only polygons from Voronoi results
2025-06-07 06:00:41 +01:00
Nathan Woodrow
53a7277b6c
Fix #59003 - Increase stacksize on Windows to 8MB to avoid some crashes ( #62177 )
...
Increase stacksize on Windows to 8MB to avoid some crashes. Default MSVC limit is 1MB
2025-06-07 14:00:53 +10:00
qgis-bot
94f24bb5eb
auto sipify 🍺
2025-06-06 22:01:40 +00:00
Nyall Dawson
90ba9f13d3
Don't finalize string stats after every value addition
...
The docs explicitly state that finalize must be called MANUALLY once
after all values have been added.
Avoids a bunch of needless calculations when adding many values
for a string statistic calculation.
Fixes #62122
2025-06-07 07:58:30 +10:00
Nyall Dawson
263758f80b
Run conformance tests on pdal algorithms
2025-06-07 07:58:17 +10:00
Nyall Dawson
d2439eb74a
Load PDAL algorithms from Processing.initialize
2025-06-07 07:58:17 +10:00
Nyall Dawson
9a28608d26
Remove outdated note
2025-06-07 07:58:04 +10:00
Nyall Dawson
c3a5d163d6
Fix list format in doc
2025-06-07 07:58:04 +10:00
Jacky Volpes
4c7879d76b
fix(qgsvectorlayer): correct extent on layer while editing
...
Fixes #60830
2025-06-06 18:22:50 +02:00
Juergen E. Fischer
7787803109
use https for developersmap
2025-06-06 15:53:33 +02:00
Mathieu Pellerin
f10626c82e
[vector] Fix vector file writer's handling of (read-only) .gpkg.zip files ( #62049 )
2025-06-06 19:01:30 +07:00
qgis-bot
2cfc3833ec
auto sipify 🍺
2025-06-06 09:30:39 +00:00