aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | Migrate gui dependencies from QtQml to QtQuick.Matthew Vogt2012-03-2013-21/+137
| * | | | Merge master into api_changesKent Hansen2012-03-1980-290/+4698
| |\ \ \ \
| * | | | | Crash fix after QMetaType change.Jędrzej Nowacki2012-03-131-1/+1
| * | | | | Make QFastMetaBuilder generate revision 7 meta-objectsKent Hansen2012-03-131-11/+37
| * | | | | Adapt to Qt5 meta-object changesKent Hansen2012-03-133-16/+16
| * | | | | Merge branch 'master' of git://gitorious.org/qt/qtdeclarative into merge-masterMatthew Vogt2012-03-1375-131/+682
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of git://gitorious.org/qt/qtdeclarative into api_changesMatthew Vogt2012-03-1237-121/+2238
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-07162-463/+745
| |\ \ \ \ \ \ \
| * | | | | | | | Remove uses of QtGui symbols in QQmlEngine.Matthew Vogt2012-03-075-37/+37
| * | | | | | | | Allow function assignment to cause binding for non-var propsChris Adams2012-03-051-2/+4
| * | | | | | | | Improve support for var propertiesChris Adams2012-03-0515-14/+197
* | | | | | | | | Set rootItem'ownership as CppOwnerShipCharles Yin2012-04-173-2/+66
* | | | | | | | | QV8DebugService: v8::AfterCompile EventsAurindam Jana2012-04-172-30/+9