aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Behavior on a value type should not cancel previous assignment.Michael Brasser2011-11-091-4/+2
* tst_QSGGridView enforceRange_rightToLeft failsMartin Jones2011-11-091-5/+2
* Add tests for the VisualDataGroup onChanged signal.Andrew den Exter2011-11-091-4/+7
* Add console.time / console.timeEnd APIKai Koehne2011-11-094-0/+54
* Extend VisualDataModel tests to cover Package delegates.Andrew den Exter2011-11-091-2/+4
* Fix crash on exit when overriding signal handlers in states.Michael Brasser2011-11-092-4/+6
* Property changes in Component.onCompleted should trigger Behaviors.Michael Brasser2011-11-091-12/+12
* VisualDataModel group change notification missing initialization.Martin Jones2011-11-082-1/+10
* Declarative: Add define _CRT_SECURE_NO_WARNINGS for MSVC.Friedemann Kleint2011-11-082-0/+3
* Don't crash on invalid expressionAaron Kennedy2011-11-081-0/+1
* Include correct line number when throwing an exception from a slotAaron Kennedy2011-11-081-1/+2
* Fix default glyph node after qtbase refactorJiang Jiang2011-11-081-1/+1
* Don't create geometries for transparent Rectangle {} elementsGunnar Sletta2011-11-071-1/+2
* Declarative: Fix compiler warnings.Friedemann Kleint2011-11-073-6/+6
* Minor improvements to some of the node implementations.Kim Motoyoshi Kalland2011-11-073-20/+12
* Emit signal when texture is updated in ShaderEffectSource.Kim Motoyoshi Kalland2011-11-072-16/+15
* QV8DebugService: Return JSON messages for internal requests.Aurindam Jana2011-11-071-0/+56
* Documentation fixesDamian Jansen2011-11-0714-24/+24
* Optimization: Minimize refreshing when root context changesAaron Kennedy2011-11-043-23/+37
* QV8DebugService: Cancel DebugBreak Requests before disconnectAurindam Jana2011-11-041-0/+3
* Don't crash if contexts are deleted during refreshExpressionsAaron Kennedy2011-11-049-72/+196
* Skip the captured properties step in bindingsAaron Kennedy2011-11-0411-131/+399
* Fix crash in object serialization due to sequencesChris Adams2011-11-041-15/+17
* Fix invalid remove cache indexes caused by consecutive ranges.Andrew den Exter2011-11-041-8/+36
* Fix module API provider registration function documentationChris Adams2011-11-042-117/+1
* Text.RichText ignores color propertyYann Bodson2011-11-042-2/+4
* QmlProfiler: Send trace start event when starting profilingChristiaan Janssen2011-11-032-7/+12
* V8Profiler: fix block at start when profiling is disabledChristiaan Janssen2011-11-031-1/+1
* Only issue non-threaded renderer warning onceAaron Kennedy2011-11-031-3/+7
* Profiler: Fix profiling when disabled on startupKai Koehne2011-11-031-1/+2
* Debugger: Remove unused filesKai Koehne2011-11-033-135/+0
* Cursory docs for QQuickCanvas and QQuickViewAlan Alpert2011-11-032-3/+163
* Fix GravityAlan Alpert2011-11-032-40/+45
* Only simulate if particle was aliveAlan Alpert2011-11-023-2/+12