summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/watchdata.cpp
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Display unsigned hex values in watchhandler tooltip.Friedemann Kleint2013-07-051-0/+7
* Fix debugger watch data tooltip.Friedemann Kleint2013-07-051-2/+3
* Debugger: Don't limit length of displayed string-ish keyshjk2013-06-131-7/+1
* Debugger: Add a convenience function GdbMi::toInt()hjk2013-05-071-7/+7
* Debugger: Replace GdbMi::findChild() with an operator[]hjk2013-05-061-26/+26
* Fix indentationOrgad Shaneh2013-05-061-1/+1
* Clean headers in debugger plugin.Friedemann Kleint2013-03-221-2/+1
* Debugger: Sort out the 'address' vs 'origaddr' fieldshjk2013-03-081-52/+31
* Debugger: consolidate WatchData manipulation in watchdata.{h,cpp}hjk2013-02-011-1/+272
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Debugger: split editor related code off watchutils.{h,cpp}hjk2013-01-251-1/+4
|/
* Adjust license headershjk2012-10-051-21/+20
* debugger: fix color for changed items in locals and expressions viewhjk2012-09-211-6/+0
* debugger: show newlines in QStrings also in tooltipshjk2012-09-041-2/+4
* debugger: un-duplicate codehjk2012-09-041-20/+2
* Debugger: Format addresses in tooltips.Friedemann Kleint2012-08-221-5/+4
* I18n: Fixed plurals of bytesRobert Loehning2012-07-301-1/+1
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* debugger: rework WatchModelhjk2012-05-241-3/+0
* debugger: display references in type columnshjk2012-05-081-2/+0
* debugger: clarify meaning of 'Size' in L&E tooltiphjk2012-04-171-1/+1
* debugger: unbreak display of non-7bit-clean datahjk2012-03-131-4/+19
* Debugger: use QString::fromLatin1 instead of QString::fromAsciiDenis Mingulov2012-02-161-2/+2
* Removed module names from #include directives.Erik Verbruggen2012-02-151-2/+2
* Long live the king!hjk2012-01-261-1/+1
* Debugger: Compile with QT_NO_CAST_FROM_ASCII.Friedemann Kleint2011-12-211-12/+12
* debugger: show vtable ptr in hex, also with gdbhjk2011-11-111-7/+8
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* debugger: centralize check for changed display entrieshjk2011-08-221-2/+6
* debugger: show cdb vtable pointer in hexhjk2011-07-111-0/+7
* debugger: handle decimal and hex output for address valueshjk2011-07-081-1/+1
* debugger: disable address related breakpoints on debugger exithjk2011-05-111-5/+12
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Merge branch '2.2'Oswald Buddenhagen2011-04-141-15/+14
|\
| * Update license.hjk2011-04-131-14/+13
| * Debugger[CDB]: Fix handling of shadowed variables.Friedemann Kleint2011-04-121-1/+1
* | Debugger: Have Python dumper print type size information.Friedemann Kleint2011-04-121-8/+8
* | debugger: cleanuphjk2011-04-121-20/+15
* | debugger: make original value of automatically dereferenced pointer accessiblehjk2011-04-061-0/+14
* | Debugger: Add size to watch data.Friedemann Kleint2011-04-041-0/+5
|/
* debugger: recognize more types as integralhjk2011-03-241-2/+3
* debugger: display size of bitfields in 'type' columnhjk2011-03-011-0/+2
* More copyright fixesTobias Hunger2011-02-181-0/+33
* debugger: fix the ShowQtNamespace option in the Locals & Watchers windowhjk2011-01-171-12/+2
* debugger: code cosmeticshjk2011-01-171-3/+9
* ProjectExplor/Debugger: Header cleanupFriedemann Kleint2010-11-021-2/+0
* one more dead headerArvid Ephraim Picciani2010-10-291-1/+0
* clean up WatchDataArvid Ephraim Picciani2010-10-151-20/+103
* Debugger: Fix dumpers in case alphabetical sorting is off.Friedemann Kleint2010-10-081-1/+3