aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Use QStringRef in a bunch of places.wip/dbusSérgio Martins2015-10-182-9/+9
* Put QPacketProtocol into its own static libraryUlf Hermann2015-10-155-39/+227
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-14129-363/+1465
|\
| * Libraries: Fix single-character string literals.Friedemann Kleint2015-10-135-10/+11
| * Initialize member variable.Erik Verbruggen2015-10-131-0/+1
| * Make QML composite types inherit attached propertiesJ-P Nurmi2015-10-099-41/+107
| * Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-0695-0/+1045
| * 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-029-14/+23
| |\
| | * Disable Clang warning -Wheader-hygiene.Marcel Krems2015-09-251-0/+4
| | * Fix QQmlComponent::beginCreate documentationMitch Curtis2015-09-151-2/+2
| | * Link to JavaScript Environment Restrictions doc from Global Object docsMitch Curtis2015-09-141-2/+2
| | * Qt QML documentation: fix link that should be in listMitch Curtis2015-09-101-1/+1
| | * Document that modifying the globalObject of QQmlEngine is not supportedMitch Curtis2015-09-092-2/+4
| | * Doc: corrected broken linksNico Vertriest2015-09-082-3/+1
| | * Fix compilation with ICC on WindowsThiago Macieira2015-09-023-6/+11
| * | Doc: replaced \keyword with \target when not at top of pageNico Vertriest2015-09-284-5/+5
| * | 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-255-9/+16
| * | Add extension API to QJSEngineMitch Curtis2015-09-255-40/+165
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-25109-1602/+1799
|\| |
| * | CleanupsLars Knoll2015-09-251-32/+22
| * | Reduce memory consumption of signal handlersLars Knoll2015-09-254-8/+23
| * | Set the correct prototype at construction timeLars Knoll2015-09-252-6/+4
| * | Smaller cleanupsLars Knoll2015-09-253-14/+14
| * | V4: Fix SparseArray::deleteNodeRon Hashimoto2015-09-251-7/+4
| * | Improve algorithm to handle GC of StringsLars Knoll2015-09-251-6/+7
| * | Fall back to the correct methodLars Knoll2015-09-251-1/+1
| * | Cosmetic improvements to marking of objects during GCLars Knoll2015-09-252-6/+7
| * | Speed up creation of Array literalsLars Knoll2015-09-253-9/+22
| * | Add method to convert identifiers back into QV4::String objectsLars Knoll2015-09-253-1/+20
| * | Minor cleanupLars Knoll2015-09-251-1/+1
| * | Speed up QQmlEngine constructorLars Knoll2015-09-254-37/+48
| * | Improve warning for QtQml.BindingTobias Koenig2015-09-241-3/+33
| * | Factor out method to get pretty QML type nameTobias Koenig2015-09-243-27/+42
| * | Fix read of uninitialized value (undefined behavior)Thiago Macieira2015-09-241-2/+2
| * | Add a \sinceLars Knoll2015-09-231-0/+2
| * | 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
| * | Fixes to Error objectsLars Knoll2015-09-225-138/+121
| * | Avoid a function call when allocation new objectsLars Knoll2015-09-222-48/+44
| * | Move remaining objects to new constructor syntaxLars Knoll2015-09-2230-176/+108