aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/ctfvisualizer
Commit message (Expand)AuthorAgeFilesLines
* CtfVisualizer: Avoid precision loss warningAlessandro Portale2024-04-091-1/+1
* CtfVisualizer: Reuse TaskTreeRunnerJarek Kobus2024-01-172-36/+33
* CtfVisualizer: Destroy CtfTool earlier againhjk2024-01-123-7/+8
* CtfVisualizer: Convert to new standard plugin setuphjk2024-01-126-40/+20
* TaskTree: Unify done / errorOccurred signalsJarek Kobus2023-11-071-22/+19
* CtfVisualizer: Do some cleanupJarek Kobus2023-10-0215-125/+71
* CtfVisualizer: Do not crash on unexpected types againEike Ziller2023-09-283-40/+58
* CtfVisualizer: Fix multithreading issuesJarek Kobus2023-09-274-121/+104
* CMakePM: Add CMake Profiler actionCristian Adam2023-09-212-8/+13
* CtfVisualizer: Fix computation of nesting levelEike Ziller2023-09-122-14/+6
* CtfVisualizer: Allow strings for process and thread idEike Ziller2023-09-125-32/+48
* Merge remote-tracking branch 'origin/11.0' into HEADDavid Schulz2023-09-121-2/+5
|\
| * CtfVisualizer: Never crash with uncaught exception when loading JSONEike Ziller2023-09-081-2/+5
* | Utils: Make TreeViews use setUniformRowHeights by defaulthjk2023-09-051-1/+0
* | Various Plugins: Add context object into connectionsJarek Kobus2023-08-022-3/+2
* | Build: Change plugin json.in files to CMake styleEike Ziller2023-07-251-16/+16
|/
* Utils: Centralize style-related property names as constantsAlessandro Portale2023-05-101-1/+3
* Fix lots of tr.h files not being mentioned in CMakeLists.txtEike Ziller2023-04-011-0/+1
* Translations: Change translation context prefix from "::" to "QtC::"Alessandro Portale2023-02-102-2/+2
* Translations: Use QCoreApplication::translate() instead of tr()Alessandro Portale2023-02-091-2/+2
* Qbs: Update some qbs filesChristian Stenger2023-02-081-1/+2
* Translations: Remove header includes of *tr.h in .h filesAlessandro Portale2023-02-082-2/+4
* Use simpler Plugin::initialize() when feasiblehjk2023-01-202-6/+3
* Prefix Tr::tr contexts with ::hjk2023-01-131-1/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-0616-16/+16
* CMake build: Use version-less Qt targetsEike Ziller2023-01-051-1/+1
* Fix lupdate issuesEike Ziller2022-10-141-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-3/+3
* CtfVisualizer: Convert to using Tr::trAlessandro Portale2022-09-225-40/+49
* Use SPDX license identifiersLucie Gérard2022-08-2616-399/+32
* Tracing/Qml|PerfProfiler/CtfVisualizer: Move QML modules to :/qt/qmlAlessandro Portale2022-07-201-2/+3
* Tracing/QmlProfiler/PerfProfiler/CtfVisualizer: Remove pre Qt 6.2 codeAlessandro Portale2022-07-181-11/+0
* Add plugintr.h files to all pluginshjk2022-06-271-0/+37
* Remove qmake build filesEike Ziller2022-01-202-42/+0
* Tracing: Add qml, register types via qt_add_qml_moduleAlessandro Portale2021-06-221-1/+3
* Tracing/QmlProfiler/CtfVisualizer/PerfProfiler: Compile with Qt 6Alessandro Portale2021-06-091-1/+1
* Tracing/QmlProfiler/Perfprofiler: Merge modulesAlessandro Portale2021-06-081-5/+5
* CMake build/Qt6: Automatically disable build of profilersEike Ziller2021-03-051-0/+1
* Use qAsConst with non-const Qt containers in range-loopsAlessandro Portale2021-02-171-3/+3
* Don't allocate unneeded temporary containersJarek Kobus2020-12-142-5/+10
* Fix clang warnings about copies in range-for constructsChristian Kandeler2020-06-151-1/+1
* Various places: performance-for-range-copyAlessandro Portale2020-06-151-1/+1
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-022-7/+10
* Remove unused QTC_PLUGIN_REVISION macrosEike Ziller2020-04-091-1/+0
* CTF Vizualizer: Fix UI text according to the guidelinesLeena Miettinen2020-03-161-1/+1
* Provide an empty default IPlugin::extensionsInitialized()hjk2020-02-072-5/+0
* Merge remote-tracking branch 'origin/4.11'Eike Ziller2019-11-112-1/+2
|\
| * Fix lupdate issuesEike Ziller2019-11-042-1/+2
* | Tracing: CtfVisualizer: Add percentage of total time to statisticsTim Henning2019-10-243-0/+24
* | Tracing: CtfVisualizer: Apply thread restrictions to statistics, tooTim Henning2019-10-246-8/+37