[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Thu Aug 31 20:47:07 UTC 2006
SVN commit 579333 by okellogg:
1. Move ownership and basic management of UMLViews from UMLDoc to UMLFolder.
This closes out the TODO mentioned in commit 575645, "Diagrams should
appear in the XMI.extension of the respective UMLFolder". The only
remaining TODO is "Support for external folders is temporarily broken".
2. Move convert_*() and typeIs*() utility functions from UMLListView to
Model_Utils.
CCBUG:81364
M +8 -7 clipboard/umlclipboard.cpp
M +163 -6 folder.cpp
M +56 -0 folder.h
M +472 -1 model_utils.cpp
M +79 -0 model_utils.h
M +55 -82 umldoc.cpp
M +1 -19 umldoc.h
M +67 -521 umllistview.cpp
M +0 -76 umllistview.h
M +8 -8 umllistviewitem.cpp
M +1 -1 umlobject.cpp
M +5 -5 umlview.cpp
More information about the umbrello-devel
mailing list