aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* V4: add int32 codepath to Runtime::div.Erik Verbruggen2015-08-061-0/+9
* Doc: Fix QtQuick::EnterKey QML type documentationTopi Reinio2015-08-041-21/+32
* Move QQmlConfigurableDebugService into qmltooling/sharedUlf Hermann2015-08-046-5/+6
* Move debugger-specific services into a common pluginUlf Hermann2015-08-0416-73/+175
* Move profiler and engine control services into a pluginUlf Hermann2015-08-0417-153/+366
* Clean up QQmlDebugConnector's addService() and removeService()Ulf Hermann2015-08-043-22/+22
* Don't ask QQmlDebugService for name() when we already know itUlf Hermann2015-08-041-10/+12
* Hide QQmlInspectorServiceImpl in .cpp fileUlf Hermann2015-08-043-29/+29
* Remove extra layer of indirection from inspector serviceUlf Hermann2015-08-046-272/+16
* Pass QQmlDebugService to AbstractViewInspectorUlf Hermann2015-08-049-14/+14
* Move inspector service and QtQuick2 inspector into a common pluginUlf Hermann2015-08-0421-103/+63
* Add a factory for QQmlDebugService and use it to load pluginsUlf Hermann2015-08-043-0/+74
* Remove pimpl from debug server connectionsUlf Hermann2015-08-047-180/+132
* Use QQmlDebugPluginManager for loading connection pluginsUlf Hermann2015-08-0410-77/+58
* Deduplicate debug server connection code.Ulf Hermann2015-08-0410-152/+92
* Remove QT_NO_QML_DEBUGGER ifdefs from QQmlDebugServerUlf Hermann2015-08-041-15/+2
* Move QQmlDebugServer into a pluginUlf Hermann2015-08-0416-33/+143
* 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-0420-49/+76
* Extract minimal abstract interfaces from debug services.Ulf Hermann2015-08-0422-141/+314
* Periodically flush profiling data to client.Ulf Hermann2015-08-048-48/+139
* Profile eval() and global script executionUlf Hermann2015-08-042-2/+4
* Avoid QVector::pop_front()Ulf Hermann2015-08-042-5/+10
* Avoid multisampled contexts in QQuickWidgetLaszlo Agocs2015-08-042-1/+12
* Fix namespaces in inspector pluginUlf Hermann2015-08-0412-23/+42
* Add EnterKey attached propertyKai Uwe Broulik2015-08-033-0/+101
* Send the mouse events to the correct windowAlbert Astals Cid2015-08-032-12/+16
* 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-3112-64/+57
* 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-3015-275/+321
* Fix trailing comma at end of enumerator listEskil Abrahamsen Blomfeldt2015-07-301-1/+1
* Fix warningsThomas Hartmann2015-07-301-1/+1
* 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
* Remove qqmlinspectorconstants.hUlf Hermann2015-07-294-71/+5
* Clean up project files for debug connectionsUlf Hermann2015-07-294-31/+21
* 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