summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/watchhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* debugger: keep row selection in watchersview after expand/collapsehjk2009-03-251-1/+2
* debugger: use new actions for watchers window/manager communicationhjk2009-03-251-13/+32
* debugger: use less "reset" in the locals viewhjk2009-03-241-1/+1
* debugger: insert action to create new watch item in locals&watchers context menuhjk2009-03-191-3/+0
* debugger: make QAction a base class of DebuggerActionhjk2009-03-191-2/+2
* debugger: some action related cleanuphjk2009-03-191-2/+2
* debugger: make assignment of simple types work againhjk2009-03-191-3/+3
* allow in-line editing of watcher expressionshjk2009-03-191-22/+11
* debugger: make add & remove wathcers work again after the action changeshjk2009-03-191-4/+16
* debugger: more actions reshufflinghjk2009-03-191-4/+2
* debugger: reorganizing settings and actions in progresshjk2009-03-191-0/+10
* Fixes: debugger: also show the original address in a tooltip whenhjk2009-03-111-1/+3
* Fixes: debugger: implement custom dumpers for std::sethjk2009-03-111-0/+10
* Fixes: debugger: re-add code that was accidentally removed in bd96ebf7hjk2009-03-041-1/+1
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
* Fixes: debugger: watch view: collapsed items did not stay collapsedhjk2009-02-191-2/+2
* Fixes: debugger: sort array and list indices numericallyhjk2009-01-281-14/+3
* Bump year in licence header.Daniel Molkentin2009-01-131-1/+1
* comment out watchhandler debug informationhjk2008-12-191-2/+2
* some refactoring: make watchExpression/removeWatchExpression symmetrichjk2008-12-171-4/+11
* make watchers persistent in the sessionhjk2008-12-171-12/+49
* chancge Nokia GPL exception version from 1.2 to 1.3hjk2008-12-161-1/+1
* nicer type display for std::map (not including an actual dumper yet)hjk2008-12-111-2/+13
* add to watchwindow was missing an update.hjk2008-12-101-1/+1
* add custom dumpers for std::listhjk2008-12-101-5/+17
* Fixes: - crash on windowsPatrick Star2008-12-091-1/+1
* some QTC_ASSERT polishinghjk2008-12-091-1/+1
* move plugins/debugger/assert.h -> /libs/utils/qtcassert.hhjk2008-12-091-1/+1
* rename QWB_ASSERT into QTC_ASSERThjk2008-12-091-23/+23
* simplify WatchWindow expansion handling a bithjk2008-12-081-0/+7
* fix expansion state of "dummy" items in locals&watchers after frame changeshjk2008-12-081-57/+71
* more file cosmeticshjk2008-12-021-0/+1
* off-by-one in headershjk2008-12-021-1/+0
* end-of-line whitespace correction of the new headershjk2008-12-021-10/+11
* Initial importcon2008-12-021-0/+1137