kdbg-2.1.0-rc1
tag24aaae9f23bc1b7b45447c3c2caa166bff9f8aee
object d8d1e0ec8ccb7fbee79df729d290be265f225162
authorJohannes Sixt <johannes.sixt@telecom.at>
Fri, 24 Aug 2007 17:53:22 +0000 (24 19:53 +0200)
KDbg 2.1.0-rc1.

- The source window hightlights syntax of C/C++ source code.

- The Attach to Process dialog shows the processes in a tree and offers
  a filter.

- The Program Arguments dialog is reorganized into tabbed dialog.

- Local wchart_t values are interpreted as Unicode strings and displayed
  accordingly. (Does not work with members of structs.)

- The std::string values are displayed (only on platforms that use
  libstdc++.so.6).

- The output window interprets \r, i.e. it handles how terminal applications
  typically implement progress indication.

- The variable windows now use Qt's tree controls and look now differently.