summaryrefslogtreecommitdiffstats
path: root/src/declarative/util
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-2411-2/+24
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-2411-2/+24
| |\
| | * Merge remote branch 'origin/master'Thiago Macieira2010-02-2325-417/+286
| | |\
| | * | doc: Fixed some qdoc errors.Martin Smith2010-02-221-2/+2
| | * | Merge remote branch 'origin/master'Thiago Macieira2010-02-2015-747/+867
| | |\ \
| | * | | doc: Added "\since 4.7" to a bunch of declarative stuff.Martin Smith2010-02-1911-0/+22
* | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-241-12/+12
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-235-168/+103
| |\ \ \ \
| * | | | | Fix illegal access in QmlStyledText and add auto testsMartin Jones2010-02-231-12/+12
* | | | | | Merge fix.Warwick Allison2010-02-231-1/+6
* | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-2311-233/+285
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge remote branch 'origin/master' into qtruntimeRoberto Raggi2010-02-2311-189/+239
| |\ \ \ \ \
| | * | | | | Adds QmlEasingValueType to qmlLeonardo Sobral Cunha2010-02-233-123/+51
| | |/ / / /
| | * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-237-39/+152
| | |\ \ \ \
| | | * \ \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-02-236-8/+4
| | | |\ \ \ \
| | | | * | | | QmlExpression API reviewAaron Kennedy2010-02-233-4/+0
| | | | * | | | Make QmlBinding (and friends) privateAaron Kennedy2010-02-234-4/+4
| | | | | |_|/ | | | | |/| |
| | | * | | | Doc fix.Bea Lam2010-02-231-2/+2
| | | * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-02-2363-1166/+1139
| | | |\ \ \ \ | | | | |/ / /
| | | * | | | Add XmlRole::isKey property for incremental data changes when reload()Bea Lam2010-02-231-29/+146
| | * | | | | Remove QmlView::execute(). QmlView::setSource() does it all now.Martin Jones2010-02-232-27/+36
| | | |/ / / | | |/| | |
| * | | | | Compile.Roberto Raggi2010-02-221-2/+0
| * | | | | Merge remote branch 'origin/master' into qtruntimeRoberto Raggi2010-02-2225-417/+286
| |\ \ \ \ \ | | |/ / / /
| * | | | | Introduced the internal virtual method QmlView::setRootObject(object).Roberto Raggi2010-02-192-45/+54
| | |_|_|/ | |/| | |
* | | | | Remove QML_DEFINE_... macros, now use QML_REGISTER_... macros calls.Warwick Allison2010-02-2328-131/+309
| |/ / / |/| | |
* | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-2216-311/+208
|\ \ \ \
| * | | | Replace QmlList* and QList* support with a single QmlListProperty typeAaron Kennedy2010-02-2216-311/+208
* | | | | Remove race condition in remote pixmap cancelling.Martin Jones2010-02-221-17/+12
|/ / / /
* | | | Rename MouseRegion -> MouseAreaMartin Jones2010-02-224-10/+10
* | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-222-52/+38
|\ \ \ \
| * | | | Fix compile error on SolarisAaron Kennedy2010-02-222-52/+38
| |/ / /
* | | | Document the default velocity of EaseFollowMartin Jones2010-02-221-1/+10
* | | | Remove use of unexprted private classes.Martin Jones2010-02-222-26/+8
|/ / /
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-191-3/+6
|\ \ \
| * \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-191-8/+0
| |\ \ \
| * | | | Delete the QmlImageRequestHandler in the correct thread.Martin Jones2010-02-191-3/+6
* | | | | More strict type checking of ListElement properties.Warwick Allison2010-02-191-10/+32
| |/ / / |/| | |
* | | | Remove unused function that breaks build on AIX.Michael Brasser2010-02-191-8/+0
|/ / /
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-1863-63/+63
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-1663-64/+68
| |\ \
| | * | Fix copyright year.Jason McDonald2010-02-1663-63/+63
| | * | doc: Fixed some qdoc errors.Martin Smith2010-02-162-1/+5
* | | | Removed incorrect Q_UNUSED() macro from QmlPropertyAnimation::transitionLeonardo Sobral Cunha2010-02-181-1/+0
* | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-186-475/+578
|\ \ \ \
| * | | | Animation doc fix.Michael Brasser2010-02-181-24/+11
| * | | | Add a RotationAnimation element.Michael Brasser2010-02-183-0/+223
| * | | | Remove unneeded comparison.Michael Brasser2010-02-181-1/+1
| * | | | Fix bugs and add tests related to manual start/stop control of animations.Michael Brasser2010-02-182-10/+12
| * | | | Transitions and Behaviors should exclusively control their animations.Michael Brasser2010-02-185-8/+25
| * | | | Animation's setTarget should only be called via QmlValueSource*.Michael Brasser2010-02-181-1/+3