summaryrefslogtreecommitdiffstats
path: root/src/declarative/util
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | Ensure dataChanged doesn't force request for unwanted data in QML views.Martin Jones2010-08-032-0/+13
|/ | | | | | | | If a model emits dataChanged() every role was be updated, rather than just the roles required. Now only roles which have been used are updated. Task-number: QTBUG-12598 Reviewed-by: Michael Brasser
* State doc fixes, improvementsBea Lam2010-08-021-14/+1
| | | | Task-number: QTBUG-12570
* Correctly apply PropertyChanges when entering an extended stateMichael Brasser2010-08-021-1/+3
| | | | | | | | directly from the base state. Make sure qmlExecuteDeferred is called on the state being extended. Task-number: QTBUG-12559
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-07-302-8/+10
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Add missing image Mention scope of id uniqueness Update QML Documents example add license header doc: Add a note about QCoreApplication::applicationDirPath Add license header Add moving and flicking properties to PathView Improve utility of QMLViewer Add missing \l doc commands Document elements that are focus scopes. Remove use of shared NOTIFY signals in QGraphicsScale Remove use of shared NOTIFY signals
| * Remove use of shared NOTIFY signalsMartin Jones2010-07-292-8/+10
| | | | | | | | | | | | | | | | | | Sharing a NOTIFY signal can cause binding loop warnings with no apparent cause. Task-number: QTBUG-12333 Reviewed-by: Aaron Kennedy Reviewed-by: Michael Brasser
* | Fixed spelling mistakes in documented functions, classes, etc. Part of ↵Jerome Pasion2010-07-295-13/+13
|/ | | | QTBUG-11938 and QTBUG-10801
* Document that animations have to be started/stopped as a groupBea Lam2010-07-271-0/+8
|
* various doc fixesBea Lam2010-07-272-8/+7
|
* Fixes undeleted timers (and endless warning from the event loop aboutAaron Kennedy2010-07-231-1/+1
| | | | | | | invalid timers). Authored-by: Daniel Molkentin Reviewed-by: Marco Bubke
* Remove unneeded member variable.Michael Brasser2010-07-222-6/+3
|
* Make rootContext and engine pointers in QDeclarativeView API constJoona Petrell2010-07-222-11/+12
| | | | | Task-number: QTBUG-12322 Reviewed-by: Aaron Kennedy
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-07-212-3/+7
|\
| * Only ignore the same target value for a Behavior when it is running.Michael Brasser2010-07-211-1/+1
| | | | | | | | | | | | | | | | | | | | Otherwise a Behavior may mistakenly not be triggered. This situation can arise when the property in question has been manipulated via the property system, followed by a direct function call (which correctly bypasses the Behavior), followed by a another change via the property system. Task-number: QTBUG-12295
| * Rewinding AnchorChanges should not make target item's implicit width and ↵Joona Petrell2010-07-211-2/+6
| | | | | | | | | | | | | | height explicit Task-number: QTBUG-12273 Reviewed-by: Michael Brasser