aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml
Commit message (Expand)AuthorAgeFilesLines
* Use QStringRef in a bunch of places.wip/dbusSérgio Martins2015-10-181-8/+8
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-1430-326/+347
|\
| * Libraries: Fix single-character string literals.Friedemann Kleint2015-10-132-5/+5
| * Make QML composite types inherit attached propertiesJ-P Nurmi2015-10-096-37/+67
| * Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-0611-0/+121
| * qqmlvmemetaobject.cpp: Fix conversion warning by MSVC2015/64.Friedemann Kleint2015-10-051-1/+1
| * 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
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-2531-285/+228
|\| |
| * | 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
* | | Add proper documentation to Qt.atob()Jan Arve Saether2015-09-221-1/+1
* | | Return an error if QQmlImportsPrivate::importExtension() fails.Ulf Hermann2015-09-151-3/+11
* | | Decode signal signatures as UTF-8 rather than Latin1Ulf Hermann2015-09-153-8/+11
* | | Add enabled property to the QML Connections elementDan Cape2015-09-093-2/+22
|/ /
* | Allocate QML defined properties without extra roomFrank Meerkoetter2015-09-051-1/+1