aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix performance bottleneck in QQuickWindow::mouseMoveEvent().Sérgio Martins2012-10-113-1/+104
* Fix QObject::receivers() within connectNotify()Thomas McGuire2012-10-101-0/+2
* In tst_qqmlnotifier, verify the result of QObject::receivers()Thomas McGuire2012-10-101-0/+24
* Update regex related tests of QJSEnginePeter Varga2012-10-101-15/+12
* Fix potential crash when using text and more than 1 QQuickViewEskil Abrahamsen Blomfeldt2012-09-281-1/+1
* Added lancelot-based scenegraph rendering regression testaavit2012-09-27208-0/+9671
* Mark some tests as insignificant to let change#35527 be integratedKonstantin Ritt2012-09-262-0/+6
* Fixed instances of "to to" in qtdeclarative.Samuel Rødal2012-09-242-2/+2
* test: Change declarative -> qml in global.cfgSergio Ahumada2012-09-241-1/+1
* tst_QQuickListView::sectionsDelegate_headerVisibility(): restore QSKIPJ-P Nurmi2012-09-241-0/+2
* 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