aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-23575-13622/+13622
* Remove outdated bic test file.Frederik Gladhorn2012-09-172-18160/+0
* Auto tests: PlatformQuirks::isClipboardAvailable()J-P Nurmi2012-09-173-111/+116
* Autotests: Use qInstallMessageHandlerKai Koehne2012-09-1412-75/+74
* Remove tst_qquicktext::alignments()J-P Nurmi2012-09-1311-97/+0
* Remove tst_qquicktextedit::alignments()J-P Nurmi2012-09-1311-91/+0
* Remove tst_qquicktextinput::horizontalAlignment()J-P Nurmi2012-09-134-36/+0
* tst_v4::qtscript(): QSKIP -> QEXPECT_FAILJ-P Nurmi2012-09-131-3/+1
* tst_QJSEngine::jsFutureReservedWords(): QSKIP -> QEXPECT_FAILJ-P Nurmi2012-09-121-1/+10
* doc: fix some more typosSergio Ahumada2012-09-101-1/+1
* test: Check for null string comparisonSergio Ahumada2012-09-101-1/+1
* tst_qquickfontloader: remove unnecessary skips on WindowsJ-P Nurmi2012-09-071-21/+0
* Fix tst_qquickanimatedimage::mirror_running()J-P Nurmi2012-09-071-10/+14
* QtQml tests: remove QSKIP -> wrap within !QTEST_CROSS_COMPILED guardsJ-P Nurmi2012-09-072-14/+12
* tst_QQuickPathView::package(): updated QSKIP()J-P Nurmi2012-09-071-1/+1
* doc: fix some typos in .cpp filesSergio Ahumada2012-09-073-3/+3
* Updated tst_QJSEngineJ-P Nurmi2012-09-071-9/+5
* tst_qquickflickable: fix compilation warningJ-P Nurmi2012-09-071-1/+1
* Wrap tst_qqmllocale::timeZoneUpdated() within Q_OS_UNIX to remove QSKIPJ-P Nurmi2012-09-071-19/+20
* doc: fix some typos in .qml filesSergio Ahumada2012-09-078-8/+8
* Attempt to fix tst_QQuickListView::sectionsDelegate_headerVisibility()J-P Nurmi2012-09-061-5/+4
* Delete weak JS objects on exit right awayThomas McGuire2012-08-313-3/+50
* Evaluate bindings more intelligently during constructionAaron Kennedy2012-08-292-2/+1
* Only test qtdeclarative examples for naming conventionAlan Alpert2012-08-291-3/+10
* Test metatype registration errors with non-metatypes.Stephen Kelly2012-08-283-12/+22
* Console API: Print JS objectAurindam Jana2012-08-282-5/+7
* Add cacheItemCount property to PathViewMartin Jones2012-08-282-1/+84
* Refactor singleton type registration codeChris Adams2012-08-2812-106/+138
* Use the new antialiasing property for canvas paintingCharles Yin2012-08-281-1/+0
* Restrict v8 property lookup to the execution contextMatthew Vogt2012-08-2711-37/+279
* Don't put JavaScript-owned objects on the stack.Thomas McGuire2012-08-243-381/+385
* Fix assert when a VisualDataModels context has been invalidated.Andrew den Exter2012-08-241-0/+30
* Avoid dynamic lookup of signal handler argumentsMichael Brasser2012-08-249-24/+149
* Increase test coverage for V4Matthew Vogt2012-08-2312-21/+506
* Port away from qWaitForWindowShown.Stephen Kelly2012-08-222-3/+3
* Make connectNotify() work with QMLThomas McGuire2012-08-224-0/+383
* Trim trailing whitespace.Stephen Kelly2012-08-222-34/+34
* Fix V4 calculations that vary from V8 resultsMatthew Vogt2012-08-223-27/+36
* Stabilize QQuickWindow tests a bitGunnar Sletta2012-08-173-32/+36
* Fix crash in signal change notification overrideChris Adams2012-08-1613-0/+214
* Reduce memory consumption of source coordinatesMatthew Vogt2012-08-162-11/+13
* Fix build with QT_NO_ACCESSIBILITY.Frederik Gladhorn2012-08-131-1/+1
* Only build accessibility test when a11y is enabled.Frederik Gladhorn2012-08-131-0/+2
* Permit value types with metatype IDs >= QMetaType::UserMatthew Vogt2012-08-102-0/+206
* Add unit test for concatenated property name accessChris Adams2012-08-092-0/+137
* Change error messages to reflect new module terminologyChris Adams2012-08-096-15/+107
* Allow invokable functions of value-type classes to be calledChris Adams2012-08-097-2/+202
* Ensure that copy sequences can be passed as argumentsChris Adams2012-08-094-24/+34
* Add type name to singleton (module api) implementations.Glenn Watson2012-08-0859-239/+438
* Allow signal parameters which are custom QML object-typesChris Adams2012-08-089-1/+159