Revision e891dac...

Go back to digest for 5th June 2011

Bug Fixes in Office

Boudewijn Rempt committed changes in [calligra] /plugins/formats:

Abuse the bmp filter for some other simple formats

BMP, GIF, XPM, XBM are file formats we don't want to spend much time on.
Krita is not for such files. So abuse the Qt support for those file formats
like we used to abuse GraphicsMagick or ImageMagick and that's it -- if
Qt cannot open these files, it's better to convert them using another
application before importing in Krita.

This also removes my gif filer which never worked really well.

File Changes

Deleted 12 files
  • /plugins/formats/gif
  •   krita/CMakeLists.txt
  •   krita/gif_converter.cpp
  •   krita/gif_converter.h
  •   krita/gif_export.cpp
  •   krita/gif_export.h
  •   krita/gif_import.cpp
  •   krita/gif_import.h
  •   krita/kis_gif_writer_visitor.cpp
  •   krita/kis_gif_writer_visitor.h
  •   krita/krita_gif.desktop
  •   krita/krita_gif_export.desktop
  •   krita/krita_gif_import.desktop
Modified 5 files
  • /plugins/formats
  •   krita/CMakeLists.txt
  •   krita/bmp/kis_bmp_import.cpp
  •   krita/bmp/krita_bmp.desktop
  •   krita/bmp/krita_bmp_export.desktop
  •   krita/bmp/krita_bmp_import.desktop
17 files changed in total