[Uml-devel] kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Sat Mar 19 10:06:51 UTC 2005
CVS commit by okellogg:
Cleanup of responsibilities.
UMLDoc::createAttribute(): Move to UMLClass.
UMLDoc::createEntityAttribute(): Move to UMLEntity.
UMLDoc::createEnumLiteral(): Move to UMLEnum.
UMLDoc::create{Operation,Template}: Move to UMLClassifier.
M +52 -3 class.cpp 1.56
M +8 -0 class.h 1.40
M +118 -1 classifier.cpp 1.69
M +33 -0 classifier.h 1.49
M +95 -47 entity.cpp 1.2
M +13 -4 entity.h 1.2
M +84 -50 enum.cpp 1.20
M +11 -4 enum.h 1.16
M +1 -2 floatingtext.cpp 1.72
M +10 -0 linkwidget.h 1.13
M +1 -2 messagewidget.cpp 1.65
M +1 -1 operation.h 1.31
M +9 -243 umldoc.cpp 1.242
M +0 -67 umldoc.h 1.95
M +3 -4 umllistview.cpp 1.151
M +2 -2 worktoolbar.cpp 1.41
M +1 -2 dialogs/selectopdlg.cpp 1.20
M +2 -2 refactoring/refactoringassistant.cpp 1.30
More information about the umbrello-devel
mailing list