aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative
Commit message (Expand)AuthorAgeFilesLines
* Eliminated usage of qttest_p4.prf in newly added test.Sergio Ahumada2012-01-051-2/+4
* Fix moving mixed visible and non-visible View items.Andrew den Exter2012-01-041-0/+19
* Fix test failures with shadow builds.Andrew den Exter2012-01-0327-93/+92
* Add accessibility to qmlFrederik Gladhorn2012-01-025-0/+570
* Handle exceptions inside QV8QObjectConnectionList::qt_metacallChris Adams2011-12-292-0/+39
* Insert items into VisualDataModel.Andrew den Exter2011-12-231-7/+7
* Minimize the number of objects created per item in VisualDataModel.Andrew den Exter2011-12-231-8/+2
* Fix crash in var property setterChris Adams2011-12-233-0/+14
* Detect and optimize qsTr() and qsTrId() bindingsAaron Kennedy2011-12-214-0/+34
* QDeclarative tests: Introduce base class for data tests.Friedemann Kleint2011-12-2152-876/+834
* qdeclarativexmlhttprequest: Stabilize, ensure deletion of server.Friedemann Kleint2011-12-201-3/+3
* Qt.locale() always returns the 'C' locale.Martin Jones2011-12-201-0/+12
* Fix QDeclarativePropertyCache crash.Andrew den Exter2011-12-202-0/+289
* Correctly resolve elements of QList<QUrl> propertiesChris Adams2011-12-192-0/+61
* Remove another fragile assumption from var prop unit testChris Adams2011-12-191-1/+2
* DeclarativeDebug: Add version info to service pluginsAurindam Jana2011-12-165-26/+16
* V8: Remove extra V8::Context allocated for expressing strong referencesSimon Hausmann2011-12-152-5/+29
* Add support for QUrl types to V4Roberto Raggi2011-12-153-0/+38
* QV8DebugService: add version commandAurindam Jana2011-12-151-0/+21
* Fix that QJSEngine cannot be used from threads other than the gui threadSimon Hausmann2011-12-151-0/+30
* Remove fragile assumption from var properties unit testChris Adams2011-12-151-2/+2
* qdeclarativelanguage-test: Fix location.Friedemann Kleint2011-12-151-20/+11
* QV8DebugService: Add breakaftercompileAurindam Jana2011-12-141-0/+28
* QV8DebugService: Simplify the service codeAurindam Jana2011-12-1412-336/+777
* Cleanup: Fold QV8GCCallback class declaration(s) back into qv8engine_p.hSimon Hausmann2011-12-142-2/+0
* Fix crash when items are moved in model.Andrew den Exter2011-12-141-0/+17
* QV8Engine: Console APIs, Extend functionalityAurindam Jana2011-12-143-7/+19
* QmlProfiler: stream snapshots to reduce memory footprintMikko Harju2011-12-121-1/+24
* 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