Tobias Hunger
aa2acec14c
Fix/add copyright headers
...
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
2011-05-06 15:17:05 +02:00
Kai Koehne
6d174080e9
QmlProfiler: Factor out logic to run apps from the engine into a separate runner
...
Reviewed-by: Christiaan Janssen
2011-05-04 17:17:32 +02:00
Kai Koehne
7b41c76d92
QmlProfiler: Fix crash in qWarning
2011-05-04 17:17:18 +02:00
Kai Koehne
b7f30ed9f3
QmlProfiler: Don't warn about using QmlProfiler in either Release or Debug mode
2011-05-04 17:17:13 +02:00
Christiaan Janssen
50516bed66
QmlProfiler: corrected display name
...
Reviewed-by: Friedemann Kleint
2011-04-26 15:57:03 +02:00
Oswald Buddenhagen
9beb7afbe8
GUI style fixes: spaces before ellipses and excess ellipses
2011-04-18 14:10:11 +02:00
Christiaan Janssen
4fc3990b53
QmlProfiler: fixed connection reset when new application starts
...
Reviewed-by: Kai Koehne
2011-04-15 17:31:21 +02:00
Kai Koehne
ea266e33d6
QmlProfiler: Fix crash on application exit
...
The disconnectClient might be called when the last packet
of data arrives, which means we're deleting the connection
while it's readyRead() method is still running. Avoid this
by using deleteLater().
Reviewed-by: Christiaan Janssen
2011-04-15 09:57:57 +02:00
Kai Koehne
881193b19e
QmlProfiler: Fix compiler warning
...
Fix "format ‘%d’ expects type ‘int’, but argument 3 has type ‘quint64’"
2011-04-15 08:55:55 +02:00
Kai Koehne
0a0b8dcafc
QmlProfiler: Reinstantiate a QDDClient for every new connection
2011-04-14 17:36:46 +02:00
Kai Koehne
20cb599b8c
QmlProfiler: Remove use of Qt private headers
...
Use the copy of QDeclarativeDebugClient we ship with qtcreator.
However, since the internal one misses a waitForConnected any connection
will right now fail.
2011-04-14 17:36:44 +02:00
Kai Koehne
e6620167fc
QmlProfiler: Enable on Windows
...
Replace use of sleep() call with a timer.
2011-04-14 17:36:43 +02:00
Christiaan Janssen
b7bb522d5e
QmlProfiler: Fixing regression for non-recording runs
...
Reviewed-by: Kai Koehne
2011-04-14 16:15:08 +02:00
Christiaan Janssen
19190384b6
QmlProfiler: user defined host:port
...
Reviewed-by: Kai Koehne
2011-04-14 15:44:43 +02:00
Christiaan Janssen
fa2b294264
QmlProfiler: stop timer on failed connection
...
Reviewed-by: Kai Koehne
2011-04-14 15:25:58 +02:00
Christiaan Janssen
4214bb1a9b
QmlProfiler: cleaning output when starting new trace
...
Reviewed-by: Kai Koehne
2011-04-08 17:06:01 +02:00
Christiaan Janssen
6ab68a1a5f
QmlProfiler: added summary view
...
Reviewed-by: Kai Koehne
2011-04-08 13:35:38 +02:00
Christiaan Janssen
e838a3dd7c
QmlProfiler: added 'clear view'
...
Reviewed-by: Kai Koehne
2011-04-06 16:08:51 +02:00
Christiaan Janssen
fad891820d
qQmlProfiler: independent start/stop/record buttons
...
Reviewed-by: Kai Koehne
2011-04-06 12:59:29 +02:00
Kai Koehne
64fee9c5cb
QmlProfiler: Enable attach action only if profiler is current tool
2011-04-04 15:59:31 +02:00
Kai Koehne
12a02c7534
QmlProfiler: Add attach/detach menu entry
...
This allows one to also profile apps on device (as long as there
is a working TCP/IP connection).
2011-04-04 15:59:31 +02:00
Mike McQuaid
6ac987c846
Add analyzer new APIs support to plugins.
...
Merge-request: 284
Reviewed-by: hjk <qtc-committer@nokia.com >
2011-04-04 14:39:28 +02:00
Kai Koehne
f0e3722eea
Fix for shadow builds
2011-04-04 10:13:29 +02:00
Kai Koehne
c17f1ec7d7
QmlProfiler: Fix regression
2011-04-04 10:13:11 +02:00
Kai Koehne
eb4d273949
QmlProfiler: instantiate FileInProjectFinder only once
2011-04-04 09:37:52 +02:00
Kai Koehne
96de970522
QmlProfiler: Use QtQuick 1.0 namespace
...
Allow profiler to run also with 4.7.1
2011-03-25 17:20:27 +01:00
Kai Koehne
d8f83e2b1b
QmlProfiler: Add license headers
2011-03-25 17:20:27 +01:00
Kai Koehne
ac61c9a918
QmlProfiler: Namespace fixes
...
Use own namespace (QmlProfiler) instead of Analyzer.
2011-03-25 09:21:00 +01:00
Christiaan Janssen
fbe9925d8c
QmlProfiler: ongoing work
2011-03-24 15:42:43 +01:00
Christiaan Janssen
f774556de7
QmlProfiler: first commit
2011-03-24 11:07:59 +01:00