- switch to QT4
	- get rid of mysql dependencies (includes removing qt3 support)

- add maintainer, section, depends, .... search
- allow copy all content/packages to clipboard for package list
- allow showing of NEWS.Debian.[gz] files of installed packages
- improve gui for debtags


Martin:
	Error:
	terminate called after throwing an instance of 'aptFront::exception::Error'
	 what():  ERROR: The list of sources could not be read.
	Abgebrochen
 --> inform Martin that this was a bug in his sources file


- it seems the you the enabled state of of apt plugin is not stored fine any more, if it
  was disabled befores
- reimplement apt-file update
- crashes when choosing debtags update (aborting or not) and choosing a tag afterwards

Targeted for 2.1
--------------------------------
	- install/remove multiple files
	- look into sticky search
	- allow purging for remove
	- allow searching "whole words only"
	- create a .desktop file
	- switch to libapt-front
	- fix showing "normal" files again (like README,..)
	- rename "related" to "similar"
	- remove annoying tooltip from tag selection
	- make "clear search" button work for installed filter
	- nicely format apt descriptions following debian policy

Not reproducable:
--------------------------------
- it seems that the related search runs into an endless loop -> not reproducable

	
Deferred/ difficult, unimportant
--------------------------------
- save the view state of the toolbar
	-> it seems QT ignores the loading of it :-( 
- allow pressing of delete in the views of the tags
	-> assigned minor priority and quite onerous (subclassing QListView and so on)
- check backwards compability from debtags plugin loading
	-> not needed, settings not important enough
- create nice tab order
	-> this is no easy task with very little benifit

Waiting for action
--------------------------------
- packagesearch crashes when launching plugin settings and canceling them twice
	-> fixed making the vocabulary instance in the debtags package static
	(reason was crash on deconstruction on second call)
	-> needs fix in debtags

	
Dismissed
--------------------------------
- add changelog and readme
	-> available by the filename plugin using view
-linebreak only on lines with a single dot.
	-> this is not possible as not every linebreak is symbolized by a single .
-reduce the sections to show in the tags search depended of the other filters
	-> improve this to work together with the apt and related filters
		For this we need a really good data structure - give it some thought!
	-> this breaks the plugin structure and will not be incorporated