QgsMapSettings object
If specified (they default to off), these simplification settings
will override any layer-specific simplification settings, and
provide a way for specifying a global simplication to apply
to vector layers while exporting maps.
Fixes edits to a joined field value aren't immediately shown in attribute tables,
and instead appear as though they were discarded (until the attribute table is
reloaded)
* Enabled using default path for external resources.
Value (filepath) can be relative to either project path or default root according field setup/config
* [QgsQuick] Added signal of event when a captured photo is confirmed. That enables custom handling of the action by externalResourceHandler.
Renamed Ok Button of PhotoPanel.
* [QgsQuick] Cleaning source of preview image after closing it
It was causing unpleasant effect when last taken photo has been shown for a short while before previewing another.
* [QgsQuick]
Evaluate and use defaultRootPath in a config of the external resource widget.
Added a function to evaluate expressions for QgsQuick
* [QgsQuick] Use Loader to load photo panel only when its going to be used.
Also prevents for asking camera permissions on form open, when photo panel was initialized as well.
* [QgsQuick] Better wrapping of a long filenames text in the external source widget if an image is not available.
* [QgsQuick] Use canonical path in function
Symlinks are used a lot on Android, therefore its better to use canonical paths.
* [QgsQuick] formatted code.
* [QgsQuick] External source widget - changes requested in review
Fixed test and added one test case for getting relative path.
* [QgsQuick] External widget update
Added function that returns absolute path of image according widget's config - takes into account relative/absolute setting for value and default path.
Added docs about how a path can be configured and used.
* [QgsQuick] External widget update
* removed lefover property
* corrected getAbsolutePath function
* [QgsQuick] Corrected function and fixed test
Do not use canonical path for non-existing file while getting relative path.
* Fix WMS GetMap 8bit mode with transparency
* Correct indentation
* Remove french text in qgs test project
* Correct render checker for 8bit image
* Remove empty line
Avoids situations like
1. Line length of 3cm
2. Repeat distance of 2cm
3. Label size is 1.5 cm
2cm 1cm
/--Label--/----/
i.e. the labels are off center and gravitate toward line starts
Instead, we first calculate how many complete repeats we can fit
in, and then divide the line into even sections of this length,
avoiding the situation where some leftover segment of the line
end isn't big enough for the label to fit.