| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| |
| | |
Reviewed-by: Trust Me
|
| |
| |
| |
| |
| |
| |
| | |
This fixes the autotest regression for tst_qdeclarativestates::editProperties
introduced by 488e616b50707e5b37162e6d0cfc71a1ffdf9bef.
Reviewed-by: Joona Petrell
|
| |
| |
| |
| |
| |
| |
| |
| | |
Perform the conversion once at compile time, rather than many times
later.
Task-number: QTBUG-15331
Reviewed-by: Martin Jones
|
|/
|
|
|
|
|
| |
This provides a significant optimization for initial evaluation of
bindings specified in a PropertyChanges.
Reviewed-by: Aaron Kennedy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
a State (e.g. for setting a transformOrigin for a RotationAnimation).
Also improve some other animation docs in general.
|
|
|
|
| |
...and a set of functional group pages.
|
|
|
|
| |
Task-number: QTBUG-11754
|
| |
|
|
|
|
| |
examples from class docs and improve assorted docs
|
| |
|
|
|
|
| |
Also rearrange the parameter order to be more clear.
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Fix regression in bindinganimation visual test introduced in
129940723d9145a4380f7e44c06cbaa88ee4053b.
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
This should also lead to better error meesages coming from PropertyChanges.
Task-number: QTBUG-10300
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (30 commits)
Ensure text document is created before we access it.
Plugins documentation.
Fix update issue when an item has an effect and child.
Fix QDeclarativeTextInput and QGraphicsView in regards of input methods hints.
Disallow "Qt" as namespace import
Don't "adjust" the z value of a delegate that has been cached.
Correctly inherit extension properties
Autotests
More QDeclarativeNetworkAccessManagerFactory doc clarification.
Fix QDeclarativeNetworkAccessManagerFactory docs.
Don't crash on invalid model remove signal.
Ensure scheduled layout can occur before testing.
Fix remaining 4.6 type registrations (to 4.7).
doc anchor margins vs. anchor (line) state/animation.
These examples should not be included in this test
Unify naming of settings / UI to be "Qt Qml Runtime"
Improved error messages for type resolving, new debug option
Link to example files from tutorial pages
Add tutorial for writing QML extensions
no export in plugin
...
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| |
| | |
QDeclarativeExpression can be used to evaluate any sort of expression,
not just those returning a value.
|
| |
| |
| |
| |
| |
| |
| | |
"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
|
| |
|
|
|
|
| |
wrap remains for a little while, and will produce a warning.
|
|
|
|
|
| |
Always use private/. The WinSCW compiler doesn't search the current
directory, for whatever reason.
|
|
|
|
|
|
|
| |
State-specific object lifecycle management will be addressed in a
future release.
Task-number: QTBUG-8318
|
| |
|
|
|
|
| |
There's nothing meta about our properties.
|
|
|
|
| |
Task-number: QT-1817
|
|
|
|
|
| |
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.
|