aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/valgrind
Commit message (Expand)AuthorAgeFilesLines
* Valgrind: De-slotOrgad Shaneh2017-03-2017-47/+15
* TextEditor: Set widthFactor from TextMark ctorUlf Hermann2017-03-161-2/+1
* ProjectExplorer: Return a ProcessHandle for AppLauncher::applicationPIDhjk2017-03-101-1/+1
* SessionManager: Clean up methods around projectsTim Jenssen2017-03-022-2/+2
* ProjectExplorer: Unify RunControl setup/teardownTobias Hunger2017-03-012-14/+3
* Remove spaces in initializer listsTim Jenssen2017-02-223-13/+13
* Fix linkage on msvc2015Thomas Hartmann2017-02-091-0/+6
* Valgrind: Modernize codeChristian Stenger2017-02-092-79/+73
* Utils: Introduce a TemporaryDirectory and TemporaryFile classTobias Hunger2017-01-201-3/+2
* Remove duplicate includesEike Ziller2017-01-041-5/+0
* Merge remote-tracking branch 'origin/4.2'Eike Ziller2016-12-209-1/+2000
|\
| * Valgrind: Fix Qbs buildChristian Stenger2016-12-192-1/+12
| * Valgrind: Move some memcheck auto tests into pluginChristian Stenger2016-12-169-0/+1988
* | Valgrind: Mark destructor of base class as virtualTobias Hunger2016-11-292-9/+5
|/
* Use QString::splitRef() instead of QString::split()Friedemann Kleint2016-11-251-1/+1
* Valgrind: Create only one extra configuration aspecthjk2016-10-101-4/+5
* Core: Make IOptionsPage::categoryIcon a Utils::IconAlessandro Portale2016-09-201-1/+1
* Move icons to UtilsUlf Hermann2016-08-053-10/+9
* TreeModel: Introduce a TreeItem::indexInParent() convenience functionhjk2016-08-031-1/+1
* UI files: Fix tab order in lots of UI formsNazar Gerasymchuk2016-08-021-0/+17
* Utils: Streamline TreeModel APIhjk2016-07-272-2/+2
* TreeModel: Consolidate child()/childAt() and rowCount()/childCount()hjk2016-07-071-1/+1
* Debugger: Dissolve AnalyzerUtils::logToIssuesPane()hjk2016-05-312-6/+11
* Analyzer: Move toolbar icon specification down to individual RunControlshjk2016-05-311-0/+3
* Icons: Move "next/prev", "[un]locked" and "zoom" from Core to UtilsAlessandro Portale2016-05-312-4/+6
* Debugger: Move remaining Analyzer overlay icon to ProjectExplorerhjk2016-05-301-2/+1
* Analyzer: Move supportsReRunning() down to individual runControlshjk2016-05-301-0/+1
* Debugger: Remove AnalyzerRunControl::pause etchjk2016-05-301-4/+2
* Debugger: Let perspectives specify their central widgethjk2016-05-132-4/+4
* 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-112-2/+2
* | Valgrind: Split MemCheck and CallGrind factorieshjk2016-05-1011-86/+117
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-05-091-2/+3
|\|
| * Make local custom executables run independent of device selectionhjk2016-05-041-2/+3
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-05-037-8/+33
|\|
| * Qbs: Enable exceptions where neededOrgad Shaneh2016-05-021-0/+2
| * fix environment variables on remote valgrindVolker Vogelhuber2016-04-271-0/+3
| * Fix valgrind with remote Linux hosts.Christian Kandeler2016-04-266-8/+28
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-222-5/+5
|\|
| * Theme: Separate run/stop/interrupt icons in menusAlessandro Portale2016-04-212-5/+5
* | Use function objects for IRunConfigurationAspect::createConfigurationWidgethjk2016-04-221-5/+1
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-156-2/+12
|\|
| * Valgrind: Avoid soft assert on missing line numbersChristian Stenger2016-04-151-0/+3
| * Icons: Removing several duplicates and variations of the eye_open iconAlessandro Portale2016-04-125-2/+9
* | Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-121-6/+5
|\|
| * 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 compile on WinChristian Stenger2016-04-081-2/+3
* | Valgrind: Use a lambda to provide filtering in the error modelhjk2016-04-073-107/+60