summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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-0327-49/+190
|\
| * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-0322-45/+181
| |\
| | * 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-03138-423/+1814
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '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-032-0/+11
| | | | | |
| * | | | | 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-0346-281/+1308
|\ \ \ | |/ /
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-031-3/+3
| |\ \
| | * | Make test more reliable.Michael Brasser2010-03-021-3/+3
| | | |
| * | | /src/imports/ now also contains plugins, so treat the same.Warwick Allison2010-03-031-0/+1
| |/ /
| * | Empty URL testAaron Kennedy2010-03-023-0/+84
| | |
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-02110-432/+1381
| |\ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (25 commits) Fix zooming (broke with transformOrigin default change). doc Move WebView to an extension plugin. follow syntax change missed file Optimization. Add autotests for script block scoping. Make test more reliable. Add NOTIFY signals to list, grid and path views Example of text focus. Add docs and tests for WorkerListModel. Add NOTIFY signals to list, grid and path views Example of text focus. Add accessor operations to VisualItemModel::children Make "on" syntax mandatory for value sources and interceptors Fix warning. Minor optimization. Test GridView.onAdd & GridView.onRemove. Reduce wait()s Replace remaining QGuard usage with QDeclarativeGuard. Reapply "Some animation cleanup/refactoring." ...
| | * 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
| | | * missed fileWarwick Allison2010-03-021-0/+0
| | | |
| | | * Add NOTIFY signals to list, grid and path viewsJoona Petrell2010-03-029-30/+691
| | | | | | | | | | | | | | | | Reviewed-by: akennedy
| | * | Add autotests for script block scoping.Michael Brasser2010-03-024-0/+57
| | | |
| | * | Make test more reliable.Michael Brasser2010-03-021-3/+3
| | | |
| | * | Add NOTIFY signals to list, grid and path viewsJoona Petrell2010-03-029-24/+694
| | | | | | | | | | | | | | | | Reviewed-by: akennedy
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-0273-108/+433
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Add docs and tests for WorkerListModel. Add accessor operations to VisualItemModel::children Make "on" syntax mandatory for value sources and interceptors Fix warning. Minor optimization. Test GridView.onAdd & GridView.onRemove. Reduce wait()s Replace remaining QGuard usage with QDeclarativeGuard. Reapply "Some animation cleanup/refactoring." Setting the same source again causes reload. Expand documention of status property with examples Document TextEdit::textMargin use ParentAnimation
| * | \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-03-023-7/+312
| |\ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1: Bearer management changes from Qt Mobility (fca9891).
| | * | | Merge remote branch 'staging/4.7' into HEADAaron McCarthy2010-03-021440-31631/+50234
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/plugins/bearer/corewlan/qcorewlanengine.mm
| | * | | | Bearer management changes from Qt Mobility (fca9891).Aaron McCarthy2010-03-023-7/+312
| | | | | | | | | | | | | | | | | | | | | | | | fca98911b75ce12e70d93cfc2932a9759758a605
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into ↵Qt Continuous Integration System2010-03-011-0/+13
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2: removed dead code QMetaObject::invokeMethod: print a warning if the method is not found. Fixed qDrawPixmaps() to draw on integer coordinates on Mac OS X.
| | * | | | QMetaObject::invokeMethod: print a warning if the method is not found.Olivier Goffart2010-03-011-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also adapt QTestLib not to call invokeMethod on unexisting method to avoid warnings Task-number: QTBUG-7331 Reviewed-by: Brad
* | | | | | Add WorkerScript docs and tests.Bea Lam2010-03-035-0/+226
| | | | | | | | | | | | | | | | | | | | | | | | Task-number: QT-2807
* | | | | | Forgot to add qworkerlistmodel test dir to declarative.proBea Lam2010-03-021-0/+1
| |_|_|/ / |/| | | |
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-0269-108/+211
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into 4.7Aaron Kennedy2010-03-0267-82/+172
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qmlAaron Kennedy2010-03-021-41/+89
| | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: demos/declarative/minehunt/main.cpp demos/declarative/minehunt/minehunt.qml