Changelog started at 2004-03-31
This file is implemented as a stack

------- released version 1.2 -------
	- fixed RunCommandWidget::replaceLastLine() so even the first line is 
	  replaced properly 
2005-04-05
--- Celebrating first anniversary :-) ---
	- added "Reload Package Database" option to system menu
2005-03-31
	- replaced QStrings by QCString in NApt::Package saving 7MB RAM
2005-03-28
	- if an unknown ShortInformationPlugin is added, the information column is 
	  inserted before the first shown plugin with a higher priority value (i.e. 
	  a lower priority) than the new one
2005-03-26
	- added installed and available version to short information list
2005-03-25
	- added --help and --version options (Closes: #299015)
2005-03-22
	- implemented "apt-get update"
2005-03-20
	- fixed display of command output (correct handling of CR/LF and CR only,
	  no unneccesary scrolling) (Closes: #299015)
2005-03-18
	- hidden columns are removed now if the plugins are no longer loaded
2005-03-17
------- released version 1.1 -------
	- gave the columns in the short information view a reasonable width
	  and supressed resizing the columngs when they are changed
	- added workaround to avoid crashing due to a libdebtags bug
2005-03-14
	- customization of columns is saved 
	- allows customizing of column order and hiding columns in short
	  information view
2005-03-13
	- apt-get line is copied to global mouse selection and the global 
	  clipboard now
2005-03-11
	- apt search supports to exclude search expressions now
2005-03-08
	- allowed searching for word groups
	- added highlighting of search expressions in description view
2005-03-07
	- show progress dialog when loading and unloading plugins through
	  the control dialog
2005-03-05
	- new backend using DumpAvailPackageDB seems to work stable 
	  these changes are closing Bug#291761
	- reduced memory usage on startup
2005-03-01
	- installed state is working again (parsing /var/lib/dpkg/status)
2005-02-26
	- fully implemented progress feedback for loading aptPlugin
2005-02-25
	- began implementing a plugin progress display infastructure
2005-02-24
	- started changing the apt-plugin not to use libapt any more because
	  this resulted in problems when updating or intalling while 
	  packagesearch is running
2005-02-23
------- released version 1.0.1 -------
	- plugins will be disabled if they failed to load now, this prevents 
	  nagging about a missing plugin over and over again
	- replace /usr/share/icons by /usr/share/pixmaps as icon directory
2005-01-21
	- changed the text that is displayed in the fileview if a package not 
	  installed is selected
	- plugin container initialization returns if it was successfull or not, 
	  plugins will be disabled if not
2005-01-20
	- the current item stays visible if the tags displayed change
2004-10-31
	- some GUI improvements (right clicking does not select items any more)
2004-10-28
	- filtering of tags based on selected tags is implemented using recurison now
	- filtering of tags shows also tags where only the facet matches
2004-10-(12-27)
	- implemented showing of time consuming file lists only after clicking
	  the show button
2004-10-07
------- released version 0.6 -------
	- updated documentation 
2004-09-21
	- implemented showing of installed version in the details section
	- allowed pressing enter for immidiate evaluation of apt and filesearch
2004-09-20
	- switched to a listview in the filename information plugin to show the 
	  files as this is much faster
	- filter for files in the filename information plugin is kept on 
	  selection of different packages
	- deselect items in the package list if another package is displayed
	 (e.g. through back or direct selection)
	- changed the related plugin to show a list of the packages available for selecting
	- implemented direct selecting of a single package
2004-09-19
	- the links to packages in the details page are only shown 
	  if the packages are available
2004-09-18
	- the IProvider provides a list of all available packages now
2004-09-17
	- removed the exclude tags option for the debtags search 
	  (simply by hiding the checkbox)
	- saving and loading for the debtags settings implemented
	- persistent saving and loading of plugin settings implemented
2004-09-14
	- added saving of plugin settings for the plugins
	- added selecting tags to be shown in the debtags plugin
2004-09-13
	- reorganized plugin initialization
2004-09-10
	- started reorganizing plugin initialization to make it 
	  more structured
2004-09-08
	- added saving and loading of the plugin active status
------- released version 0.5 -------
2004-08-15
	- added control dialog for the plugins
	- fully implemented evalutation of plugin priorities
2004-08-13
	- changed to use a dynamic plugin structure
2004-08-11
------- released version 0.4.1 -------
	- fixed compilation error
2004-08-04
------- released version 0.4 -------
2004-08-03
	- changed to conform with the new tagcoll interface
------- released version 0.3 -------
	- updated documentation
	- added filename feedback widget
	- added apt-file update to system menu
2004-07-28
	- fully integrated fully implemented filename search (using dpkg -S or apt-file)
2004-07-20
	- information in the information widget container is only updated if needed
	- added filename information (for installed and not installed)
	- set title of the package on selection again
	- added framework for filename plugin
2004-07-18
	- created a homepage
------- released version 0.2 -------
2004-07-14
	- getting ready for version 0.2
	- did a total internal rework, the appliction uses plugins to receive 
	  its information and search possiblities now
2004-07-13
	-fixed clear search
	- implemented searching for more than one expression
2004-06-18
	- allow the application to run without the debtags database
	- implemented synchronization with debtags update
2004-06-17
	- updated the tag listviews after a debtags update
	- switched to using STL algorithms in some cases
2004-06-10
------- released version 0.1 -------
	- restructured the GUI
	- implemented showing the current installed state in the resultview
	- implemented installed/not installed filter 
2004-06-06
	- added What's This entry to help menu
	- implemented showing the number of packages found using the current search
	- added What's this toolbutton
	- added libdebtags, replaced Vocabulary by Debtags::Vocabulary
2004-06-05
	- implemented showing of the number of packages found
2004-06-01
	- finished implementing of hiding tags which would produce an empty output
2004-05-29
	- started implemented hiding of tags which would produce an empty output
	- added an iterator to the TagSelectionListView class - this simplifies the 
	  operations on it and allows STL algorithms to operate on it.
	- fixed the bug that on removing an Item from the TagListBoxes the application crashed.
2004-05-28
------- released version 0.0.3 -------
	- completed migration to new tag structure (using facets) including a complete
	  refactoring of the tagselection class hierarchy
2004-05-26
	- added checking of UID to be root for "debtags update"
	- refactored the RunCommand class to alternativly use xterm to run a command
	- implemented debtags update via the system menu
2004-05-14
	- implemented an Exit entry in the File menu
	- create an apt-get for packages via the context menu
	- tried to implement a debtags update, but this failed because we need a 
	  tty interface for this (if we want to show the output)
2004-05-08
	- implemented showing of the tagset for the selected package
	- changed error handling of descriptions not available to not display a message box
	- created icons for back and forward
2004-05-01
	- prepared for the release of debian archives
2004-04-28
------- released version 0.0.2 -------
	- enhanced error message on startup failure
	- implemented an about dialog
	- implemented a helpContents Function
	- implemented a cursor indicating that the application is busy (overrider cursor)
	- created a helpfile
	- Implemented a faster way of getting short descriptions for 
	  the packages. This is also done delayed (on evaluation of 
	  the first search) now. This allows a faster build up of the 
	  main dialog.
2004-04-25
	- added first (slow) version of showing short descritions in 
	  the result view
	- increased debtags search speed by applying implications only once
	- took search algorithm from tagcolledit which does not use the 
	  TagcollFilter. It increased the search speed markably, it is
	  not yet implemented for searches including exclude tags
	- improve resizing of the search input toolbox
2004-04-24
	- implemented error handling on startup. This does not work as I
	  expected it, but it catches the error.
	- added Details section to the package view with links
	- added Essential, Pre-Depends and Conffiles sections
2004-04-20
	- layout update
	- fixed htmlifying the string we get
	- implemented a details section
	- implemented splitters using the designer
2004-04-17
	corrected linebreak in description
2004-04-13
	Added "clear search" button
	Implemented delayed evaluation to avoid unnessecary evaluations
	Implemented related search
	Fixed apt search - itd does search descriptions now
2004-04-04
	implemented the apt search - mainly copying code from apt-cache
2004-04-03
	moved "borrowed" code to external directory
	added description display
2004-03-31
