85242 Commits

Author SHA1 Message Date
Even Rouault
d72e2cc0ac
Add \deprecated 2024-02-18 20:57:23 +01:00
Even Rouault
844e2a953f
Add missing parameter documentation 2024-02-18 20:57:23 +01:00
Even Rouault
15ea5c46bc
Header files: remove all mentions of '\since QGIS 3.0' 2024-02-18 20:57:23 +01:00
Even Rouault
02caeb9db7
Header files: remove all mentions of '\since QGIS 2.' 2024-02-18 20:46:01 +01:00
Even Rouault
a5c8f01003
Header files: remove all mentions of '\since QGIS 1.' 2024-02-18 20:46:00 +01:00
Matteo Ghetta
b572110ec4 fix indentation 2024-02-18 06:55:06 +10:00
Matteo Ghetta
c418467bca fix UI size 2024-02-18 06:55:06 +10:00
Matteo Ghetta
60be516a0a private slots and invert selection method 2024-02-18 06:55:06 +10:00
Matteo Ghetta
d1e8135491 reorder buttons and adapt function names 2024-02-18 06:55:06 +10:00
Matteo Ghetta
854e10d4cb Apply suggestions from code review
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
2024-02-18 06:55:06 +10:00
Matteo Ghetta
2d73394064 remove enabling of OK button 2024-02-18 06:55:06 +10:00
Matteo Ghetta
9d718d0ade add select/deselect all stlyle categories 2024-02-18 06:55:06 +10:00
Andrea Giudiceandrea
42f3a60743 Apply suggestions from code review 2024-02-18 06:52:52 +10:00
Andrea Giudiceandrea
5eb58df57e Fix typo 2024-02-18 06:52:52 +10:00
Andrea Giudiceandrea
dbdf35be77 gdal:fillnodata Skip testing NO_MASK parameter if GDAL >= 3.4.0 2024-02-18 06:52:52 +10:00
Andrea Giudiceandrea
3945c73b84 Rise an exception instead of an info message 2024-02-18 06:52:52 +10:00
Andrea Giudiceandrea
5a721c47c0 [processing] Fix GDAL "Fill NoData" algorithm
The gdal_fillnodata.py -nomask option is no longer supported since GDAL 3.4.0
2024-02-18 06:52:52 +10:00
Martin Dobias
9131a308e2 Fix a deadlock in remote COPC handling (3D views)
This gets often triggered from 3D views when the hierachy gets fetched,
because a QEventLoop gets started in the main thread while waiting
for network request to be finished. The event loop was running with
hierarchy mutex locked, which was causing deadlocks when other events
ended up trying to access the hierarchy. This fix unlocks the mutex while
the hierarchy network request is ongoing (the same approach as remote
EPT implementation uses, which seems to work fine).

Looking at the copc/ept hierarchy handling, it is not great - both
formats are conceptually the same, yet the hierarchy implementations
are different, and there are also non-trivial differences between
local/remote datasets. All of this could get some code cleanups
(also unifying local/remote access), but at this time let's just try
to fix the worst bit, and hope something else does not break...
2024-02-18 06:50:51 +10:00
Mathieu Pellerin
f827fe5bce Fix width of the option dialog's canvas/legend panel 2024-02-18 06:50:25 +10:00
Mathieu Pellerin
121f698408 Fix width of the option dialog's raster rendering panel 2024-02-18 06:50:25 +10:00
Mathieu Pellerin
61cefbde11 Fix width of the option dialog's vector rendering panel 2024-02-18 06:50:25 +10:00
Mathieu Pellerin
4dd61bc2be Fix width of options dialog's general tab 2024-02-18 06:50:25 +10:00
Björn Harrtell
8261e0d269 Specify unit for QGIS_SERVER_PROJECT_CACHE_CHECK_INTERVAL 2024-02-17 06:57:23 +10:00
Alessandro Pasotti
0a61a64d57 PG: fix vacuum from browser
Fix #56377
2024-02-17 06:52:36 +10:00
uclaros
465b69f883 Give QgsScrollArea the same name as its child widget. Opening a specific options page relies on widget's objectName 2024-02-17 05:48:09 +10:00
Nyall Dawson
a75a9178f3 Fix doxygen warning 2024-02-17 05:38:14 +10:00
Nyall Dawson
100a628753 Run metadata tests on qt6 2024-02-17 05:38:14 +10:00
Nyall Dawson
2357d80d25 Avoid sip property code for old api compatibility
This causes crashes on Qt6. Use Python monkey patching instead.
2024-02-17 05:38:14 +10:00
Nyall Dawson
ef1d7a1104 Update src/core/qgsstringutils.cpp
Co-authored-by: Julien Cabieces <julien.cabieces@oslandia.com>
2024-02-16 12:33:42 +10:00
Nyall Dawson
1662500478 Fix crash in QgsStringUtils::truncateMiddleOfString on qt 6 2024-02-16 12:33:42 +10:00
Alessandro Pasotti
4087dc411a PG Raster: fix nodata values with sparse data
Fix #55784
2024-02-16 05:15:52 +10:00
pathmapper
7ad385ed9d QGIS informs every 3 days
ref https://github.com/qgis/QGIS/pull/50206
2024-02-16 05:14:35 +10:00
Jean Felder
aa2eaa86e7 map3dconfigwidget: Gather shadows, eye dome and ambient occlusion
This moves the "eye dome lightning" and "ambient occlusion" parameters
in the shadows page and rename it "Effects". This way, this is similar
to the effects button in the main 3d ui.
2024-02-16 05:13:49 +10:00
Nyall Dawson
6e12197623 Better initial names for layers 2024-02-15 12:39:11 +10:00
Nyall Dawson
22e7bbb2b8 Update tests 2024-02-15 12:39:11 +10:00
Nyall Dawson
d40e3b37e8 Use 'and' to combine filters, don't pass multiple filter parameters
It's not clear whether passing multiple filter parameters is actually
supported by the standard, so play it safe and combine filters using 'and'
instead
2024-02-15 12:39:11 +10:00
Nyall Dawson
9fd9b1ccab Need to adjust geometry type filter depending on entity type 2024-02-15 12:39:11 +10:00
Nyall Dawson
b5c3857c94 Add button to retrieve available geometry type for source
Clicking this queries the backend for available types, taking the
guesswork out of selecting the geometry type
2024-02-15 12:39:11 +10:00
Nyall Dawson
84a672bba9 Explicitly show default page size in connection settings 2024-02-15 12:39:11 +10:00
Nyall Dawson
edc26aeb0b Restrict results to ONLY those matching the selected geometry types 2024-02-15 12:39:11 +10:00
Nyall Dawson
8ad47c01f3 Add filter rect tests 2024-02-15 12:39:11 +10:00
Nyall Dawson
de69dc10e2 Don't endlessly loop when we can't load a page 2024-02-15 12:39:11 +10:00
Nyall Dawson
fcac6674a1 Add explanation on why we need to handle two different referer parameter strings 2024-02-15 12:39:11 +10:00
Nyall Dawson
52917aa30e Fix test on qt6 2024-02-15 12:39:11 +10:00
Nyall Dawson
4b8e6c4e16 Add missing file 2024-02-15 12:39:11 +10:00
Nyall Dawson
7042b7e096 Fix initiator 2024-02-15 12:39:11 +10:00
Nyall Dawson
add99b6db7 Another build fix 2024-02-15 12:39:11 +10:00
Nyall Dawson
60e9de302a Fix build 2024-02-15 12:39:11 +10:00
Nyall Dawson
f29e17c71d Silence false positive clang tidy warning 2024-02-15 12:39:11 +10:00
Nyall Dawson
298a2940cb Fix sip 2024-02-15 12:39:11 +10:00