aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-063-9/+0
* Ignore expected warnings in Item and PathView testsMartin Jones2011-12-062-0/+23
* Add tests for snapOneItem/snapOneRow snapModeMartin Jones2011-12-064-0/+325
* Ensure that scarce resources work with var propertiesChris Adams2011-12-0646-100/+832
* Document function limitation of var propertiesChris Adams2011-12-061-0/+9
* Disable tst_qdeclarativepixmapcache::dataLeak() by defaultChris Adams2011-12-061-0/+10
* Don't attempt to destroy a null persisted item.Andrew den Exter2011-12-052-18/+31
* Fix test failures due to invalid font metrics.Andrew den Exter2011-12-052-122/+102
* Add tutorials to examples autotest.Alan Alpert2011-12-051-0/+2
* Test fixes for OS X.Michael Brasser2011-12-053-20/+14
* Say hello to QtQuick moduleKent Hansen2011-12-02772-436/+445
* Add dynamicRoles mode to ListModel for extra flexibility.Glenn Watson2011-12-021-201/+400
* Use QWidgetTextControl in the QtQuick1 TextEdit.Andrew den Exter2011-12-021-3/+3
* Use QWidgetLineControl in the QtQuick1 TextInput.Andrew den Exter2011-12-021-2/+2
* Remove QSGContext and QSGTexture from QDeclarativePixmapDataGunnar Sletta2011-12-022-9/+12
* Fix test warningsAaron Kennedy2011-12-023-24/+41
* Fix listview test warningMartin Jones2011-12-021-3/+6
* Fix gridview test warning.Martin Jones2011-12-021-43/+2
* Ignore expected warningAaron Kennedy2011-12-011-1/+6
* AutotestAaron Kennedy2011-12-013-0/+18
* Ignore expected warning messageAaron Kennedy2011-12-011-0/+1
* Take multi-line expressions into account when rewriting expressionsKai Koehne2011-12-012-5/+8
* Remove debuggingAaron Kennedy2011-12-011-3/+0
* Fix test warningsAaron Kennedy2011-12-011-1/+19
* Ignore test warningAaron Kennedy2011-12-011-0/+6
* Debugger autest: Don't show debugee output for expected failuresKai Koehne2011-12-011-1/+2
* Delete created objectsAaron Kennedy2011-12-011-0/+1
* Don't build an app_bundle on OS XAaron Kennedy2011-12-012-0/+2
* Delete created objectsAaron Kennedy2011-12-011-0/+4
* Move QDeclarativePropertyValueInterceptor into a private headerAaron Kennedy2011-12-012-0/+2
* Remove debugging outputAaron Kennedy2011-12-011-1/+1
* Remove debuggingAaron Kennedy2011-12-011-1/+0
* Ignore test warningsAaron Kennedy2011-12-011-1/+13
* Ignore expected warningAaron Kennedy2011-12-011-0/+2
* Made TextInput mouse events commit preeditPekka Vuorela2011-12-012-97/+119
* Add missing testsAaron Kennedy2011-12-011-6/+7
* Release pixmap cache data to avoid leaking memoryChris Adams2011-12-012-11/+80
* Repeater delegates have no parent in Component.onCompletedMartin Jones2011-12-012-0/+24
* Move XmlListModel to seperate pluginCharles Yin2011-12-0112-155/+146
* Add support for assigning literal value to sequence propertyChris Adams2011-12-017-0/+153
* Cleanup and optimize QQuickContents.Michael Brasser2011-12-011-2/+2
* Non-blocking view delegate instantiation.Martin Jones2011-12-0110-20/+557
* Extend the grammar of QML binding declarations.Roberto Raggi2011-11-307-0/+147
* Add QQuickItem::setImplicitSize()Michael Brasser2011-11-301-1/+0
* Deleting an incubated object after setInitialState() crashesMartin Jones2011-11-301-0/+37
* Debugger: Disable breakpoint relocation in JSKai Koehne2011-11-291-5/+7
* Fix the evaluation of JS switch statements in QML bindings.Roberto Raggi2011-11-296-0/+264
* Properly protect access to pixmap reader thread with mutexChris Adams2011-11-296-0/+85
* Add a length property to TextEdit.Andrew den Exter2011-11-291-1/+9
* Add indexed deleter to sequence wrapper, implement length setterChris Adams2011-11-292-6/+47