Commit Graph

52 Commits

Author SHA1 Message Date
Friedemann Kleint
ddf4b613f3 Krazy fixes (spelling, single char strings, char constants). 2011-05-10 15:21:41 +02:00
Kai Koehne
aa5d5c6b86 QmlProfiler: Add missing copyright header 2011-05-09 17:36:25 +02:00
Tobias Hunger
aa2acec14c Fix/add copyright headers
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
2011-05-06 15:17:05 +02:00
Friedemann Kleint
5e543b2856 Compile Windows. 2011-05-05 09:14:41 +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
Kai Koehne
0bbb1ad9ab QmlProfiler: Fix MSVC warning about character encoding
MSVC on some system might complain

"C4566: character represented by universal-character-name '\u03BCs'
cannot be represented in the current code page".

Fix this by forcing the string to be wchar_t based.
2011-05-04 13:05:55 +02:00
Christiaan Janssen
d989d5d229 QmlProfiler: fix for 2cf76ead26 2011-04-28 16:18:57 +02:00
Christiaan Janssen
50516bed66 QmlProfiler: corrected display name
Reviewed-by: Friedemann Kleint
2011-04-26 15:57:03 +02:00
con
2cf76ead26 Move OutputFormatter to Utils lib. 2011-04-26 10:45:21 +02:00
Oswald Buddenhagen
9beb7afbe8 GUI style fixes: spaces before ellipses and excess ellipses 2011-04-18 14:10:11 +02:00
Christiaan Janssen
72e65485a5 QmlProfiler: fixed arguments for qmlobserver when profiling
Reviewed-by: Kai Koehne
2011-04-15 17:31:21 +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
18bfabe0ee QmlProfiler: Fix slot signature 2011-04-15 09:01:34 +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
5fee646b5b QmlProfiler: Make use of QSharedPointer for TracePlugin
THe plugin might be deleted when the client is deleted.
2011-04-14 17:36:45 +02:00
Kai Koehne
35493c454c QmlProfiler: Use ApplicationLauncher instead of QProcess 2011-04-14 17:36:45 +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
cbfaea1ed3 QmlProfiler: qmlproject support
Reviewed-by: Kai Koehne
2011-04-14 09:57:08 +02:00
Christiaan Janssen
4ae814361a QmlProfiler: summary computation optimization
Reviewed-by: Kai Koehne
2011-04-08 17:06:01 +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
d5ad4e8dd4 QmlProfiler: reset timer on clear output
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
Christiaan Janssen
80036b8905 QmlProfiler: rendering optimizations
Reviewed-by: Kai Koehne
2011-04-05 12:54:04 +02:00
Kai Koehne
43ab73edac QmlProfiler: Fix OTHER_FILES section 2011-04-04 17:00:07 +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
Kai Koehne
fe876b5580 QmlProfiler: Fix typo 2011-04-04 15:57:21 +02:00
Kai Koehne
3ffe2e0354 QmlProfiler: Move qrc resources in qmlprofiler namespace 2011-04-04 15:57:21 +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
Thorbjørn Lindeijer
f6c2528122 Don't use OpenGL for the QML profiler trace window
Using an OpenGL widget causes Qt to revert back to native widgets for
everything, which causes flicker.

Software rendering should be fast enough anyway and work more reliable
in general.

Reviewed-by: Kai Koehne
2011-03-31 15:47:15 +02:00
Kai Koehne
7a25f6c34d QmlProfiler: Move ui files to 'qml' subdir 2011-03-28 10:48:13 +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
Kai Koehne
76a5abf602 QmlProfiler: Remove unused header 2011-03-25 09:10:24 +01:00
Kai Koehne
bcf24c6144 QmlProfiler: Fix compilation for 4.7.1
Remove inclusion of private Qt header that was not needed anyway.
2011-03-25 09:06:26 +01:00
Christiaan Janssen
fbe9925d8c QmlProfiler: ongoing work 2011-03-24 15:42:43 +01:00