aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Debugger: Don't register v8 callback until client is attachedKai Koehne2011-11-232-46/+148
* Debugger: Make registration of services explicitKai Koehne2011-11-237-17/+24
* Increase the limit of the QDeclarativePixmapCache to something sensibleGunnar Sletta2011-11-231-6/+1
* Remove documentation for non-existing functionGunnar Sletta2011-11-231-8/+0
* Don't crash when importing script with syntax errorKent Hansen2011-11-231-4/+12
* v4: Get rid of dependency on QQuickAnchorLine typeKent Hansen2011-11-236-13/+49
* Add QtQuick1 plugin's major version to target pathKent Hansen2011-11-231-1/+1
* Fix PathView insertion/removal/move item offsetMartin Jones2011-11-231-23/+20
* Don't disconnect mid binding evaluationAaron Kennedy2011-11-221-0/+2
* Profiler: Preserve line information also for optimized bindingsKai Koehne2011-11-223-3/+8
* Debugger: Move server into it's own threadKai Koehne2011-11-229-146/+253
* 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