aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve test to use actual double click timeout.Frederik Gladhorn2012-04-231-6/+9
* Reduce memory usage of QQuickPath for simple paths.Andrew den Exter2012-04-231-0/+38
* Only run populate for items in model at creationBea Lam2012-04-232-43/+34
* Add some component path canonicalization testsChris Adams2012-04-2314-0/+201
* Re-enable QQuickPixmapCache test on most platforms.Jason McDonald2012-04-201-1/+1
* Debugger: Improve autotest output on failureKai Koehne2012-04-203-19/+53
* Disable local storage if the standard data location is emptyCharles Yin2012-04-202-1/+21
* Fix eliding when text width is reset by an implicitWidth change.Andrew den Exter2012-04-203-0/+109
* Clean up testBea Lam2012-04-202-10/+12
* Move data file to correct locationMatthew Vogt2012-04-201-0/+0
* Provide receivers count from QQmlData.Michael Brasser2012-04-204-0/+42
* Use QInputMethod::isVisible instead of QInputMethod::visibleGirish Ramakrishnan2012-04-202-22/+22