Revision 594934

Go back to digest for 15th October 2006

Features in Office

Jan Hambrecht committed changes in /trunk/koffice/karbon:

Restructured the way shapes are stored inside the document. All shapes are now hold in a flat list. The hierarchical storage is provided by the layers. Each shape has a parent shape, which is either a layer or a group being a child of a layer. This was neccessary to provide a nice and clean hierarchical view of the document with the layer docker, which works really nice now. The layer docker can now be used to select and deselect shapes.

Additionally i fixed the ungrouping of groups by also deleting the group shape after ungrouping.

File Changes

Modified 5 files
  • /trunk/koffice/karbon
  •   /karbon_view.cc
  •   /core/vdocument.cc
  •   /core/vdocument.h
  •   /dockers/vlayerdocker.cpp
  •   /dockers/vlayerdocker.h
5 files changed in total