[Uml-devel] kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Wed Jul 21 16:00:01 UTC 2004


CVS commit by okellogg: 

1. For architectural sanity, remove the methods getDocWindow, getOptionState,
   edit{Cut,Copy,Paste}, and get{CutCopy,Paste}State from UMLDoc.
   Use the corresponding methods from UMLApp instead.
2. Fix bug 85375 (crashes when moving classes in the tree view.)
   This entailed renaming UMLDoc::addUMLObjectPaste() to assignNewIDs()
   because that method no longer adds the object at the doc.  Instead, the 
   UMLObject::loadFromXMI() which is called by the UMLDrag::decodeClip methods 
   does the adding at the doc.  (It's been like that for a while.)


  M +4 -3      associationwidget.cpp   1.110
  M +3 -4      class.cpp   1.36
  M +3 -3      classimport.cpp   1.37
  M +3 -3      listpopupmenu.cpp   1.48
  M +0 -4      uml.cpp   1.109
  M +24 -68    umldoc.cpp   1.167
  M +4 -46     umldoc.h   1.71
  M +27 -16    umllistview.cpp   1.108
  M +13 -1     umllistview.h   1.38
  M +7 -7      umlview.cpp   1.162
  M +3 -3      umlwidget.cpp   1.92
  M +10 -10    clipboard/umlclipboard.cpp   1.24







More information about the umbrello-devel mailing list