aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling
Commit message (Expand)AuthorAgeFilesLines
* V4 Debugger: Avoid special refs when looking up normal onesUlf Hermann2015-08-191-1/+1
* Allow specification of loadable debug services via command lineUlf Hermann2015-08-131-0/+6
* Parse debug server arguments in ctorUlf Hermann2015-08-131-153/+91
* Move DataCollector into debugger pluginUlf Hermann2015-08-106-38/+686
* Move V4 debugger agent into the debugger pluginUlf Hermann2015-08-105-104/+353
* Change data collection for debugging to use QV4::Value.Ulf Hermann2015-08-102-270/+50
* Move QQmlConfigurableDebugService into qmltooling/sharedUlf Hermann2015-08-045-2/+110
* Move debugger-specific services into a common pluginUlf Hermann2015-08-0413-0/+2876
* Move profiler and engine control services into a pluginUlf Hermann2015-08-0413-0/+1339
* Clean up QQmlDebugConnector's addService() and removeService()Ulf Hermann2015-08-041-18/+18
* 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-0419-32/+334
* 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-0413-9/+1033
* Retrieve services from debug connector, not via static instance()Ulf Hermann2015-08-042-3/+2
* Extract minimal abstract interfaces from debug services.Ulf Hermann2015-08-042-3/+3
* Fix namespaces in inspector pluginUlf Hermann2015-08-0412-23/+42
* Use signal/slot for passing messages through QQmlDebugServerUlf Hermann2015-07-311-4/+4
* Remove qqmlinspectorconstants.hUlf Hermann2015-07-294-71/+5
* Clean up project files for debug connectionsUlf Hermann2015-07-294-31/+21
* Simplify object/id lookup in QQmlDebugServiceUlf Hermann2015-07-212-3/+0
* Add option to use a local socket for QML debuggingUlf Hermann2015-06-267-1/+297
* Add 28 QList::reserve() callsSérgio Martins2015-06-082-0/+2
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-162-15/+3
|\
| * Use qt_subtract_from_timeout instead of duplicating qt_timeout_valueDaniel Teske2015-04-142-15/+3
* | Fix invocations of static methods of QGuiApplication/QCoreApplication.Friedemann Kleint2015-03-051-3/+3
* | Update copyright headersJani Heikkinen2015-02-1217-119/+119
* | QmlDebug: Provide public method for starting a debug serverUlf Hermann2014-12-052-7/+14
|/
* Stop waiting in QTcpServerConnection if waitForBytesWritten failsUlf Hermann2014-10-241-2/+7
* Update license headers and add new licensesJani Heikkinen2014-08-2517-323/+187
* qmldebugger: handle static builds correctlyFawzi Mohamed2014-03-113-13/+17
* fix whitespaceOswald Buddenhagen2014-01-221-1/+1
* Fix compilation with built-in v4vm JS engineSimon Hausmann2013-04-152-2/+2
* Debugger: Accepts port range as argumentsAurindam Jana2013-04-022-9/+23
* Debugger: Remove symbian specific pluginKai Koehne2013-01-306-735/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1022-22/+22
* make use of qtHaveModule()Oswald Buddenhagen2013-01-101-1/+1
* Fix other warnings in qtdeclarative found by GCC 4.7Thiago Macieira2012-12-231-0/+1
* Compile with QT_NO_WHEELEVENT.Volker Krause2012-12-195-0/+12
* Add PLUGIN_CLASS_NAME to qtdeclarative pluginsMiikka Heikkinen2012-12-113-0/+3
* Renamed QQuickItem::pos property to positionShawn Rutledge2012-11-292-10/+10
* make module compile with -no-guiTasuku Suzuki2012-11-222-2/+2
* All QWindow properties that have "window" in them have been renamed.Shawn Rutledge2012-11-081-2/+2
* adjust to qt_plugin.prf changes, part 2Oswald Buddenhagen2012-11-013-15/+0