Respect output group name when loading layers
Remove unwanted default
Add layer tree group name and sort key to QgsProcessingContext::LayerDetails
Remove unused argument
More minor cleanups
Refactor out some more postprocessing logic
[processing] Cleanup some post-processing code
Show a message bar warning on startup if a wayland session is detected
Even on the latest Qt 6 versions, wayland support is limited. Eg. basicthings like re-docking floating docks, moving toolbars, switchingbetween menus is broken.
Let's show a warning on startup to advise users to switch to an X11...
Fix deadlock when number of point cloud files loaded >= available threads
This would cause multiple QgsTasks to be created, each of whichuses one thread -- then if the number of tasks matches or exceedsthe number of available threads, then the call to blockingMapped...
Build and test GRASS provider (not plugin) on qt6 builds
Add WITH_GRASS_PLUGIN cmake setting to determine whether the GRASSc++ plugin is built
Allows building the GRASS provider without the plugin
debian packaging: disable pdal by default
Merge pull request #52847 from 3nids/settings-treewidget
Settings editors
debian packaging: add debian bookworm and build-essential to scandeps.pl(superceeds #52813, #52875)
fix doxygen error
fix tests
revive custom expression editor for default expression value modelerparameter definition widget
move expression type enum to qgis.h
update PDAL algorithms to use expression for filter parameter
convert point cloud expressions to PDAL expressions
[processing] extend expression widget wrapper to support point cloudexpressions
[processing] add enum to expression parameter to make it possibledistinguish between native QGIS expressions and point cloud filterexpressions
Merge pull request #52959 from alexbruy/pdal-provider-ux
UX improvements for PDAL provider
« Previous 1 ... 114 115 116 117 118 ... 4866 Next » (2876-2900/121643) Per page: 25, 50, 100, 200
Also available in: Atom