aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
...
* | Move PersistenValue and WeakValue into it's own fileLars Knoll2014-02-057-324/+427
* | Smaller performance fixesLars Knoll2014-02-053-12/+14
* | Remove an unused constructorLars Knoll2014-02-052-5/+1
* | Add a special Debug instruction to the interpreter and use itLars Knoll2014-02-054-12/+33
* | [new compiler] Fix logic error in enum resolverSimon Hausmann2014-02-051-1/+1
* | [new compiler] Fix partial bindings on value typesSimon Hausmann2014-02-041-7/+45
* | [new compiler] Fix order of alias vs non-alias bindingsSimon Hausmann2014-02-044-2/+55
* | [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-044-9/+116
* | [new compiler] Cleanup empty string handlingSimon Hausmann2014-02-044-26/+23
* | Fix occasional crashes in canvas getImageData and other placesSimon Hausmann2014-02-043-2/+8
* | Fix nasty bug in property cache leading to inaccessible signal parametersSimon Hausmann2014-02-032-2/+2
* | [new compiler] Propagate JS code gen errorsSimon Hausmann2014-02-031-0/+5
* | [new compiler] Fix error reporting for invalid regexp property assignmentsSimon Hausmann2014-02-031-1/+1
* | [new compiler] Fix context sharing for imported JS files that have no import ...Simon Hausmann2014-02-031-1/+1
* | [new compiler] Fix sanity checking of parameter names when connecting to C++ ...Simon Hausmann2014-02-032-2/+17
* | [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 about final property overridesSimon Hausmann2014-02-031-3/+4
* | [new compiler] Fix error messages when trying to create invalid property inte...Simon Hausmann2014-02-032-4/+33
* | [new compiler] Fix error message when assigning lists to singular propertiesSimon Hausmann2014-02-034-2/+15
* | [new compiler] Don't allow setting the id property multiple timesSimon Hausmann2014-02-032-4/+7
* | [new compiler] Fix error messages for binding vs. property declarationsSimon Hausmann2014-02-033-54/+76
* | [new compiler] CleanupsSimon Hausmann2014-02-033-123/+175
* | [new compiler] Fix invalid id error messaging for empty IDsSimon Hausmann2014-02-031-3/+4
* | [new compiler] Try to resolve qualified enums at type compile timeSimon Hausmann2014-02-034-2/+186
* | [new compiler] Fix location reported on function declaration errorsSimon 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-034-12/+19
* | [new compiler] Fix location when reporting signal declaration errorsSimon Hausmann2014-02-031-1/+1
* | [new compiler] Fix signal handler parameters for overloaded signalsSimon Hausmann2014-02-031-0/+1
* | [new compiler] Add support for signal handler objectsSimon Hausmann2014-02-034-5/+41
* | [new compiler] Fix property declarations inside group propertiesSimon Hausmann2014-02-032-13/+34
* | [new compiler] Fix location of errors in group property objectsSimon Hausmann2014-02-032-10/+7
* | [new compiler] Fix recursive property validation across component boundariesSimon Hausmann2014-02-031-2/+7
* | alloca() is declared in stdlib.h on BSD systemsGabriel de Dietrich2014-02-021-3/+1
* | Use lookups for get/setElement in the interpreterLars Knoll2014-01-313-0/+47
* | Remove unused macroLars Knoll2014-01-311-9/+0
* | Move ValueRef into qv4value_p.hLars Knoll2014-01-313-61/+80
* | Disentangle some includesLars Knoll2014-01-317-22/+30
* | Move Encode into qv4value_p.hLars Knoll2014-01-312-45/+49
* | CleanupsLars Knoll2014-01-3138-252/+237
* | Get rid of the SafeObject classLars Knoll2014-01-314-9/+20
* | Move ArrayElementLessThen to qv4arraydata.cppLars Knoll2014-01-313-43/+43
* | Rename some filesLars Knoll2014-01-3147-804/+804
* | Implement Lookup::indexedSetterLars Knoll2014-01-3110-108/+97
* | Fix a bug in qmljs_set_element and improve it's performanceLars Knoll2014-01-311-4/+8
* | Make the QML debug server thread safeUlf Hermann2014-01-302-115/+136