aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Fix QQuickTextInput test failure on WindowsCharles Yin2012-03-201-3/+0
* Fix tst_qquickitemlayer test failuresCharles Yin2012-03-203-10/+10
* Fix FolderListModel path issue on WindowsCharles Yin2012-03-201-3/+1
* Support null -> QObject and QObject -> bool conversions in v4.Michael Brasser2012-03-202-0/+17
* Loader could leak qml contexts if interruptedMartin Jones2012-03-201-2/+4
* Restore view to sensible position if grab is cancelled.Martin Jones2012-03-204-0/+88
* Allow parent to be specified for Qt.createComponentMatthew Vogt2012-03-202-0/+137
* Ensure JS files imported inside modules work correctlyMatthew Vogt2012-03-195-0/+38
* QmlEngineDebug: Simplify the utility classesAurindam Jana2012-03-194-1747/+776
* QmlEngineDebug: Rename to QmlEngineDebugClient in AutoTestAurindam Jana2012-03-195-174/+136
* Fix data file checkout formats in Windows for some declarative testsMiikka Heikkinen2012-03-192-0/+4
* Debugger: Always disable v4 optimizer if v8 debugger is activatedKai Koehne2012-03-192-4/+24
* QmlEngineDebugService: Rename service to QmlDebuggerAurindam Jana2012-03-191-4/+10
* Debugger: Add optional 'host' argument to -qmljsdebuggerSimjees Abraham2012-03-191-1/+1
* QmlDebuggingTests: Separate out public and private testsAurindam Jana2012-03-1923-156/+321
* Skip some font loader tests for WindowsCharles Yin2012-03-191-0/+21
* Make qqmlinspector test work on WindowsCharles Yin2012-03-192-0/+5
* QmlDebugging: Object Tree and States ListAurindam Jana2012-03-191-13/+16
* When clearing an incubator also clear incubators it is waiting for.Martin Jones2012-03-191-0/+117
* Resetting a model can cause a crash in views with header/footer.Martin Jones2012-03-194-0/+218
* Ensure section header/footer are cleaned up.Martin Jones2012-03-191-0/+17
* Fix QQuickCanvas test failure.Andrew den Exter2012-03-191-1/+1
* Fix bug in v4 strict equality.Michael Brasser2012-03-153-0/+98
* Windows: Fix file URL issues in declarative autotestsMiikka Heikkinen2012-03-159-35/+39
* Fix tst_qquickimageparticle test compilation with Visual StudioMiikka Heikkinen2012-03-151-2/+3
* Allow threaded compilation in an async LoaderMartin Jones2012-03-1514-7/+3251
* Don't assert if focus is already clear.Alan Alpert2012-03-152-0/+29
* Set more sensible Flickable default input filtering parametersMartin Jones2012-03-151-1/+1
* Fix crash caused by dereferencing collected v8 dataChris Adams2012-03-154-1/+49
* Don't allow tst_QJSEngine or tst_QJSValue instance to be collectedChris Adams2012-03-152-22/+36
* Remove binding dependency on QQmlExpressionAaron Kennedy2012-03-152-24/+24
* Ensure that dynamic property storing QObject ptr notifies on deleteChris Adams2012-03-152-0/+52
* Let V8 throw the exception when QML property lookup failsKent Hansen2012-03-143-8/+22
* Remove warning about missing file from parserstress testMiikka Heikkinen2012-03-141-2/+1
* Windows: Mark several declarative test cases insignificantMiikka Heikkinen2012-03-145-7/+9
* Use the same ReferenceError message wording as V8Kent Hansen2012-03-144-27/+27
* Debugger: Print informational messages via qDebugKai Koehne2012-03-143-7/+7
* Debugger: Fix autotest for shadow buildsKai Koehne2012-03-142-2/+1
* Debugger: Fix autotests on WindowsKai Koehne2012-03-142-16/+16
* CodeCoverage: Skip headersclean test.Caroline Chao2012-03-141-0/+2
* Fix AND expression in v4Luis Gabriel Lima2012-03-149-0/+178
* Disable particle-related examples from tst_examplesChris Adams2012-03-141-0/+4
* Reuse a QQuickCanvas in examples auto test.Martin Jones2012-03-141-11/+25
* Support module api objects in v4.Michael Brasser2012-03-144-9/+20
* Reuse QQuickView in GridView table driven testsMartin Jones2012-03-141-40/+88
* More refactoring on animation controllerCharles Yin2012-03-134-0/+167
* Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-131-6/+6
* Implement mouseDragCharles Yin2012-03-131-0/+74
* QmlDebugging: Modify test JSDebug test casesAurindam Jana2012-03-131-4/+12
* Reuse QQuickView in ListView table driven testsMartin Jones2012-03-131-44/+89