aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilermodelmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Rename FilePath::toString() into toUrlishString()hjk2025-01-101-2/+2
* Merge remote-tracking branch 'origin/15.0'Eike Ziller2025-01-021-11/+14
|\
| * QmlProfiler: Fix crash at startup if file creation failsEike Ziller2024-12-171-11/+14
* | Plugins M-V: Make static QRegularExpression instances static constAlessandro Portale2024-11-201-1/+1
|/
* Various plugins: Fix remaining C++20 warnings about [=] capturesJarek Kobus2024-02-061-2/+8
* Translations: Change translation context prefix from "::" to "QtC::"Alessandro Portale2023-02-101-13/+13
* Translations: Remove stray Q_DECLARE_TR_FUNCTIONS(...)Alessandro Portale2023-02-101-1/+0
* Translations: Add missing "::" prefixes to QT_TRANSLATE_NOOPAlessandro Portale2023-02-081-13/+13
* Remove unneeded includes of utils/runextensions.hJarek Kobus2023-01-271-2/+0
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Merge remote-tracking branch 'origin/8.0' into 9.0Tim Jenssen2022-10-041-2/+2
|\
| * Fix backward compatibility issue with QmlProfilerAntti Määttä2022-09-291-2/+2
* | QmlProfiler: Convert to using Tr::trAlessandro Portale2022-09-221-24/+25
* | Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* | qmljs: (QString -> Utils::FilePath)++Fawzi Mohamed2022-07-131-6/+11
|/
* Add Quick3d profiler supportJanne Koskinen2022-01-241-1/+2
* Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-171-1/+1
* Merge remote-tracking branch 'origin/4.13' into 4.14Eike Ziller2020-10-091-1/+1
|\
| * qmlprofiler: Fix a crash in the rangeFilterDominik Holland2020-10-091-1/+1
* | QmlProfiler: Replace QRegExp by QRegularExpressionChristian Stenger2020-07-141-5/+5
|/
* QmlProfiler: Remove some dead codehjk2019-08-301-4/+0
* QmlProfiler: ModernizeAlessandro Portale2018-12-021-1/+1
* QmlProfiler: Avoid some compiler warningsUlf Hermann2018-09-181-2/+4
* Tracing: Make sure we don't cast between different kinds of eventsUlf Hermann2018-07-161-7/+19
* QML Profiler: Fix punctuation in messagesLeena Miettinen2018-06-131-4/+4
* QmlProfiler: Actually update the details when rewriter tells us toUlf Hermann2018-05-311-4/+5
* QmlProfiler: Keep text marks when replaying eventsUlf Hermann2018-05-301-0/+13
* QmlProfiler: Move action registration out of QmlProfilerToolUlf Hermann2018-05-291-0/+7
* Tracing: Move event storage out of trace managerUlf Hermann2018-05-081-52/+99
* Tracing: Move the type storage out of the trace managerUlf Hermann2018-05-081-56/+94
* Tracing: Generalize event filteringUlf Hermann2018-05-081-71/+96
* Tracing: Drop restricted start/end times from trace managerUlf Hermann2018-05-081-0/+13
* Move Timeline and FlameGraph into a common "Tracing" libraryUlf Hermann2018-05-041-1/+1
* Remove TimelineTraceManager::StateUlf Hermann2018-04-231-1/+0
* QmlProfiler: Rename specific replayEvents to replayQmlEventsUlf Hermann2018-04-191-6/+6
* QmlProfiler: Move parts of model manager and trace file to TimelineUlf Hermann2018-04-191-483/+168
* Timeline: Move modelId generation into aggregatorUlf Hermann2018-04-171-6/+0
* QmlProfiler: Don't expose the vector of event typesUlf Hermann2018-04-171-5/+5
* QmlProfiler: Integrate TraceTime into ModelManagerUlf Hermann2018-04-171-91/+71
* Move parts of QmlEvent and QmlEventType to timelineUlf Hermann2018-04-171-1/+3
* Timeline: Add stash() and restore() methods to notes modelUlf Hermann2018-04-171-2/+2
* QmlProfiler: Get rid of processing stepUlf Hermann2018-04-171-15/+6
* qmljs: remove remaining references to QtQuick1Marco Benelli2018-04-031-3/+0
* Merge remote-tracking branch 'origin/4.5'Eike Ziller2018-01-091-4/+15
|\
| * QmlProfiler: Retain event types between sessions on same connectionUlf Hermann2018-01-031-4/+15
* | QmlProfiler: Use a Target for populateFileFinder()Ulf Hermann2017-09-271-2/+2
|/
* QmlProfiler: Don't trust in externally provided timestampsUlf Hermann2017-09-121-6/+17
* Drop unused variables and lambda capturesUlf Hermann2017-09-081-2/+2
* QmlProfiler: Rename QmlProfilerDetailsRewriter::clearRequests to clearUlf Hermann2017-08-151-1/+1