| 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is important for Bauhaus to ensure that we can
edit properties and states dynamically in the visual
editor
Most of the changes consist of added functions
for Bauhaus, that do not affect any current
behaviour.
Important changes:
QDeclarativeAbstractBinding is holding a
QSharedPointer to itself so that other classes
can hold a weak reference to avoid accessing
dangling pointers while keeping track of bindings.
QDeclarativeStateOperation now has its own private class
QDeclarativeStateOperationPrivate to hold a pointer back
to QDeclarativeState since the parent is not set correctly
in every context.
QDeclarativePropertyChangesPrivate does now hold a
QDeclarativeGuard instead of a raw pointer to the
target QObject. In Bauhaus the target object might
be deleted.
Reviewed-by: Aaron Kennedy
|
| |
|
|
|
|
| |
...and a set of functional group pages.
|
| |
|
|
|
|
| |
Task-number: QTBUG-12666
|
|
|
|
| |
Task-number: QTBUG-12570
|
|
|
|
|
|
|
|
| |
directly from the base state.
Make sure qmlExecuteDeferred is called on the state being extended.
Task-number: QTBUG-12559
|
| |
|
|
|
|
| |
other minor doc fixes
|
| |
|
|
|
|
|
|
| |
when returning to that state.
Task-number: QTBUG-11228
|
|
|
|
|
| |
Merge-request: 647
Reviewed-by: Andreas Aardal Hanssen <andreas.aardal.hanssen@nokia.com>
|
|
|
|
|
|
|
|
|
|
|
| |
copyOriginals plays with the order of the revertList, which messes up
the assumptions of ParentAnimation. The full fix will require some
rearchitecting of how the states and transitions handle "related"
actions, but for now this fixes the crash.
Reverting to the base state has also been fixed.
Task-number: QTBUG-10671, QTBUG-10676
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
"parent" needs to be evaluated with the AnchorChanges target as the
scope object.
Task-number: QTBUG-5338
|
|/
|
|
| |
some elements docs.
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Task-number: QTBUG-9371
|
|
|
|
|
| |
Always use private/. The WinSCW compiler doesn't search the current
directory, for whatever reason.
|
|
|
|
| |
Task-number: QT-2825
|
|
|
|
| |
There's nothing meta about our properties.
|
|
|
|
|
| |
The behavior of createProperty() (to resolve dot properties) is now the
behavior of the constructors.
|
|
|
|
|
|
| |
We don't want to allow manipulation of bindings and signal properties through
the public API. Equivalents of the public functions now exist in
QDeclarativeMetaPropertyPrivate for internal use.
|
|
QDeclarativeXXX.
|