aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Create a copy of QLineControl in the QtDeclarative library.Andrew den Exter2011-12-125-9/+2196
* Fix TextInput not reacting to text color change.Andrew den Exter2011-12-121-2/+7
* Size TextInput cursor correctly.Andrew den Exter2011-12-121-9/+2
* Fix package items not being destroyed when a package is destroyed.Andrew den Exter2011-12-121-3/+3
* QmlProfiler: stream snapshots to reduce memory footprintMikko Harju2011-12-122-12/+15
* Don't access QDeclarativeProperty from bindings as oftenAaron Kennedy2011-12-121-12/+18
* Set target and device for touch events.Laszlo Agocs2011-12-091-2/+3
* Integrate testcocoon support into QtQuickTest.Caroline Chao2011-12-091-0/+33
* Get rid of QDeclarativeMetaType::{canCopy,copy}Kent Hansen2011-12-093-580/+7
* Remove dead private method from TextEdit implementationsPekka Vuorela2011-12-094-36/+0
* Create a copy of QTextControl in the QtDeclarative library.Andrew den Exter2011-12-096-6/+3395
* Add Screen attached objectAlan Alpert2011-12-096-0/+292
* Implemented multiple windows and GL context sharingGunnar Sletta2011-12-088-957/+1426
* Fix QObject V8 wrapping for extended typesAaron Kennedy2011-12-071-2/+5
* Fix linking of QtQuick.dll on Windows.Friedemann Kleint2011-12-077-29/+92
* Avoid Text layout being triggered unnecessarilyMartin Jones2011-12-071-17/+60
* 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-071-1/+2
* Fix some warnings.Martin Jones2011-12-072-3/+2
* 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