aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofilertool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove #include <utils/fileutils.h> from most header fileshjk2024-07-261-0/+1
* Rename RunControl::aspect to RunControl::aspectDatahjk2024-02-161-1/+1
* Clean up some lambdashjk2023-12-121-4/+4
* QmlProfiler: Dissolve plugin pimplhjk2023-11-221-6/+13
* Utils, all: Standardize on QtcSettingshjk2023-09-271-5/+5
* QmlProfiler: Merge qmlprofileractions into qmlprofilertoolhjk2023-09-011-1/+67
* QtSupport: Rename qtkitinformation.{h,cpp} -> qtkitaspect.{h,cpp}hjk2023-08-151-1/+1
* ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp}hjk2023-08-151-1/+1
* Core: Proliferate FilePath use a bithjk2023-07-251-2/+2
* QmlProfiler: Move to new settings setup also for project settingshjk2023-07-211-6/+6
* Replace a few aspect.value() calls with operatpor()hjk2023-07-191-3/+3
* ProjectExplorerPlugin: Use expected_str for canRunStartupProject()Jarek Kobus2023-07-071-5/+5
* A few more direct FilePathAspect value accesseshjk2023-07-041-3/+3
* Utils: Replace StringAspect::setFilePath()hjk2023-07-041-1/+1
* RunControl: Remove initiateFinish() / finished()Jarek Kobus2023-07-041-6/+4
* Reduce usage of app_version headerEike Ziller2023-06-261-3/+1
* Utils: Centralize style-related property names as constantsAlessandro Portale2023-05-101-1/+1
* StyleHelper: Add setter for "panelwidget[_singlerow]"Alessandro Portale2023-04-261-1/+2
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-2/+2
* Remove unneeded includes of task.h and taskhub.hJarek Kobus2023-02-141-1/+0
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Utils: Remove FilePath::operator+()hjk2022-11-301-1/+1
* Remove unused includes of Q[H/V]BoxLayoutJarek Kobus2022-11-181-1/+0
* QmlProfiler: Convert to using Tr::trAlessandro Portale2022-09-221-33/+34
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* qmljs: (QString -> Utils::FilePath)++Fawzi Mohamed2022-07-131-2/+1
* Code cosmeticshjk2022-06-241-3/+2
* QMLPlugins: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-06-011-2/+4
* ProjectExplorer: Rename some RunControl functionshjk2022-05-021-1/+1
* IDevice: Make it possible to forward declare Ptr and ConstPtrJarek Kobus2022-04-141-19/+22
* ProjectExplorer: Copy more RunConfiguration data to RunControlhjk2022-04-121-3/+2
* EditorManager: Remove QString openEditor(At) overloadsEike Ziller2021-11-021-6/+9
* Use more FileUtils based file dialogshjk2021-08-191-17/+17
* QmlProfiler: Aspectify settingshjk2021-04-121-7/+7
* Use new, more evocative MessageManager APIEike Ziller2020-12-161-6/+1
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-0/+1
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-5/+5
* ProjectExplorer: Disentangle ProjectExplorer::updateRunActionshjk2020-02-261-1/+1
* ProjectExplorer: Consolidate some Session::active* accesseshjk2019-11-291-1/+1
* QmlProfiler: Use standard setup for runner setuphjk2019-09-031-1/+0
* QmlProfiler: Reduce code size for feature menu setuphjk2019-09-021-20/+8
* ProjectExplorer: Re-work setup runworker factorieshjk2019-08-091-0/+9
* QmlProfiler: Avoid a deprecation warninghjk2019-07-301-1/+2
* Avoid warning on empty expressionshjk2019-07-231-2/+2
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-05-081-3/+1
|\
| * QmlProfiler: If disconnected while serverRecording, show warningUlf Hermann2019-04-241-3/+1
* | QmlProfiler: Unconditionally disconnect on handleStopUlf Hermann2019-05-061-1/+1
* | QmlProfiler: Avoid a direct use of runControl->runConfiguration()hjk2019-03-191-12/+7
* | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-03-141-3/+3
|\|
| * QmlProfiler: Compile fixAlessandro Portale2019-03-131-1/+1