Disable pdal on msys2 build, untwine compilation is broken on windows
Downgrade all
yes
Missing run
Try to workaround https://bugreports.qt.io/browse/QTBUG-113227on qt6 ci builds
debian packaging: enable PDAL only on bullseye and jammy
Use QgsLayoutChecker from core
Don't try to read tiles with zero size from vtpk archives
Avoids unnecessary user-visible warnings about unreadable tileswhen those tiles don't actually exist
Add hash for QgsTileXYZ
Add equality operators for QgsTileXYZ
Add repr for QgsTileXYZ
Small optimisation to QgsVectorLayerFeatureIterator::checkGeometryValidity, avoid checking geometry presence if not filtering for invalid geometries
Tiny optimisation to QgsVectorLayerFeatureIterator::postProcessFeature
Avoid calling canDriverShareSameDatasetAmongLayers for every ogr feature processed, call once upfront
Optimise QgsFeature::setAttributes
Remove the equality check "shortcut". Profiling shows that the costof checking the equality of the attributes well exceeds the costof cost always detaching the feature. And in the vast majority ofcases the equality operator would return false anyway, resulting...
Optimise QgsGeometryPrivate constructors to avoid unnecessary extra work
Fix crash when removing drag and drop form elements
If both a container and a item within that container are selectedand then the "remove" button is pressed, QGIS will crash
Avoid the crash by removing items one-by-one, so that we don't tryto delete a child item which was already deleted by its parent.
create output directory only when needed
fix output directory handling in the tile algorithm
add optinal output directory parameter to make it possible to force theCOPC files to be put in a single place
algorithm to create COPC files for input point clouds
Merge pull request #53027 from nirvn/processing_crash_fix
[processing] Fix crash when loading a layer from a string pointing to an invalid/corrupt file
Merge pull request #53026 from qgis/backport-53004-to-release-3_30
Merge pull request #52096 from joto/symbol-levels-plus
« Previous 1 ... 111 112 113 114 115 ... 4866 Next » (2801-2825/121643) Per page: 25, 50, 100, 200
Also available in: Atom