aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Abort entire test as failures continue.Toby Tomkins2011-09-261-1/+1
* Support margins in Flickable.Martin Jones2011-09-266-0/+375
* [tests] Fix unit test compilation, now uses QWidget.Toby Tomkins2011-09-233-2/+4
* Remove all font examples from qpa platform testsToby Tomkins2011-09-232-2/+2
* Remove fonts example from qpa platform testsToby Tomkins2011-09-231-0/+3
* partial build fix replaced QApplication::setActiveWindow with requestActivate...Matthew Cattell2011-09-222-9/+10
* Make the QML/VME interpreter threadedKent Hansen2011-09-221-208/+157
* Wheel event support in qmltestlib + few fixes.juhvu2011-09-221-0/+47
* Additional ListView section header placement optionsMartin Jones2011-09-222-1/+146
* Test qmlmin using the QML/JS files from our test suite.Roberto Raggi2011-09-211-1/+35
* qdeclarativesystempalette test: Add missing dependencyKent Hansen2011-09-211-1/+1
* Make qdeclarativeapplication test compile againKent Hansen2011-09-211-6/+11
* Restructure test to use QTRY_ macro for instability.Toby Tomkins2011-09-211-42/+15
* Remove expected failure for qpa platformToby Tomkins2011-09-211-11/+0
* Use QDeclarativeChangeSet to communicate changes to views.Andrew den Exter2011-09-211-7/+26
* Refactor QSGVisualDataModel.Andrew den Exter2011-09-212-1/+2
* Fixed compile of examples and tests.Rohan McGovern2011-09-213-6/+3
* Make qdeclarativecomponent::creation() benchmark work againKent Hansen2011-09-208-22/+37
* QDeclarativeDebug: Allow reconnects to QML debugger portKai Koehne2011-09-201-4/+42
* Remove QEXPECT_FAIL from QSGVisualDataModel test.Andrew den Exter2011-09-201-3/+0
* Fix QSGVisualDataModel test failure.Andrew den Exter2011-09-201-2/+3
* Make declarative/creation benchmark build againKent Hansen2011-09-192-6/+7
* Unwrap QJSValue from QVariant in QV8Engine::fromVariantJędrzej Nowacki2011-09-193-0/+88
* Add support for minimizing Javascript files containing pragmas.Roberto Raggi2011-09-191-5/+0
* Add auto tests for the QML minifier.Roberto Raggi2011-09-193-1/+173
* Fix automatic semicolon insertion.Roberto Raggi2011-09-192-0/+20
* Fix QDeclarativeListProperty assignmentChris Adams2011-09-192-0/+36
* Make cellWidth/cellHeight reals rather than ints.Michael Brasser2011-09-192-4/+35
* QtQuick 2.0 elements system testDamian Jansen2011-09-1949-0/+4096
* PathAnimation updates.Michael Brasser2011-09-193-22/+151
* Test fixes and reenables.Michael Brasser2011-09-183-40/+28
* Re-enable commented tests.Jędrzej Nowacki2011-09-164-7/+7
* Re-enable commented QJS tests.Jędrzej Nowacki2011-09-162-3/+3
* Get rid of autotests dependencies on QtWidgetsKent Hansen2011-09-165-10/+10
* Disable autotests temporarily on MacKent Hansen2011-09-161-0/+2
* Fix qsgpositioners autotestAlan Alpert2011-09-161-8/+19
* Add exception for qpa, xcb platform for failing testToby Tomkins2011-09-161-0/+3
* Fix missing/outdated license headers.Jason McDonald2011-09-164-68/+68
* Velocities reported by Flickable in onFlickStarted can be 0Martin Jones2011-09-164-2/+99
* Fix QJSValue autotest.Jędrzej Nowacki2011-09-151-1/+1
* Fix anchorRewindBug test failure.Michael Brasser2011-09-151-1/+5
* Test fixes.Michael Brasser2011-09-1548-73/+66
* Disable compilation of tests/auto/qmltestRohan McGovern2011-09-151-2/+2
* commented out broken autotestsMatthew Cattell2011-09-141-21/+21
* marked some tests as insignificant for nowMatthew Cattell2011-09-1415-13/+32
* Fixed failing test in QSGFocusScope.Matthew Cattell2011-09-141-15/+2
* fixed broken testMatthew Cattell2011-09-141-1/+1
* Merge branch 'refactor'Gunnar Sletta2011-09-1349-366/+375
|\
| * fixed failing autotestMatthew Cattell2011-09-121-9/+4
| * Merge branch 'master' into refactorGunnar Sletta2011-09-1259-317/+4306
| |\