aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmldebug
Commit message (Expand)AuthorAgeFilesLines
* QmlDebug: Queue the socket error and disconnect signalsUlf Hermann2019-07-031-4/+13
* QmlDebugger: Avoid clang complainshjk2019-06-041-7/+7
* Replace uses of qVariantFromValue with QVariant::fromValuehjk2019-05-271-1/+1
* Qt Creator CMake portCristian Adam2019-05-171-0/+18
* QmlDebug: Modernize QmlDebugConnectionUlf Hermann2019-04-102-33/+22
* Replace static_casts by QOverload where possiblehjk2019-02-261-4/+4
* Fix warning: "Missing emit keyword on signal call"Alessandro Portale2019-01-171-1/+1
* Canonicalize some includesChristian Kandeler2019-01-101-1/+1
* Merge remote-tracking branch 'origin/4.8'Orgad Shaneh2018-12-031-2/+2
|\
| * QML Debugger: Guard against some invalid dataUlf Hermann2018-11-301-2/+2
* | Debugger: Add multi-engine support for QML inspectorUlf Hermann2018-11-211-2/+2
* | QML Inspector: SimplifyUlf Hermann2018-11-203-13/+3
* | QmlDebug: Remove outdated clientsUlf Hermann2018-11-199-604/+1
|/
* 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