[Uml-devel] kdesdk/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Thu Mar 31 11:53:20 UTC 2005


CVS commit by okellogg: 

Implement saving of folders as separate files.
Externalized folders may contain UML objects or diagrams (but no further folders.)
For now, the folder files must reside in the same directory as the main model file.
Note that marking a folder for externalization does not save the folder to file;
that is done upon the next File->Save.
FEATURE:87252


  M +14 -2     ChangeLog   1.72
  M +29 -12    umbrello/listpopupmenu.cpp   1.67
  M +8 -0      umbrello/listpopupmenu.h   1.38
  M +87 -17    umbrello/umldoc.cpp   1.245
  M +13 -3     umbrello/umldoc.h   1.96
  M +71 -15    umbrello/umllistview.cpp   1.153
  M +2 -1      umbrello/umllistview.h   1.56
  M +101 -14   umbrello/umllistviewitem.cpp   1.70
  M +15 -1     umbrello/umllistviewitem.h   1.19
  M +24 -0     umbrello/umlobject.cpp   1.72
  M +6 -0      umbrello/umlobject.h   1.52
  M +25 -1     umbrello/umlview.cpp   1.213
  M +5 -0      umbrello/umlview.h   1.73







More information about the umbrello-devel mailing list