aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* QmlProfiler: Collect useful input eventsUlf Hermann2015-10-301-0/+15
* Move V4 debugger and its test into better placesUlf Hermann2015-10-302-440/+4
* QmlProfiler: Remove binding typesUlf Hermann2015-10-281-3/+0
* Merge remote-tracking branch 'origin/5.6' into origin/devUlf Hermann2015-10-2220-124/+228
|\
| * Missing early n in co[n]version.Edward Welbourne2015-10-211-1/+1
| * Doc: Update examplesinstallpath to include the repository nameTopi Reinio2015-10-211-1/+1
| * JS: Math.random(): fix range to not include 1.0.Erik Verbruggen2015-10-201-2/+7
| * Doc: solved various qdoc errors qtdeclarativeNico Vertriest2015-10-201-7/+7
| * Properly resolve the context to create mutable bindings onLars Knoll2015-10-201-4/+13
| * Fix a crash when copying array dataLars Knoll2015-10-201-1/+1
| * QmlDebug: Add a debug service for use with native debuggershjk2015-10-162-0/+14
| * QmlDebug: Don't duplicate Qt namespace when importing debug pluginsUlf Hermann2015-10-161-1/+3
| * QmlDebug: Add a debug connector for use with native debuggershjk2015-10-161-3/+12
| * Make obj2's text consistent between qtBinding.[23].qmlEdward Welbourne2015-10-161-1/+1
| * Only set V4 debugger when service is enabledUlf Hermann2015-10-151-1/+0
| * Don't delete singletons objects owned by C++.BogDan Vatra2015-10-151-1/+6
| * Doc: fixed compilation and link errors qqmlitemmodels.qdocNico Vertriest2015-10-151-20/+20
| * Doc: corrected syntax errors \qmlmethodNico Vertriest2015-10-151-2/+2
| * Align QQmlVMEMetaData to int.BogDan Vatra2015-10-151-2/+1
| * Fix compile error.Milian Wolff2015-10-151-1/+1
| * Remove line numbers for statements without side-effects.Erik Verbruggen2015-10-151-46/+95
| * QmlDebug: Split QV4::Debugging::Debuggerhjk2015-10-144-31/+44
* | 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
|\| |