aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_local/qlocalclientconnection.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update commercial license headersTarja Sundqvist2021-02-021-21/+21
* Fix some network related deprecation warningsFabian Kosmale2020-03-161-1/+1
* use the override keyword consistently and correctly (clang-tidy)Shawn Rutledge2018-02-271-1/+1
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-261-9/+4
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-4/+4
* Dissolve src/plugins/qmltooling/sharedUlf Hermann2017-11-051-1/+1
* sources: Add missing override and remove redundant virtualAlexander Volkov2017-02-231-7/+7
* QmlTooling: Retry local client connection on errorUlf Hermann2016-11-231-2/+10
* Tooling: Convert connects to Qt5 styleUlf Hermann2016-07-281-4/+3
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Put QPacketProtocol into its own static libraryUlf Hermann2015-10-151-1/+0
* Remove pimpl from debug server connectionsUlf Hermann2015-08-041-44/+51
* Use QQmlDebugPluginManager for loading connection pluginsUlf Hermann2015-08-041-0/+5
* Deduplicate debug server connection code.Ulf Hermann2015-08-041-48/+6
* Move QQmlDebugServer into a pluginUlf Hermann2015-08-041-2/+1
* Add option to use a local socket for QML debuggingUlf Hermann2015-06-261-0/+188