before first releasing (version 1.0.x):
- add kdoc documentation
- testing, testing, testing. Best use people at Eurospider for beta test.
- release the first release candidate on sourceforge after the test

future (version 2.x):

- execute 'ktrace <binary>' in case the first argument is an executable
- make getView, getModel and friends an interface implementing the
  observer pattern
- provide dialog where we can manage suppressions
  * should be per program, e.g. <program>.ksuppress
  * purify format as default
  * write it in purify or kmtrace format
- suppresions should be doable on:
  * a chain of function names, modules with wildcards (* for an arbitrary
    number of modules, functions in between should do for the start)
- options dialog
  * format in which suppressions should be read/stored?
- we should make sure that all elements are visible in the leaks view
  * address makes probably no sense?
- try to integrate other tools like:
  * dmalloc
  * mpatrol
  * valgrind
  for this to work me must devise a good plugin framework!
