2010-07-23
 * Manually raising dialog to select part (if multiple
   KParts available for same mime type)
 * Minor GUI improvements

2010-07-22
 * Showing current mime type in GUI (right to buttons)
 * Adding more mime types to built-in blacklisted list
   ("application/force-download", everything starting
   with "x-")
 * Adding release date to internal description
   (see "about:plugins" in Firefox)

2010-07-06
 * Marking some mime types as built-in blacklisted, e.g.
   application/x-shockwave-flash
 * Adding more mime types to built-in blacklist to avoid
   problems with Thunderbird

2010-06-29
 * Adding dialog to choose which KPart to use if several
   parts are available. User can set preference to avoid
   getting this dialog again for the same mime type.

2010-06-27
 * Adding comments throughout the code
 * Enabling/disabling mime types possible in GUI
   (new push button with menu)
 * Improved focus handling using code from Jeremy Sanders
 * Make installation path 32/64-bit aware
 * Minor GUI improvements

2010-06-04
 * Major refactoring
 * Supported mime types determined through KDE-internal
   functions; hard-coded list no longer necessary

2010-06-02
 * Saving file failed if part was not loaded properly.

2010-06-01
 * CMakeLists.txt contains a variable with installation
   directory
 * New script src/generate-mimetype-includes.sh to enhance
   "raw" source files to final files containing a list of
   objects (one for each supported mime type)
   List of mime types can be controlled via text file
   src/mimetypes.txt
 * Showing a list of compiled-in/supported mime types
   while waiting for the file's data
 * Open and save buttons are available even if no part
   is available to show the file's data
 * Fixing warnings

2010-05-21
 * Initial release


