aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/valgrind/callgrindtool.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Debugger: Make perspective toolbar items part of the perspectivehjk2018-08-061-19/+17
* Debugger/Perspectives: Go back to QPointer<QObject>hjk2018-08-021-16/+20
* Valgrind: Proactively shut up sanity bothjk2018-08-011-3/+3
* Debugger: Move ownership of perspective dock widgets to pluginshjk2018-08-011-24/+19
* Valgrind: Use the majority way to register run workershjk2018-06-041-11/+13
* Valgrind: Add clear button to callgrind toolChristian Stenger2018-05-151-0/+11
* Use FileName in TextMarkEike Ziller2018-05-031-2/+2
* Callgrind: Use nullptrOrgad Shaneh2018-03-161-24/+24
* Valgrind: Use OPENFILE_TOOLBAR in toolbarsAlessandro Portale2018-02-131-1/+1
* ProjectExplorer: Rename RunControl::finished to stoppedhjk2017-07-121-1/+1
* Merge remote-tracking branch 'origin/master' into 4.4Eike Ziller2017-07-041-1/+1
|\
| * Debugger: Move startupRunConfiguration to RunConfigurationhjk2017-07-041-1/+1
* | Valgrind: Simplify RunControlFactory setuphjk2017-07-031-43/+10
|/
* ProjectExplorer: Remove virtual RunControl start/stop trampolinhjk2017-06-301-1/+1
* Valgrind: Use Runnable to pass device informationhjk2017-06-301-1/+0
* Valgrind: Remove starting() signalhjk2017-06-281-25/+8
* Debugger, QmlProfiler et al: Replace AnalyzerStartParameterhjk2017-06-161-4/+1
* Valgrind: Announce 'started', not 'stopped' on startuphjk2017-05-161-1/+1
* ProjectExplorer: Split Target and ToolRunners into smaller taskshjk2017-05-151-7/+3
* Valgrind: Move to new target/tool split for local setupshjk2017-05-021-30/+32
* Debugger: Dissolve Debugger::ActionDescriptionhjk2017-04-241-17/+34
* ProjectExplorer: Remove startRunControl()'s runMode parameterhjk2017-04-121-1/+1