summaryrefslogtreecommitdiffstats
path: root/src/declarative/util
Commit message (Collapse)AuthorAgeFilesLines
* Update running animations if a SmoothedAnimation is changedAlan Alpert2010-09-092-1/+20
| | | | | | | This behavior is consistent with the other animations. Task-number: QTBUG-12336 Reviewed-by: Leonardo Sobral Cunha
* Fix SmoothedAnimation test and docsAlan Alpert2010-09-091-1/+7
| | | | | | | | | The SmoothedAnimation visual test was misleading, and has been expanded to include more common use cases. The property documentation was also slightly extended. This should help solve the confusion in the related task. Task-number: QTBUG-12114
* Fix reversingModes of QDeclarativeSmoothedAnimationAlan Alpert2010-09-091-2/+3
| | | | | | | None of them actually worked. The updated visual test now shows the correct behavior. Task-number: QTBUG-13513
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-09-082-3/+2
|\
| * Remove unused objectBea Lam2010-09-081-1/+0
| |
| * Fix Worker ListModel to emit the right signal when items changeBea Lam2010-09-081-1/+1
| |
| * Merge branch '4.7' into qmldocsDavid Boddie2010-09-072-16/+3
| |\
| * \ Merge branch '4.7' into qmldocsDavid Boddie2010-09-032-8/+10
| |\ \ | | | | | | | | | | | | | | | | Conflicts: doc/src/snippets/declarative/qml-intro/basic-syntax.qml
| * \ \ Merge branch '4.7' into qmldocsDavid Boddie2010-09-017-107/+3
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/declarative/graphicsitems/qdeclarativetext.cpp src/declarative/graphicsitems/qdeclarativetextedit.cpp
| * \ \ \ Merge branch '4.7' into qmldocsDavid Boddie2010-08-277-12/+25
| |\ \ \ \
| * \ \ \ \ Merge branch '4.7' into qmldocsDavid Boddie2010-08-242-10/+10
| |\ \ \ \ \
| * | | | | | Doc: Fixed incorrect use of commands to mark documentation.David Boddie2010-08-231-1/+1
| | | | | | |
* | | | | | | SpringAnimation velocity animation stop logic was fragile.Martin Jones2010-09-081-11/+26
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rather than stopping the animation when the target was reached, calculate the duration it will take. This eliminates the possibility of rounding errors causing the animation to stop at the wrong time. Task-number: QTBUG-13044 Reviewed-by: Aaron Kennedy
* | | | | | Fix AnchorAnimation for multiple AnchorChanges with dependancies.Michael Brasser2010-09-062-16/+3
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | When rewinding, don't reapply bindings, only values. This is consistent with how we handle rewinding other property bindings. Task-number: QTBUG-13398
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-09-021-1/+1
|\ \ \ \ \
| * | | | | QDeclarative: Fix spelling mistake.Christian Kandeler2010-09-011-1/+1
| | |_|_|/ | |/| | |
* | | | | Don't overflow the unreferenced cost counterAaron Kennedy2010-09-021-7/+9
|/ / / / | | | | | | | | | | | | QTBUG-13345
* | | | Remove pointless \internal docs (that contain no information)Aaron Kennedy2010-08-277-107/+3
| |_|/ |/| |
* | | Remove dead code.Michael Brasser2010-08-261-2/+0
| | |
* | | Remove unused code.Michael Brasser2010-08-251-3/+0
| | |
* | | Re-insert and emit the correct NOTIFY signals following the removalBea Lam2010-08-252-1/+3
| | | | | | | | | | | | of some NOTIFY parameters in d31e3bd3e27e9249df451b4b2a3a3a16e9160fa4
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-242-4/+4
|\ \ \
| * | | Fix few declarative code issues discovered by static code analysisJoona Petrell2010-08-242-4/+4
| | |/ | |/| | | | | | | | | | Task-number: Reviewed-by: Aaron Kennedy
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-232-10/+10
|\ \ \ | |/ /
| * | Remove wrong NOTIFY attribute.Olivier Goffart2010-08-192-10/+10
| |/ | | | | | | | | They where related to not unreachable signals. It would cause the compilation to break
* | Fix crach in synchronization of ListModel in WorkerThread.Martin Jones2010-08-232-2/+18
|/ | | | | Task-number: QTBUG-13039 Reviewed-by: Aaron Kennedy
* Docs - clarify use of PropertyChanges for immediate property changes inBea Lam2010-08-172-121/+167
| | | | | a State (e.g. for setting a transformOrigin for a RotationAnimation). Also improve some other animation docs in general.
* qdoc: Reorganized the QML elements table to be a dictionary...Martin Smith2010-08-1617-1/+34
| | | | ...and a set of functional group pages.
* Clear previous animation data for non-triggering animations.Michael Brasser2010-08-131-0/+2
| | | | | | | We need to clear the data from the last run if the animation doesn't match any of the state actions (or if there are no actions). Task-number: QTBUG-12805
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-08-121-1/+1
|\ | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Only modify pixmap cache reply when protected by a mutex Fix broken example code
| * Only modify pixmap cache reply when protected by a mutexAaron Kennedy2010-08-121-1/+1
| | | | | | | | QTBUG-12729
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into ↵Qt Continuous Integration System2010-08-112-2/+2
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2: (27 commits) Disable minRightBearing optimization in QTextLayout on Mac Added one test for QRegExp QMetaObject::normalizeSignature avoid reading past the string in case of invalid signature given. Add text decoration support to QStaticText Fix QString::arg: When specifying %L1, the group separator would be added even if the local specify QLocale::OmitGroupSeparator QtDeclarative: get rid of warnings in public header doc: Clarify documentation of QStaticText Fix scrollbar randomly popping up in QPlainTextEdit Remove the definition of QT_HAVE_NEON from qt.prf Use the fast Neon conversion for converting colors of jpeg images. Do the conversion from RGB888 to RGB32 using Neon Move the build of Neon file from painting.pri to gui.pro QSharedPointer documentation: specify that it is not safe to operate on the same object in different threads compilation with QT_NO_DEPRECATED Test we do not have compiler warnings in our headers with more options QStyleSheet documentation: QMenu's tear-off is styled with ::tearoff Doc: Fixed qdoc warnings. Fix QTextEngine overflow caused by extremely long text Replace the SSE prologues by a macro QDom: Do not crash on "<a:>text</a:>" ...
| * Merge commit 'remotes/origin/4.7' into qt47s2Thomas Zander2010-08-111-1/+2
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/src/examples/simpletreemodel.qdoc doc/src/examples/spinboxdelegate.qdoc doc/src/index.qdoc src/declarative/qml/qdeclarativeimageprovider.cpp
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into ↵Qt Continuous Integration System2010-08-102-2/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2: (23 commits) Fix QString::arg: When specifying %L1, the group separator would be added even if the local specify QLocale::OmitGroupSeparator QtDeclarative: get rid of warnings in public header doc: Clarify documentation of QStaticText Fix scrollbar randomly popping up in QPlainTextEdit Remove the definition of QT_HAVE_NEON from qt.prf Use the fast Neon conversion for converting colors of jpeg images. Do the conversion from RGB888 to RGB32 using Neon Move the build of Neon file from painting.pri to gui.pro QSharedPointer documentation: specify that it is not safe to operate on the same object in different threads compilation with QT_NO_DEPRECATED Test we do not have compiler warnings in our headers with more options QStyleSheet documentation: QMenu's tear-off is styled with ::tearoff Doc: Fixed qdoc warnings. Fix QTextEngine overflow caused by extremely long text Replace the SSE prologues by a macro QDom: Do not crash on "<a:>text</a:>" Doc: Fixed typo. Doc: Fixed QML documentation errors. Doc: Merged in some of Thomas Zander's suggestions. Doc: Fixed name clash. ...
| | * \ Merge remote branch 'origin/4.7' into oslo-staging-2/4.7Olivier Goffart2010-08-091-8/+11
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/src/index.qdoc src/dbus/qdbusconnection.cpp src/gui/s60framework/qs60mainapplication.cpp src/gui/s60framework/qs60mainappui.cpp src/network/access/qnetworkrequest.cpp src/network/bearer/qnetworkconfiguration.h
| | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-08-067-24/+65
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/declarative/util/qdeclarativeanimation.cpp
| | * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7David Boddie2010-08-052-146/+99
| | |\ \ \ \
| | * | | | | Doc: Fixed qdoc warnings.David Boddie2010-08-052-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Trust Me
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-111-1/+2
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-08-112-11/+28
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Don't destroy ListModel child list nodes.
| * | | | | | | XmlListModel doc fixesBea Lam2010-08-091-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-12749
| * | | | | | | doc: Fixed some qdoc errors.Martin Smith2010-08-091-1/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Compile on SymbianMartin Jones2010-08-112-14/+10
| |/ / / / / |/| | | | | | | | | | | | | | | | | Task-number: QTBUG-12771
* | | | | | Don't destroy ListModel child list nodes.Martin Jones2010-08-112-11/+28
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are owned by the root and must not be destroyed by child lists. Task-number: QTBUG-12771 Reviewed-by: Bea Lam
* | | | | XmlListModel doc fixesBea Lam2010-08-091-1/+7
|/ / / / | | | | | | | | | | | | Task-number: QTBUG-12749
* | | | Fix broken example codeBea Lam2010-08-061-8/+11
| |_|/ |/| | | | | | | | Task-number: QTBUG-12705
* | | Improve docs on QML Animation page and associated elementsBea Lam2010-08-057-26/+67
| |/ |/| | | | | Task-number: QTBUG-12666
* | Make SpringAnimation usable inside a transitionmae2010-08-042-146/+99
|/ | | | | | | | | | | | SpringFollow was turned into SpringAnimation so it could be used inside a Behavior. This patch completes the work and makes it usable inside a transition. This is the documented behavior of SpringAnimation, the patch is essential to make SpringAnimation work consistently. Reviewed-by: Michael Brasser Task-number: QTBUG-12141
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-08-031-7/+26
|\
| * Limit the pixmap cache in space as well as in time.Aaron Kennedy2010-08-031-7/+26
| | | | | | | | QTBUG-12590