aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-1/+1
* ProjectExplorer: Apply static pattern to ProjectExplorerPluginhjk2014-09-261-11/+7
* Rename {Core,TextEditor},{Base,}TextDocument classeshjk2014-09-251-1/+1
* Debugger: Operate tooltips on TextEditorWidgets, not TextEditorhjk2014-09-191-1/+1
* CppTools: Change CppModelManager implementation patternhjk2014-09-191-2/+2
* Debugger: remove dead stores.Erik Verbruggen2014-09-111-2/+2
* Remove Qt version checks.Christian Kandeler2014-09-081-2/+0
* ProjectExplorer: Streamline the canRun(Project) functionshjk2014-09-041-15/+10
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-09-031-1/+0
|\
| * Debugger: Remove default shortcut for Restart DebuggingOrgad Shaneh2014-08-281-1/+0
* | Editors: Automatically add editor/document id to context and use thatEike Ziller2014-09-021-1/+1
* | TextEditor: Introduce some convenience text accessors in the editorhjk2014-08-271-6/+3
* | ExtensionSystem: Remove Qt4 supportEike Ziller2014-08-271-2/+0
* | Use Qt 5's QStringList::join(QChar)hjk2014-08-251-1/+1
* | Do not shout at usersRobert Loehning2014-08-221-1/+1
* | TreeViewFind -> ItemViewFindDaniel Teske2014-08-111-2/+2
* | Debugger: Reduce line noisehjk2014-07-281-23/+24
* | TextEditor: Merge BaseTextEditorDocument into BaseTextDocumenthjk2014-07-281-1/+1
* | ProjectExplorer: Using function objects for kit matchinghjk2014-07-251-63/+35
* | TextEditor: Merge ITextEditor and BaseTextEditorhjk2014-07-251-27/+21
* | EditorManager: Do not be a widget.Eike Ziller2014-07-221-1/+0
|/
* Debugger: Save width of manually resized tree view columnshjk2014-07-181-3/+13
* Hide broken "Apply on Save" featureKai Koehne2014-07-171-8/+10
* Debugger: Hide some dock widget accesshjk2014-07-161-1/+5
* FancyMainWindow: Use auto-hiding dock title barshjk2014-07-151-1/+0
* Debugger: Rework editor tooltips handlinghjk2014-07-111-3/+2
* Debugger: Fix race conditionChristian Stenger2014-07-041-2/+5
* Fix that editor actions were enabled when help window is activeEike Ziller2014-07-021-1/+5
* Utils: Even more treeview column size fine tuninghjk2014-06-271-12/+5
* TextEditor: Consolidate various currentTextEditor() implementationshjk2014-06-241-8/+3
* Debugger: Some view resizeing fine-tuninghjk2014-06-231-8/+11
* GdbDebugger: add fast restart for debuggingTim Sander2014-06-201-0/+25
* Debugger: Add VariableSupport to some text fieldshjk2014-06-191-1/+2
* Debugger: Remove some unused codehjk2014-06-061-11/+0
* Find: Add a convenience "factory" for searchable treeview wrappershjk2014-06-041-17/+2
* Debugger: Consolidate Debugger view creationhjk2014-06-041-53/+116
* Debugger: Some infrastructure for stricter watch model testinghjk2014-06-031-4/+4
* Debugger: Move debugger icons from core to debuggerAlessandro Portale2014-06-021-1/+1
* Debugger: Remove unused variablehjk2014-05-301-1/+0
* Debugger: Simplify raise-on-stop logichjk2014-05-271-1/+0
* Add missing includeCampbell Barton2014-05-181-0/+1
* Debugger: Streamline option page codehjk2014-05-161-0/+3
* DocumentModel: Make interface statichjk2014-05-131-1/+1
* Project: Use Utils::FileName as return type for projectDirectory(...)Tobias Hunger2014-05-061-1/+1
* Project: Use Utils::FileName as return type for projectFilePath()Tobias Hunger2014-05-061-1/+1
* Debugger: Remove redundant conditionOrgad Shaneh2014-05-051-1/+1
* Use double quotes instead of single quotes as per our guidelines.Christian Kandeler2014-04-221-3/+3
* Debugger: Fix setting breakpoints in disassembly viewhjk2014-04-141-7/+9
* Valgrind: Fix missing pause iconChristian Stenger2014-03-281-1/+1
* Debugger: Fix message about attaching to local processes.Friedemann Kleint2014-03-131-1/+1