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



[NB] fix dependency showing, "or" confuses the parsing algorithm
[NB] Fix loading plugin dialog when activating a plugin should not show:
	"Loading Plugin dummy" 
[LB] package selection happens twice, triggering two updates of the detailed package
  information


[HW] switch to QT4 - LB
	- get rid of mysql dependencies (includes removing qt3 support)
[HW] implement "apt-get update" and "debtags update" using libept 
[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] rename "related" to "similar"
[NW] allow searching "whole words only" 
[NW] allow purging for remove
[NW] add Essential and Priority to package details as soon as they are
  available via apt-front 
[LW] implement status observation for loading the debtags plugin
[LW] look into sticky search
[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

Ideas
--------------------------------
Developer profile (facet preselection, visible windows/panes)

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

	
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