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

[LB] package selection happens twice, triggering two updates of the detailed package
  information
[LB] allow to install the current package, even if is is not selected in the package list

[HW] allow selecting another installation mechanism (aptitude)
	  allow purging
[HW] allow filter and status information: upgradable 
[HW] allow copy all content/packages to clipboard for package list
[NW] set what's this for more wigets
[NW] install/remove multiple files
[NW] rename "related" to "similar"
[NW] allow searching "whole words only" 
[NW] add Essential and Priority to package details as soon as they are
  available via apt-front 
[NW] reorganizse menu: Plugin settings should be part of a general settings dialog
[NW] Add search-as-you-type and "search term suggestion" (see notes file)
[LW] implement "apt-get update" and "debtags update" using libept 
[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