| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
The scale of the delegate was used to offset the item. This was a
bad way of making the item appear to be positioned correctly when
the default transform origin was the top-left. Now that transform origin
is center, it is obvious that it was a bad idea.
Task-number: QTBUG-12245
Reviewed-by: Michael Brasser
(cherry picked from commit 5572ec653fe735c4f413195c1ef34382aa8c6105)
|
|
|
|
|
| |
Task-number:
Reviewed-by: Martin Jones
|
|
|
|
| |
Task-number: QTBUG-11006
|
|
|
|
| |
Partial revert of d5a86d924bfe331aeba6465b0f249cd27ef83ad4
|
|
|
|
|
|
|
| |
Examples get the BSD license, while all other .qml files get the
LGPL/tech-preview license.
Reviewed-by: Trust Me
|
|
|
|
| |
Also rearrange the parameter order to be more clear.
|
|
|
|
|
| |
Task-number: QTBUG-9491
Reviewed-by: Martin Jones
|
|
|
|
|
| |
Also add missing increment/decrementCurrentIndex() slots to PathView,
and tweak the number of points cached along a Path.
|
|
|
|
|
|
|
|
| |
If an item was created spontaneously (i.e. delegate is a package and
some other view created the item), ensure its attached properties are
correctly initialized.
Task-number: QTBUG-10527
|
|
|
|
|
| |
Task-number: QTBUG-10290
Reviewed-by: Michael Brasser
|
|
|
|
|
| |
QDeclarativeExpression can be used to evaluate any sort of expression,
not just those returning a value.
|
|
|
|
|
|
| |
Since we aren't releasing for 4.6, all types are new in 4.7.
Task-number: QTBUG-10081
|
|
|
|
|
| |
Task-number:
Reviewed-by: Martin Jones
|
| |
|
|
|
|
| |
Task-number: QT-319
|
|
|
|
|
|
| |
views.
Task-number: QT-319
|
|
|
|
|
| |
The import order has changed, so test files that mirror element names
needed to be renamed (or they would resolve as the type).
|
| |
|
|
|
|
|
|
| |
Adding PathView attached properties to be in line with other views.
Task-number: QT-319
|
|
|
|
| |
Reviewed-by: akennedy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Where you would have written
x: NumberAnimation {}
y: Behavior {}
you now must write
NumberAnimation on x {}
Behavior on y {}
This change also makes the parser more strict with respect to multiple
assignments to a single property - they're no longer allowed. For example
this
x: 10
x: 11
is now an error.
|
|
|
|
| |
Task-number: QTBUG-8494
|
|
|
|
| |
to QDeclarativeXXX.
|
|
QDeclarativeXXX.
|