fix(3D): replace geometry renderer identification (main/selected) by property
3D geometry renderer identification in QgsChunkedEntity was made according to the object name and can be prone to error. Now we used a property (prop name is defined in a const) with values from enum.
Fixes #53204 : use setting from registry in processing config (#53458)
sipify
qgselevationprofilewidget: Reset the profile curve on clear
When the elevation profile is cleared, the canvas is cleared but theassociated geometry is not cleared. Therefore, when a layer, it turnedon, it gets redrawn.
This issue is fixed by clearing the geometry (`mProfileCurve`) when...
Address PR comments
[ui][processing] Harmonize processing history dialog with other QGISdialogs by adding a close button and an icon for the help button
Cleanup iface signal connections when unloading processingplugin
Fixes #53455
Update src/core/labeling/qgsvectorlayerlabeling.h
Co-authored-by: Nyall Dawson <[email protected]>
Gracefully cleanup empty python faulthandler log files
Fixes #50609
Mark python impl methods as final
Some super-safety in overridden stdout/stderr to ensure we don'ttry to write to a deleted qwidget
Gracefully restore the system stdout/stderr when the python consoleis about to be destroyed
Implement multiplyOpacity for QgsTextFormat
This is used to change the labeling opacity in the server.
fix unnecessary request to PostgreSQL (#53449)
Move qix generation to real leave
re-include header
OGR: regenerate qix on end editing
GDAL deletes the qix when saving, if the qix was there beforeediting started we generate a new one after editing ended.
Maybe fix #30528
Merge pull request #53448 from nyalldawson/cancel_tokens
Avoid UI lock when closing Execute SQL window
Update src/providers/postgres/qgspostgresconn.cpp
Apply suggestions from code review
drop unnecessary request to PostgreSQL #49960
fix unnecessary request to PostgreSQL (#53426)
Fix build
[grass] r.series: add missing tvalue option
More reponsive cancelation of QgsQueryResultWidget token fetching
When the Execute SQL window is closed while tokens are stillbeing fetched, QGIS can hang until the fetching is complete. Soprovide a shortcut cancelation of the fetching when we nolonger need it....
« Previous 1 ... 88 89 90 91 92 ... 4866 Next » (2226-2250/121643) Per page: 25, 50, 100, 200
Also available in: Atom