Removed the check for KDE 3.
[kdbg.git] / ChangeLog
blob5b3830d0b7412fe6019d03d1b9d38b7dfc46ffe2
1 Version 2.0.4
3         Fixed encoding of the Czech translation thanks to Jakub Galgonek.
5 Version 2.0.3
7         Fixed parsing of gdb output that mentions "operator<<", "operator>>",
8         "operator<", and "operator>" within text delimited by angle brackets <>.
9         This fixes a crash when any such function is disassembled and other
10         misbehaviors.
12         Fixed parsing stack frames that mention "operator<<" or "operator<".
13         Thanks to Charles Samuels, who pointed out the problem and provided
14         an initial fix.
16 Version 2.0.2
18         Fixed stack display for functions in an anonymous namespace and
19         for functions whose names involve template parameter lists (thanks to
20         André Wöbbeking).
22         Fixed environment list which would add back the entry from the edit box
23         even if it was just deleted.
25         Fixed that the Run/Continue button was enabled while the program was
26         running.
28         Fixed parsing of NaN (Not a Number) floating point values.
30 Version 2.0.1
32         Updated Hungarian translation (thanks to Tamas Szanto).
34         Worked around gdb 6.3 crashes at "info line main" command (thanks to
35         Stefan Taferner).
37         Updated XSLT debugger parser for xsldbg >= 3.4.0 (by Keith Isdale).
39 Version 2.0.0
41         References and const types are treated like the base type (thanks to
42         Shaheed).
44         Fixed parsing of large arrays with many different values, which were
45         terminated by "...".
47         Fixed the kdbg.desktop file: Encoding is UTF-8, install in XDG menu
48         location.
50         Fixed PS_COMMAND detection for Solaris' /bin/sh.
52 Version 1.9.7
54         Added a new animated button in the toolbar.
56         Fixed Norwegian translation file names.
58 Version 1.9.6
60         "<invalid float value>" in register dumps was not parsed correctly.
62         Fixed that variable popup location was computed incorrectly if tab
63         width is not 0.
65         Updated the manual.
67         Implemented printing of Qt4's QStrings.
69 Version 1.9.5
71         Fixed some issues when the items in the environment variable list
72         are selected.
74         Added a command line option to attach to a process (thanks to
75         Matthew Allen for the initial code).
77         Fixed the "Using host libthread_db" error message properly.
79         Fixed inappropriate icon sizes.
81 Version 1.9.4
83         Updated the build system to the latest auto* tools.
85         Worked around the problem that gdb reports "Using host libthread_db"
86         on Fedora Core when it processes the file command.
88 Version 1.9.3
90         Improved editing of values; it is now possible to edit variables also
91         in the watch window.
93 Version 1.9.2
95         The previous security fix only protects against accidents, not attacks,
96         as Matt Zimmerman pointed out. Did it right this time.
98         Basic editing of values in the local variables window is available.
99         More refinements are still necessary.
101 Version 1.9.1
103         Fixed security flaw regarding the program specific debugger command.
105         Configurable key bindings.
107 Version 1.9.0
109         Program arguments that are file names can be browsed for.
111         Added XSLT debugging (using xsldbg) by Keith Isdale.
113         The program counter can be changed via point and click.
115         Improved register formating by Daniel Kristjansson.
117         "Orphaned breakpoints", i.e. breakpoints that gdb cannot set
118         immediately, can be set. This helps debug shared libraries and
119         dynamically loaded modules.
121 Version 1.2.10
123         Fixed the "Using host libthread_db" error message.
125         Fixed inappropriate icon sizes.
127 Version 1.2.9
129         The previous security fix only protects against accidents, not attacks,
130         as Matt Zimmerman pointed out. Did it right this time.
132 Version 1.2.8
134         Fixed security flaw regarding the program specific debugger command.
136 Version 1.2.7
138         Fixed parsing of stack frames for recent gdbs.
140         Support vector registers (thanks to Daniel Thor Kristjansson for
141         initial code).
143         Work around bug in some gdbs which inhibits printing of QString values.
145 Version 1.2.6
147         Opening the Find dialog no longer toggles a breakpoint.
149         Make mouse wheel work (again) in source, variables, and watch windows.
151         When a pointer to a struct is expanded the struct is also expanded.
153         Improved toolbar and application icons.
155 Version 1.2.5
157         Now compiles for KDE 3.
159         Fixed make install for builddir != srcdir.
161         Fixed status bar flicker. This gives a nice speed-up by a factor of 4
162         when the contents of an array of 50 QStrings are displayed!
164 Version 1.2.4
166         Now compiles for KDE 3 (Beta1).
168         Support QString of Qt 3.x.
170         Improved (and fixed) the display of arrays with repeated values.
172         Fixed crash when a file is reloaded while disassembled code is
173         displayed.
175         Fixed parsing of stack frames involving signal handler invocations.
177 Version 1.2.3
179         Fixed invisible toolbar under KDE 2.x (really, this time, I promise).
181         Fixed crash when no line has the cursor (empty files).
183         Don't display a blank page when a non-existing file was tried to open.
185 Version 1.2.2
187         Fixed a special, but common case where removing a breakpoint didn't
188         work but add more on the same line instead (thanks to Ron Lerech).
190         Fixed invisible toolbar under KDE 2.1.2 (thanks to Neil Butterworth).
192         Fixed compilation for gcc 3.0 (thanks to Ben Burton):
194         Fixed make install if srcdir != builddir.
196         Changed encoding of German translations (and also Danish, Italian,
197         Norwegian, Romanian, Slovak, Swedish) to UTF-8, which fixes message
198         strings under KDE2 (at least for German - couldn't test the others).
200 Version 1.2.1
202         Working directory can be browsed for.
204         Added context menu to move the selected expression from the local
205         variables window to the watch window.
207         Fixed crash when environment variables are removed.
209         Fixed problems with trailing backslashes in watched expressions.
211         Fixed compilation on FreeBSD (openpty).
213 Version 1.2.0
215         Translations for: Hungarian, Japanese, Norwegian (Nynorsk), Serbian,
216         Turkish
218         Updated the User's Manual (English, Russian (thanks, Ilmar!), German).
220 Version 1.1.7beta1
222         Improved the program icon; made the installation more KDE2 compliant.
224         Enabled mouse wheel scrolling at various places.
226 Version 1.1.6
228         Added memory display.
230         Single-stepping by instruction.
232         Watchpoints. Finally! (On Linux/i386 works best with gdb 5!)
234 Version 1.1.5
236         Made Delete key work in the watch window.
238         Breakpoints can be enabled and disabled in the breakpoint list.
240         Detach from debugged program on exit (and when new program is debugged).
242         Added a list of recently opened executables (thanks to
243         Thomas Sparr <thomas.sparr@kreatel.se>).
245 Version 1.1.4
247         Fixed endless loop on shutdown.
249         Brought in line with KDE 1.91 (KDE 2 beta).
251 Version 1.1.3
253         Debugging of multi-threaded programs. Requires a gdb that supports
254         multi-threaded programs, like gdb 5.
256         Debugger window pops into the foreground when the program stops.
258         Made tab width a user-settable option.
260 Version 1.1.2
262         Display disassembled code.
264 Version 1.1.1
266         Use the KDE system fixed font for the source code window.
268         By default, do not log communication with gdb.
270         Added an integrated output window (based on code by Judin Max).
272         Program specific settings can be set. In particular: the debugger
273         command (required if you are debugging remote devices), the
274         terminal emulation needed for the program.
276 Verison 1.1.0
278         Use docking windows thanks to Judin Max <novaprint@mtu-net.ru>.
280         Added a register dump window. Based on code by Judin Max.
282         Implemented "balloons" (tool tips) that show variable values.
284         ./configure fix for NetBSD thanks to
285         Berndt Josef Wulf <wulf@ping.net.au>.
287         There's now a Swedish translation thanks to
288         Örjan Lindbergh <orjan.lindbergh@telia.com>.
290 Version 1.0.2
292         Save and restore watched expressions.
294         More adjustments for the KRASH release.
296         Show <repeat...> count in QStrings like in normal C strings instead
297         of repeating the characters.
299         Use QListView instead of KTabListBox.
301 Version 1.0.1
303         Added a hack to set a remote target. Thanks to
304         Johnny Chan <johnnykc@iprg.nokia.com>.
306         Display function arguments. Based on suggestions by Johnny Chan.
308         KDE 2 fixes.
310         Support builddir != srcdir.
312 Version 1.0.0
314         Brought up-to-date for latest KDE 2.
316 Version 1.0beta3
318         Removal of minor misfeatures.
320         Prepared for KDE 2 and Qt 2 (it's a configure option:
321         --with-kde-version=2).
323         Added Russian documentation (thanks to
324         Ilmar S. Habibulin <ilmar@ints.ru>) and German documentation.
326         There is now a Spanish translation thanks to
327         Manuel Soriano <manu@europa3.com>.
329 Version 1.0beta2
331         Recognize strings with repeated characters: 'x' <repeats 34 times>.
333         Fix structs with no (additional) data members and other fixes
334         for gdb 4.18.
336         Save window size across sessions.
338         There is now an Italian translation thanks to
339         Massimo Morin <mmorin@schedsys.com>.
341 Version 1.0beta1
343         Fixed non-displaying QString (Qt2) with certain gdb 4.17's (at least
344         mine here, of SuSE 6.1, had a problem :-)
346         Fixed cases where gdb commands where executed after debuggee has exited.
348         Do not execute gdb commands after an interrupt.
350         Updated some translations. Still most are incomplete. Please help!
352         There is now a Polish translation thanks to
353         Jacek Wojdel <wojdel@kbs.twi.tudelft.nl>.
355 Version 0.3.1
357         The working directory for the program being debugged can be set
358         (Execution|Arguments).
360         There's now  a global options dialog in place (File|Global Options).
361         At the moment the debugger program (which must be gdb, but it could be
362         an experimental gdb version, for example) and the terminal for program
363         output can be specified.
365         Fixed Makefiles to support make DESTDIR=/tmp/foo install (which is
366         needed by packagers and to create relocatable RPMs).
368         There's now a Danish translation thanks to
369         Steen Rabol <rabol@get2net.dk>.
371 Version 0.3.0
373 Starting with this version, Qt 1.42 and KDE 1.1 is required.
375         Ported to Qt 2.0 and KDE post-1.1! KDbg now runs with both
376         KDE 1.1 (using Qt 1.42) and the latest experimental KDE. You can of
377         course run one version and debug programs written for the other version.
379         KDbg can now display Qt 2.0's QString values (which are Unicode
380         strings)!
382         Environment variables can be set. Changes become effective the next time
383         the program being debugged is run.
385         The breakpoint list has been improved. It disables command buttons at
386         times when it is not possible to change breakpoints. The icons that
387         show the breakpoint status are now the same as those in the source
388         window.
390         Popup menus (context menus) for frequently used commands have been added
391         to the source code window (thanks to Tom Nguyen <ttomnguyen@yahoo.com>)
393         There's now a Russian translation thanks to
394         Ilmar Habibulin <ilmar@ints.ru>.
396         Internal restructuring. These changes are invisible. They just make
397         future extensions less cumbersome.
399 Version 0.2.5
401 This is the last version that supports Qt 1.33 and KDE 1.0.
403         There's now a Czech translation thanks to
404         Martin Spirk <spirk@kla.pvt.cz>.
406         Recognize and report when gdb dies unexpectedly. This happens commonly
407         when writing CORBA programs since gdb obviously has problems in
408         debugging C++ classes with virtual base classes.
410         Added conditional breakpoints and ignore counts.
412 Version 0.2.4
414         Added a toolbar button to load the executable. The button to open a
415         source file is still there. I hope it's clear which one does what.
417         Attaching to a running process is now possible (Execution|Attach).
419         Made more visible when gdb is busy using a gear wheel in the upper right
420         corner of the window like kfm.
422         Made the KTreeView widget more flexible by adding a bunch of virtual
423         keywords. (No, this doesn't have any influence on the look and feel of
424         KDbg.) While doing that, I fixed a small repainting bug.
427 ChangeLog starts here.
428 See web page at http://members.telecom.at/~johsixt/ for more changes.