aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Don't update watch view needlesslyhjk2015-03-271-1/+0
* Debugger: Inline DebuggerPluginPrivate::{isDockVisible,mainWindow}hjk2015-03-201-12/+5
* Debugger: Fix removal of expression that ends with whitespaceOrgad Shaneh2015-03-201-0/+1
* Debugger: Re-enable watchers after ending a debugger runhjk2015-03-191-0/+2
* QML: Remove Apply on Save functionalityKai Koehne2015-03-181-8/+0
* Debugger: inline DebuggerPluginPrivate::updateWatchersWindowhjk2015-03-161-8/+2
* Fix parsing of filename with position when -client is usedOrgad Shaneh2015-03-091-5/+7
* Debugger: Remove dead storeOrgad Shaneh2015-03-091-1/+1
* Debugger: Don't show a location marker in the mixed master enginehjk2015-03-051-4/+6
* Clean exported headers of the Core plugin.Friedemann Kleint2015-03-051-0/+1
* Debugger: Remove 'Remote' qualification from 'Debug Server'hjk2015-03-031-2/+2
* EditorManager: add optional uniqueId parameterNikita Baryshnikov2015-02-271-1/+1
* Core: Add an ActionContainer::addSeparator(Id) overloadhjk2015-02-261-5/+2
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-0/+4
* Core: Make Context parameter to registerAction optionalhjk2015-02-261-46/+30
* Debugger: Rework 'Attach to unstarted application' startuphjk2015-02-261-54/+42
* SettingsDialog: Remove CategoryId parameter from callershjk2015-02-241-7/+1
* ProjectExplorer: Add runStartupProject() convenience functionhjk2015-02-231-22/+4
* Debugger: Simplify code to open disassembler view from context menuhjk2015-02-191-16/+7
* Use new mime databaseEike Ziller2015-02-171-0/+3
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Debugger: Some code modernizationhjk2015-02-121-1/+1
* | Debugger: Remove unneeded qualificationsOrgad Shaneh2015-02-041-31/+31
* | Replace QFileInfo::fileName() with FileName::fileName()Orgad Shaneh2015-01-291-1/+1
* | Debugger: Re-work breakpoint storage handlinghjk2015-01-151-133/+51
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-5/+5
* | Debugger: Further cleanupChristian Stenger2014-12-191-3/+0
* | Debugger: Rework register handlinghjk2014-12-181-2/+5
* | Debugger: Some cleanup in DebuggerPluginhjk2014-12-161-18/+1
* | Debugger: Introduce a "Native Mixed" switchhjk2014-12-121-1/+25
* | Debugger: Use mostly Qt5-style connects in debuggerplugin.cpphjk2014-12-081-59/+59
* | Debugger: Use Core::AsynchronousMessageBoxMarco Bubke2014-12-081-4/+5
* | Completely rework currentNode/currentProject handlingDaniel Teske2014-12-031-2/+3
|/
* 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