aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml
Commit message (Expand)AuthorAgeFilesLines
* V4 debugger: retrieve formals and locals.Erik Verbruggen2013-10-241-1/+166
* 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
* tests: Replace Q_OS_MACX -> Q_OS_OSXSergio Ahumada2013-10-211-1/+1
* 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
* Cleanup exception handlingSimon Hausmann2013-10-031-1/+0
* 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
* 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
* Try to stabilize the multipleTransitions testLars Knoll2013-09-281-0/+2
* Fix compilation of the auto testLars Knoll2013-09-281-3/+7
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-66/+66
* 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
* 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
* Cleanup ExecutionEngine::newBuiltinFunction() usagesLars Knoll2013-09-221-3/+4
* Don't use Value::emptyValue() anymore.Lars Knoll2013-09-221-13/+17
* Add Singleton support for QMLAntti Piira2013-09-2145-8/+721
* Remove milliseconds before comparing JS + Qt date strings.Mitch Curtis2013-09-201-0/+2
* Revert "Temporarily disable tst_QJSEngine tests [...]"Mitch Curtis2013-09-201-28/+24
* Disable gui tests on Mac for nowLars Knoll2013-09-201-2/+6
* Add qmlProtectModuleAlan Alpert2013-09-205-1/+106
* Apply file selectors to QQmlApplicationEngine appsAlan Alpert2013-09-204-0/+104
* Merge branch 'stable' into devSergio Ahumada2013-09-195-1/+209
|\
| * Fix qmlClearTypeRegistrations testsAlan Alpert2013-09-175-1/+209
* | Make QQmlAbstractUrlInterceptor publicAlan Alpert2013-09-191-1/+1
* | Correctly convert an invalid QDateTime to JSLars Knoll2013-09-183-0/+51
* | Temporarily disable tst_QJSEngine tests to allow qtbase dev integrationMitch Curtis2013-09-181-24/+28
* | Fix handling of empty ValuesLars Knoll2013-09-181-1/+1
* | Skip unstable testsLars Knoll2013-09-181-0/+2
* | Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-11/+16
* | Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-3/+3
* | Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-3/+3
* | Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-3/+4
* | Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-1/+2