summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-0536-58/+429
|\ | | | | | | | | Conflicts: tests/auto/declarative/qdeclarativeitem/tst_qdeclarativeitem.cpp
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-0511-4/+156
| |\
| | * Allow unquoted enum syntax for value typesAaron Kennedy2010-03-058-4/+39
| | | | | | | | | | | | QTBUG-5424
| | * Add missing NOTIFYs to timer, xmllistmodel, xmlroleJoona Petrell2010-03-053-0/+117
| | | | | | | | | | | | Reviewed-by: akennedy
| * | Expect fail in currentIndex test for now.Martin Jones2010-03-051-26/+20
| |/
| * Include QML doc snippets in examples autotestAaron Kennedy2010-03-052-0/+4
| |
| * Add testcase for QTBUG-7730Aaron Kennedy2010-03-042-0/+29
| |
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-045-8/+42
| |\
| | * Run signal expressions on attached property objects in correct scopeAaron Kennedy2010-03-045-8/+42
| | | | | | | | | | | | QTBUG-8677
| * | Add autotests for tab and backtab in Keys and KeyNavigation.Yann Bodson2010-03-043-0/+48
| |/
| * Fixup testAaron Kennedy2010-03-041-1/+1
| |
| * Fix grammar stringifying "on" as "readonly"Aaron Kennedy2010-03-042-0/+22
| | | | | | | | QTBUG-8676
| * Improve grouped property error messagesAaron Kennedy2010-03-048-1/+26
| | | | | | | | QT-2579
| * Remove Qt.playSound()Michael Brasser2010-03-041-7/+0
| | | | | | | | Use SoundEffect instead.
| * Add formatting functions to QML's global Qt object.Michael Brasser2010-03-042-0/+48
| | | | | | | | The plan is for these to replace DateTimeFormatter.
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-03-042-11/+13
| |\
| | * Fix tests failing due to javascript eval errors.Bea Lam2010-03-042-11/+13
| | |
| * | QDeclarativeContext::contextProperty() should also access idsAaron Kennedy2010-03-041-0/+20
| |/ | | | | | | QT-2800
* | Fix test leaksBea Lam2010-03-052-0/+12
| |
* | Use _data() for some testsBea Lam2010-03-051-377/+158
| |
* | Add mapFromItem() and mapToItem() in QDeclarativeItem.Bea Lam2010-03-042-0/+101
|/ | | | Task-number: QT-2385
* Increase test timerBea Lam2010-03-031-1/+2
|
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-0326-49/+182
|\
| * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-0321-45/+173
| |\
| | * Clairify a comment in one of the auto tests.Alan Alpert2010-03-031-2/+2
| | |
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-03137-423/+1813
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (64 commits) More renaming: MouseRegion -> MouseArea Save secondary scope inside the expression's scope object 'on' syntax fixes QDeclarativeProperty::read() returns a QObjectStar when accessing a QObject property Move JS global scope to top of the QML scope chain Add documentation for the 'when' property of Binding. Auto test for QTBUG-8677 QDeclarativeGuard should handle objects being deleted OS-friendlier, less noisy. fix crash, re-enable settings test Fix incorrect scope resolution for script in a script block. Disable until plugin objects problem resolved. silence debuggery add colorbrowser qml example Fix settings (was not exported type). Add import Qt.widgets 4.6 to layout.qml example make runnable from elsewhere remove debugger runnable from elsewhere Ensure error is received - the root object is INITIALLY zero. ...
| | | * Save secondary scope inside the expression's scope objectAaron Kennedy2010-03-031-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents the secondary scope from contaminating scopes outside itself when used as a signal expression. QTBUG-8641
| | | * QDeclarativeProperty::read() returns a QObjectStar when accessing a QObject ↵Aaron Kennedy2010-03-034-0/+54
| | | | | | | | | | | | | | | | | | | | | | | | property QT-2793
| | | * Move JS global scope to top of the QML scope chainAaron Kennedy2010-03-0312-6/+47
| | | | | | | | | | | | | | | | QT-2787
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-038-36/+62
| | | |\
| | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-031-1/+0
| | | | |\
| | | | * | OS-friendlier, less noisy.Warwick Allison2010-03-031-29/+52
| | | | | |
| | | | * | fix crash, re-enable settings testWarwick Allison2010-03-031-4/+2
| | | | | |
| | | * | | Auto test for QTBUG-8677Martin Jones2010-03-033-2/+12
| | | | | |
| | * | | | Fixed compile of some tests with `-qtnamespace'Rohan McGovern2010-03-031-0/+3
| | | | | |
| * | | | | Fix url in source() test.Bea Lam2010-03-031-1/+1
| | |_|_|/ | |/| | |
| * | | | Fix incorrect scope resolution for script in a script block.Michael Brasser2010-03-031-1/+0
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Make sure global variables in a script file are searched before component properties. Task-number: QTBUG-8641
| * | | Disable until plugin objects problem resolved.Warwick Allison2010-03-031-0/+3
| | | |
| * | | silence debuggeryWarwick Allison2010-03-031-0/+2
| | | |
| * | | make runnable from elsewhereWarwick Allison2010-03-031-3/+3
| | | |
| * | | remove debuggerWarwick Allison2010-03-031-1/+0
| | | |
| * | | runnable from elsewhereWarwick Allison2010-03-031-1/+1
| | | |
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-035-0/+227
| |\ \ \ | | | |/ | | |/|
| * | | Ensure error is received - the root object is INITIALLY zero.Warwick Allison2010-03-031-0/+2
| | | |
* | | | Fix test to listen for signal instead of try-waiting for property.Bea Lam2010-03-032-7/+11
| |/ / |/| |
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-0341-274/+982
|\ \ \ | |/ /
| * | Make test more reliable.Michael Brasser2010-03-021-3/+3
| | |
| * | Empty URL testAaron Kennedy2010-03-023-0/+84
| | |
| * | Merge branch 'master' into 4.7Warwick Allison2010-03-0226-301/+198
| |\ \ | | | | | | | | | | | | | | | | Conflicts: tests/auto/declarative/qdeclarativegridview/tst_qdeclarativegridview.cpp
| | * | Move WebView to an extension plugin.Warwick Allison2010-03-0224-291/+198
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using WebView now requires: import org.webkit 1.0 Task-number: QT-2995