| Commit message (Expand) | Author | Age | Files | Lines |
| * | QmlDebug: Move QmlProfilerData to the QmlDebug library | Ulf Hermann | 2025-10-15 | 1 | -661/+0 |
| * | qmlprofiler: Fix data sorting | Ulf Hermann | 2024-01-25 | 1 | -76/+134 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-07 | 1 | -2/+2 |
| * | Port from container::count() and length() to size() | Marc Mutz | 2022-10-07 | 1 | -4/+4 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -27/+2 |
| * | Port QtDeclarative from QStringRef to QStringView | Karsten Heimrich | 2020-06-16 | 1 | -2/+2 |
| * | Fix interactive mode of qmlprofiler | Simon Hausmann | 2019-10-09 | 1 | -1/+0 |
| * | Make QtQmlDebug independent of QtQml | Ulf Hermann | 2018-04-24 | 1 | -57/+53 |
| * | Use better QmlProfiler client from Qt Creator | Ulf Hermann | 2018-02-02 | 1 | -390/+337 |
| * | Merge remote-tracking branch 'origin/5.9' into dev | Lars Knoll | 2017-05-02 | 1 | -0/+1 |
| |\ |
|
| | * | Run includemocs in qtdeclarative | Thiago Macieira | 2017-04-26 | 1 | -0/+1 |
| * | | Migrate to QRegularExpression | Samuel Gaist | 2017-04-09 | 1 | -5/+5 |
| |/ |
|
| * | QRegExp include cleanup | Samuel Gaist | 2017-03-17 | 1 | -0/+1 |
| * | tools: use const (and const APIs) more | Anton Kudryavtsev | 2016-08-22 | 1 | -5/+5 |
| * | tools: replace 'foreach' with 'range for' | Anton Kudryavtsev | 2016-08-20 | 1 | -1/+1 |
| * | tools: use QStringRef more | Anton Kudryavtsev | 2016-08-12 | 1 | -3/+3 |
| * | Updated license headers | Jani Heikkinen | 2016-01-20 | 1 | -17/+12 |
| * | Tools: fix expensive iteration over QHash::keys() | Anton Kudryavtsev | 2016-01-15 | 1 | -3/+6 |
| * | QtDeclarative: use prefix ++/-- for iterator types | Anton Kudryavtsev | 2016-01-09 | 1 | -2/+2 |
| * | QmlProfiler: Remove "Source code not available" | Ulf Hermann | 2015-11-05 | 1 | -3/+1 |
| * | Move QML profiler client to qmldebug | Ulf Hermann | 2015-10-30 | 1 | -15/+16 |
| * | QmlProfiler: Collect useful input events | Ulf Hermann | 2015-10-30 | 1 | -11/+37 |
| * | QmlProfiler: Fix lookup of type strings | Ulf Hermann | 2015-10-28 | 1 | -2/+2 |
| * | Merge remote-tracking branch 'origin/5.6' into dev | Liang Qi | 2015-10-14 | 1 | -2/+2 |
| |\ |
|
| | * | Tools: Fix single-character string literals. | Friedemann Kleint | 2015-10-13 | 1 | -2/+2 |
| * | | qmlprofiler: Improve output of event location and optional descriptions | Ulf Hermann | 2015-09-15 | 1 | -4/+7 |
| * | | qmlprofiler: Remove V8 profiler client | Ulf Hermann | 2015-08-28 | 1 | -141/+1 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/5.5' into 5.6 | Ulf Hermann | 2015-08-18 | 1 | -0/+2 |
| |\ |
|
| | * | qmlprofiler: Add missing #include <limits>. | Friedemann Kleint | 2015-07-28 | 1 | -0/+2 |
| * | | qmlprofiler: Use QQmlProfilerDefinitions for accessing definitions | Ulf Hermann | 2015-07-23 | 1 | -47/+59 |
| * | | Fix inefficient usages of qDeleteAll() | Sérgio Martins | 2015-06-26 | 1 | -2/+2 |
| * | | qmlprofiler: Record input events | Ulf Hermann | 2015-06-09 | 1 | -5/+35 |
| * | | qmlprofiler: Improve options for trace output | Ulf Hermann | 2015-06-06 | 1 | -4/+12 |
| * | | qmlprofiler: Allow aggregation of multiple traces into one file. | Ulf Hermann | 2015-05-21 | 1 | -4/+6 |
| |/ |
|
| * | 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 |
| * | Write memory events into tracefiles generated by qmlprofiler | Ulf Hermann | 2014-08-12 | 1 | -0/+23 |
| * | Javascript heap profiler | Ulf Hermann | 2014-06-06 | 1 | -1/+2 |
| * | Properly support all events in trace files and clean up a bit. | Ulf Hermann | 2014-06-06 | 1 | -67/+187 |
| * | Save painting events in Qt5 style with thread ID from qmlprofiler | Ulf Hermann | 2014-03-18 | 1 | -18/+17 |
| * | Remove qSort usages from declarative | Giuseppe D'Angelo | 2013-09-13 | 1 | -2/+4 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-10 | 1 | -1/+1 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-23 | 1 | -24/+24 |
| * | QmlProfiler: storing binding type | Christiaan Janssen | 2012-05-04 | 1 | -3/+8 |
| * | QmlProfiler: updated standalone app | Christiaan Janssen | 2012-03-13 | 1 | -0/+602 |