aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update LicenseEike Ziller2015-01-161-6/+6
* Debugger: Use Qt5 style disconnectChristian Stenger2014-11-261-2/+2
* Debugger: Introduce "Close memory buffers on exit" optionhjk2014-11-171-6/+7
* Debugger: Expose WatchModel signalshjk2014-11-071-6/+5
* Debugger: Fix crash after creator shutdownDavid Schulz2014-10-281-1/+1
* Debugger: Fix attach external application.David Schulz2014-10-281-4/+2
* Debugger: Replace debuggerCore() by equivalent free functionshjk2014-10-231-148/+180
* Debugger: Move RunControl creation helper code to debuggerruncontrol.cpphjk2014-10-211-98/+15
* Debugger: Consolidate RunControl creationhjk2014-10-201-8/+1
* MacroExpander: Fall back to global expanderhjk2014-10-161-1/+1
* MacroExpander: Allow registering local expansionshjk2014-10-151-1/+1
* Debugger: Remove unused values from DebuggerStartModeOrgad Shaneh2014-10-141-24/+0
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | TextEditor: Move some enums to namespace scopehjk2014-10-131-3/+3
* | Re-introduce option to toggle FancyMainWindow auto-hidinghjk2014-10-091-0/+1
* | TextEditor: Make mark requests operate on widgets, not editorhjk2014-10-021-26/+21
* | 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