KParts Plugin Changelog

What's new in KParts Plugin 20120723

Jul 24, 2012
  • Applying patch by Arno Rehn to avoid blacklisting in Oxygen-transparent style

New in KParts Plugin 20120605 (Jun 6, 2012)

  • Using URL to create a default filename when saving copy of document
  • Minor change in UI to place long mime type labels in one line
  • Adding push button to copy URL into clipboard

New in KParts Plugin 20120524 (May 25, 2012)

  • Rearranging GUI to be more compact vertically
  • Porting from KBibTeX support for custom keyboard shorts
  • Refactoring drop-down menu to tree view for mime type configuration

New in KParts Plugin 20120419 (Apr 20, 2012)

  • Various minor changes
  • Adding experimental support for menus and toolbars from embedded part

New in KParts Plugin 20110606 (Jun 7, 2011)

  • Added .pot file for translations (no actual translations yet)

New in KParts Plugin 20101216 (Dec 21, 2010)

  • Adding "application/googletalk" to blacklisted mime types

New in KParts Plugin 20101208 (Dec 13, 2010)

  • Adding "application/futuresplash" to blacklisted mime types
  • Checking if mime type is valid when reading data to avoid crash
  • Minor tweaks in user interface strings

New in KParts Plugin 20100723 (Jul 25, 2010)

  • Manually raising dialog to select part (if multiple KParts available for same mime type)
  • Minor GUI improvements

New in KParts Plugin 20100627 (Jun 27, 2010)

  • 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
  • Minor GUI improvements

New in KParts Plugin 20100601 (Jun 1, 2010)

  • 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