qgstabbarproxystyle: Fix tab size if the font is not overriden
`QgsTabBar::tabSizeHint` computes the size hint for a tab. However ittakes into account the `LabelStyle` font even if the font is notoverriden. This results in a wrong tab size if the tabSize font size...
Fix pixelated appearance of elevation profile chart on hidpi displays
Layers can now be added to elevation plots via drag and drop fromlayer tree.
Unfortunately due to qt api limitations, we can't just enable directdrag and drop from the layer tree -- users have to explicitly holdthe "Ctrl" key while dragging in order to force the copy action.
Add an explicit "Add Layers" button to elevation profile dock
This provides a user-friendly why of adding new layers to a plot -clicking it will show a filtered list of possible layers whichcan be added to the plot, but which currently aren't in the plot....
Documentation
Add a simple cache for read tile data from vtpk data sources
The process of reading raw tile data from a vtpk comes with somecost due to the necessary unzipping of files from the vtpkarchive. We can cut out this cost for previously retrieved tilesthrough a simple tile -> raw data cache....
Merge pull request #53190 from 3nids/merge-feature-field-widget
use field widget in merge feature dialog
fix test
Move qix generation to real leave
Readd inserts layer that was removed by mistake
Put preview layers in a list to dispose them correctly
Don't add layers to the project during preview
Use QgsMapCanvas for preview
Preview of layers in dxf import dialog
Reverse order
Fix circular relations
Fix buffered transaction crash because of wrong orderLayers method
fix unused arg warning
re-include header
Ensure symbols using map unit sizing work correctly in elevationprofile plots
Fixes #52833
skip COPC inputs in the "Create COPC" algorithm (fix #53157)
avoid crash when giving nullptr to QgsEditorWidgetWrapper::fromWidget
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 #53168 from elpaso/attribute-table-defer-virtual-fields
Attribute table optimization: do not load hidden fields until required
« Previous 1 ... 102 103 104 105 106 ... 4866 Next » (2576-2600/121643) Per page: 25, 50, 100, 200
Also available in: Atom