aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* V4 debugger: retrieve formals and locals.Erik Verbruggen2013-10-241-1/+166
* Allow " in QQuickStyledTextJohn Brooks2013-10-241-1/+1
* Avoid crash when a QML signal is connected to a non-void slotJ-P Nurmi2013-10-223-0/+24
* Re-enable debugger autotests on MacKai Koehne2013-10-221-7/+3
* Rename v4 to qmljsSimon Hausmann2013-10-222-2/+2
* Re-enable working test.Gunnar Sletta2013-10-221-3/+0
* tests: Replace Q_OS_MACX -> Q_OS_OSXSergio Ahumada2013-10-211-1/+1
* Reset on model layout changedAlbert Astals Cid2013-10-215-2/+284
* Fix crash in FolderListModelFabian Bumberger2013-10-172-5/+24
* Fix flaky QQmlProfilerService::scenegraphData testKai Koehne2013-10-171-6/+5
* Improve output of test caseKai Koehne2013-10-165-3/+61
* Fix segfault in autotestKai Koehne2013-10-161-2/+5
* Turn on exact garbage collection by defaultLars Knoll2013-10-163-72/+7
* Compile binding expressions in the QQmlCompilerSimon Hausmann2013-10-113-2/+10
* Fix and re-enable constantUpdateOnWindow test.Gunnar Sletta2013-10-111-15/+33
* Unskip test which now passes.Gunnar Sletta2013-10-111-3/+0
* Fix regression in pressDelay behavior.Michael Brasser2013-10-041-0/+17
* Cleanup exception handlingSimon Hausmann2013-10-031-1/+0
* Fix warnings in tst_qquickaccessible.Friedemann Kleint2013-10-031-6/+2
* Change exception handling APISimon Hausmann2013-10-021-6/+6
* Cleanup API of Safe<T>Lars Knoll2013-10-021-2/+1
* Always call callCompleted in QQmlDataBlob::tryDoneAlbert Astals Cid2013-10-0213-0/+478
* Stabilize tst_qqmlprofilerserviceGunnar Sletta2013-10-021-9/+4
* Add fine-grained QML / QtQuick performance benchmarksChris Adams2013-10-0174-0/+2132
* Fix PathView stealing mouse grab from its child items.Andrew den Exter2013-10-012-0/+60
* Improve error location reporting for invalid aliases in old VMESimon Hausmann2013-09-301-1/+1
* Compile imported scripts in the loader threadSimon Hausmann2013-09-301-21/+42
* Remove debug output from tst_qqmlprofilerservice.Gunnar Sletta2013-09-301-2/+0
* remove more uses of QV4::ValueLars Knoll2013-09-302-17/+15
* Stabilize and speed up testLars Knoll2013-09-285-45/+55
* Mark qmltest as insignificant to get CI to pass againLars Knoll2013-09-281-0/+2
* Try to stabilize the multipleTransitions testLars Knoll2013-09-282-0/+3
* Fix compilation of the auto testLars Knoll2013-09-281-3/+7
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-66/+66
* Allow animators to work properly with multiple windowsGunnar Sletta2013-09-2619-56/+185
* Support looping for "uncontrolled animations".Gunnar Sletta2013-09-262-0/+89
* Skip two tests that don't work reliably with a conservative GCLars Knoll2013-09-261-0/+4
* Move more API over to use ValueRefLars Knoll2013-09-261-6/+6
* Fix Persistent/WeakValue APILars Knoll2013-09-262-10/+12
* Split off crashing test from qqmlecmascript.Erik Verbruggen2013-09-251-15/+21
* Convenience class for FBO rendering in Qt QuickGunnar Sletta2013-09-254-0/+327
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-222-0/+20
|\
| * Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-212-0/+20
| |\
| | * Fix a crash in QQuickItem::nextItemInFocusChain()Liang Qi2013-09-192-0/+20
* | | convert Managed::put() API to be GC safeLars Knoll2013-09-221-1/+1
* | | Cleanup Object::define*Property APILars Knoll2013-09-221-1/+1
* | | Start using StringRef for parameter passingLars Knoll2013-09-221-1/+1
* | | Introduce a Referenced<T> class to pass Objects into methodsLars Knoll2013-09-221-1/+0
* | | Cleanup ExecutionEngine::newBuiltinFunction() usagesLars Knoll2013-09-221-3/+4
* | | Don't use Value::emptyValue() anymore.Lars Knoll2013-09-221-13/+17