aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Improve parsing of escape characters and regexp literals.Roberto Raggi2011-12-062-2/+10
* Fix the QML/JS parser to accept empty Javascript files.Roberto Raggi2011-12-064-751/+755
* Introduce methods to get the source location of the AST nodes.Roberto Raggi2011-12-069-268/+300
* Restrict particles to eight attributes maxAlan Alpert2011-12-061-32/+33
* Ensure that scarce resources work with var propertiesChris Adams2011-12-064-10/+150
* 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-051-1/+1
* 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
* Don't delay mirroring until polishAlan Alpert2011-12-051-1/+2
* QtQuick: Fix linkage of QQuickFlickable.Friedemann Kleint2011-12-021-1/+1
* Say hello to QtQuick moduleKent Hansen2011-12-02353-598/+617
* Add dynamicRoles mode to ListModel for extra flexibility.Glenn Watson2011-12-027-78/+580
* Use QWidgetTextControl in the QtQuick1 TextEdit.Andrew den Exter2011-12-022-6/+9
* Use QWidgetLineControl in the QtQuick1 TextInput.Andrew den Exter2011-12-022-29/+29
* Remove QSGContext and QSGTexture from QDeclarativePixmapDataGunnar Sletta2011-12-0222-269/+240
* Fix pixmap leak in Text with embedded images.Martin Jones2011-12-021-1/+1
* Don't use idle priority for background threads.Martin Jones2011-12-022-2/+2
* Improve value type read performanceAaron Kennedy2011-12-012-13/+48
* Take multi-line expressions into account when rewriting expressionsKai Koehne2011-12-011-0/+1
* Windows: Fix building of XML list model plugin.Friedemann Kleint2011-12-012-3/+3
* Move QDeclarativePropertyValueInterceptor into a private headerAaron Kennedy2011-12-018-14/+23
* Export QQuickFlickable to make it possible to use it as private API.Andras Becsi2011-12-011-1/+1
* Don't use deprecated methodAaron Kennedy2011-12-011-1/+2
* Fix uninitialized member variable in QDeclarativeTextEditPekka Vuorela2011-12-011-1/+1
* Made TextInput mouse events commit preeditPekka Vuorela2011-12-012-43/+54
* Compile MSVC2008 and remove unneeded reference to <stdint.h>Jan-Arve Saether2011-12-011-1/+0
* Fixed crash when updating Image.source and BorderImage.sourceGunnar Sletta2011-12-012-3/+5
* Release pixmap cache data to avoid leaking memoryChris Adams2011-12-012-30/+84
* Allow current item creation to interrupt async delegate creation.Martin Jones2011-12-011-1/+1
* Repeater delegates have no parent in Component.onCompletedMartin Jones2011-12-012-1/+10
* Ensure flickable velocity is updated when under heavy load.Martin Jones2011-12-011-2/+8
* Change the license header from BSD to LGPLCharles Yin2011-12-011-27/+28
* Move XmlListModel to seperate pluginCharles Yin2011-12-018-38/+97
* Add support for assigning literal value to sequence propertyChris Adams2011-12-015-0/+241
* Don't update dependent anchors on destruction unless required.Michael Brasser2011-12-011-2/+5
* Cleanup and optimize QQuickContents.Michael Brasser2011-12-012-37/+41
* Non-blocking view delegate instantiation.Martin Jones2011-12-0116-403/+675
* V8Profiler: make the profiler run in the main threadChristiaan Janssen2011-11-302-15/+19
* Extend the grammar of QML binding declarations.Roberto Raggi2011-11-305-946/+947
* Whitespace fixesAlan Alpert2011-11-301-52/+60
* Add QQuickItem::setImplicitSize()Michael Brasser2011-11-3010-43/+74
* Deleting an incubated object after setInitialState() crashesMartin Jones2011-11-301-1/+1
* Anchoring system optimizations.Michael Brasser2011-11-304-33/+157