summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/watchhandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* Debugger[CDB]: Do not evaluate watch expressions at all.Friedemann Kleint2010-10-111-0/+3
* Debugger: Fix dumpers in case alphabetical sorting is off.Friedemann Kleint2010-10-081-28/+52
* Debugger: Streamline watch editing code.Friedemann Kleint2010-09-241-36/+46
* Debugger: Fixes around watch editing.Friedemann Kleint2010-09-231-63/+59
* debugger: make alphabetic sorting of struct members optional.hjk2010-09-231-0/+2
* debugger: make only toplevel watchers editablehjk2010-09-231-4/+4
* Debugger: Add special widgets for editing watch values.Friedemann Kleint2010-09-221-7/+70
* Debugger: Sanitize Datatypes, part 3: Address of watch items.Friedemann Kleint2010-09-221-12/+10
* Debugger: Small fixesFriedemann Kleint2010-09-221-1/+1
* Debugger: Sanitize Datatypes, part 1: Breakpoints.Friedemann Kleint2010-09-211-4/+2
* debugger: suppress variable tooltips with outdated contentshjk2010-09-151-0/+6
* I18n: tr-fixes.Friedemann Kleint2010-09-131-3/+4
* debugger: only update variables that are operated onhjk2010-09-131-4/+7
* debugger: make some of the dumper generated static strings translatablehjk2010-09-081-0/+15
* debugger: provide a method to copy Locals&Watchers contents into a main editor.hjk2010-09-081-0/+26
* debugger: more QByteArray/typehjk2010-09-011-23/+24
* debugger: make a 'type' a QByteArray, not a QStringhjk2010-09-011-5/+5
* debugger: fix spelling of synchronoushjk2010-08-301-3/+3
* debugger: don't show format options for 'bool'hjk2010-08-261-1/+1
* debugger: replace \n by \\n in locals & watchershjk2010-08-261-1/+3
* Merge branch '2.0' of scm.dev.nokia.troll.no:creator/mainlineKai Koehne2010-08-231-3/+6
|\
| * debugger: fix 2.x regression: allow assignment to structure membershjk2010-08-181-2/+15
* | debugger: fix assigning new values to structure membershjk2010-08-181-2/+12
* | debugger: simplify code for inserting new watchitemshjk2010-07-231-20/+6
* | debugger: do not insert multiple "<Edit>" placeholders when creating new watchhjk2010-07-221-6/+29
* | debugger: adjust loading/saving of watched expressions to recent changeshjk2010-06-251-4/+24
* | debugger: allow per item selection of display method in Locals&Watchershjk2010-06-251-10/+20
* | debugger: simplify handling of context menu actions of the Locals&Watchers viewhjk2010-06-231-35/+40
* | debugger: remove special mechanism to update watcher and return windowhjk2010-06-231-4/+5
* | debugger: The DebuggerEngine refactoring.hjk2010-06-221-45/+119
* | debugger: make watch and register items non-draggablehjk2010-06-071-2/+2
* | Debugger/WatchWindow: Add menu options to show pointed to addresses.Friedemann Kleint2010-05-191-9/+32
* | debugger: fix resetting type formats in Locals and Watchershjk2010-05-191-1/+4
* | debugger: show return value of last function call in Locals and Watchers viewhjk2010-05-191-0/+14
|/
* debugger: add a cut-down version of the dumpers for pythonhjk2010-04-271-9/+11
* debugger: new files for WatchData; move potentially shared code to watchutils...hjk2010-04-271-248/+0
* Fixed debug view of QImage on WindowsRobert Loehning2010-04-231-0/+7
* Debugger[CDB]: Fix watchers.Friedemann Kleint2010-04-151-0/+1
* Debugger[cdb/gdb]: Fix formatting of integers/messages.Friedemann Kleint2010-04-091-1/+41
* debugger: polish address display. also remove the mostly unused 'stored' addresshjk2010-03-231-2/+0
* debugger: hide "watchers" part of Locals&Watchers if there aren't watchershjk2010-03-221-0/+1
* Header cleaning spree in Core/Debugger and Symbian/Maemo-code of Qt4.Friedemann Kleint2010-03-181-0/+1
* debugger: merge multiple fancy views of the same objecthjk2010-03-171-4/+5
* debugger: display cosmeticshjk2010-03-171-37/+40
* debugger: base individual formats on object addresses, not on inameshjk2010-03-171-8/+8
* debugger: add manual testhjk2010-03-161-0/+1
* debugger: code cosmetics for custom displayshjk2010-03-161-11/+25
* debugger: don't hard code typeformats except for ints and stringshjk2010-03-161-9/+8