aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use QWidgetTextControl in the QtQuick1 TextEdit.Andrew den Exter2011-12-023-9/+12
* Use QWidgetLineControl in the QtQuick1 TextInput.Andrew den Exter2011-12-023-31/+31
* Remove QSGContext and QSGTexture from QDeclarativePixmapDataGunnar Sletta2011-12-0224-278/+252
* Fix test warningsAaron Kennedy2011-12-023-24/+41
* Fix pixmap leak in Text with embedded images.Martin Jones2011-12-021-1/+1
* Fix listview test warningMartin Jones2011-12-021-3/+6
* Fix gridview test warning.Martin Jones2011-12-021-43/+2
* Don't use idle priority for background threads.Martin Jones2011-12-022-2/+2
* sync to an earlier qtbaseAlan Alpert2011-12-021-1/+1
* Ignore expected warningAaron Kennedy2011-12-011-1/+6
* AutotestAaron Kennedy2011-12-013-0/+18
* Ignore expected warning messageAaron Kennedy2011-12-011-0/+1
* Improve value type read performanceAaron Kennedy2011-12-012-13/+48
* Take multi-line expressions into account when rewriting expressionsKai Koehne2011-12-013-5/+9