index
:
qt-creator/qt-creator.git
0.9.1-beta
0.9.2-rc1
1.0.0
1.1
1.2
1.2.90
1.3
1.3.0
1.3.0-beta
1.3.1
10.0
11.0
12.0
13.0
14.0
15.0
16.0
17.0
2.0
2.0.0
2.0.0-beta
2.0.1
2.1
2.1.0
2.2
2.3
2.4
2.5
2.6
2.7
2.8
3.0
3.1
3.2
3.3
3.4
3.5
3.6
3dfirst
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
at-3.4
at-3.5
at-3.6
at-master
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
master
qds-1.50
qds-1.59
qds-2.3
qds-3.0
qds-3.1
qds-3.2
qds-3.3
qds-3.4
qds-3.5
qds-3.6
qds-3.7
qds/3.8
qds/3.9
qds/4.0
qds/4.1
qds/4.2
qds/4.3
qds/4.3.2
qds/4.3.3
qds/4.4
qds/4.5
qds/4.6
qds/4.7
qds/dev
qmlprojectstorage
qp-2.8
qp-3.0
qp-3.1
qp-3.2
qp-3.3
qp-3.4
qp-3.5
qp-3.6
qp-master
wip/boostbuildprojectmanager
wip/clang-query
wip/vcproj
A cross-platform Qt IDE
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
qmlprofiler
/
qmlprofilerclientmanager.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QmlProfiler: Code cosmetics
hjk
2025-04-10
1
-4
/
+2
*
Clean up some lambdas
hjk
2023-12-12
1
-2
/
+2
*
Remove GPL-3.0+ from license identifiers
Kai Köhne
2023-01-06
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
1
-24
/
+2
*
QmlProfiler: Integrate TraceTime into ModelManager
Ulf Hermann
2018-04-17
1
-3
/
+3
*
Merge remote-tracking branch 'origin/4.5'
Eike Ziller
2018-01-09
1
-0
/
+6
|
\
|
*
QmlProfiler: Retain event types between sessions on same connection
Ulf Hermann
2018-01-03
1
-0
/
+6
*
|
QmlProfiler: Properly clear the trace client
Ulf Hermann
2017-11-22
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/4.5'
Eike Ziller
2017-11-09
1
-0
/
+4
|
\
|
|
*
QmlProfiler: Reset the serverRecording flag when the connection drops
Ulf Hermann
2017-11-09
1
-0
/
+1
*
|
QmlDebug: Extract a general QML debug connection manager from QmlProfiler
Ulf Hermann
2017-10-16
1
-239
/
+38
*
|
Move URL utilities from ProjectExplorer to Utils
Ulf Hermann
2017-10-05
1
-5
/
+5
*
|
QmlDebug: Move QmlDebugConnection into own file
Ulf Hermann
2017-10-04
1
-0
/
+2
|
/
*
QmlProfiler: Unify local and tcp connection mechanism
Ulf Hermann
2017-09-21
1
-3
/
+10
*
QmlProfiler: Split server url passing from custom startup request
hjk
2017-06-16
1
-1
/
+1
*
Debugger, QmlProfiler et al: Replace AnalyzerStartParameter
hjk
2017-06-16
1
-25
/
+10
*
QmlProfiler: Move event handling into model manager
Ulf Hermann
2017-02-15
1
-3
/
+2
*
QmlProfiler: Start connection timer before connection
Ulf Hermann
2016-09-07
1
-12
/
+12
*
QmlProfiler: Move unrelated code out of QmlProfilerClientManager
Ulf Hermann
2016-08-05
1
-78
/
+26
*
QmlProfiler: Avoid crash on dtor of client manager
Ulf Hermann
2016-07-25
1
-0
/
+10
*
QmlProfiler: Fix compile with Qt5.6
Christian Stenger
2016-07-20
1
-8
/
+8
*
QmlProfiler: Add some sanity to the client manager
Ulf Hermann
2016-07-20
1
-216
/
+224
*
QmlDebug: Decouple log messages from connection failures
Ulf Hermann
2016-07-18
1
-11
/
+8
*
QmlProfiler: Move connection failure message to QmlProfilerTool
Ulf Hermann
2016-07-15
1
-41
/
+12
*
QmlProfiler: Rename registerProfilerStateManager()
Ulf Hermann
2016-07-13
1
-1
/
+1
*
QmlProfiler: Terminate waiting processes when Complete arrives
Ulf Hermann
2016-07-05
1
-0
/
+2
*
QmlProfiler: Remove QmlProfilerPlugin::debugOutput
Ulf Hermann
2016-06-06
1
-4
/
+1
*
QmlProfiler: Directly pass events from client to model
Ulf Hermann
2016-05-25
1
-4
/
+1
*
QmlProfiler: Remove duplicate method
Ulf Hermann
2016-05-24
1
-5
/
+0
*
QmlProfiler: Drive event loading from the model manager
Ulf Hermann
2016-05-23
1
-8
/
+4
*
QmlProfiler: Apply some code cosmetics
Ulf Hermann
2016-05-06
1
-9
/
+9
*
Move QmlProfiler specific files from qmldebug to qmlprofiler
Ulf Hermann
2016-05-03
1
-4
/
+2
*
Merge remote-tracking branch 'origin/4.0'
Eike Ziller
2016-04-20
1
-0
/
+5
|
\
|
*
QmlProfiler: Properly clear any pending connections before reconnecting
Ulf Hermann
2016-04-15
1
-0
/
+5
*
|
Use Utils::Port where possible
Ulf Hermann
2016-04-20
1
-6
/
+6
|
/
*
Merge remote-tracking branch 'origin/3.6' into 4.0
Eike Ziller
2016-03-03
1
-7
/
+11
|
\
|
*
QmlProfiler: Limit hard resetting of QML debug connection
Ulf Hermann
2016-03-01
1
-8
/
+13
|
*
QmlProfiler: Fix bogus disconnect() calls
Ulf Hermann
2015-11-27
1
-6
/
+8
*
|
Update License according to agreement with Free Qt Foundation
Tobias Hunger
2016-01-19
1
-17
/
+12
*
|
QmlProfiler: Deobfuscate connection mechanism
Ulf Hermann
2015-12-02
1
-13
/
+2
*
|
Fix merge issue
Eike Ziller
2015-11-26
1
-2
/
+2
*
|
Merge remote-tracking branch 'origin/3.6'
Eike Ziller
2015-11-26
1
-5
/
+15
|
\
|
|
*
QmlProfiler: replace TCP connections after 200ms of failing to connect
Ulf Hermann
2015-11-26
1
-0
/
+11
|
*
QmlProfiler: When showing connection error, cancel any connects
Ulf Hermann
2015-11-26
1
-5
/
+4
*
|
QmlProfiler: allow for multiple sequential traces to be aggregated
Ulf Hermann
2015-11-19
1
-1
/
+13
*
|
QmlProfiler: Send the client recording state to new engines
Ulf Hermann
2015-11-19
1
-4
/
+12
*
|
QmlProfiler: Use correct coding style and remove dead code
Ulf Hermann
2015-11-19
1
-1
/
+0
*
|
QmlProfiler: Debug messages are no QML events ...
Ulf Hermann
2015-11-19
1
-0
/
+4
*
|
QmlProfiler: Support local connections on Qt >= 5.6
Ulf Hermann
2015-11-19
1
-12
/
+34
*
|
QmlDebug: Simplify error and state signaling
Ulf Hermann
2015-11-19
1
-8
/
+10
[next]