aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add findChild to TestCase.Mitch Curtis2014-07-041-0/+112
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-023-2/+52
|\
| * Avoid double deletion of QQuickWindowShawn Rutledge2014-06-302-0/+45
| * Use QSignalSpy instead of waitFor in tst_qpacketprotocolUlf Hermann2014-06-191-2/+7
* | Add grabFramebuffer() to QQuickWidget and use it in the autotestLaszlo Agocs2014-07-018-0/+330
* | Avoid direct GL calls in Qt Quick examples and testsLaszlo Agocs2014-07-013-11/+19
* | Mark failing testcases with QEXPECT_FAIL for windowsGunnar Sletta2014-07-011-0/+4
* | Allow integer values to be assigned QList<qreal> propertiesOleg Shparber2014-06-255-8/+8
* | Fix crash in QQmlDelegateModel during destruction phaseSimon Hausmann2014-06-242-0/+50
* | Exclude private methods and QObject::deleteLater from enumerable propertiesSimon Hausmann2014-06-241-0/+37
* | Test the javascript heap profilerUlf Hermann2014-06-181-3/+64
* | Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-06-139-51/+520
|\|
| * Fix forwarding of keyboard events to multiple target itemsJoni Poikelin2014-06-111-1/+5
| * Keep QML and JS messages separate in QQmlProfilerService testUlf Hermann2014-06-061-46/+52
| * Fix opacity issue in the renderer.Gunnar Sletta2014-06-052-4/+95
| * Fix method overload calling of Qt slots from JavaScriptkh12014-06-041-0/+49
| * Make ItemViews displayMargin work correctly when set to negative valuesAlbert Astals Cid2014-06-044-0/+319
* | V4 RegAlloc: change life-time intervals from closed to half-open.Erik Verbruggen2014-06-131-1/+1
* | Add support for translations in pure QJSEngine based environmentsSimon Hausmann2014-06-1316-0/+668
* | Javascript heap profilerUlf Hermann2014-06-061-0/+13
* | Process children first when delivering drag eventsAleix Pol2014-06-052-53/+88
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-06-048-158/+356
|\|
| * Dump all received messages if tst_QQmlProfilerService failsUlf Hermann2014-06-021-0/+21
| * QNX: Fix qquicktext auto testBernd Weimer2014-05-302-2/+7
| * Fix emission of QQmlListModel::rowsAboutToBeXxx() signalsJ-P Nurmi2014-05-291-0/+129
| * Fix tst_textinput.qmlBernd Weimer2014-05-281-9/+36
| * Fix crash (failing assertion) when declaring a non-string id propertySimon Hausmann2014-05-272-14/+30
| * Fix QQmlScriptString::isEmpty for script strings without source codeSimon Hausmann2014-05-271-0/+49
| * deduplicate and decruft SUBDIRS listOswald Buddenhagen2014-05-261-4/+0
| * Record synchronous and asynchronous events separately in profiler testUlf Hermann2014-05-221-129/+84
* | Rework custom parser integrationSimon Hausmann2014-06-043-68/+37
* | V4: support calling constants.Erik Verbruggen2014-06-021-0/+11
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-05-228-3/+221
|\|
| * Re-enable qquicktextinput test on Mac OS XSimon Hausmann2014-05-211-2/+0
| * Merge remote-tracking branch 'origin/release' into stableIikka Eklund2014-05-202-1/+40
| |\
| | * Fix QJSEngine::evaluate using the wrong execution contextv5.3.0Simon Hausmann2014-05-091-0/+39
| | * Update qmltypes filesAlan Alpert2014-05-061-1/+1
| * | Fix improper antialiasing property behaviorOleg Shparber2014-05-191-0/+7
| * | Fix tst_qquicktextedit::cursorRectangle_QTBUG_38947()J-P Nurmi2014-05-192-9/+14
| * | Fix crash with running animators on re-shown windows.Gunnar Sletta2014-05-191-0/+103
| * | TextEdit: fix cursor rectangle positioningJ-P Nurmi2014-05-162-0/+39
| * | Fix regression in QJSValueIterator::next() since Qt 5.1.1Gunnar Sletta2014-05-141-0/+27
* | | Introduce TextInput::ensureVisible(int position)J-P Nurmi2014-05-211-0/+46
* | | Fix tst_qquicktextinput::copyAndPaste() for asynchronous clipboard notification.Friedemann Kleint2014-05-211-3/+3
* | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-05-152-9/+42
|\ \ \
| * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-132-9/+42
| |\| |
| | * | Fix tst_textedit.qmlBernd Weimer2014-05-091-9/+38
| | * | Item views: prevent negative cache bufferJ-P Nurmi2014-05-071-0/+4
* | | | Don't adjust the position of transitioning list items.Jan Arve Saether2014-05-142-0/+154
* | | | Introduce MouseArea.drag.smoothedKevin Funk2014-05-141-0/+45
|/ / /