Fix debug level for message log messages
Send QgsDebugError errors to std::cerr instead of qDebug
Since QgsDebugError should ONLY be used for errors, if wesend them to std::cerr then they'll get correct color formattingin terminals (e.g. helping with debug output when runningtests)
Replace QgsDebugMsg(...) with QgsDebugError(...) and ensure itis ONLY used for error message reporting
Everything else gets bumped to QgsDebugMsg(..., >= 2)
Fix clang tidy warnings
[profile tool] Add option to lock the horizontal/vertical scale tomatching scales
When activated, this option ensures that the horizontal and verticalscales are always kept equal (so that eg a 45 degree slope will appearas a 45 degree slope in the profile)
Attribute table optimization: do not store hidden fields
- defer hidden fields fetching- allow caching of mixed full and subset attributes features
Merge pull request #53163 from elpaso/bugfix-followup-53061-floater-settings
Followup floater settings fix settings storage
Use some heuristics to guess when a raster layer looks like a DEMand auto-set the "represents elevation" flag for these
We do this when:
- the layer contains only one band- the data type is int or float (not complex, rgb or byte)- the layer doesn't have an attribute table...
When adding a raster layer which we know definitively containselevation data, and the project does not currently have anyterrain provider set, then automatically set that raster layeras the project's terrain provider
Setup framework for data provider's to provide information aboutelevation related properties to their layers
And use this to ensure that wms tiles with maptiler terrainor terrarium terrain interpretation are always included bydefault in elevation profile plots....
Cleaning my own mess, followup #53061
Remember which project layers have been selected for display in elevationprofiles and default to these next time an elevation profile is opened
Merge pull request #53153 from agiudiceandrea/patch-19
Fix "Qt : QString::arg: 1 argument(s) missing in getting %1 with %2" opening Settings->Options dialog window
address review
apply pixel size conversion factor to line width if style does notdefine "line-width" property
Set debug message level
Fix QgsSettingsTreeModelNodeData::addChildForSetting
Load layers in parallel threads when opening project (#53069)
Update test reference images
[raster] Fix pixelated rendering of raster on high DPI screens
Mark common postgresql types as non-enumerable upon load
This fixes a big performance issue when loading projects with PostgreSQL layers.In the last stage of project loading, code in QgisApp would run codeto resolve broken layer dependencies, which in turn tried to find out best...
Add timing to project load: resolve layer deps and set up widgets
Use more appropriate icon for new elevation profile action
« Previous 1 ... 104 105 106 107 108 ... 4866 Next » (2626-2650/121643) Per page: 25, 50, 100, 200
Also available in: Atom