| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
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
(cherry picked from commit 21806ff0921641b4e4d9d39721ab4ebeae74dddc)
|
|
|
|
|
|
|
|
| |
height explicit
Task-number: QTBUG-12273
Reviewed-by: Michael Brasser
(cherry picked from commit 164b2b54922d87a44a60efe6dbbe2fa3b7716820)
|
|
|
|
| |
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.
|