aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmldebug
Commit message (Expand)AuthorAgeFilesLines
* QmlDebug: Robustify packet protocolUlf Hermann2018-06-192-20/+39
* QmlDebug/QmlProfiler: Fix integer range checksUlf Hermann2018-06-191-7/+3
* QmlProfiler: When retrying to connect, double the timeoutUlf Hermann2018-06-062-8/+7
* QmlProfiler: stop trying to connect when the application quitsUlf Hermann2018-06-042-0/+6
* QmlDebug: Use override consistentlyTobias Hunger2018-05-075-7/+7
* QmlDebug: Fix missing includeChristian Stenger2018-02-091-0/+2
* QmlDebug: Allow retrieval of blocked engines from EngineControlUlf Hermann2018-02-082-11/+24
* QML debugging: Fix UI text punctuationLeena Miettinen2018-02-061-3/+3
* QmlDebug: Add a services preset for QmlPreviewUlf Hermann2017-10-191-1/+4
* QmlDebug: Extract a general QML debug connection manager from QmlProfilerUlf Hermann2017-10-164-2/+350
* QmlDebug: Use versioned packets for engine control clientUlf Hermann2017-10-161-7/+7
* QmlDebug: Move QmlDebugConnection into own fileUlf Hermann2017-10-048-441/+527
* QmlDebug: Streamline command line parameter creationhjk2017-09-121-16/+2
* QmlDebug: Drop unimplemented private methodUlf Hermann2017-09-081-1/+0
* Drop unused variables and lambda capturesUlf Hermann2017-09-081-1/+1
* QmlDebug: Don't use QmlDebugConnection unconditionallyUlf Hermann2017-09-075-23/+31
* QmlDebug: Decouple QmlDebugConnection and QmlDebugClientUlf Hermann2017-09-078-17/+8
* QmlDebug: Add some missing overrideUlf Hermann2017-09-077-24/+24
* QmlProfiler: Remove slots declarations and Qt4 connectionsUlf Hermann2017-09-071-1/+1
* Android: Re-enable QmlProfilerhjk2017-06-291-1/+1
* Debugger, QmlProfiler et al: Replace AnalyzerStartParameterhjk2017-06-161-0/+12
* Merge remote-tracking branch 'origin/4.3'Eike Ziller2017-04-191-0/+1
|\
| * Reserve some elementsMontel Laurent2017-04-141-0/+1
* | Cast enum to the an integer type before streaming out to QDataStreamThiago Macieira2017-04-051-1/+1
|/
* Fix exports for shared librariesMarco Bubke2017-01-161-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
* make library defines more consistencyTim Jenssen2016-12-123-3/+3
* QmlDebug: Simplify messageclientTobias Hunger2016-12-012-7/+0
* 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-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