| Commit message (Expand) | Author | Age | Files | Lines |
| * | QmlDebug: Support QtQuick3D profiler events | Ulf Hermann | 2025-11-10 | 1 | -1/+2 |
| * | QmlDebug: Move QmlProfilerData to the QmlDebug library | Ulf Hermann | 2025-10-15 | 1 | -3/+5 |
| * | Port from container::count() and length() to size() | Marc Mutz | 2022-10-07 | 1 | -2/+2 |
| * | Prepare for moving qVersion() from qglobal.h to qlibraryinfo.h | Sona Kurazyan | 2022-08-30 | 1 | -0/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -27/+2 |
| * | QML profiler: Fix nonsensical condition | Ulf Hermann | 2021-02-19 | 1 | -8/+12 |
| * | Port QtDeclarative from QStringRef to QStringView | Karsten Heimrich | 2020-06-16 | 1 | -1/+1 |
| * | Use Qt::SplitBehavior in preference to QString::SplitBehavior | Edward Welbourne | 2020-03-02 | 1 | -1/+1 |
| * | Fix interactive mode of qmlprofiler | Simon Hausmann | 2019-10-09 | 1 | -2/+2 |
| * | Tools: Fix deprecation warnings about QProcess::finished(int) | Friedemann Kleint | 2019-02-05 | 1 | -1/+1 |
| * | qmlprofiler: Use std::cerr directly rather than through QTextStream | Ulf Hermann | 2018-12-17 | 1 | -16/+10 |
| * | Tools: Improve wording | Ulf Hermann | 2018-11-22 | 1 | -17/+17 |
| * | Merge remote-tracking branch 'origin/5.11' into dev | Liang Qi | 2018-04-26 | 1 | -3/+2 |
| |\ |
|
| | * | Make QtQmlDebug independent of QtQml | Ulf Hermann | 2018-04-24 | 1 | -3/+2 |
| * | | Merge remote-tracking branch 'origin/5.11' into dev | Liang Qi | 2018-02-27 | 1 | -1/+1 |
| |\| |
|
| | * | use nullptr consistently (clang-tidy) | Shawn Rutledge | 2018-02-26 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/5.11' into dev | Qt Forward Merge Bot | 2018-02-15 | 1 | -0/+18 |
| |\| |
|
| | * | Merge remote-tracking branch 'origin/5.10' into 5.11 | Liang Qi | 2018-02-12 | 1 | -0/+18 |
| | |\ |
|
| | | * | qmlprofiler tool: In attach mode, finish when connection drops | Ulf Hermann | 2018-02-02 | 1 | -0/+18 |
| * | | | qmlprofiler tool: Fix message in interactive mode | Ulf Hermann | 2018-02-07 | 1 | -1/+5 |
| |/ / |
|
| * / | Use better QmlProfiler client from Qt Creator | Ulf Hermann | 2018-02-02 | 1 | -27/+30 |
| |/ |
|
| * | tools: replace 'foreach' with 'range for' | Anton Kudryavtsev | 2016-08-20 | 1 | -2/+2 |
| * | tools: use QStringRef more | Anton Kudryavtsev | 2016-08-12 | 1 | -3/+3 |
| * | Tooling: Convert connects to Qt5 style | Ulf Hermann | 2016-07-28 | 1 | -12/+16 |
| * | Updated license headers | Jani Heikkinen | 2016-01-20 | 1 | -17/+12 |
| * | Extend QDebugMessageService | Ulf Hermann | 2015-11-17 | 1 | -1/+5 |
| * | Move QML profiler client to qmldebug | Ulf Hermann | 2015-10-30 | 1 | -27/+5 |
| * | QmlProfiler: Collect useful input events | Ulf Hermann | 2015-10-30 | 1 | -2/+4 |
| * | qmlprofiler: Use local socket connection by default | Ulf Hermann | 2015-10-30 | 1 | -14/+30 |
| * | Move QQmlDebugClient into separate static library | Ulf Hermann | 2015-10-30 | 1 | -16/+1 |
| * | qmlprofiler: Clear trace client when trace is finished | Ulf Hermann | 2015-10-15 | 1 | -0/+4 |
| * | qmlprofiler: Simplify QmlProfilerClient | Ulf Hermann | 2015-10-15 | 1 | -15/+9 |
| * | Merge remote-tracking branch 'origin/5.6' into dev | Liang Qi | 2015-10-14 | 1 | -1/+1 |
| |\ |
|
| | * | Tools: Fix single-character string literals. | Friedemann Kleint | 2015-10-13 | 1 | -1/+1 |
| * | | qmlprofiler: Remove V8 profiler client | Ulf Hermann | 2015-08-28 | 1 | -36/+2 |
| |/ |
|
| * | Allow specification of loadable debug services via command line | Ulf Hermann | 2015-08-13 | 1 | -1/+2 |
| * | qmlprofiler: Use QQmlProfilerDefinitions for accessing definitions | Ulf Hermann | 2015-07-23 | 1 | -11/+11 |
| * | qmlprofiler: Remove some dead code | Ulf Hermann | 2015-06-15 | 1 | -6/+1 |
| * | qmlprofiler: Allow specification of features to record | Ulf Hermann | 2015-06-09 | 1 | -0/+72 |
| * | qmlprofiler: Record input events | Ulf Hermann | 2015-06-09 | 1 | -0/+2 |
| * | qmlprofiler: Output data after application quits in non-interactive mode | Ulf Hermann | 2015-06-07 | 1 | -0/+8 |
| * | qmlprofiler: Redirect app stdout to qmlprofiler stderr | Ulf Hermann | 2015-06-07 | 1 | -1/+1 |
| * | qmlprofiler: Improve options for trace output | Ulf Hermann | 2015-06-06 | 1 | -42/+167 |
| * | qmlprofiler: Only accept commands if we ask for them | Ulf Hermann | 2015-06-06 | 1 | -6/+6 |
| * | qmlprofiler: In interactive mode, don't quit if application quits | Ulf Hermann | 2015-05-21 | 1 | -7/+7 |
| * | qmlprofiler: Add non-interactive mode and make it the default. | Ulf Hermann | 2015-05-21 | 1 | -7/+17 |
| * | qmlprofiler: Clean up recording state mess | Ulf Hermann | 2015-05-21 | 1 | -48/+35 |
| * | qmlprofiler: Add some sanity to command line parsing. | Ulf Hermann | 2015-05-21 | 1 | -78/+85 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-12 | 1 | -7/+7 |
| * | Update license headers and add new licenses | Jani Heikkinen | 2014-08-25 | 1 | -19/+11 |