summaryrefslogtreecommitdiff
path: root/src/plugins/valgrind/callgrindtool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Valgrind: Use named classes for run worker factorieshjk2023-01-061-9/+14
* Remove unused includes of QGridLayoutJarek Kobus2022-11-181-1/+0
* Remove unused includes of Q[H/V]BoxLayoutJarek Kobus2022-11-181-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Use SPDX license identifiersLucie GĂ©rard2022-08-261-24/+2
* Drop Qt5: Clang, QBS & Valgrind: Get rid of QOverloadJarek Kobus2022-07-201-1/+1
* Valgrind: Use Tr::trhjk2022-07-111-41/+42
* CPlusPlus: Inline some simple central functionshjk2022-06-241-1/+1
* ProjectExplorer: Derive RunControl::displayName from exectuablehjk2022-05-311-3/+1
* Dissolve RunControl::setRunnablehjk2022-05-311-3/+4
* Valgrind: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-201-2/+3
* ProjectExplorer: Rename some RunControl functionshjk2022-05-021-1/+1
* CallgrindController: Get rid of no-op codeJarek Kobus2022-03-241-0/+1
* Merge remote-tracking branch 'origin/6.0'Eike Ziller2021-11-151-12/+19
|\
| * Fix a crash on shutdown inside CallgrindToolJarek Kobus2021-11-151-12/+19
* | EditorManager: Remove QString openEditor(At) overloadsEike Ziller2021-11-021-2/+3
|/
* Valgrind: Make callgrind work on dockerhjk2021-09-011-1/+1
* Use QtcProcessArtem Sokolovskii2021-08-251-1/+1
* Use more FileUtils based file dialogshjk2021-08-191-5/+6
* ProjectExplorer: Use Utils::CommandLine in ProjectExplorer::Runnablehjk2021-08-131-1/+1
* Valgrind: Aspectify settingshjk2021-03-041-44/+11
* Debugger: Provide keyboard shortcuts for "next" and "previous"Christian Kandeler2020-10-301-0/+1
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-1/+1
* Port QtCreator over to use filterRegularExpressionLars Knoll2020-04-011-2/+2
* ProjectExplorer: Disentangle ProjectExplorer::updateRunActionshjk2020-02-261-1/+1
* Make TextEditor setup more flexibleEike Ziller2020-02-121-1/+1
* Utils: Add a non-toolbar variant of the "RELOAD" iconAlessandro Portale2020-02-071-1/+1
* ProjectExplorer: Consolidate some Session::active* accesseshjk2019-11-291-1/+1
* ProjectExplorer: Store some aspect data by value in the RunControlhjk2019-09-051-7/+5
* ProjectExplorer: Re-work setup runworker factorieshjk2019-08-091-1/+5
* ProjectExplorer: Use Utils::FileName for Runnable::executablehjk2019-06-211-1/+1
* connect() to ambiguous signals/slots: Replace static_cast with QOverloadAlessandro Portale2019-05-281-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-1/+1
* Valgrind: Restructure plugin setuphjk2019-03-251-116/+116
* ProjectExplorer: Replace RunControl::producerhjk2019-03-201-2/+1
* ProjectExplorer: Add RunControl accessor to configuration settingshjk2019-03-131-2/+3
* ProjectExplorer: Split RunControl constructorhjk2019-03-121-1/+2
* Squash more deprecation warningshjk2019-02-271-3/+3
* Replace static_casts by QOverload where possiblehjk2019-02-261-1/+1
* Fix warning: "Don't call QVector::first() on temporary QList/QVector"Alessandro Portale2019-01-281-1/+2
* Fix warning: "Missing emit keyword on signal call"Alessandro Portale2019-01-171-1/+1
* Callgrind: Fix enabling of KCachegrind actionOrgad Shaneh2019-01-031-4/+2
* Valgrind: ModernizeAlessandro Portale2018-12-101-4/+4
* Callgrind: Support opening last results in KCachegrindOrgad Shaneh2018-12-031-3/+25
* Valgrind: Strip QLatin1*Orgad Shaneh2018-12-031-11/+11
* ProjectExplorer: Split IRunConfigurationAspecthjk2018-09-181-6/+5
* Debugger: Shift some perspective related API to the perspective classhjk2018-08-231-6/+5
* Shift perspective ownership to pluginshjk2018-08-211-22/+22
* Debugger: Make most views per-engine instead of singletonshjk2018-08-171-15/+15
* Debugger: Tighten Perspective interfacehjk2018-08-131-2/+2