Add missing forward declaration required by recent Qt/KDE.
[kdbg.git] / ChangeLog
blobd53180639434fe47ca7b54c2493646a5b19cffc9
1 Version 1.9.0
3         Program arguments that are file names can be browsed for.
5         Added XSLT debugging (using xsldbg) by Keith Isdale.
7 Version 1.2.5
9         Now compiles for KDE 3 (Beta2).
11 Version 1.2.4
13         Now compiles for KDE 3 (Beta1).
15         Support QString of Qt 3.x.
17         Improved (and fixed) the display of arrays with repeated values.
19         Fixed crash when a file is reloaded while disassembled code is
20         displayed.
22         Fixed parsing of stack frames involving signal handler invocations.
24 Version 1.2.3
26         Fixed invisible toolbar under KDE 2.x (really, this time, I promise).
28         Fixed crash when no line has the cursor (empty files).
30         Don't display a blank page when a non-existing file was tried to open.
32 Version 1.2.2
34         Fixed a special, but common case where removing a breakpoint didn't
35         work but add more on the same line instead (thanks to Ron Lerech).
37         Fixed invisible toolbar under KDE 2.1.2 (thanks to Neil Butterworth).
39         Fixed compilation for gcc 3.0 (thanks to Ben Burton):
41         Fixed make install if srcdir != builddir.
43         Changed encoding of German translations (and also Danish, Italian,
44         Norwegian, Romanian, Slovak, Swedish) to UTF-8, which fixes message
45         strings under KDE2 (at least for German - couldn't test the others).
47 Version 1.2.1
49         Working directory can be browsed for.
51         Added context menu to move the selected expression from the local
52         variables window to the watch window.
54         Fixed crash when environment variables are removed.
56         Fixed problems with trailing backslashes in watched expressions.
58         Fixed compilation on FreeBSD (openpty).
60 Version 1.2.0
62         Translations for: Hungarian, Japanese, Norwegian (Nynorsk), Serbian,
63         Turkish
65         Updated the User's Manual (English, Russian (thanks, Ilmar!), German).
67 Version 1.1.7beta1
69         Improved the program icon; made the installation more KDE2 compliant.
71         Enabled mouse wheel scrolling at various places.
73 Version 1.1.6
75         Added memory display.
77         Single-stepping by instruction.
79         Watchpoints. Finally! (On Linux/i386 works best with gdb 5!)
81 Version 1.1.5
83         Made Delete key work in the watch window.
85         Breakpoints can be enabled and disabled in the breakpoint list.
87         Detach from debugged program on exit (and when new program is debugged).
89         Added a list of recently opened executables (thanks to
90         Thomas Sparr <thomas.sparr@kreatel.se>).
92 Version 1.1.4
94         Fixed endless loop on shutdown.
96         Brought in line with KDE 1.91 (KDE 2 beta).
98 Version 1.1.3
100         Debugging of multi-threaded programs. Requires a gdb that supports
101         multi-threaded programs, like gdb 5.
103         Debugger window pops into the foreground when the program stops.
105         Made tab width a user-settable option.
107 Version 1.1.2
109         Display disassembled code.
111 Version 1.1.1
113         Use the KDE system fixed font for the source code window.
115         By default, do not log communication with gdb.
117         Added an integrated output window (based on code by Judin Max).
119         Program specific settings can be set. In particular: the debugger
120         command (required if you are debugging remote devices), the
121         terminal emulation needed for the program.
123 Verison 1.1.0
125         Use docking windows thanks to Judin Max <novaprint@mtu-net.ru>.
127         Added a register dump window. Based on code by Judin Max.
129         Implemented "balloons" (tool tips) that show variable values.
131         ./configure fix for NetBSD thanks to
132         Berndt Josef Wulf <wulf@ping.net.au>.
134         There's now a Swedish translation thanks to
135         Ã–rjan Lindbergh <orjan.lindbergh@telia.com>.
137 Version 1.0.2
139         Save and restore watched expressions.
141         More adjustments for the KRASH release.
143         Show <repeat...> count in QStrings like in normal C strings instead
144         of repeating the characters.
146         Use QListView instead of KTabListBox.
148 Version 1.0.1
150         Added a hack to set a remote target. Thanks to
151         Johnny Chan <johnnykc@iprg.nokia.com>.
153         Display function arguments. Based on suggestions by Johnny Chan.
155         KDE 2 fixes.
157         Support builddir != srcdir.
159 Version 1.0.0
161         Brought up-to-date for latest KDE 2.
163 Version 1.0beta3
165         Removal of minor misfeatures.
167         Prepared for KDE 2 and Qt 2 (it's a configure option:
168         --with-kde-version=2).
170         Added Russian documentation (thanks to
171         Ilmar S. Habibulin <ilmar@ints.ru>) and German documentation.
173         There is now a Spanish translation thanks to
174         Manuel Soriano <manu@europa3.com>.
176 Version 1.0beta2
178         Recognize strings with repeated characters: 'x' <repeats 34 times>.
180         Fix structs with no (additional) data members and other fixes
181         for gdb 4.18.
183         Save window size across sessions.
185         There is now an Italian translation thanks to
186         Massimo Morin <mmorin@schedsys.com>.
188 Version 1.0beta1
190         Fixed non-displaying QString (Qt2) with certain gdb 4.17's (at least
191         mine here, of SuSE 6.1, had a problem :-)
193         Fixed cases where gdb commands where executed after debuggee has exited.
195         Do not execute gdb commands after an interrupt.
197         Updated some translations. Still most are incomplete. Please help!
199         There is now a Polish translation thanks to
200         Jacek Wojdel <wojdel@kbs.twi.tudelft.nl>.
202 Version 0.3.1
204         The working directory for the program being debugged can be set
205         (Execution|Arguments).
207         There's now  a global options dialog in place (File|Global Options).
208         At the moment the debugger program (which must be gdb, but it could be
209         an experimental gdb version, for example) and the terminal for program
210         output can be specified.
212         Fixed Makefiles to support make DESTDIR=/tmp/foo install (which is
213         needed by packagers and to create relocatable RPMs).
215         There's now a Danish translation thanks to
216         Steen Rabol <rabol@get2net.dk>.
218 Version 0.3.0
220 Starting with this version, Qt 1.42 and KDE 1.1 is required.
222         Ported to Qt 2.0 and KDE post-1.1! KDbg now runs with both
223         KDE 1.1 (using Qt 1.42) and the latest experimental KDE. You can of
224         course run one version and debug programs written for the other version.
226         KDbg can now display Qt 2.0's QString values (which are Unicode
227         strings)!
229         Environment variables can be set. Changes become effective the next time
230         the program being debugged is run.
232         The breakpoint list has been improved. It disables command buttons at
233         times when it is not possible to change breakpoints. The icons that
234         show the breakpoint status are now the same as those in the source
235         window.
237         Popup menus (context menus) for frequently used commands have been added
238         to the source code window (thanks to Tom Nguyen <ttomnguyen@yahoo.com>)
240         There's now a Russian translation thanks to
241         Ilmar Habibulin <ilmar@ints.ru>.
243         Internal restructuring. These changes are invisible. They just make
244         future extensions less cumbersome.
246 Version 0.2.5
248 This is the last version that supports Qt 1.33 and KDE 1.0.
250         There's now a Czech translation thanks to
251         Martin Spirk <spirk@kla.pvt.cz>.
253         Recognize and report when gdb dies unexpectedly. This happens commonly
254         when writing CORBA programs since gdb obviously has problems in
255         debugging C++ classes with virtual base classes.
257         Added conditional breakpoints and ignore counts.
259 Version 0.2.4
261         Added a toolbar button to load the executable. The button to open a
262         source file is still there. I hope it's clear which one does what.
264         Attaching to a running process is now possible (Execution|Attach).
266         Made more visible when gdb is busy using a gear wheel in the upper right
267         corner of the window like kfm.
269         Made the KTreeView widget more flexible by adding a bunch of virtual
270         keywords. (No, this doesn't have any influence on the look and feel of
271         KDbg.) While doing that, I fixed a small repainting bug.
274 ChangeLog starts here.
275 See web page at http://members.telecom.at/~johsixt/ for more changes.