aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix style issuesKent Hansen2011-11-242-3/+3
* Propegate the smooth property to the textureproviderGunnar Sletta2011-11-241-0/+1
* QDeclarativeDebugService: Crash fixAurindam Jana2011-11-241-5/+7
* QQuickTextInput - Remove nonexisting method from headerPekka Vuorela2011-11-241-1/+0
* TextInput elements not to have tentative commit in inputMethodQueryPekka Vuorela2011-11-242-2/+2
* Fixed assert during QQuickCanvas::hideEvent().Kim Motoyoshi Kalland2011-11-242-18/+3
* ConsoleAPI: Use environment variableAurindam Jana2011-11-241-15/+19
* Get rid of unused inputMethodQuery and inputMethodEvent functions in QQuickCa...Joona Petrell2011-11-242-41/+0
* Move registration of QtQuick 2 types to separate classKent Hansen2011-11-244-8/+129
* Move QDeclarativeListModel and friends from util/ to qml/Kent Hansen2011-11-2417-25/+17
* Move QDeclarativeApplication from util/ to qml/Kent Hansen2011-11-246-4/+3
* Remove unused code.Martin Jones2011-11-241-31/+0
* Use the AST for binding rewriting when possible.Michael Brasser2011-11-236-13/+10
* 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