summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
Commit message (Expand)AuthorAgeFilesLines
* Make QDeclarativeMetaType and QDeclarativeType privateAaron Kennedy2010-02-243-3/+6
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlMartin Jones2010-02-249-1/+6
|\
| * Fixup tests after QDeclarative class renamesAaron Kennedy2010-02-244-1/+1
| * Simplify QML element registration headersAaron Kennedy2010-02-245-0/+5
* | Don't crash if the currentIndex is set while creating a delegate.Martin Jones2010-02-242-0/+48
|/
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-245-6/+41
|\
| * Add an "asynchonous" property to Image.Martin Jones2010-02-242-6/+12
| * Make compile following renaming of class.Bea Lam2010-02-241-1/+1
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-02-2461-892/+892
| |\
| * | Automatically connect to a notify signal if the requested signal isBea Lam2010-02-243-0/+29
* | | Manually merge 0f761d9d95bc187cb786ce7dc03a7d8c9ad9d779Warwick Allison2010-02-242-2/+2
| |/ |/|
* | Change autotest class prefix from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX t...Leonardo Sobral Cunha2010-02-2460-891/+891
* | Fix declarative failing auto-test, missing rename of the test fileLeonardo Sobral Cunha2010-02-242-1/+1
|/
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to QDec...Warwick Allison2010-02-241166-3307/+3310
* 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-244-4/+4
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlBea Lam2010-02-243-0/+106
| |\
| * | 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-2321-114/+507
| |\ \
| * | | 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-2331-255/+587
| |\ \ \ | | | |/ | | |/|
| * | | Missing test data file.Bea Lam2010-02-231-0/+13
* | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlWarwick Allison2010-02-2335-262/+850
|\ \ \ \ | | |/ / | |/| |
| * | | 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 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-23178-1325/+3361
| | |\ \ | | | |/
| | * | 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-2318-36/+97
* | | 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-2374-836/+743
|\ \
| * | Replace QmlList* and QList* support with a single QmlListProperty typeAaron Kennedy2010-02-2221-720/+643
| * | Rename MouseRegion -> MouseAreaMartin Jones2010-02-2249-69/+69
| * | Increase durations when testing Behaviors.Michael Brasser2010-02-2210-24/+24