aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerplugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename IPlugin::shutdown --> IPlugin::aboutToShutdowncon2010-04-281-3/+3
* Don't delete members in DebuggerPlugin::shutdown.con2010-04-281-14/+12
* Make TextEditorPlugin internal againThorbjørn Lindeijer2010-04-201-2/+2
* Fixed auto-switching issues with QML inspector and c++ debuggerLasse Holmstedt2010-04-131-1/+13
* debugger: more breakpoint refactoringhjk2010-04-121-5/+5
* Debugger/[gdb]: Remote debugging: Override toolchain gdb-detectionFriedemann Kleint2010-04-121-1/+3
* debugger: move toggleBreakpoint() from DebuggerManager to DebuggerPluginhjk2010-04-091-5/+26
* debugger: basic support for address-based breakpointshjk2010-04-091-2/+13
* Comment fix and removed misplaced backslashThorbjørn Lindeijer2010-04-081-1/+1
* debugger: prevent the QML editor from setting breakpointshjk2010-04-061-18/+39
* debugger: some gui & code cosmeticshjk2010-04-061-14/+4
* debugger: add a context menu action to the stackview to create a fullhjk2010-03-301-0/+12
* Added icons to options dialog categoriesThorbjørn Lindeijer2010-03-261-0/+3
* Added an option to register Creator as post-mortem debugger.Robert Loehning2010-03-251-1/+13
* Fixes: Tooltips for hover help didn't show up anymore.con2010-03-231-21/+18
* Introduced a single convenient function for updating additional contextsThorbjørn Lindeijer2010-03-231-7/+4
* Improved statusbar output for the debugger modeJens Bache-Wiig2010-03-231-0/+1
* context-based hiding/showing of debug menu entriesLasse Holmstedt2010-03-191-18/+37
* setting menu item visiblity in debuggeruiswitcherLasse Holmstedt2010-03-181-0/+1
* Added automatic language switching option to debugger settingsLasse Holmstedt2010-03-181-18/+53
* Header cleaning spree in Core/Debugger and Symbian/Maemo-code of Qt4.Friedemann Kleint2010-03-181-0/+5
* Debugger: Improve engine detection.Friedemann Kleint2010-03-171-3/+6
* debugger: code cosmeticshjk2010-03-111-71/+75
* debugger: re-enable basic support for reverse execution.hjk2010-03-111-30/+29
* debugger: use ITextEditor in DebuggerManagerhjk2010-03-101-9/+2
* debugger: closer dependency plugin<->manager, less signal/slot connectionshjk2010-03-101-75/+59
* texteditor: return information on whether openEditor actually created anhjk2010-03-101-1/+2
* Long live the king!hjk2010-03-051-1/+1
* Migrate ManhattanStyle to use QProxyStyleJens Bache-Wiig2010-02-231-1/+1
* Merge branch 'debugintegration'Lasse Holmstedt2010-02-161-167/+107
|\
| * Changed QML Inspector from a separate global mode to a plugin.Lasse Holmstedt2010-02-161-166/+106
* | debugger: implement basic support for gdb's 'return' commandhjk2010-02-151-0/+5
|/
* debugger/texteditor: Add font and size option to debugger panels, QTCREATORB...hjk2010-02-121-0/+6
* debugger: some basic support for 'catch catch' and 'catch throw'hjk2010-02-111-0/+2
* debugger: re-enable the 'Reset Debugger' action, renamed into 'Abort Debugging'hjk2010-02-111-3/+4
* Removed static QIcon instances.Friedemann Kleint2010-02-101-7/+1
* debugger: add runToLine and jumpToLine actions to editor context menu in debu...hjk2010-02-081-7/+22
* debugger: make handling multiple core files a bit more convenienthjk2010-02-031-0/+9
* Merge remote branch 'origin/1.3'Oswald Buddenhagen2010-01-291-4/+4
|\
| * remove trailing whitespaceOswald Buddenhagen2010-01-291-3/+3
| * debugger: make watchdog timeout configurablecon2010-01-061-0/+1
| * debugger: make use of full source file list optionalhjk2010-01-061-0/+1
| * debugger: make the option to write timestamps to the log persistentcon2010-01-061-0/+1
| * Revert "Debugger: Disable "Start debugging" when attaching/starting remote"Friedemann Kleint2009-11-021-15/+1
| * Debugger: Disable "Start debugging" when attaching/starting remoteFriedemann Kleint2009-11-021-1/+15
* | debugger: clean up verbosity settings in trk adapterhjk2010-01-151-0/+1
* | Fixes: Diff editors don't get correct name.con2010-01-111-1/+1
* | Make method naming more consistent.Tobias Hunger2010-01-071-8/+8
* | Debugger: Enable attaching with -client option.Friedemann Kleint2009-12-141-34/+56
* | Add a minimize/maximize action to the output panemae2009-12-141-1/+1