aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlprofiler
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-222-19/+19
* Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-04-265-65/+60
|\
| * Make QtQmlDebug independent of QtQmlUlf Hermann2018-04-245-65/+60
* | QQmlDebugClient: Make stateChanged a signalUlf Hermann2018-03-202-2/+4
* | 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-152-0/+19
|\|
| * Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-122-0/+19
| |\
| | * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-052-0/+19
| | |\
| | | * qmlprofiler tool: In attach mode, finish when connection dropsUlf Hermann2018-02-022-0/+19
* | | | qmlprofiler tool: Fix message in interactive modeUlf Hermann2018-02-071-1/+5
|/ / /
* / / Use better QmlProfiler client from Qt CreatorUlf Hermann2018-02-026-588/+387
|/ /
* | Adjust QMAKE_TARGET_PRODUCT, QMAKE_TARGET_DESCRIPTIONKai Koehne2017-07-281-2/+1
* | Remove custom setting of qmake VERSION field in toolsKai Koehne2017-07-281-6/+0
* | Merge remote-tracking branch 'origin/5.9' into devLars Knoll2017-05-023-0/+5
|\|
| * Run includemocs in qtdeclarativeThiago Macieira2017-04-263-0/+5
* | Migrate to QRegularExpressionSamuel Gaist2017-04-091-5/+5
|/
* QRegExp include cleanupSamuel Gaist2017-03-171-0/+1
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-241-0/+9
|\
| * Tools: Add product name, version and description to the .pro filesFriedemann Kleint2017-01-311-0/+9
* | headers: Add missing override and remove redundant virtualAlexander Volkov2016-12-071-13/+13
* | tools: use const (and const APIs) moreAnton Kudryavtsev2016-08-221-5/+5
|/
* tools: replace 'foreach' with 'range for'Anton Kudryavtsev2016-08-202-3/+3
* tools: use QStringRef moreAnton Kudryavtsev2016-08-122-6/+6
* Tooling: Convert connects to Qt5 styleUlf Hermann2016-07-285-28/+30
* Updated license headersJani Heikkinen2016-01-2010-170/+120
* Tools: fix expensive iteration over QHash::keys()Anton Kudryavtsev2016-01-151-3/+6
* QtDeclarative: use prefix ++/-- for iterator typesAnton Kudryavtsev2016-01-091-2/+2
* Extend QDebugMessageServiceUlf Hermann2015-11-171-1/+5
* QmlDebug: Restructure QPacket and QPacketProtocolUlf Hermann2015-11-171-1/+0
* QmlProfiler: Remove "Source code not available"Ulf Hermann2015-11-051-3/+1
* Move QML profiler client to qmldebugUlf Hermann2015-10-307-326/+168
* QmlProfiler: Collect useful input eventsUlf Hermann2015-10-305-16/+62
* qmlprofiler: Use local socket connection by defaultUlf Hermann2015-10-302-14/+31
* Move QQmlDebugClient into separate static libraryUlf Hermann2015-10-306-534/+13
* QmlProfiler: Remove binding typesUlf Hermann2015-10-281-14/+2
* QmlProfiler: Fix lookup of type stringsUlf Hermann2015-10-281-2/+2
* qmlprofiler: Clear trace client when trace is finishedUlf Hermann2015-10-151-0/+4
* qmlprofiler: Simplify QmlProfilerClientUlf Hermann2015-10-154-84/+32
* Put QPacketProtocol into its own static libraryUlf Hermann2015-10-154-644/+8
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-142-3/+3
|\
| * Tools: Fix single-character string literals.Friedemann Kleint2015-10-132-3/+3
* | qmlprofiler: Improve output of event location and optional descriptionsUlf Hermann2015-09-151-4/+7
* | qmlprofiler: Remove V8 profiler clientUlf Hermann2015-08-286-264/+3
|/
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-182-0/+4
|\
| * qmlprofiler: Add missing #include <limits>.Friedemann Kleint2015-07-282-0/+4
* | Allow specification of loadable debug services via command lineUlf Hermann2015-08-131-1/+2
* | qmlprofiler: Use QQmlProfilerDefinitions for accessing definitionsUlf Hermann2015-07-235-131/+144