aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmldebug/qmldebugclient.cpp
Commit message (Expand)AuthorAgeFilesLines
* QmlDebug: Move QmlDebugConnection into own fileUlf Hermann2017-10-041-392/+3
* Drop unused variables and lambda capturesUlf Hermann2017-09-081-1/+1
* QmlDebug: Don't use QmlDebugConnection unconditionallyUlf Hermann2017-09-071-1/+8
* QmlDebug: Decouple QmlDebugConnection and QmlDebugClientUlf Hermann2017-09-071-6/+3
* Android: Re-enable QmlProfilerhjk2017-06-291-1/+1
* QmlDebug: Use the original names for connection states and errorsUlf Hermann2017-01-051-25/+6
* QmlDebug: Add missing "emit"Ulf Hermann2017-01-051-1/+1
* Don't shout in text messagesJarek Kobus2016-11-041-2/+2
* Remove stray white spacesRobert Loehning2016-08-241-1/+1
* QmlDebug: Avoid crash on socket disconnectChristian Stenger2016-07-251-2/+5
* QmlDebug: Decouple log messages from connection failuresUlf Hermann2016-07-181-18/+30
* QmlDebug: Add socketState and flush() for local socketsUlf Hermann2016-07-181-9/+6
* QmlDebug: Properly close connection on invalid messagesUlf Hermann2016-07-151-2/+1
* QmlDebug: Signal an error if local socket cannot be openedUlf Hermann2016-07-151-1/+2
* QmlDebug: Use Qt5-style connectsOrgad Shaneh2016-06-061-1/+2
* QmlDebug: A QML debug client is only enabled if the service isUlf Hermann2016-04-131-1/+1
* QmlDebug: Support multiple messages per packetUlf Hermann2016-03-111-7/+11
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Merge remote-tracking branch 'origin/3.6'Eike Ziller2015-12-151-0/+3
|\
| * QmlDebug: Avoid dangerous interactions with QPacketProtocolv3.6.0Ulf Hermann2015-12-111-0/+3
* | Merge remote-tracking branch 'origin/3.6'Eike Ziller2015-11-261-0/+12
|\|
| * QmlProfiler: replace TCP connections after 200ms of failing to connectUlf Hermann2015-11-261-0/+9
* | QmlDebug: Allow connecting through a local socketUlf Hermann2015-11-191-0/+43
* | QmlDebug: Use proper interfaces between debug connection and clientUlf Hermann2015-11-191-18/+46
* | QmlDebug: Rework public/private QmlDebugConnectionUlf Hermann2015-11-191-63/+65
* | QmlDebug: Simplify error and state signalingUlf Hermann2015-11-191-45/+33
* | QmlDebug: Rename some members of QmlDebugConnectionUlf Hermann2015-11-191-9/+14
* | QmlDebug: Unify QPacket and QmlDebugStream and remove unused codeUlf Hermann2015-11-191-41/+28
* | QmlDebug: Allow retrieval of connection from debug clientUlf Hermann2015-11-161-0/+6
* | QmlProfiler: remove dead codeUlf Hermann2015-11-051-1/+0
* | QmlProfiler: Convert connections to Qt5 styleUlf Hermann2015-11-021-9/+10
|/
* QmlDebug: Check if packet protocol is still alive after flush()Ulf Hermann2015-08-191-1/+1
* QmlProfiler: Don't try to reconnect while already connectingUlf Hermann2015-07-061-0/+5
* Update LicenseEike Ziller2015-01-161-6/+6
* License updateEike Ziller2014-10-091-7/+8
* QmlDebugClient: hide all the socket details from clientsUlf Hermann2014-05-081-34/+75
* QmlDebugClient: rename serviceVersion to remoteVersion and return intUlf Hermann2014-05-081-2/+6
* QmlDebugClient: Check for gotHello to determine if connection is openUlf Hermann2014-05-081-6/+4
* QmlDebugClient: make QmlDebugConnection::flush() privateUlf Hermann2014-05-081-5/+6
* QmlDebugClient: Rename "status" to "state" for consistencyUlf Hermann2014-05-061-15/+15
* Remove unused slot QmlDebugConnection::deviceAboutToClose().Friedemann Kleint2014-05-061-1/+0
* QmlDebug: simplify the qml debug connectionUlf Hermann2014-05-051-54/+7
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* QmlDebugger: Fix connection with older Qt versionsKai Koehne2013-11-081-1/+1
* QmlDebugger: Exchange supported QDataStream versionsKai Koehne2013-11-011-1/+34
* QmlDebugging: Remove Ost related codeAurindam Jana2013-04-171-1/+0
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-3/+2
|/
* Adjust license headershjk2012-10-051-20/+20