aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the aConnected bit array in the vmemoLars Knoll2015-09-252-15/+12
* Properly refcount the property cacheLars Knoll2015-09-251-0/+4
* Cleanups to property allocation in the VMEMOLars Knoll2015-09-252-31/+24
* Reimplement the right metaCall() methodLars Knoll2015-09-254-8/+12
* Add extension API to QJSEngineMitch Curtis2015-09-253-25/+43
* Set the correct prototype at construction timeLars Knoll2015-09-252-6/+4
* Smaller cleanupsLars Knoll2015-09-251-2/+0
* Speed up QQmlEngine constructorLars Knoll2015-09-252-30/+34
* Factor out method to get pretty QML type nameTobias Koenig2015-09-243-27/+42
* Use V4 double-to-string conversion instead of QVariant'sUlf Hermann2015-09-231-1/+7
* Cleanup: remove HP-UX and AIX specific code pathsLars Knoll2015-09-221-30/+3
* Fix function signatureLars Knoll2015-09-223-11/+11
* Move remaining objects to new constructor syntaxLars Knoll2015-09-2214-86/+57
* Convert FunctionObjects to new allocation syntaxLars Knoll2015-09-222-2/+2
* Make QML composite types inherit enumsJ-P Nurmi2015-09-216-10/+40
* Remove some dead codeSimon Hausmann2015-09-212-39/+6
* Simplify Object::putValue()Lars Knoll2015-09-151-1/+1
* Further cleanupsLars Knoll2015-09-152-10/+5
* Cleanup usage of ExecutionEngine::currentContextLars Knoll2015-09-151-1/+1
* Store the stack of executioncontext's on the JS stackLars Knoll2015-09-151-4/+4
* Explicitly push/pop ExecutionContextsLars Knoll2015-09-151-6/+2
* Remove qml context related methods from QQmlV4FunctionLars Knoll2015-09-151-2/+0
* Remove unused variableLars Knoll2015-09-091-7/+1
* Smaller cleanupLars Knoll2015-09-091-3/+2
* Pass a QmlContext to QV4::Script instead of a contextwrapperLars Knoll2015-09-092-8/+9
* Don't push new QML contexts onto the context stackLars Knoll2015-09-081-1/+0
* Refactor the way we declare signal parameter namesLars Knoll2015-09-081-2/+1
* Move createQmlCallableForFunction out of the binding wrapperLars Knoll2015-09-083-3/+3
* Allocate QML defined properties without extra roomFrank Meerkoetter2015-09-051-1/+1
* Merge remote-tracking branch 'origin/5.5' into 5.6Simon Hausmann2015-09-022-1/+12
|\
| * Don't consider QLocale a value type.Mitch Curtis2015-09-021-1/+2
| * Doc: broken links and missing doc for functionsNico Vertriest2015-09-021-0/+10
* | XHR: Server side errors are not network errorsJulien Brianceau2015-08-271-1/+5
* | Create less BindingWrappersLars Knoll2015-08-252-13/+14
* | Remove this piece of codeLars Knoll2015-08-251-11/+2
* | Fix profiling of QML/JS compilationUlf Hermann2015-08-241-2/+6
* | Cleanup qmlcontextwrapper usage in XHRLars Knoll2015-08-203-113/+47
* | Move the qmlSingletonWrapper method out of the contextwrapperLars Knoll2015-08-202-23/+0
* | Move the registerQmlDependencies method into QQmlPropertyCaptureLars Knoll2015-08-204-45/+46
* | Use the QmlContext as the scope for QQmlV4Function callsLars Knoll2015-08-201-7/+6
* | Cleanup code in the VMEMOLars Knoll2015-08-193-45/+44
* | Hold a pointer to the QV4::ExecutionEngine in the property cacheLars Knoll2015-08-194-15/+15
* | Switch to the non compat metacall overloadLars Knoll2015-08-192-2/+5
* | Fix performance of ListModel::get()Simon Hausmann2015-08-192-0/+33
* | Get rid of special handling of var propertiesLars Knoll2015-08-182-60/+30
* | Properly initialize the memberdata to undefinedLars Knoll2015-08-181-1/+4
* | Use the proper static ValueTypeProvider as intendedFrank Meerkoetter2015-08-181-1/+1
* | Remove special case for var propertiesFrank Meerkoetter2015-08-182-9/+7
* | Allocate a JS wrapper if there are any propertiesFrank Meerkoetter2015-08-181-2/+2
* | Use QV4::MemberData for property storageFrank Meerkoetter2015-08-182-194/+129