Revision 656852

Go back to digest for 29th April 2007

Features in Office

Thomas Zander committed changes in /trunk/koffice:

Introduce images the 2.0 way.

The strategy is that there is a KoImageData object, which inherits from KoShapeUserData and holds all the content for an image.

The image data will by default be displayed by the pictureShape using a simple QPixmap.

In KWord the user interface will be created to allow the image to be shown in low-res all the way upto being shown in a Krita shape.

File Changes

Added 8 files
  • /trunk/koffice
  •   /libs/kofficeui/KoImageCollection.cpp
  •   /libs/kofficeui/KoImageCollection.h
  •   /libs/kofficeui/KoImageData.cpp
  •   /libs/kofficeui/KoImageData.h
  •   /shapes/pictureshape/Plugin.cpp
  •   /shapes/pictureshape/Plugin.h
  •   /kword/part/frames/KWImageFrame.cpp
  •   /kword/part/frames/KWImageFrame.h
Modified 17 files
  • /trunk/koffice
  •   /kword/part/CMakeLists.txt
  •   /kword/part/KWDLoader.cpp
  •   /kword/part/KWDLoader.h
  •   /kword/part/KWDocument.cpp
  •   /kword/part/KWDocument.h
  •   /libs/kofficeui/CMakeLists.txt
  •   /shapes/pictureshape/CMakeLists.txt
  •   /shapes/pictureshape/PictureShape.cpp
  •   /shapes/pictureshape/PictureShape.h
  •   /shapes/pictureshape/PictureShapeFactory.cpp
  •   /shapes/pictureshape/PictureShapeFactory.h
  •   /shapes/pictureshape/PictureTool.cpp
  •   /shapes/pictureshape/PictureTool.h
  •   /shapes/pictureshape/PictureToolFactory.cpp
  •   /shapes/pictureshape/PictureToolFactory.h
  •   /kword/part/frames/KWFrame.cpp
  •   /kword/part/frames/KWFrame.h
25 files changed in total