aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Prefer to use normalised signal/slot signaturesSergio Ahumada2014-03-032-5/+5
* [new compiler] Set class name for QML types correctlySimon Hausmann2014-03-032-4/+3
* Fix a crash in the register allocatorLars Knoll2014-03-031-1/+1
* Make QQmlPropertyData::name constAlbert Astals Cid2014-03-032-4/+4
* Make it possible to call QQmlEngine::setObjectOwnership at any timeSimon Hausmann2014-03-021-1/+5
* Fix calls to overloaded slots for QObjects not created by QMLSimon Hausmann2014-03-021-1/+15
* [new compiler] Fix warnings in qml list model custom parserSimon Hausmann2014-03-021-4/+6
* [new compiler] Add the correct object index to the custom parserSimon Hausmann2014-03-028-14/+16
* Make QQmlExpression more robust when initializing from script stringSimon Hausmann2014-03-021-5/+11
* [new compiler] CleanupSimon Hausmann2014-03-024-226/+217
* [new compiler] Fix for tst_qqmlconnectionsSimon Hausmann2014-03-025-17/+36
* [new compiler] Fix qquickvisualdatamodel testsSimon Hausmann2014-03-023-11/+13
* [new compiler] Fix QQmlPropertyMap testsSimon Hausmann2014-03-024-7/+34
* [new compiler] Fix tst_qqmlengine::trimComponentCacheSimon Hausmann2014-03-022-0/+8
* [new compiler] Fix tst_qqmlqt's trace testSimon Hausmann2014-03-021-3/+2
* [new compiler] Clean up error handling in AST passSimon Hausmann2014-03-021-80/+16
* [new compiler] Fix tst_qqmlqt::createComponentSimon Hausmann2014-03-021-3/+3
* [new compiler] Fix a few more tests related to property declarations with ini...Simon Hausmann2014-03-021-7/+4
* Add a column to the default method error messageSimon Hausmann2014-03-023-1/+3
* [new compiler] Report an error when trying to append to a read-only listSimon Hausmann2014-03-021-0/+5
* [new compiler] Fix property assignments to resolved enumsSimon Hausmann2014-03-021-8/+14
* [new compiler] Remove incorrect assertionSimon Hausmann2014-03-021-1/+0
* [new compiler] Fix remaining qquickanimation test failuresSimon Hausmann2014-03-021-0/+2
* [new compiler] Fix qquickanimation test crashSimon Hausmann2014-03-023-5/+6
* [new compiler] Fix implicit component determination inside group propertiesSimon Hausmann2014-03-022-11/+14
* [new compiler] Fix evaluateEnum for custom parsersSimon Hausmann2014-03-021-3/+8
* [new compiler] Compile functions and bindings in appropriate scopesSimon Hausmann2014-03-028-65/+250
* [new compiler] Fix memory leaksSimon Hausmann2014-03-022-12/+14
* [new compiler] Fix error location for run-time binding errorsSimon Hausmann2014-03-021-1/+1
* [new compiler] Fix lazy binding evaluationSimon Hausmann2014-03-021-0/+6
* [new compiler] Fix error reporting for group propertiesSimon Hausmann2014-03-025-54/+129
* [new compiler] Fix error reporting when trying to set list properties multipl...Simon Hausmann2014-03-022-2/+10
* [new compiler] Don't allow for attached properties inside group properties or...Simon Hausmann2014-03-021-2/+6
* [new compiler] When resolving names of attached properties, don't report the ...Simon Hausmann2014-03-024-5/+10
* [new compiler] Fix determination of property caches for attached propertiesSimon Hausmann2014-03-021-1/+13
* [new compiler] Improve error message for incorrect signal assignmentsSimon Hausmann2014-03-021-1/+5
* [new compiler] Ensure that qualified type names end in an id with an upper ca...Simon Hausmann2014-03-022-15/+38
* [new compiler] Report errors when a property name starts with an upper case l...Simon Hausmann2014-03-021-0/+11
* [new compiler] Fix error reporting for invalid component specificationsSimon Hausmann2014-03-021-1/+7
* [new compiler] Fix error location when id property is used in list model elem...Simon Hausmann2014-03-023-22/+11
* Glyph node: Those null coords are useful after allGabriel de Dietrich2014-02-281-2/+0
* Improve memory usage in QML/V4 engine.Michael Brasser2014-02-2811-21/+21
* QQuickWindow: fix content item sizeJ-P Nurmi2014-02-282-14/+4
* Fixed regression from fd5c629f4336b1f79Björn Breitmeyer2014-02-282-8/+19
* QQuickWidget: handle hide and show events properlyPaul Olav Tvete2014-02-283-4/+34
* Tidy up DropArea documentation.Mitch Curtis2014-02-281-6/+3
* Ensure that ShaderEffectSource's texture has correct parameters.Gunnar Sletta2014-02-281-0/+6
* Threaded render loop should block until the frame is swapped.Gunnar Sletta2014-02-281-1/+36
* Fix renderType: Text.NativeRendering on retina screensTor Arne Vestbø2014-02-281-12/+39
* Canvas: do not emit paint signal when invisibleJ-P Nurmi2014-02-281-0/+2