aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* QtDeclarative: No longer use QDeclarative compatibility defines.Friedemann Kleint2012-04-202-2/+3
* include QWindowSystemInterface explicity when neededGirish Ramakrishnan2012-04-193-0/+3
* Add contains method to QQuickItem public APIAdriano Rezende2012-04-192-0/+209
* Ensure the cursor delegate position is correct when wrapping.Andrew den Exter2012-04-198-20/+127
* Split qquicklistmodel test into two partsMatthew Vogt2012-04-1812-464/+882
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-04-1759-116/+1019
|\
| * Add QJson support to QV8EngineKent Hansen2012-04-1620-0/+568
| * Update test after QUrl minor behaviour changeThiago Macieira2012-04-121-7/+9
| * Stop stuffing the URL "<Unknown File>" in QML errorsThiago Macieira2012-04-122-2/+2
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-1177-324/+2010
| |\
| * \ Merge master into api_changesKent Hansen2012-03-2724-62/+614
| |\ \
| * | | Mark tst_qquickimage as insignificantKent Hansen2012-03-231-0/+1
| * | | Merge master into api_changesKent Hansen2012-03-23103-2416/+6231
| |\ \ \
| * | | | Adapt to QMetaMethod::typeName() behavioral change for "void"Kent Hansen2012-03-221-7/+7