aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
* Eliminate QQmlDebugServerInstanceWrapperUlf Hermann2015-08-041-38/+27
* Retrieve services from debug connector, not via static instance()Ulf Hermann2015-08-049-18/+46
* Extract minimal abstract interfaces from debug services.Ulf Hermann2015-08-0416-131/+304
* Periodically flush profiling data to client.Ulf Hermann2015-08-047-40/+131
* Profile eval() and global script executionUlf Hermann2015-08-042-2/+4
* Avoid QVector::pop_front()Ulf Hermann2015-08-042-5/+10
* Remove unused codeFrank Meerkoetter2015-08-021-22/+0
* Make QQmlConfigurableDebugService a templateUlf Hermann2015-07-317-98/+51
* Remove pimpl from all classes derived from QQmlDebugServiceUlf Hermann2015-07-3113-528/+343
* Remove superfluous checkFrank Meerkoetter2015-07-311-5/+0
* Remove unused QQmlPoolFrank Meerkoetter2015-07-314-362/+0
* Use signal/slot for passing messages through QQmlDebugServerUlf Hermann2015-07-3111-60/+53
* Simplify thread synchronization in QQmlDebugServerUlf Hermann2015-07-311-35/+13
* Remove QQmlDebugServer::advertisePlugins()Ulf Hermann2015-07-311-30/+1
* Make QQmlDebugService::registerService() private and part of ctorUlf Hermann2015-07-308-23/+22
* Make sure QQmlDebugServer does not deadlock in blocking modeUlf Hermann2015-07-301-8/+9
* Move debugger initialization out of QQmlDebugServer and QQmlEngineUlf Hermann2015-07-308-163/+348
* Extract minimal interface from QQmlDebugServer and use it.Ulf Hermann2015-07-3011-265/+311
* Add namespace declarations to qv4debugging.cppUlf Hermann2015-07-291-0/+4
* Improve QV4DebugService debug outputUlf Hermann2015-07-291-3/+3
* Use QVector rather than QList for storing QQmlProfilerDataUlf Hermann2015-07-292-9/+9
* Fix includes for QQmlDebugServerConnectionUlf Hermann2015-07-291-2/+2
* Remove QQmlDebugService::objectToString()Ulf Hermann2015-07-292-17/+0
* Don't exposes QQmlDebugServer's list of services.Ulf Hermann2015-07-293-12/+4
* Make QQmlDebugService's state and engine callbacks publicUlf Hermann2015-07-293-16/+19