aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilerclientmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* QmlProfiler: Integrate TraceTime into ModelManagerUlf Hermann2018-04-171-3/+3
* Merge remote-tracking branch 'origin/4.5'Eike Ziller2018-01-091-0/+6
|\
| * QmlProfiler: Retain event types between sessions on same connectionUlf Hermann2018-01-031-0/+6
* | QmlProfiler: Properly clear the trace clientUlf Hermann2017-11-221-1/+1
* | Merge remote-tracking branch 'origin/4.5'Eike Ziller2017-11-091-0/+4
|\|
| * QmlProfiler: Reset the serverRecording flag when the connection dropsUlf Hermann2017-11-091-0/+1
* | QmlDebug: Extract a general QML debug connection manager from QmlProfilerUlf Hermann2017-10-161-239/+38
* | Move URL utilities from ProjectExplorer to UtilsUlf Hermann2017-10-051-5/+5
* | QmlDebug: Move QmlDebugConnection into own fileUlf Hermann2017-10-041-0/+2
|/
* QmlProfiler: Unify local and tcp connection mechanismUlf Hermann2017-09-211-3/+10
* QmlProfiler: Split server url passing from custom startup requesthjk2017-06-161-1/+1
* Debugger, QmlProfiler et al: Replace AnalyzerStartParameterhjk2017-06-161-25/+10
* QmlProfiler: Move event handling into model managerUlf Hermann2017-02-151-3/+2
* QmlProfiler: Start connection timer before connectionUlf Hermann2016-09-071-12/+12
* QmlProfiler: Move unrelated code out of QmlProfilerClientManagerUlf Hermann2016-08-051-78/+26
* QmlProfiler: Avoid crash on dtor of client managerUlf Hermann2016-07-251-0/+10
* QmlProfiler: Fix compile with Qt5.6Christian Stenger2016-07-201-8/+8
* QmlProfiler: Add some sanity to the client managerUlf Hermann2016-07-201-216/+224
* QmlDebug: Decouple log messages from connection failuresUlf Hermann2016-07-181-11/+8
* QmlProfiler: Move connection failure message to QmlProfilerToolUlf Hermann2016-07-151-41/+12
* QmlProfiler: Rename registerProfilerStateManager()Ulf Hermann2016-07-131-1/+1
* QmlProfiler: Terminate waiting processes when Complete arrivesUlf Hermann2016-07-051-0/+2
* QmlProfiler: Remove QmlProfilerPlugin::debugOutputUlf Hermann2016-06-061-4/+1
* QmlProfiler: Directly pass events from client to modelUlf Hermann2016-05-251-4/+1
* QmlProfiler: Remove duplicate methodUlf Hermann2016-05-241-5/+0
* QmlProfiler: Drive event loading from the model managerUlf Hermann2016-05-231-8/+4
* QmlProfiler: Apply some code cosmeticsUlf Hermann2016-05-061-9/+9
* Move QmlProfiler specific files from qmldebug to qmlprofilerUlf Hermann2016-05-031-4/+2
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-201-0/+5
|\
| * QmlProfiler: Properly clear any pending connections before reconnectingUlf Hermann2016-04-151-0/+5
* | Use Utils::Port where possibleUlf Hermann2016-04-201-6/+6
|/
* Merge remote-tracking branch 'origin/3.6' into 4.0Eike Ziller2016-03-031-7/+11
|\
| * QmlProfiler: Limit hard resetting of QML debug connectionUlf Hermann2016-03-011-8/+13
| * QmlProfiler: Fix bogus disconnect() callsUlf Hermann2015-11-271-6/+8
* | Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* | QmlProfiler: Deobfuscate connection mechanismUlf Hermann2015-12-021-13/+2
* | Fix merge issueEike Ziller2015-11-261-2/+2
* | Merge remote-tracking branch 'origin/3.6'Eike Ziller2015-11-261-5/+15
|\|
| * QmlProfiler: replace TCP connections after 200ms of failing to connectUlf Hermann2015-11-261-0/+11
| * QmlProfiler: When showing connection error, cancel any connectsUlf Hermann2015-11-261-5/+4
* | QmlProfiler: allow for multiple sequential traces to be aggregatedUlf Hermann2015-11-191-1/+13
* | QmlProfiler: Send the client recording state to new enginesUlf Hermann2015-11-191-4/+12
* | QmlProfiler: Use correct coding style and remove dead codeUlf Hermann2015-11-191-1/+0
* | QmlProfiler: Debug messages are no QML events ...Ulf Hermann2015-11-191-0/+4
* | QmlProfiler: Support local connections on Qt >= 5.6Ulf Hermann2015-11-191-12/+34
* | QmlDebug: Simplify error and state signalingUlf Hermann2015-11-191-8/+10
* | QmlDebug: Rename some members of QmlDebugConnectionUlf Hermann2015-11-191-7/+7
* | Merge remote-tracking branch 'origin/3.6'Eike Ziller2015-11-031-0/+14
|\|
| * QmlProfiler: Delete debug connection on error or if params changeUlf Hermann2015-11-031-0/+14
* | QmlProfiler: Convert connections to Qt5 styleUlf Hermann2015-11-021-49/+43
|/