aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix inserting before the visible area into cache bufferBea Lam2011-11-222-4/+8
* Move path with highlightMoveDuration: 0Martin Jones2011-11-221-1/+3
* Qt.locale() and JS locale type extension.Martin Jones2011-11-2213-6/+1353
* Emit destruction signal before child contexts are destroyed.Glenn Watson2011-11-221-8/+8
* Fix default property preventing signals from being emitted.Glenn Watson2011-11-225-22/+279
* Adding custom easing curves to property animationsAaron Kennedy2011-11-213-2/+54
* Fix compile.Friedemann Kleint2011-11-211-0/+1
* Silence compiler warnings about unused variables (MSVC)Kai Koehne2011-11-218-6/+18
* Fix MSVC warning about struct vs class declarationKai Koehne2011-11-212-2/+2
* Clean up static analysis issues.Alan Alpert2011-11-217-21/+14
* Doc: Canvas doc review.Martin Jones2011-11-211-89/+75
* Don't leak objects when a VisualDataModel is destroyed before a view.Andrew den Exter2011-11-211-0/+2
* Fixed more declarative -qtnamespace compilation issues.Rohan McGovern2011-11-211-0/+4
* Fix Qt Declarative namespace compilation.Toby Tomkins2011-11-216-3/+14
* GridView sometimes lays out one less column than expectedMartin Jones2011-11-211-33/+39
* Fix v8 handle leak in incubator code.Glenn Watson2011-11-211-0/+1
* Rewrite signal handlers at compile time.Michael Brasser2011-11-205-7/+16
* Copy QSGEngine functions to QQuickCanvas.Gunnar Sletta2011-11-187-180/+230
* Parent delegate items to PathView.Andrew den Exter2011-11-181-0/+2
* Fix leak in QQuickParticleDataChris Adams2011-11-182-0/+6
* Fix crash in incubator when a guarded context is deletedAaron Kennedy2011-11-172-1/+2
* QDeclarativeDebugServer: Crash FixAurindam Jana2011-11-171-9/+10
* Fixed QQuickShaderEffect::lookThroughShaderCode(), added autotest.Kim Motoyoshi Kalland2011-11-172-12/+18
* Fixes crash in QSGDefaultDistanceFieldGlyphCache::resizeTexture()Yoann Lopes2011-11-172-82/+73
* Add debug description to shader effectsGunnar Sletta2011-11-171-0/+4
* Performance optimization in transform node traversal.Tero Tiittanen2011-11-172-8/+12
* 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