| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
Use a weak pointer to the binding in case applying
the binding (while fast forwarding) causes it to be removed.
Task-number: QTBUG-14830
Reviewed-by: Michael Brasser
|
|
|
|
|
| |
Task-number: QTBUG-13799
Reviewed-by: Martin Jones
|
|
|
|
|
|
| |
to the base state.
Task-number: QTBUG-11834
|
|
|
|
| |
See 6454f4db1697af1d36ad4c0ea83ccd0bb490fd39
|
|
|
|
|
|
|
| |
The two are equivalent, but flip doesn't work in ParentChange.
Task-number: QTBUG-13554
Reviewed-by: Michael Brasser
|
|
|
|
|
|
|
|
| |
directly from the base state.
Make sure qmlExecuteDeferred is called on the state being extended.
Task-number: QTBUG-12559
|
|
|
|
|
|
|
|
|
| |
The wantsFocus property has been renamed to activeFocus, to better
reflect its value. Reading and writing the focus property is also now
consistent -- this property represents focus within a scope. Other small
changes were made to keep things consistent with the new naming.
Reviewed-by: Aaron Kennedy
|
|
|
|
|
|
|
| |
height explicit
Task-number: QTBUG-12273
Reviewed-by: Michael Brasser
|
|
|
|
| |
Task-number: QTBUG-11283
|
|
|
|
|
|
| |
when returning to that state.
Task-number: QTBUG-11228
|
|
|
|
|
|
|
| |
When a state uses override, we may apply the same replacesignalhandler
on top of itself. Make sure we update ownership accordingly.
Task-number: QTBUG-10523
|
|
|
|
|
|
|
| |
Autogenerate a name for unnamed states: "anonymousState1", etc.
Task-number: QTBUG-10352
Reviewed-by: Aaron Kennedy
|
|
|
|
|
|
| |
Since we aren't releasing for 4.6, all types are new in 4.7.
Task-number: QTBUG-10081
|
|
|
|
|
|
|
|
| |
Make sure bindings in PropertyChanges resolve urls correctly. Also
refactor the code so that PropertyChanges will always use the
standard url resolution support provided by QDeclarativeProperty.
Task-number: QTBUG-9571
|
|
|
|
| |
wrap remains for a little while, and will produce a warning.
|
|
|
|
| |
Task-number: QTBUG-9371
|
| |
|
|
|
|
|
|
|
| |
Instead of specifying left, right, etc directly, we keep the regular
syntax and specify anchors.left, anchors.right, etc. Also get rid
of the hacky "reset" string property and use undefined to reset (like
PropertyChanges).
|
|
|
|
|
|
|
| |
State-specific object lifecycle management will be addressed in a
future release.
Task-number: QTBUG-8318
|
|
|
|
|
| |
The import order has changed, so test files that mirror element names
needed to be renamed (or they would resolve as the type).
|
| |
|
|\
| |
| |
| |
| | |
Conflicts:
src/declarative/qml/qdeclarativeproperty.cpp
|
| |
| |
| |
| | |
Task-number: QT-1817
|
|/
|
|
|
|
|
| |
This follows on from a2a8cea2835ef24104fe784b6ce0f508cc5637c0 to make
it work for PropertyChanges and QDeclarativeMetaProperty as well.
Task-number: QT-2783
|
|
QDeclarativeXXX.
|