aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update whatsnew doc with JavaScript improvementsChris Adams2011-12-081-1/+8
* Debugger: Run js autotests with QML_DISABLE_OPTIMIZERKai Koehne2011-12-083-0/+12
* Fix QObject V8 wrapping for extended typesAaron Kennedy2011-12-073-2/+35
* Move snippets to separate test in the examples testcaseAlan Alpert2011-12-072-9/+63
* Fix linking of QtQuick.dll on Windows.Friedemann Kleint2011-12-077-29/+92
* Avoid Text layout being triggered unnecessarilyMartin Jones2011-12-072-17/+64
* Add support for pixmap cache images to TextEdit.Andrew den Exter2011-12-074-45/+58
* Fix images not displaying on lines with no text.Andrew den Exter2011-12-071-0/+7
* Prevent consecutive images from climbing up a text node.Andrew den Exter2011-12-071-2/+5
* Remove warning messages for canvasitem testsCharles Yin2011-12-072-2/+8
* Fix some warnings.Martin Jones2011-12-072-3/+2
* Remove insignificant_test from GridView tests.Martin Jones2011-12-071-1/+0
* 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-064-15/+45
* Fix the QML/JS parser to accept empty Javascript files.Roberto Raggi2011-12-065-754/+755
* Cleaned up the qmlscene code a bitGunnar Sletta2011-12-062-116/+15
* 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-0612-268/+520
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-069-21/+0
* Ignore expected warnings in Item and PathView testsMartin Jones2011-12-062-0/+23
* Decrease debug output of modelview examples.Alan Alpert2011-12-063-5/+5
* Use qt_Opacity in shadersAlan Alpert2011-12-062-10/+16
* Add tests for snapOneItem/snapOneRow snapModeMartin Jones2011-12-064-0/+325
* Restrict particles to eight attributes maxAlan Alpert2011-12-061-32/+33
* Fix image pathAlan Alpert2011-12-061-1/+1
* Ensure that scarce resources work with var propertiesChris Adams2011-12-0661-246/+1606
* Document function limitation of var propertiesChris Adams2011-12-062-2/+16
* Disable tst_qdeclarativepixmapcache::dataLeak() by defaultChris Adams2011-12-061-0/+10
* Don't eval signal handler closure until signal is emittedAaron Kennedy2011-12-052-11/+19
* Adjust the source location of the last accepted token.Roberto Raggi2011-12-052-0/+4
* Fix crash when QtQuick 2.0 wasn't importedAaron Kennedy2011-12-054-11/+22
* Introduce more generic fast property handlingAaron Kennedy2011-12-0529-1403/+991
* Use the texture atlas height to compute y coordinatesGunnar Sletta2011-12-051-1/+1
* Don't attempt to destroy a null persisted item.Andrew den Exter2011-12-053-19/+32
* Fix QQuickVisualDataModel test failure.Andrew den Exter2011-12-051-8/+10
* Fix loading imports from Qt resource.Aaron McCarthy2011-12-051-3/+14
* Document headerItem and footerItem of ListView and GridView.Martin Jones2011-12-052-4/+45
* Make particle shader more portableAlan Alpert2011-12-051-100/+88
* Fix test failures due to invalid font metrics.Andrew den Exter2011-12-052-122/+102
* Revert "sync to an earlier qtbase"Alan Alpert2011-12-051-1/+1
* Don't delay mirroring until polishAlan Alpert2011-12-051-1/+2
* Add tutorials to examples autotest.Alan Alpert2011-12-051-0/+2
* Test fixes for OS X.Michael Brasser2011-12-053-20/+14
* Examples has grown to more than just declarative.Alan Alpert2011-12-041-2/+2
* QtQuick: Fix linkage of QQuickFlickable.Friedemann Kleint2011-12-021-1/+1
* Say hello to QtQuick moduleKent Hansen2011-12-021439-106954/+107138
* qmlplugindump: Fix missing flush for objects that don't fit a line.Christian Kamm2011-12-021-2/+1
* Add dynamicRoles mode to ListModel for extra flexibility.Glenn Watson2011-12-028-279/+980
* Addd expectFail() to qmltestexmaple to avoid failure report from CI.Charles Yin2011-12-021-0/+3