Expand documentation for QgsMapLayer.setDataSource
Fixes #54381
Support loading 3d tiles from Cesium ion
Assets from Cesium ion can be loaded directly using a uri like:
ion://?assetId=111111&authcfg=some_qgis_auth_cfg
The setup here is a little weird. The QGIS auth cfg must be setupto use either a hardcoded cesium ion token, or using the ion...
Convert curved parameter should be optional to avoid breaking older models which don't have this parameter set
[gui][processing] Allow for enum parameter's combobox to wide smaller than its content
[gui][processing] Allow for parameter description labels to wrap at work breaks to avoid wide dialogs
add Azerbaijan translation
add Azerbaijan flag
(cherry picked from commit be30b03aff5de5cd5f6fb12f5d14cea02b815acb)
Correctly calculate model child dependencies when a model stepuses expressions for parameter values and contains variablesgenerated by another step in the model
We were showing links for these in the model designer so itappeared as though the dependencies were there, but at actual...
[ui][symbology] Fix customized graduated renderer label format and precision not restored (fixes #54255)
[layout] set clear value to 0 for grid offset spinboxes
[processing] Add a new 'Calculate expression' algorithm for use in models
This algorithm will simply calculate the results of a QGIS expressionand make the result available for use in other parts of the model.
It avoids the need to use the same expression multiple times throughout...
Add metadata to permit processing parameters to limit the availabletypes of value source they can be linked to in models
Promote QgsProcessingModelChildParameterSource source to enum class and move to Qgis
This wasn't marked as stable API, so we don't need any of the usual monkey patching code
Variant outputs must be available for use as inputs for most parameter types
Add a processing output type for variant values
Should be used when the output is a flexible type and may representany QVariant value.
Add choice of log level to algorithm settings panel
Allows users to run algorithms with verbose logging through theGUI (previously only available via qgis_process or model designer)
Add a new processing log level for debugging models
At model debug log level we'll show all the genericlogs for step preparation, inputs and outputs for everychild algorithm, including those which we normally skip(eg raise warnings/outputs, string concatenation, etc)....
Log results from each child algorithm step in models when verbose output is enabled
« Previous 1 ... 36 37 38 39 40 ... 4866 Next » (926-950/121643) Per page: 25, 50, 100, 200
Also available in: Atom