aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/breakwindow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Fix en/disabling of "Delete All Breakpoints"dt2010-09-141-1/+1
* Pedantic cleanup of filename parameters for QIcon constructorAlessandro Portale2010-07-301-1/+1
* debugger: reenable disabling of breakpoints in editor context menuhjk2010-06-251-16/+0
* debugger: fix breakpoint toggling of "moved" breakpointshjk2010-06-251-12/+0
* debugger: The DebuggerEngine refactoring.hjk2010-06-221-59/+91
* debugger: refactor thread related classhjk2010-05-181-0/+1
* debugger: refactor breakpoint handlinghjk2010-05-171-0/+1
* debugger: fix scheduling of deletion of data watch pointshjk2010-05-101-0/+1
* debugger: rename some breakpoint related functionshjk2010-05-101-1/+2
* debugger: first shot a implementing data watchpointshjk2010-05-071-12/+13
* debugger: make it possible to bulk-assign breakpoints to threadshjk2010-04-301-0/+21
* debugger: support for per-thread breakpointshjk2010-04-301-13/+41
* Remove some focus rects on the Mac that don't belong there.con2010-04-161-0/+1
* debugger: slightly better wording of action names when disabling multiplehjk2010-04-121-1/+8
* debugger: better tell gdb about changed breakpoint attributes.hjk2010-03-251-0/+1
* Header cleaning spree in Core/Debugger and Symbian/Maemo-code of Qt4.Friedemann Kleint2010-03-181-0/+1
* Clean up layouts and use minisplitter everywhereJens Bache-Wiig2010-03-171-0/+1
* Long live the king!hjk2010-03-051-1/+1
* debugger: use the right flag to select using full paths for breakpointshjk2010-03-041-1/+1
* debugger: change capitalization of context menu action texts to Book Stylehjk2010-02-121-12/+20
* Compile fixRobert Loehning2010-02-111-1/+1
* debugger: some basic support for 'catch catch' and 'catch throw'hjk2010-02-111-5/+20
* Merge remote branch 'origin/1.3'Oswald Buddenhagen2010-01-291-1/+1
|\
| * remove trailing whitespaceOswald Buddenhagen2010-01-291-1/+1
* | debugger: better positioning of current entry when deleting breakpointshjk2010-01-151-1/+1
|/
* debugger: fix breakpoihnt deletion by using the context menu actionhjk2009-11-131-1/+1
* Debugger: Fix crash toggling Stack/"Derefence Pointers" without projectFriedemann Kleint2009-10-071-0/+2
* debugger: make 'address column' in stack and breakpoint view optionalhjk2009-10-011-8/+13
* debugger: make context menus of views look more similarhjk2009-08-181-2/+3
* long live the kinghjk2009-08-141-1/+1
* Fixed tr()-glitches.Friedemann Kleint2009-07-301-3/+3
* Add "Delete all breakpoints/Delete breakpoints by file".Friedemann Kleint2009-07-161-45/+86
* debugger: Rework watch model.hjk2009-06-171-1/+1
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* Merge commit 'origin/1.2'con2009-06-121-0/+41
|\
| * debugger: add a 'break at main' checkbox in the 'start and debug external' di...hjk2009-06-121-7/+2
| * debugger: move 'break by function' menu itemshjk2009-06-121-2/+48
* | debugger: let the breakpoint view handle multiple items at oncehjk2009-06-111-34/+91
|/
* debugger: rename resource path for generic images from 'gdbdebugger' to 'debu...hjk2009-05-191-1/+1
* debugger: use short paths by default for setting breakpointshjk2009-05-111-0/+8
* debugger: make striped background of debug views optionalhjk2009-05-051-23/+18
* debugger: introduce enabling/disabling of breakpointshjk2009-04-281-0/+9
* Implement disassembler for cdb.Friedemann Kleint2009-04-141-4/+5
* debugger: make user visible strings translatablehjk2009-04-081-5/+5
* debugger: add shortcut to debugger properties in more context menushjk2009-03-241-0/+1
* debugger: make QAction a base class of DebuggerActionhjk2009-03-191-1/+1
* debugger: some action related cleanuphjk2009-03-191-1/+1
* debugger: more actions reshufflinghjk2009-03-191-1/+1
* debugger: reorganizing settings and actions in progresshjk2009-03-191-4/+1
* debugger: start action handling refactoringhjk2009-03-181-2/+3