aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlprofiler/qmlprofilerapplication.cpp
Commit message (Expand)AuthorAgeFilesLines
* Tools: Fix deprecation warnings about QProcess::finished(int)Friedemann Kleint2019-02-051-1/+1
* qmlprofiler: Use std::cerr directly rather than through QTextStreamUlf Hermann2018-12-171-16/+10
* Tools: Improve wordingUlf Hermann2018-11-221-17/+17
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-261-3/+2
|\
| * Make QtQmlDebug independent of QtQmlUlf Hermann2018-04-241-3/+2
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-271-1/+1
|\|
| * use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-1/+1
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-02-151-0/+18
|\|
| * Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-121-0/+18
| |\
| | * qmlprofiler tool: In attach mode, finish when connection dropsUlf Hermann2018-02-021-0/+18
* | | qmlprofiler tool: Fix message in interactive modeUlf Hermann2018-02-071-1/+5
|/ /
* / Use better QmlProfiler client from Qt CreatorUlf Hermann2018-02-021-27/+30
|/
* tools: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-201-2/+2
* tools: use QStringRef moreAnton Kudryavtsev2016-08-121-3/+3
* Tooling: Convert connects to Qt5 styleUlf Hermann2016-07-281-12/+16
* Updated license headersJani Heikkinen2016-01-201-17/+12
* Extend QDebugMessageServiceUlf Hermann2015-11-171-1/+5
* Move QML profiler client to qmldebugUlf Hermann2015-10-301-27/+5
* QmlProfiler: Collect useful input eventsUlf Hermann2015-10-301-2/+4
* qmlprofiler: Use local socket connection by defaultUlf Hermann2015-10-301-14/+30
* Move QQmlDebugClient into separate static libraryUlf Hermann2015-10-301-16/+1
* qmlprofiler: Clear trace client when trace is finishedUlf Hermann2015-10-151-0/+4
* qmlprofiler: Simplify QmlProfilerClientUlf Hermann2015-10-151-15/+9
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-1/+1
|\
| * Tools: Fix single-character string literals.Friedemann Kleint2015-10-131-1/+1
* | qmlprofiler: Remove V8 profiler clientUlf Hermann2015-08-281-36/+2
|/
* Allow specification of loadable debug services via command lineUlf Hermann2015-08-131-1/+2
* qmlprofiler: Use QQmlProfilerDefinitions for accessing definitionsUlf Hermann2015-07-231-11/+11
* qmlprofiler: Remove some dead codeUlf Hermann2015-06-151-6/+1
* qmlprofiler: Allow specification of features to recordUlf Hermann2015-06-091-0/+72
* qmlprofiler: Record input eventsUlf Hermann2015-06-091-0/+2
* qmlprofiler: Output data after application quits in non-interactive modeUlf Hermann2015-06-071-0/+8
* qmlprofiler: Redirect app stdout to qmlprofiler stderrUlf Hermann2015-06-071-1/+1
* qmlprofiler: Improve options for trace outputUlf Hermann2015-06-061-42/+167
* qmlprofiler: Only accept commands if we ask for themUlf Hermann2015-06-061-6/+6
* qmlprofiler: In interactive mode, don't quit if application quitsUlf Hermann2015-05-211-7/+7
* qmlprofiler: Add non-interactive mode and make it the default.Ulf Hermann2015-05-211-7/+17
* qmlprofiler: Clean up recording state messUlf Hermann2015-05-211-48/+35
* qmlprofiler: Add some sanity to command line parsing.Ulf Hermann2015-05-211-78/+85
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Write memory events into tracefiles generated by qmlprofilerUlf Hermann2014-08-121-0/+4
* Properly support all events in trace files and clean up a bit.Ulf Hermann2014-06-061-0/+9
* Save painting events in Qt5 style with thread ID from qmlprofilerUlf Hermann2014-03-181-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-231-24/+24
* QmlProfiler: storing binding typeChristiaan Janssen2012-05-041-2/+2
* QmlProfiler: updated standalone appChristiaan Janssen2012-03-131-11/+11
* Merge master <-> api_changesMatthew Vogt2012-03-051-27/+27
|\
* | Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-5/+5
|/