aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-024-7/+7
|\
| * Disable Clang warning -Wheader-hygiene.Marcel Krems2015-09-251-0/+4
| * Fix QQmlComponent::beginCreate documentationMitch Curtis2015-09-151-2/+2
| * Document that modifying the globalObject of QQmlEngine is not supportedMitch Curtis2015-09-091-1/+1
| * Fix compilation with ICC on WindowsThiago Macieira2015-09-021-4/+0
* | Smaller cleanupsLars Knoll2015-09-252-9/+5
* | Remove some unused codeLars Knoll2015-09-252-136/+0
* | CleanupsLars Knoll2015-09-252-20/+4
* | Get rid of the special handling of list properties in the vmemoLars Knoll2015-09-252-24/+33
* | CleanupLars Knoll2015-09-251-13/+14
* | 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