24522 Commits

Author SHA1 Message Date
Nyall Dawson
db7b9afb6b
Use translated string for password helper
And fix capitalisation of strings
2025-02-05 08:26:32 +10:00
qgis-bot
638e6a9011 auto sipify 🍺 2025-02-04 20:17:58 +00:00
Nyall Dawson
be08c2521b Don't transform 2d bounding boxes when geocentric crs involved
This is meaningless and will give a misleading/useless result,
so raise a descriptive QgsCsException instead.
2025-02-05 06:15:05 +10:00
Nyall Dawson
fa1bae1a4f Adapt tests for proj 8.2 results 2025-02-05 06:15:05 +10:00
qgis-bot
0459679c4b auto sipify 🍺 2025-02-04 01:07:52 +00:00
PatrikSylve
12a2079225
Ensure consistent label positioning by sorting rule based label providers 2025-02-04 11:04:57 +10:00
qgis-bot
f51d66d69d auto sipify 🍺 2025-02-03 22:28:34 +00:00
Even Rouault
b63d11ea0d Apply suggestions from code review 2025-02-04 08:24:35 +10:00
Even Rouault
597a945995 Apply suggestions from code review
Co-authored-by: Harrissou Sant-anna <delazj@gmail.com>
2025-02-04 08:24:35 +10:00
Nyall Dawson
d4c592e6d0 Move provider-specific credential redaction logic to QgsProviderMetadata
Followup 1907ab3
2025-02-04 08:24:35 +10:00
qgis-bot
775c2070a7 auto sipify 🍺 2025-02-02 22:08:07 +00:00
Even Rouault
1907ab32fe QgsMapLayer::publicSource(): make it redact/remove GDAL credentials
Fixes #60292
2025-02-03 08:05:17 +10:00
qgis-bot
f24a5c44b8 auto sipify 🍺 2025-02-02 21:54:44 +00:00
Even Rouault
530eb4bc2f Test and code adjustments related to MIME type serialization for PointCloudLayer going from 'pointcloud' to 'point-cloud' 2025-02-03 07:51:53 +10:00
Even Rouault
47a72b4056 Limit number of hardcoded strings for layer type by leveraging QgsMapLayerFactory::typeToString() 2025-02-03 07:51:53 +10:00
qgis-bot
65670a5e93 auto sipify 🍺 2025-01-31 07:14:22 +00:00
Nyall Dawson
4a3f5d5d5c [sensorthings] Remove option for basic authentication
This is not supported by the provider, only authentication config
is supported

Fixes #59721
2025-01-31 17:11:29 +10:00
qgis-bot
91c4e96f66 auto sipify 🍺 2025-01-30 20:58:30 +00:00
Nyall Dawson
8c99b4c39c Remove dead code from PROJ <8.1 2025-01-31 06:55:32 +10:00
qgis-bot
02719c5939 auto sipify 🍺 2025-01-29 23:34:28 +00:00
Martin Dobias
8511426304 doc and clang tidy fixes 2025-01-30 09:31:35 +10:00
Martin Dobias
a0414c4883 QgsChunkBoundsEntity: use 3D boxes in map coordinates + QgsGeoTransform
Until now, chunk bounds entity used axis-aligned bboxes in world coordinates (floats)
We are switching to bboxes in map coordinates (doubles) and we use
QgsGeoTransform to react correctly when the origin vector changes.
2025-01-30 09:31:35 +10:00
qgis-bot
964ef3a735 auto sipify 🍺 2025-01-29 22:50:24 +00:00
Mathieu Pellerin
b4b2dfdd21 Address review 2025-01-30 08:47:29 +10:00
Mathieu Pellerin
efdb16ef36 Qt6 compatibility 2025-01-30 08:47:29 +10:00
Mathieu Pellerin
8f9024bcb6 Address review 2025-01-30 08:47:29 +10:00
Even Rouault
d5edd0811f webconnections saving as .xml: add a xmlns:x=y attribute when the http-header: prefix is used
Fixes #60242
2025-01-30 08:47:01 +10:00
Alexander Bruy
4776478354 update expected raster hashes 2025-01-30 08:46:28 +10:00
qgis-bot
c3f538e5cb auto sipify 🍺 2025-01-28 21:09:39 +00:00
Mathieu Pellerin
1c85f6a17f Alternative fix that is compatible with offline editing 2025-01-28 13:58:20 +10:00
qgis-bot
cf1a7b9037 auto sipify 🍺 2025-01-28 02:51:03 +00:00
Mathieu Pellerin
df1bc9c5fa [python] Fix named argument binding issue with the QgsRasterCalculator constructor 2025-01-28 12:48:08 +10:00
qgis-bot
d99b14927d auto sipify 🍺 2025-01-28 02:09:27 +00:00
Mathieu Pellerin
f2289c83f1 [processing] Fix feature iteration against a model (fixes #60131) 2025-01-28 12:06:36 +10:00
Julien Cabieces
e66297dd84 fix(QtMultiMedia): Add qgis.PyQt.QtMultimedia
Fixes #59351
2025-01-28 10:06:20 +10:00
Alexander Bruy
59640d9fd6 fix QKeySequence use in DBManager in Qt6 builds 2025-01-28 08:37:16 +10:00
Alexander Bruy
5c67214a4d make use of QKeySququence in Processing script editor compatible with
PyQt6 (fix #60063)
2025-01-28 08:37:16 +10:00
qgis-bot
13b15b4911 auto sipify 🍺 2025-01-27 15:09:36 +00:00
mhugent
3f5f9002bb
Merge pull request #60180 from mhugent/server_empty_values_highlight_labels
Server empty values in highlight labels parameters
2025-01-27 16:06:41 +01:00
qgis-bot
0cc0e57cb0 auto sipify 🍺 2025-01-27 13:04:27 +00:00
Benoit D.-M. - oslandia
7fc95bb0a3 doc: add todo about std::source_location for logMessage
Co-authored-by: Loïc Bartoletti <lbartoletti@users.noreply.github.com>
2025-01-27 14:01:34 +01:00
bdm-oslandia
c89d3f56a1 fix(QgsMessageLog): display real caller data instead of logMessage call to QgsDebugMsgLevel 2025-01-27 14:01:34 +01:00
Even Rouault
2bef21df9f
Merge pull request #60277 from merydian/fix-60205
Fix QgsRasterLayer and QgsRasterBlock as_numpy methods
2025-01-27 10:55:59 +01:00
qgis-bot
380b3c7b7f auto sipify 🍺 2025-01-27 09:05:04 +00:00
Till Frankenbach
106e5aa21a Fix QgsRasterBlock and QgsRasterLayer as_numpy methods 2025-01-26 15:12:51 +01:00
qgis-bot
187c88fc1c auto sipify 🍺 2025-01-24 21:55:17 +00:00
Even Rouault
660db0f810 core/server: remove traces of OGC best practice georeferencing 2025-01-25 07:52:23 +10:00
qgis-bot
a8fb6d7105 auto sipify 🍺 2025-01-23 20:07:50 +00:00
Martin Dobias
d8f8d13691 address review 2025-01-23 21:04:55 +01:00
Martin Dobias
0a54e009b0 Add some unit tests + fix signals on rollback/commit 2025-01-23 21:04:55 +01:00