aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Optimization for context2d paintingCharles Yin2011-11-173-13/+12
* Use QQuickChangeListener for better performanceGunnar Sletta2011-11-162-9/+22
* Debugger: Add unit tests for v8 profiler serviceKai Koehne2011-11-161-2/+2
* Fix console.log function.Jędrzej Nowacki2011-11-161-3/+5
* Change destruction order to avoid accessing deleted GL resourcesKent Hansen2011-11-161-4/+3
* Allow aliases to QVariant propertiesAaron Kennedy2011-11-161-1/+2
* Improved comments on threaded renderer a bitGunnar Sletta2011-11-161-3/+3
* Make non-threaded VME interpreter work againKent Hansen2011-11-161-2/+4
* Fix for moving multiple items to top of viewBea Lam2011-11-161-7/+11
* Avoid calling maybeUpdate() during ShaderEffectSource cleanup.Kim Motoyoshi Kalland2011-11-161-0/+2
* Fixed some copy-paste errors is documentation.Tero Tiittanen2011-11-161-4/+4
* Texture coordinates fixed in subrect tiling in SG image node.Tero Tiittanen2011-11-161-4/+9
* Fixed deferred deletion of objects in the render thread loop.Kim Motoyoshi Kalland2011-11-161-1/+3
* Fix refill where zero-size items are involvedBea Lam2011-11-161-8/+24
* Add optional count parameter to ListModel.removeGlenn Watson2011-11-165-17/+27
* Remove unused code in qquickimplicitsizeitem.Martin Jones2011-11-163-68/+0
* Remove events from the revert list.Michael Brasser2011-11-162-3/+19
* Add propagateComposedEvents property to MouseAreaAlan Alpert2011-11-153-6/+49
* Make shader effects visible even if source is initially emptyGunnar Sletta2011-11-141-1/+6
* Fix parsing of unary expressions.Roberto Raggi2011-11-141-2/+3
* Use the property cache when compiling the V4 instructions.Roberto Raggi2011-11-144-30/+28
* Removed annoying warning about threadingGunnar Sletta2011-11-141-7/+0
* Fixed assert during QML shutdownGunnar Sletta2011-11-141-0/+6
* Distance field glyph cache refactoring.Yoann Lopes2011-11-1418-805/+1199
* Improved QQuickShaderEffect::lookThroughShaderCode() performance.Kim Motoyoshi Kalland2011-11-141-28/+149
* Fix memory leaks&uninitialized members in QQuickContext2D&QQuickContext2DTextureCharles Yin2011-11-143-0/+26
* Text.onLineLaidOut doc does not appearYann Bodson2011-11-141-27/+27
* Don't clobber unified timer settingsAlan Alpert2011-11-141-1/+3
* Debugger: Remove option to constantly send tracing dataKai Koehne2011-11-112-21/+14
* QV8ProfileService: Code refactorAurindam Jana2011-11-112-2/+10
* QV8Profiler: Rename the global static instanceAurindam Jana2011-11-111-2/+2
* Add missing includes.Jędrzej Nowacki2011-11-112-0/+2
* QV8Engine: Console APIsAurindam Jana2011-11-113-23/+87
* Debugger: Fix trace service for tracing on startup in block modeKai Koehne2011-11-112-3/+3
* Support JS objects in ListModel via QVariantMapGlenn Watson2011-11-112-27/+132
* Remove unused codepaths from QV8SequenceWrapperChris Adams2011-11-112-36/+1
* Export QSGDynamicTextureCharles Yin2011-11-111-1/+1
* GridView should re-layout if add/remove before visible indexBea Lam2011-11-113-8/+20
* Make compile and pass CI tests.Michael Brasser2011-11-112-0/+3
* PathView element's current item changes on insertion.Martin Jones2011-11-101-5/+18
* QStringLiteral does not build on arm gcc 4.5.2 in this conditionJohannes Zellner2011-11-101-1/+1
* Improvements to listmodel implementation and tests.Glenn Watson2011-11-094-71/+80
* Delete nodes in the render thread at shutdownAaron Kennedy2011-11-092-0/+33
* Fix v4 crash when accessing invalid attached propertyAaron Kennedy2011-11-091-1/+2
* Return a string from resolvedUrl() to match 4.x behaviorAaron Kennedy2011-11-091-3/+3
* Ensure connection lists get cleanedAaron Kennedy2011-11-091-0/+2
* Fix qmltestrunner crash bug when report filename and line numberCharles Yin2011-11-092-22/+2
* Fix gcc compilation warningsKai Koehne2011-11-094-6/+4
* Fix expected failure in TextEdit hAlign_RightToLeft test.Andrew den Exter2011-11-091-1/+9
* QDeclarativePixmapCache: Add missing enumeration values and break.Friedemann Kleint2011-11-091-1/+7