aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/debugger/qqmldebugserver.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move QQmlDebugServer into a pluginUlf Hermann2015-08-041-794/+0
* Simplify QQmlDebugServer::enableFromArgumentsUlf Hermann2015-08-041-47/+47
* Eliminate QQmlDebugServerInstanceWrapperUlf Hermann2015-08-041-38/+27
* Remove pimpl from all classes derived from QQmlDebugServiceUlf Hermann2015-07-311-1/+0
* Use signal/slot for passing messages through QQmlDebugServerUlf Hermann2015-07-311-22/+40
* 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-301-7/+10
* Make sure QQmlDebugServer does not deadlock in blocking modeUlf Hermann2015-07-301-8/+9
* Move debugger initialization out of QQmlDebugServer and QQmlEngineUlf Hermann2015-07-301-133/+81
* Extract minimal interface from QQmlDebugServer and use it.Ulf Hermann2015-07-301-205/+205
* Don't exposes QQmlDebugServer's list of services.Ulf Hermann2015-07-291-9/+2
* Make QQmlDebugService's state and engine callbacks publicUlf Hermann2015-07-291-3/+3
* Remove some methods from QQmlDebugServerUlf Hermann2015-07-291-22/+2
* Don't wait for debug services if none are activeUlf Hermann2015-07-291-1/+1
* Fix broken Q_UNUSED declarations in QQmlDebugServerUlf Hermann2015-07-231-4/+1
* Move data stream version into QQmlDebugStreamUlf Hermann2015-07-221-5/+4
* Use QQmlDebuggingEnabler::StartMode in connectToLocalDebuggerUlf Hermann2015-07-021-6/+7
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-06-301-7/+18
|\
* | Add option to use a local socket for QML debuggingUlf Hermann2015-06-261-12/+116
* | Disable plugin loading in QQmlDebugServer if QT_NO_LIBRARYUlf Hermann2015-06-261-2/+8
* | Add 28 QList::reserve() callsSérgio Martins2015-06-081-2/+11
* | Fix build with QT_STRICT_ITERATORSSérgio Martins2015-05-151-2/+2
|/
* QtQml: Micro-optimize iterator loops.Friedemann Kleint2015-02-261-4/+4
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Rename QML debug macro to Qt naming stylePasi Petäjäjärvi2015-01-121-4/+4
* Disallow QQmlDebugServer::enable for QT_QML_NO_DEBUGGERUlf Hermann2015-01-121-0/+8
* fix the build with -no-qml-debugShawn Rutledge2014-12-131-1/+0
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-091-0/+1
|\
| * Mark cleanup function as unused if compiled with QT_QML_NO_DEBUGGERUlf Hermann2014-11-051-0/+1
* | QmlDebug: Provide public method for starting a debug serverUlf Hermann2014-12-051-35/+102
|/
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Remove V8 profiler serviceUlf Hermann2014-05-091-1/+0
* Give the QML and the debug server thread an objectname.Thomas McGuire2014-04-011-0/+1
* qmldebugger: handle static builds correctlyFawzi Mohamed2014-03-111-0/+10
* Unify initial waiting of debug servicesUlf Hermann2014-02-101-4/+53
* Protect list of client plugins from concurrent accessUlf Hermann2014-02-071-41/+35
* Unify the interface for QQmlDebugServicesUlf Hermann2014-02-051-0/+34
* Make the QML debug server thread safeUlf Hermann2014-01-301-115/+135
* Allow debug plugin registrations from other threads than main GUIUlf Hermann2014-01-291-4/+4
* Debugging with V4Erik Verbruggen2013-11-101-2/+0
* Fix deadlocks in debugger infrastructure on MacKai Koehne2013-10-161-0/+1
* Debugger: Make sure client list is protected by mutexKai Koehne2013-05-241-0/+3
* Debugger: fix race condition in block modeKai Koehne2013-04-231-9/+6
* QmlDebugServer: Ensure plugin is setAurindam Jana2013-04-161-1/+1
* Debugger: Accepts port range as argumentsAurindam Jana2013-04-021-11/+26
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* QtQuick: Fix string related warnings, single character strings.Friedemann Kleint2012-05-141-1/+1
* QmlDebugging: Exchange supported QDataStream versionsAurindam Jana2012-04-261-7/+15