aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
Commit message (Expand)AuthorAgeFilesLines
* Get rid of QDeclarativeMetaType::{canCopy,copy}Kent Hansen2011-12-094-167/+46
* Debugger: Run js autotests with QML_DISABLE_OPTIMIZERKai Koehne2011-12-083-0/+12
* Fix QObject V8 wrapping for extended typesAaron Kennedy2011-12-072-0/+30
* Debugger: Fix compilation warning in autotestKai Koehne2011-12-061-2/+2
* Copy JS tests from QtScript moduleAaron Kennedy2011-12-061096-9/+149559
* Improve parsing of escape characters and regexp literals.Roberto Raggi2011-12-061-0/+1
* Fix the QML/JS parser to accept empty Javascript files.Roberto Raggi2011-12-061-3/+0
* test/debugutils: Add include guard.Friedemann Kleint2011-12-062-6/+10
* Introduce methods to get the source location of the AST nodes.Roberto Raggi2011-12-063-0/+220
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-063-9/+0
* Ensure that scarce resources work with var propertiesChris Adams2011-12-0646-100/+832
* Document function limitation of var propertiesChris Adams2011-12-061-0/+9
* Say hello to QtQuick moduleKent Hansen2011-12-02728-65752/+59
* Add dynamicRoles mode to ListModel for extra flexibility.Glenn Watson2011-12-021-201/+400
* 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-011-4/+60
* 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