summaryrefslogtreecommitdiff
path: root/src/plugins/valgrind/callgrindtool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Dissolve AnalyzerUtils::logToIssuesPane()hjk2016-05-311-2/+4
* Icons: Move "next/prev", "[un]locked" and "zoom" from Core to UtilsAlessandro Portale2016-05-311-2/+3
* Debugger: Move remaining Analyzer overlay icon to ProjectExplorerhjk2016-05-301-2/+1
* Debugger: Let perspectives specify their central widgethjk2016-05-131-2/+2
* Valgrind: Remove factories from object pool when destroying themUlf Hermann2016-05-111-1/+1
* Valgrind: Split MemCheck and CallGrind factorieshjk2016-05-101-10/+58
* Theme: Separate run/stop/interrupt icons in menusAlessandro Portale2016-04-211-3/+3
* Valgrind: Avoid soft assert on missing line numbersChristian Stenger2016-04-151-0/+3
* Icons: Move Run/Stop/Interrupt from projectexplorer to coreAlessandro Portale2016-04-101-2/+1
* Valgrind: Fix UI textLeena Miettinen2016-04-051-4/+4
* Valgrind: Fix callgrind's "Cost format" buttonAlessandro Portale2016-03-311-6/+1
* Valgrind: Fix memory leaksOrgad Shaneh2016-03-261-0/+1
* Debugger: Fix object leakage on shutdown and heap-use-after-free.hjk2016-03-241-1/+0
* Valgrind: Disable start actions during buildinghjk2016-03-101-10/+5
* Debugger: Merge debug mode and analyze modehjk2016-03-071-264/+265
* Valgrind: Shorten and correct start action namehjk2016-03-071-1/+1
* Debugger: Make Perspective status label globalhjk2016-03-021-3/+3
* Valgrind: Clean up tools interface a bithjk2016-03-021-272/+281
* Debugger: Remove return value from AnalyzerManager::createDockWidget()hjk2016-03-021-15/+15
* Valgrind: Avoid soft assert when no project is openedChristian Stenger2016-02-291-2/+1
* Analyzer: Rework the dock widget layout generationhjk2016-02-291-21/+18
* Move analyzerbase to debuggerhjk2016-02-251-3/+3
* Valgrind: Random cleanupshjk2016-01-211-2/+2
* Analyzer: Remove AnalyzerStartParameters from AnalyzerRunControl ctorhjk2016-01-201-8/+5
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Core: Unify the close iconsAlessandro Portale2015-12-041-1/+1
* ProjectExplorer: Themed pause buttonAlessandro Portale2015-12-031-1/+2
* Themed Icons: Introduce Utils::IconAlessandro Portale2015-11-251-9/+8
* Icon refresh: First step towards the new Qt Creator themesAlessandro Portale2015-10-231-3/+4
* Valgrind: Show status messages permanently.Christian Kandeler2015-07-071-3/+3
* Analyzer: Have one status label per tool.Christian Kandeler2015-07-011-3/+3
* Analyzer: Move towards less global statehjk2015-06-231-2/+1
* Valgrind: Start custom actions more directlyhjk2015-06-191-3/+3
* Analyzer: Move tool startup code closer to the action setuphjk2015-06-181-18/+0
* Valgrind: Log errors to issues pane instead of popping up a QMessageBox.Christian Kandeler2015-03-031-3/+2
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-0/+2
* ProjectExplorer: Add runStartupProject() convenience functionhjk2015-02-231-2/+1
* Analyzer: Reduce explicit use of StartMode enumhjk2015-02-201-4/+7
* Analyzers: Various cleanupshjk2015-02-191-1/+1
* Valgrind: Simplify callgrind context menu creationhjk2015-02-191-23/+4
* Analyzer: Dissolve IAnalyzerToolhjk2015-02-181-6/+6
* Analyzer: Move non-static parts of IAnalyzerTool::start*Toolhjk2015-02-181-8/+17
* Analyzer: Remove IAnalyzerTool::m_toolMode memberhjk2015-02-181-2/+1
* Analyzer: Move runMode member from IAnalyzerTool to AnalyzerActionhjk2015-02-181-3/+2
* Valgrind: Dissolve ValgrindTool hierarchy levelhjk2015-02-181-2/+5
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Misc: Remove unneeded qualificationsOrgad Shaneh2015-02-061-10/+10
* | Callgrind: Convert to Qt5-style connectOrgad Shaneh2015-02-041-41/+44
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-1/+1