08 Feb 2003, 0.68  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- tested on KDE 3.1, works fine

03 Jan 2003, 0.67  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- corrected SourceForge documentation and links

03 Jan 2003, 0.66  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- corrected some deployment issues (missing files)

03 Jan 2003, 0.65  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- added kmtraceviewer.lsm
- updated SourceForge documentation

29 Dec 2002, 0.64  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- set the state of the toggle actions correctly (also if the the list
  of suppressions are clicked away)
- fixed another error when having "Show suppressed leaks" enabled and
  suppressing new leaks (they disappeared though they should have been written
  as "Suppressed Leak...")
- added first simple docbook (online help)

29 Dec 2002, 0.63  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- suppressed leaks are shown correctly now
- cleanup in suppressed signal (removed boolean suppressed parameter)
- dialog with suppressed lists is now shown again if it was at shutdown of
  the program (also made "Show Suppressions" a toggle action)

28 Dec 2002, 0.62  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- remembering the state of "Show Suppressed Leaks" now
- updated german translation
- still not fully working is the change of text if the leak is suppressed
  but "Show Suppressed Leaks" is ticked

28 Dec 2002, 0.61  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- fixed crash when opening kmtraceviewer without a first ktree file
- fixed crashes if no model is yet loaded
- corrected about dialog again
- desperate try to draw some icons ;-)

28 Dec 2002, 0.60  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- saving kde.excludes file now
- applying suppressions on startup
- keeping comments and newlines when saving suppression file

27 Dec 2002, 0.59  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- fixed caption (show filename now always without path)
- no filtered bytes and blocks (not understandable)
- statistics react now when suppressing leaks
- no "modify" button in the list of suppressed leaks
- suppressing and desuppressing leaks works now (though File-Open behaves
  a little weird)

27 Dec 2002, 0.58  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- added KMtraceSourceCodeView (instead of having the handling for source
  code directly in the main window)

27 Dec 2002, 0.57  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- added '*.kout' wildcard for file open dialog
- corrected some documentation bugs

25 Dec 2002, 0.56  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- saving ruler and leak list view geometries also now

25 Dec 2002, 0.55  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- added dummy icons and installation procedure for icons
- saving settings now (recently opened files and window geometry)

25 Dec 2002, 0.54  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- removed KMtraceSuppressionViewItem.moc from Makefile.am
- corrected email address in Makefile.am
- made 'tree-file' option optional
- removed old non-KDE conformant filename view and open button, added normal
  'File-Open' and 'File-Open-Recent' menu items
- handling empty model now correctly (so we can call kmtraceviewer also
  without an initial tree-file)
- added unfinished code to write the model (suppressions in kde.excludes)
- corrected kmtraceviewer.rc
- added documentation for KMtraceSuppressListDialog

19 Nov 2002, 0.53  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- switched from kdoc documentation to doxygen documentation:
  * removed doc/kdoc
  * added doc/doxygen (and the template DoxyGen.template.in)

17 Nov 2002, 0.52  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- probing for kmtrace now in configure.ac and issue a warning if kdesdk
  (and kmtrace) was not found

17 Nov 2002, 0.51  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- upgraded to autoconf 2.56 and automake 1.7.1
- upgraded to acinclude.m4 file from Guideon 3.0.0 (kdevelop)
- renamed attributes in KMtraceLeaksView to m_ prefix style and added
  kdoc documentation

13 Sep 2002, 0.50  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- added kdoc documentation for module KMTraceViewerMainWindow and changed
  inheritance (note: we should add a KSourceCodeView class!)

13 Sep 2002, 0.49  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- added 'doc' target in Makefile.am (which generates developer documenation
  with kdoc)
- adapted to guidelines (made member variables prefix 'm_' and declared
  most things either public or private)
- added kdoc documentation for some classes (those making up the model)

09 Sep 2002, 0.48  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- added KMtraceSuppressionViewItem module
- added kdoc documentation for KMtraceCall and KMtraceCallStack
- corrected KMtraceCall (follows guidelines now)

09 Sep 2002, 0.47  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- test for correct @version field (synchronized with PRCS major version)

09 Sep 2002, 0.46  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- starting kmtraceviewer in ktrace script now
- added doc/kdoc (directory containing the generated programmer's documenation)

01 Sep 2002, 0.45  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- added .kout files to project
- adapted documentation on SourceForge
- some cleanup for bein able to build the three non-modal dialogs "main
  view", "suppression list", "add/change suppression"

01 Aug 2002, 0.44  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- added type KMtraceSuppression

30 Jul 2002, 0.43  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- show list of suppressions from kde.excludes in KMtraceSuppressionListDialog
  (not operation right now)
- show PRCS revision now

24 Jul 2002, 0.42  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- removed backwards search in leak find dialog
- removed preferences menu entry (makes no sence right now)

23 Jul 2002, 0.41  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- added simple home page
- corrected email addresses

22 Jul 2002, 0.40  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- corrected home page and email address
- distribute po directory too
- adapted BUGS file
- adapted environment documentation
- removed trace and output files from tests dir
- joined README and tests/README
- deployed first alpha version to kmtraceviewer.sourceforge.net

21 Jul 2002, 0.39  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- toggling suppressed leaks works now

21 Jul 2002, 0.38  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- added valgrind to README
- corrected TODO list
- reads in suppresion file kde.excludes from kmtrace now (nothing special
  happens yet though)
- suppression work non-persistently (suppressed entries are removed from
  the leaks list)
- kdevelop project file is now up to date

19 Jul 2002, 0.37  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- updated bugfiles in BUGS
- showing dates in ChangeLog (extracted with prcs_info_to_ChangeLog.pl)

16 Jul 2002, 0.36  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- toolbar is configurable now (forgot to write proper entries in .rc file)

15 Jul 2002, 0.34  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- corrected german combobox problems
- added configure toolbar menu setting (not functional, don't know why?)
- corrected installation bug (kmtraceviewer.rc was installed wrongly)

15 Jul 2002, 0.33  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- further steps in internationalization of kmtraceviewer (german and
  generic support in source code)
- still an issue: what's the difference between i18n() and I18N_NOOP()?

14 Jul 2002, 0.32  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- installing kmtraceviewer.rc at the right place now (and uninstalling it)

14 Jul 2002, 0.31  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- do not use xgettext on already translated files (we loose >7bit characters!)

11 Jul 2002, 0.30  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- INSTALL upgraded to version in KDE 3.0.1
- added installation and uninstallation of mo files (locales)
- added locale files and generation rules in Makefile.am
- COPYING upgraded to version in KDE 3.0.1
- PACKAGE is now the name of the application (avoids problems with installed
  resources)
- more things are i18n now

09 Jul 2002, 0.29  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- made the package compile after distribution
  (make distcheck fails though because we use Makefile.am in a special way)

09 Jul 2002, 0.28  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- added tool to generate ChangeLog from PRCS log information
- updated ChangeLog

09 Jul 2002, 0.27  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- made project more GNUish: added INSTALL (from KDE 3.0.1) and empty NEWS

07 Jul 2002, 0.25  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- find dialog works more or less
- renamed it to KMtraceLeaksFindDialog

07 Jul 2002, 0.24  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- search is done in Find dialog, no action taken on leaks view yet

07 Jul 2002, 0.23  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- improved test2 so we can test searching
- added search dialog and added it to application
  (not functional yet)

07 Jul 2002, 0.22  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- fixed bug #2 (critical for usability!)

07 Jul 2002, 0.21  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- source code viewer behaves better now on collapse, expand and if no
  module can be shown

07 Jul 2002, 0.19  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- added preferences and saveOptions menu points

07 Jul 2002, 0.18  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- added kmtraceviewer.rc
- collapse and expand all work

06 Jul 2002, 0.17  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- added BUGS file

06 Jul 2002, 0.16  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- line number highlighting works now!

06 Jul 2002, 0.15  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- added the suppress dialog

04 Jul 2002, 0.14  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- another example with test2 and test2module
- suppress menu only for leaks (not for calls)
- ktrace is wrapper for generating .kout only now

04 Jul 2002, 0.13  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- working source code viewer! :-)

04 Jul 2002, 0.12  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- added non-working source code selection (must use signals, slots
  in main window instead!)

03 Jul 2002, 0.11  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- prepared source code view and events
  (must change model/view of leaks and calls!)

03 Jul 2002, 0.10  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- added context menu

02 Jul 2002, 0.8  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- first version showing all leaks (but not more!)

01 Jul 2002, 0.7  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- first time we show something real

30 Jun 2002, 0.6  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- newly aranged in MVC mode

28 Jun 2002, 0.5  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- added wrapper script ktrace
- added options for kmtraceviewer

28 Jun 2002, 0.4  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- first compilation

28 Jun 2002, 0.3  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- added pamphlet docu

28 Jun 2002, 0.2  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- everything around to start

28 Jun 2002, 0.1  Andreas Baumann  <andreas_baumann@users.sourceforge.net>
- first version

