summaryrefslogtreecommitdiff
path: root/src/plugins/perfprofiler/perfprofilertool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Centralize style-related property names as constantsAlessandro Portale2023-05-101-1/+1
* Toolbars: various toolbar layout tweaksAlessandro Portale2023-05-051-0/+5
* StyleHelper: Add setter for "panelwidget[_singlerow]"Alessandro Portale2023-04-261-2/+3
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-4/+4
* Translations: Remove header includes of *tr.h in .h filesAlessandro Portale2023-02-081-1/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Perf: FilePathify PerfDataReaderhjk2022-12-151-3/+3
* Utils: Remove FilePath::operator+()hjk2022-11-301-1/+1
* Remove unused includes of Q[H/V]BoxLayoutJarek Kobus2022-11-181-1/+0
* Get rid of unneeded includes of RunControlJarek Kobus2022-10-251-0/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* PerfProfiler: Convert to using Tr::trAlessandro Portale2022-09-221-46/+46
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Code cosmeticshjk2022-06-241-2/+5
* Rename QtSupport::BaseQtVersion to QtVersionhjk2022-01-241-1/+1
* EditorManager: Remove QString openEditor(At) overloadsEike Ziller2021-11-021-3/+3
* Use more FileUtils based file dialogshjk2021-08-191-12/+10
* Don't call non-const method on temporary containerJarek Kobus2020-12-081-1/+1
* Core/Utils: Migrate further to Utils::Idhjk2020-07-061-1/+1
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-5/+5
* PerfProfiler: Add hint how to make perf workRobert Loehning2020-04-021-1/+2
* ProjectExplorer: Disentangle ProjectExplorer::updateRunActionshjk2020-02-261-1/+1
* PerfProfiler: Fix memory leakChristian Kandeler2020-01-231-0/+10
* Utils: Rename FilePathList to simply FilePathshjk2019-12-181-5/+5
* ProjectExplorer: Consolidate some Session::active* accesseshjk2019-11-291-6/+4
* PerfProfiler: Remove unused signalhjk2019-09-031-1/+0
* PerfProfiler: Connect the updateRunActions() signal earlierUlf Hermann2019-06-251-3/+3
* Utils: Rename FileName to FilePathhjk2019-05-281-7/+7
* PerfProfiler: Remove backwards compatibility supportUlf Hermann2019-05-081-4/+4
* Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-04-121-0/+1
|\
| * PerfProfiler: Update the run actions when creating the toolUlf Hermann2019-04-091-0/+1
* | PerfProfiler: Simplify logic around PerfProfilerTool::populateFileFinderhjk2019-03-191-18/+11
* | PerfProfiler: Move towards the canonical plugin setup patternhjk2019-03-131-2/+1
* | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-03-051-16/+16
|\ \ | |/
| * Perf profiler: Fix UI textLeena Miettinen2019-03-051-16/+16
* | Resolve ambiguous results of searches for relative file pathsChristian Kandeler2019-03-041-1/+1
* | Merge remote-tracking branch 'origin/4.9'Eike Ziller2019-02-111-0/+2
|\ \ | |/
| * QmlProfiler, PerfProfiler: Properly style panel widgetsUlf Hermann2019-02-111-0/+2
* | ProjectExplorer: Rename KitInformation to KitAspectChristian Kandeler2019-02-111-2/+2
|/
* PerfProfiler: create views on demandUlf Hermann2019-01-281-32/+46
* PerfProfilerTool: Add scope to "reset zoom" connectionUlf Hermann2019-01-251-1/+1
* Tracing: Add context menu option to reset the flame graphUlf Hermann2019-01-251-1/+5
* ProjectExplorer: Remove SysRootKitInformation::hasSysRoot()Christian Kandeler2019-01-091-3/+1
* Add PerfProfiler pluginUlf Hermann2018-12-181-0/+707