| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Reviewed-by: Trust Me
|
|
|
|
|
| |
Task-number: QTBUG-16356
Reviewed-by: Bea Lam
|
|
|
|
|
|
|
|
|
| |
If the model is a VisualDataModel, the count will initally be zero
and modelCount is not updated due to itemsInserted() before the
component is completed.
Task-number: QTBUG-16357
Reviewed-by: Bea Lam
|
|
|
|
|
|
|
|
| |
Removing the currentIndex could result in currentIndex being > than
the number of items in the model.
Task-number: QTBUG-15926
Reviewed-by: Michael Brasser
|
|\ |
|
| | |
|
|/
|
|
|
|
|
|
| |
If we remove all items then we don't have a valid firstIndex with
which to anchor item positions, so just use offset.
Task-number: QTBUG-14199
Reviewed-by: Michael Brasser
|
|
|
|
|
|
|
|
| |
Fixes regression caused by optimization added in commit
35a51442ed21f58c06b21293eeb56e843251ee82.
Task-number: QTBUG-14239
Reviewed-by: Martin Jones
|
|
|
|
| |
Add additional autotests, and remove unreachable functions.
|
|
|
|
|
| |
Task-number: QTBUG-13799
Reviewed-by: Martin Jones
|
|
|
|
|
|
|
|
| |
Check that we no longer hold a reference to the item before setting
onPath to false.
Task-number: QTBUG-13689
Reviewed-by: Michael Brasser
|
|
|
|
|
|
|
| |
Ensure the offset is adjusted to account for the new or removed items.
Also minor optimizations to delegate updates.
Task-number: QTBUG-13416
|
|
|
|
|
| |
Task-number: QTBUG-13017
Reviewed-by: Martin Jones
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
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.
|