| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Task-number: QTBUG-15279
Reviewed-by: Michael Brasser
|
|
|
|
|
|
|
|
| |
Overridden as readonly for elements that have an inherent implicit size
such as Text, TextEdit, TextInput, positioners, Loader.
Task-number: QTBUG-14957
Reviewed-by: Michael Brasser
|
|
|
|
|
|
|
|
| |
This is to keep consistent property naming consistent. E.g. Image
has 'smooth', 'mirror' properties rather than 'smoothed', 'mirrored'.
For consistency QDeclarativePixmap::Cached was renamed as well.
Reviewed-by: Martin Jones
|
|\ |
|
| |
| |
| |
| | |
Reviewed-by: Trust Me
|
| |
| |
| |
| |
| |
| |
| |
| | |
Setting mirror to true will horizontally invert an image. This feature
is part of the task to support RTL in QML (see QTBUG-11042).
Task-number: QTBUG-15878
Reviewed-by: Joona Petrell
|
|/
|
|
|
|
|
|
| |
Setting cached to false is useful when dealing with large images, to
make sure that they aren't cached at the expense of small 'ui element' images.
Task-number: QTBUG-7300
Reviewed-by: Aaron Kennedy
|
| |
|
|
|
|
|
| |
Those required by creator are still exported. Everything else is
no longer exported.
|
| |
|
| |
|
|
|
|
|
|
|
| |
Add Translate transform.
Image::sourceWidth and Image::sourceHeight read/write properties.
Task-number: QTBUG-8984
|
|
|
|
| |
Task-number: QTBUG-6334
|
| |
|
|
|
|
|
| |
Allows loading/decoding local images in an asynchronous thread (already
the case for network images).
|
|
QDeclarativeXXX.
|