Priorities:
HB - high bug
NB - normal bug
LB - low bug
HW - high wish
NW - normal wish
LW - low wish
UN - unclassified/ verify


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

- implement status observation for loading the debtags plugin
[HW] install/remove multiple files
[HW] allow filter and status information: upgradable 
- allow copy all content/packages to clipboard for package list - HW
[NW]  improve gui for debtags - NW
[NW] rename "related" to "similar"
[NW]  allow searching "whole words only" - NW
[NW]  allow purging for remove - NW
[NW] add Essential and Priority to package details as soon as they are
  available via apt-front 
[LW] create a .desktop file - 
[LW] look into sticky search
[LB] package selection happens twice, triggering two updates of the detailed package
  information
[LW] add maintainer, section, depends, .... search
[LW]  let apt-file block the file plugin only
[LLW] allow showing of NEWS.Debian.[gz] files of installed packages


Targeted for 2.1
--------------------------------
- when loading apt-plugin disable package install/remove icons
[NB] crash after "apt-get update" - run "apt-index-watcher run" after update


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 benefit

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