aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2014-02-182-57/+61
|\
| * Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-182-57/+61
| |\
| | * Fix crash when the currently running binding is deleted.Michael Brasser2014-02-152-57/+61
* | | [new compiler] Fix error reporting null object group property accessSimon Hausmann2014-02-183-1/+14
|/ /
* | [new compiler] Match class and file nameSimon Hausmann2014-02-1612-35/+35
* | [new compiler] Cleanup object creator membersSimon Hausmann2014-02-163-91/+91
* | [new compiler] Fix test with aggressive gcSimon Hausmann2014-02-161-0/+5
* | Reduce memory usage for object literals with integral keysSimon Hausmann2014-02-161-2/+7
* | Add dedicated QML profiler and adapterUlf Hermann2014-02-157-21/+31
* | Infrastructure for supporting multiple profilers in qqmlprofilerserviceUlf Hermann2014-02-131-22/+6
* | [new compiler] Fix context ownership for anonymous componentsSimon Hausmann2014-02-131-1/+1
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-113-5/+14
|\|
| * Updated documentation for QML Locale.measurementSystemAnders Gunnarsson2014-02-071-3/+6
| * [Regression] Fix lazy binding evaluationSimon Hausmann2014-02-062-2/+8
* | Add a debug service for controlling qml enginesUlf Hermann2014-02-101-0/+2
* | [new compiler] Fix component attachment linking across sub object creatorsSimon Hausmann2014-02-073-6/+9
* | [new compiler] Fix tst_qqmlincubator::deleteContextSimon Hausmann2014-02-074-2/+19
* | [new compiler] Allow for interruption during object finalizationSimon Hausmann2014-02-077-53/+50
* | [new compiler] Fix parser status and created bindings allocationSimon Hausmann2014-02-075-57/+79
* | [new compiler] Fix memory management of newly created objectsSimon Hausmann2014-02-071-2/+4
* | Make the Ref classes not template basedLars Knoll2014-02-071-1/+2
* | Rename Referenced to ManagedRefLars Knoll2014-02-071-1/+1
* | [new compiler] Fix crash in qml delegate modelSimon Hausmann2014-02-051-6/+9
* | [new compiler] Fix propagation of imported scripts for anonymous componentsSimon Hausmann2014-02-053-7/+9
* | Unify the interface for QQmlDebugServicesUlf Hermann2014-02-051-7/+7
* | Move PersistenValue and WeakValue into it's own fileLars Knoll2014-02-051-0/+1
* | [new compiler] Fix partial bindings on value typesSimon Hausmann2014-02-041-7/+45
* | [new compiler] Fix bindings on aliasesSimon Hausmann2014-02-041-1/+11
* | [new compiler] Set the rootObjectInCreation flag correctly on the root objectSimon Hausmann2014-02-042-5/+13
* | [new compiler] Fix JS ownership of QML created objectsSimon Hausmann2014-02-041-0/+1
* | [new compiler] Fix binding initialization orderSimon Hausmann2014-02-041-1/+4
* | Fix occasional crashes in canvas getImageData and other placesSimon Hausmann2014-02-041-0/+3
* | Fix nasty bug in property cache leading to inaccessible signal parametersSimon Hausmann2014-02-032-2/+2
* | [new compiler] Fix context sharing for imported JS files that have no import ...Simon Hausmann2014-02-031-1/+1
* | [new compiler] Fix revisioningSimon Hausmann2014-02-031-2/+2
* | [new compiler] Allow function calls during initial binding evaluations and si...Simon Hausmann2014-02-031-1/+1
* | [new compiler] Fix error message when assigning lists to singular propertiesSimon Hausmann2014-02-031-1/+1
* | [new compiler] Try to resolve qualified enums at type compile timeSimon Hausmann2014-02-031-1/+1
* | [new compiler] Fix datetime property conversion to match 5.1/5.2 behaviorSimon Hausmann2014-02-031-0/+6
* | [new compiler] Fix signal handlers that are fuzzily matchedSimon Hausmann2014-02-031-3/+7
* | [new compiler] Add support for signal handler objectsSimon Hausmann2014-02-031-0/+24
* | CleanupsLars Knoll2014-01-312-5/+5
* | Rename some filesLars Knoll2014-01-3114-14/+14
* | Make QML import thread safe.Ulf Hermann2014-01-301-7/+14
* | Change QQmlProfilerService::instance to be a getterUlf Hermann2014-01-291-1/+1
* | [new compiler] Avoid uncreatable type errors for types that aren't createdSimon Hausmann2014-01-292-5/+8
* | [new compiler] Fix timing of property assignment error handlingSimon Hausmann2014-01-291-253/+133
* | [new compiler] Report errors when trying to bind to read-only propertiesSimon Hausmann2014-01-282-2/+13
* | [new compiler] Improved error handlingSimon Hausmann2014-01-281-29/+34
* | Improved error handling for namespaced property bindingsSimon Hausmann2014-01-281-1/+1