summaryrefslogtreecommitdiff
path: root/src/plugins/valgrind
Commit message (Expand)AuthorAgeFilesLines
* Valgrind: Do not put html links in clipboardNikolai Kosjar2014-11-271-9/+12
* AnalyzerBase: Return base sizeHint() for invalid indicesNikolai Kosjar2014-11-261-1/+5
* Valgrind: Fix memory leakOrgad Shaneh2014-11-241-2/+5
* Analyzer: Trigger stopIt() only once when pressing the stop buttonUlf Hermann2014-11-191-1/+0
* qbs build: Remove unneeded import statements.Christian Kandeler2014-11-101-2/+0
* Valgrind: Callgrind log is not XML #2Orgad Shaneh2014-11-052-11/+5
* Valgrind: Do not reset events on pauseOrgad Shaneh2014-11-041-3/+1
* Valgrind: Avoid passing empty argumentOrgad Shaneh2014-11-031-1/+2
* AnalyzerBase: Extract some base classes from ValgrindNikolai Kosjar2014-10-153-268/+27
* License update.Eike Ziller2014-10-151-1/+1
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-1494-658/+752
|\
| * License updateEike Ziller2014-10-0995-660/+754
* | TextEditor: Make mark requests operate on widgets, not editorhjk2014-10-021-10/+8
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-1/+1
* | ProjectExplorer: Apply static pattern to ProjectExplorerPluginhjk2014-09-261-1/+1
* | Remove duplicated arrow from analyzer filter.Francois Ferrand2014-09-231-0/+1
* | [Valgrind] Use standard font for currently selected memcheck entry.Francois Ferrand2014-09-121-4/+7
* | Replace QLatin1String("x") with QLatin1Char('x') where possibleKai Koehne2014-09-041-1/+1
* | ExtensionSystem: Use Qt 5 plugin metadata instead of .pluginspec filesEike Ziller2014-09-022-17/+19
* | Do not use deprecated Qt functionality.Christian Kandeler2014-08-292-3/+3
* | ExtensionSystem: Remove Qt4 supportEike Ziller2014-08-271-2/+0
* | Use Qt 5's QStringList::join(QChar)hjk2014-08-252-2/+2
* | Merge remote-tracking branch 'origin/3.2'Oswald Buddenhagen2014-08-052-12/+10
|\ \ | |/
| * Analyzer: Use a more common default value for the initial dock areahjk2014-07-242-11/+4
| * Analyzer: Set dockwidget title on inner widget firsthjk2014-07-242-5/+10
* | TextEditor: Merge ITextEditor and BaseTextEditorhjk2014-07-251-6/+6
* | AnalyzerTool: Make runMode and toolMode value membershjk2014-07-234-26/+5
* | Replace set[Plain]Text(QString()) with clear()Alessandro Portale2014-07-231-1/+1
* | Merge ITextMark and BaseTextMarkhjk2014-07-233-7/+5
|/
* Debugger: Save width of manually resized tree view columnshjk2014-07-181-0/+5
* Valgrind: Fix error display for shadow buildOrgad Shaneh2014-07-141-1/+1
* Fix Qt4 compilationOrgad Shaneh2014-07-061-1/+1
* Valgrind: Fix early deletion of processOrgad Shaneh2014-07-031-1/+1
* Valgrind: Compile fix for Windowshjk2014-06-191-0/+2
* Reinvent deprecated qSort as Utils::sortNikita Baryshnikov2014-06-193-25/+10
* CleanUp usage of QtAlgorithmsNikita Baryshnikov2014-06-172-4/+5
* Valgrind: Initialize member variableOrgad Shaneh2014-06-161-1/+3
* Valgrind: Remove redundant local variableOrgad Shaneh2014-06-161-2/+1
* Analyzer: Remove unused fieldOrgad Shaneh2014-06-161-2/+0
* Valgrind: Update callgrind_control help textOrgad Shaneh2014-06-161-3/+1
* Debugger: More column resizinghjk2014-06-042-10/+0
* Valgrind: Fix passing multiple arguments to inferiorChristian Stenger2014-06-041-1/+1
* ProgressManager: Handle QFutureInterface by value in addTimedTaskhjk2014-05-302-8/+6
* Valgrind: Pass const vector by referenceOrgad Shaneh2014-05-202-2/+2
* Cleanup whitespaceOrgad Shaneh2014-05-162-3/+3
* Valgrind: Use generic timed future for uncertain progresshjk2014-05-135-33/+1
* Valgrind: Remove unused function.Christian Kandeler2014-05-122-29/+0
* Valgrind: Don't use QString::fromLocal8Bit() on remote output.Christian Kandeler2014-05-122-3/+3
* Valgrind: Support console applicationsOrgad Shaneh2014-05-087-41/+66
* Valgrind: Remove dialog asking for IP address.Christian Kandeler2014-05-087-114/+131