aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-1847-286/+382
|\
| * Fix incorrectly formatted code in QQmlEngine documentation.Mitch Curtis2015-08-111-1/+1
| * Make QQmlExtensionPlugin documentation clearer.Mitch Curtis2015-08-071-6/+13
| * Doc: added documentation to undocumented methodsNico Vertriest2015-08-043-1/+19
| * Rephrase sentence about versioning in QQmlExtensionPlugin documentationMitch Curtis2015-08-031-1/+1
| * Consolidate duplicated QQmlExtensionPlugin documentation.Mitch Curtis2015-08-033-149/+85
| * Fix typo in plugin documentation.Mitch Curtis2015-08-031-1/+1
| * Work around ICC 16 beta compiler bug in SFINAE expansionThiago Macieira2015-07-311-2/+2
| * Use the new macros for disabling warnings in qtdeclarativeThiago Macieira2015-07-283-20/+7
| * Instantiator: fix typo in docsAndrew Knight2015-07-261-1/+1
| * add null check for qmlRegisterSingletonType()Tasuku Suzuki2015-07-241-0/+3
| * Merge "Merge remote-tracking branch 'origin/5.4' into 5.5" into refs/staging/5.5Oswald Buddenhagen2015-07-233-2/+39
| |\
| | * Merge remote-tracking branch 'origin/5.4' into 5.5Oswald Buddenhagen2015-07-203-2/+39
| | |\
| | | * Doc: Added the missing \brief and \image to the example docsVenugopal Shivashankar2015-06-021-1/+2
| | | * Doc: Added the missing examples \group page for Qt QMLVenugopal Shivashankar2015-06-023-1/+37
| * | | Fix possible stack overflow with many property bindingsEskil Abrahamsen Blomfeldt2015-07-213-29/+62
| * | | fix readonly metaproperties (revealed by compiler warning)Shawn Rutledge2015-07-211-2/+2
| |/ /
| * | Fix warning about returning address of local variable by MSVC2015 in qv4engin...Friedemann Kleint2015-07-171-0/+5
| * | Fix trivial bug where ArrayBuffer.isView never returned falseNobuaki Sukegawa2015-07-151-1/+1
| * | Doc: replace Mac OS X with OS XNico Vertriest2015-07-151-1/+1
| * | Fix QML/JS debugging.Erik Verbruggen2015-07-121-5/+5
| * | V4: track C++ heap usage for Strings in the MemoryManagerErik Verbruggen2015-07-107-19/+75
| * | QtQml: Fix const correctness in old style castsThiago Macieira2015-07-0920-44/+45
| * | Fix encoding of QV4::Value in host buildsSimon Hausmann2015-07-082-10/+18
| * | Fix ICC warning about change of signThiago Macieira2015-07-071-1/+1
* | | Merge dev into 5.6Oswald Buddenhagen2015-08-1735-139/+132
|\ \ \
| * | | Smaller cleanupsLars Knoll2015-08-143-3/+20
| * | | Remove Q_ALWAYS_INLINE definition, as it is now in qglobal.hErik Verbruggen2015-08-141-10/+0
| * | | qml: Avoid heap allocations due to QString::fromLatin1()Sérgio Martins2015-08-1311-31/+31
| * | | Allow specification of loadable debug services via command lineUlf Hermann2015-08-132-1/+12
| * | | Access the id objects through a specialized runtime methodLars Knoll2015-08-1219-93/+69
| * | | Do not sort the vector of chunksFrank Meerkoetter2015-08-111-1/+0
* | | | Avoid firing up the JS parser/JIT/interpreter when instantiating objectsSimon Hausmann2015-08-162-46/+49
|/ / /
* | | Move DataCollector into debugger pluginUlf Hermann2015-08-103-635/+49
* | | Move V4 debugger agent into the debugger pluginUlf Hermann2015-08-102-199/+8
* | | Change data collection for debugging to use QV4::Value.Ulf Hermann2015-08-102-128/+324
* | | destruct qobject wrappers before sweeping the GC heapLars Knoll2015-08-105-79/+40
* | | Encapsulate and protect all accesses to the vtable of Heap objectsLars Knoll2015-08-1021-49/+62
* | | Access context properties through the qml contextLars Knoll2015-08-1016-61/+109
* | | Use the QmlContext to access properties of the scope objectLars Knoll2015-08-1019-59/+210
* | | Add ability to retrieve and use the QmlContext from our generated codeLars Knoll2015-08-1018-10/+66
* | | V4: add int32 codepath to Runtime::div.Erik Verbruggen2015-08-061-0/+9
* | | Move QQmlConfigurableDebugService into qmltooling/sharedUlf Hermann2015-08-042-107/+0
* | | Move debugger-specific services into a common pluginUlf Hermann2015-08-0411-2775/+1
* | | Move profiler and engine control services into a pluginUlf Hermann2015-08-0410-1130/+4
* | | Clean up QQmlDebugConnector's addService() and removeService()Ulf Hermann2015-08-042-4/+4
* | | Move inspector service and QtQuick2 inspector into a common pluginUlf Hermann2015-08-045-344/+2
* | | Add a factory for QQmlDebugService and use it to load pluginsUlf Hermann2015-08-043-0/+74
* | | Move QQmlDebugServer into a pluginUlf Hermann2015-08-046-937/+23
* | | Simplify QQmlDebugServer::enableFromArgumentsUlf Hermann2015-08-043-47/+58