aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Stop flicking on a full pixel.Martin Jones2012-05-091-2/+10
* Remove QQmlData::objectNameChanged callback.Michael Brasser2012-05-093-0/+38
* Set test data directory correctly for QML profiler testsMartin Jones2012-05-092-2/+2
* Adapt to _qpa file rename in qtbase.Girish Ramakrishnan2012-05-082-2/+2
* Minor optimizations and cleanupAaron Kennedy2012-05-041-5/+1
* QQmlInspector: Use qmlscene in auto testsAurindam Jana2012-05-046-113/+19
* Initial bundle supportAaron Kennedy2012-05-0422-0/+429
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-045-20/+20
* Ensure binding target has not been deletedMatthew Vogt2012-05-044-0/+60
* Emit Component.onDestruction before context is invalidatedMatthew Vogt2012-05-047-0/+139
* Refactor canvas item unit testsCharles Yin2012-05-0421-4931/+5122
* Change test size so there is enough detail on each platform.Glenn Watson2012-05-042-18/+18
* Remove QJS exception APIKent Hansen2012-05-034-62/+17
* Fix alignment bug in QQuickText with multi-line text and implicit widthYann Bodson2012-05-032-0/+68
* Ensure the cursor rectangle is updated when preedit text changes.Andrew den Exter2012-05-034-8/+36
* Fix QQuickImage tiling_QTBUG_6716 and mirror tests.Yann Bodson2012-05-032-30/+16
* Port tst_qquickshadereffect to QMetaMethod-based connectNotify()Kent Hansen2012-05-011-6/+7
* Improve QQuickText testsYann Bodson2012-05-015-70/+136
* Fix content pos adjustment when resizing first itemBea Lam2012-05-012-0/+160
* More robust tracking of signal handler expression ownership.Michael Brasser2012-05-013-17/+62
* Consolidate SignalSpy itemCharles Yin2012-05-012-3/+13
* Keep XMLHttpRequest response data after receiving a server errorTopi Reinio2012-05-014-13/+4
* Ensure context is valid before VME method creationMatthew Vogt2012-05-014-0/+41
* Prevent object being delete by GC before object is fully createdCharles Yin2012-05-013-1/+40
* populate transition for positionersBea Lam2012-05-015-20/+211
* Ensure external value types are initialized before writeMatthew Vogt2012-04-302-0/+39
* TextEdit to honor input direction on neutral textPekka Vuorela2012-04-271-0/+10
* Fix TextEdit with right aligned text when size changesPekka Vuorela2012-04-272-0/+24
* QQuickTextInput aligment to follow input method on neutral contentPekka Vuorela2012-04-271-0/+9
* Avoid calling gc in QQmlEngine destructor.Jędrzej Nowacki2012-04-273-8/+62
* Removed parallel_test from parallel-unsafe autotest.Rohan McGovern2012-04-271-1/+0
* Fix bounding rects of text items.Andrew den Exter2012-04-274-47/+360
* Propagate left key presses to the parent item when TextInput is empty.Andrew den Exter2012-04-272-1/+21
* api: remove references to inputPanel.Girish Ramakrishnan2012-04-261-17/+0
* QmlDebugJS: Re-enable autotest on macAurindam Jana2012-04-261-4/+0
* Debugger: Re-enable autotest on macKai Koehne2012-04-261-1/+0
* QmlDebugging: Exchange supported QDataStream versionsAurindam Jana2012-04-263-5/+72
* Specialize for QJson types in the QObject meta-call bindingKent Hansen2012-04-262-0/+102
* Re-enable qmltest on non-Mac platforms.Jason McDonald2012-04-261-1/+1
* Use fixed font size in testAlan Alpert2012-04-261-0/+1
* Remove relative directory elements in import pathsMatthew Vogt2012-04-263-6/+53
* Debugger: Change name and protocol of QDeclarativeObserverModeAurindam Jana2012-04-251-21/+25
* Debugger: Fix warnings about declarative_debug in autotestsKai Koehne2012-04-257-7/+13
* Debugger: Improve output of autotestsKai Koehne2012-04-259-50/+101
* Make touch event delivery in the canvas reentrantLaszlo Agocs2012-04-251-1/+51
* Debugger: Make sure stateChanged is called from debugger threadKai Koehne2012-04-243-2/+18
* Mark all Latin 1 strings with QString::fromLatin1 or QLatin1StringThiago Macieira2012-04-241-8/+8
* Verify that QML can reliably receive datetime info from C++Matthew Vogt2012-04-2410-0/+395
* Record current status of date conversion from QMLMatthew Vogt2012-04-249-15/+246
* Add support for var properties in V4Matthew Vogt2012-04-242-0/+76