aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmldebug
Commit message (Expand)AuthorAgeFilesLines
...
* 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-182-23/+34
* 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
* qbs build: More steps toward creating a "development installation".Christian Kandeler2016-06-131-32/+35
* QmlDebug: Use Qt5-style connectsOrgad Shaneh2016-06-063-4/+4
* Move QmlProfiler specific files from qmldebug to qmlprofilerUlf Hermann2016-05-036-719/+0
* QmlDebug: Properly set the debug messages featureUlf Hermann2016-04-291-1/+2
* QmlProfiler: Always enable the "debug messages" featureUlf Hermann2016-04-271-1/+1
* Use Utils::Port where possibleUlf Hermann2016-04-203-5/+9
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-151-1/+1
|\
| * QmlDebug: A QML debug client is only enabled if the service isUlf Hermann2016-04-131-1/+1
* | Wholesale conversion to #pragma oncehjk2016-03-3018-73/+18
|/
* QmlDebug: Support multiple messages per packetUlf Hermann2016-03-111-7/+11
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-1929-493/+348
* Merge remote-tracking branch 'origin/3.6'Eike Ziller2015-12-152-1/+3
|\
| * QmlDebug: Avoid dangerous interactions with QPacketProtocolv3.6.0Ulf Hermann2015-12-112-1/+3
* | Qml Inspector: Implement and use setObjectIdList()Ulf Hermann2015-12-091-3/+11
* | Qml Inspector: Use QPacket instead of unversioned QDataStreamUlf Hermann2015-12-091-7/+6
* | QmlDebug: Remove inspector "reload" functionalityUlf Hermann2015-12-085-49/+1
* | Merge remote-tracking branch 'origin/3.6'Eike Ziller2015-11-262-0/+13
|\|
| * QmlProfiler: replace TCP connections after 200ms of failing to connectUlf Hermann2015-11-262-0/+10
* | QmlDebug: Remove old variant of connection failure messageUlf Hermann2015-11-192-3/+1
* | QmlDebug: Remove unused (and unimplemented) slotsUlf Hermann2015-11-191-5/+0
* | QmlProfiler: Send the client recording state to new enginesUlf Hermann2015-11-192-14/+8
* | QmlProfiler: Use correct coding style and remove dead codeUlf Hermann2015-11-191-2/+2
* | QmlProfiler: Debug messages are no QML events ...Ulf Hermann2015-11-192-4/+4
* | QmlProfiler: Remove unused "gap" featureUlf Hermann2015-11-192-6/+0
* | QmlProfiler: Support local connections on Qt >= 5.6Ulf Hermann2015-11-193-0/+5
* | QmlDebug: Allow different styles of command line argumentsUlf Hermann2015-11-191-7/+20
* | QmlDebug: Allow connecting through a local socketUlf Hermann2015-11-192-0/+45
* | QmlDebug: Use proper interfaces between debug connection and clientUlf Hermann2015-11-192-23/+53
* | QmlDebug: Rework public/private QmlDebugConnectionUlf Hermann2015-11-192-65/+72
* | QmlDebug: Simplify error and state signalingUlf Hermann2015-11-192-55/+38
* | QmlDebug: Rename some members of QmlDebugConnectionUlf Hermann2015-11-194-22/+28
* | QmlDebug: Unify QPacket and QmlDebugStream and remove unused codeUlf Hermann2015-11-197-322/+108
* | Remove dead codeUlf Hermann2015-11-171-3/+0
* | QmlProfiler: Include debug messages in traceUlf Hermann2015-11-173-2/+19
* | QmlDebug: Allow retrieval of connection from debug clientUlf Hermann2015-11-162-0/+7
* | QmlDebug: Add category and timestamp to debug message clientUlf Hermann2015-11-162-0/+10
* | QmlProfiler: remove dead codeUlf Hermann2015-11-051-1/+0
* | QmlProfiler: Support additional attributes of input eventsUlf Hermann2015-11-052-2/+26
* | QmlProfiler: Convert connections to Qt5 styleUlf Hermann2015-11-025-35/+36
|/
* Debugger: Infrastructure for reworked native mixed debugginghjk2015-10-091-1/+9
* QmlProfiler: Use QmlDebugStream for communication with serverUlf Hermann2015-09-181-2/+2
* QmlProfiler: Expose flush interval to userUlf Hermann2015-08-312-1/+9
* Debugger: fix metatype declaration macro usageNikita Baryshnikov2015-08-281-1/+0
* Merge remote-tracking branch 'origin/3.5'Eike Ziller2015-08-201-1/+1
|\