aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/valgrind/memchecktool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Valgrind: Create only one extra configuration aspecthjk2016-10-101-4/+5
* Move icons to UtilsUlf Hermann2016-08-051-3/+2
* Debugger: Dissolve AnalyzerUtils::logToIssuesPane()hjk2016-05-311-4/+7
* Icons: Move "next/prev", "[un]locked" and "zoom" from Core to UtilsAlessandro Portale2016-05-311-2/+3
* Debugger: Let perspectives specify their central widgethjk2016-05-131-2/+2
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-05-111-2/+2
|\
| * Valgrind: Avoid crash when changing filterChristian Stenger2016-05-111-2/+2
* | Valgrind: Remove factories from object pool when destroying themUlf Hermann2016-05-111-1/+1
* | Valgrind: Split MemCheck and CallGrind factorieshjk2016-05-101-11/+46
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-221-2/+2
|\|
| * Theme: Separate run/stop/interrupt icons in menusAlessandro Portale2016-04-211-2/+2
* | Valgrind: Fix compile on WinChristian Stenger2016-04-081-2/+3
* | Valgrind: Use a lambda to provide filtering in the error modelhjk2016-04-071-55/+26
|/
* Valgrind: Remove unused and unimplemented functionOrgad Shaneh2016-03-251-2/+0
* Valgrind: Disable start actions during buildinghjk2016-03-101-12/+9
* Valgrind: Fix filter initializationhjk2016-03-081-0/+3
* Debugger: Merge debug mode and analyze modehjk2016-03-071-160/+182
* Valgrind: Shorten and correct start action namehjk2016-03-071-1/+1
* Debugger: Make Perspective status label globalhjk2016-03-021-2/+2
* Valgrind: Clean up tools interface a bithjk2016-03-021-14/+144
* Debugger: Remove return value from AnalyzerManager::createDockWidget()hjk2016-03-021-6/+6
* Valgrind: Always use global settings if no project is loadedhjk2016-02-291-1/+1
* Analyzer: Rework the dock widget layout generationhjk2016-02-291-8/+7
* Move analyzerbase to debuggerhjk2016-02-251-3/+3
* Valgrind: Random cleanupshjk2016-01-211-26/+16
* Analyzer: Remove AnalyzerStartParameters from AnalyzerRunControl ctorhjk2016-01-201-4/+3
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Analyzer: Slim down AnalyzerStartParametershjk2016-01-071-21/+7
* Themed Icons: Introduce Utils::IconAlessandro Portale2015-11-251-6/+5
* Icon refresh: First step towards the new Qt Creator themesAlessandro Portale2015-10-231-3/+4
* Valgrind: Show status messages permanently.Christian Kandeler2015-07-071-2/+2
* Analyzer: Have one status label per tool.Christian Kandeler2015-07-011-3/+4
* Valgrind: Introduce Frame::filePath().Christian Kandeler2015-06-261-2/+2
* Valgrind: Start custom actions more directlyhjk2015-06-191-1/+1
* Analyzer: Move tool startup code closer to the action setuphjk2015-06-181-30/+0
* Valgrind: Use some initializer lists when appropriatehjk2015-05-071-11/+8
* Valgrind: Log errors to issues pane instead of popping up a QMessageBox.Christian Kandeler2015-03-031-5/+5
* ProjectExplorer: Add runStartupProject() convenience functionhjk2015-02-231-8/+4
* Analyzer: Reduce explicit use of StartMode enumhjk2015-02-201-8/+14
* Analyzer: Dissolve IAnalyzerToolhjk2015-02-181-2/+2
* Analyzer: Move non-static parts of IAnalyzerTool::start*Toolhjk2015-02-181-8/+20
* Analyzer: Remove IAnalyzerTool::m_toolMode memberhjk2015-02-181-5/+2
* Analyzer: Move runMode member from IAnalyzerTool to AnalyzerActionhjk2015-02-181-4/+12
* Valgrind: Dissolve ValgrindTool hierarchy levelhjk2015-02-181-1/+9
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Valgrind: Support vgdbOrgad Shaneh2015-02-101-1/+20
* | Valgrind: Port to Qt5-style connectOrgad Shaneh2015-02-091-2/+2
* | Misc: Remove unneeded qualificationsOrgad Shaneh2015-02-061-2/+2
* | Valgrind: Replace QDir::separator with slashOrgad Shaneh2015-02-021-1/+1