summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix positioner auto test with new easing curve syntaxJoona Petrell2010-02-241-4/+4
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-249-6/+59
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-02-248-2/+161
| |\
| | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-245-2/+55
| | |\
| | | * Merge remote branch 'origin/master'Thiago Macieira2010-02-2383-843/+788
| | | |\
| | | | * Merge branch 'qt-master-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2010-02-232-1/+15
| | | | |\
| | | | | * Merge remote branch 'origin/4.6' into integration-master-from-4.6Rohan McGovern2010-02-222-1/+15
| | | | | |\
| | | | | | * Don't process uic3 subdir if qt3support is disabled.Rohan McGovern2010-02-221-1/+3
| | | | | | * Fixed failure of tst_symbols when Qt is configured with -qtnamespaceRohan McGovern2010-02-221-0/+12
| | | * | | | Use QTRY_COMPARE to give the animation a chance to finishKent Hansen2010-02-231-1/+2
| | | * | | | Added function overload for QByteArray &QByteArray::replace()Zeno Albisser2010-02-231-0/+13
| | | * | | | QNativeSocketEngine: Fix some error handling related to waitFor*()Markus Goetz2010-02-221-0/+25
| | | | |/ / | | | |/| |
| * | | | | Fix expected errors following d43ec1bdb12649c32f0f0067492857a70bef05b4Bea Lam2010-02-243-3/+3
| * | | | | Disallow ids that start with upper case letters.Bea Lam2010-02-241-1/+1
* | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-243-0/+106
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-231-0/+13
| |\ \ \ \ \ | | |/ / / /
| * | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-2332-119/+706
| |\ \ \ \ \
| * | | | | | Fix illegal access in QmlStyledText and add auto testsMartin Jones2010-02-233-0/+106
* | | | | | | Compile after 20fc9f2e264f34dd8580949ddbe5511b78ab0ac4Warwick Allison2010-02-231-4/+4
* | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-231-0/+13
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-02-2342-260/+786
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | Missing test data file.Bea Lam2010-02-231-0/+13
* | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-2346-267/+1049
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Fixing deployment and default values for SymbianAleksandar Sasha Babic2010-02-232-0/+26
| * | | | | | Fixing deplyment on Symbian platformAleksandar Sasha Babic2010-02-232-1/+16
| * | | | | | Fixing deployment on SymbianAleksandar Sasha Babic2010-02-232-2/+13
| * | | | | | Fixing deployment on SymbianAleksandar Sasha Babic2010-02-231-0/+10
| * | | | | | Fixing deployment on Symbian platformAleksandar Sasha Babic2010-02-232-2/+13
| * | | | | | Fixing deployment on SymbianAleksandar Sasha Babic2010-02-231-0/+6
| * | | | | | String to enum conversion in value typesAaron Kennedy2010-02-233-0/+33
| * | | | | | Updates all qml examples/demos to use the easing curve value type syntaxLeonardo Sobral Cunha2010-02-2311-61/+61
| * | | | | | Adds QmlEasingValueType to qmlLeonardo Sobral Cunha2010-02-231-52/+53
| * | | | | | Add QEasingCurve as builtin metatypeLeonardo Sobral Cunha2010-02-231-0/+115
| * | | | | | Add missing NOTIFY signals to positioners, particles and webviewJoona Petrell2010-02-236-1/+360
| | |/ / / / | |/| | | |
| * | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-236-7/+263
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-02-235-7/+9
| | |\ \ \ \
| | | * | | | QmlExpression API reviewAaron Kennedy2010-02-233-5/+7
| | | * | | | Make QmlBinding (and friends) privateAaron Kennedy2010-02-232-2/+2
| | * | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-02-23552-2005/+33685
| | |\ \ \ \ \ | | | |/ / / /
| | * | | | | Add XmlRole::isKey property for incremental data changes when reload()Bea Lam2010-02-231-0/+254
| * | | | | | Remove QmlView::execute(). QmlView::setSource() does it all now.Martin Jones2010-02-2313-141/+80
| | |/ / / / | |/| | | |
* | | | | | Remove QML_DEFINE_... macros, now use QML_REGISTER_... macros calls.Warwick Allison2010-02-2326-48/+128
* | | | | | Make executable outside dir.Warwick Allison2010-02-231-3/+3
|/ / / / /
* | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-237-34/+77
|\ \ \ \ \
| * | | | | Fix but in QmlMetaProperty assignment operatorAaron Kennedy2010-02-231-0/+43
| * | | | | Cleanup warnings in qmlmetaproperty testAaron Kennedy2010-02-231-11/+11
| * | | | | Rename qmllist autotest to qmllistreferenceAaron Kennedy2010-02-236-23/+23
* | | | | | Work.Warwick Allison2010-02-231-0/+5
|/ / / / /
* | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-23373-1354/+20029
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into master-integra...Qt Continuous Integration System2010-02-2281-842/+773
| |\ \ \ \ | | |_|/ / | |/| | |