[Uml-devel] kdesdk/umbrello/umbrello
Luis De la Parra Blum
lparrab at gmx.net
Wed Oct 15 13:25:04 UTC 2003
CVS commit by luis:
*Operations can now only be created by the UMLDoc
*Add/Remove operations in a Classifier does not create or delete anything ( use the UMLDoc for creating, and take responsibility of the operation after "removing" it
*
*Make the RefactoringAssitant usable
- add operations / attributes / base & derived classifiers to a classifier
- move operations up and down the class hierarhcy
- edit properties
M +4 -4 class.cpp 1.19
M +79 -41 classifier.cpp 1.18
M +38 -27 classifier.h 1.16
M +19 -6 classimport.cpp 1.9
M +7 -4 interface.cpp 1.12
M +1 -1 messagewidget.cpp 1.22
M +1 -1 operation.cpp 1.13
M +19 -14 operation.h 1.9
M +1 -1 uml.cpp 1.72
M +36 -43 umldoc.cpp 1.87
M +25 -1 umldoc.h 1.42
M +2 -3 umllistview.cpp 1.69
M +17 -5 umlobject.cpp 1.13
M +22 -3 umlobject.h 1.24
M +32 -41 dialogs/umloperationdialog.cpp 1.19
M +6 -0 dialogs/umloperationdialog.h 1.5
M +287 -220 refactoring/refactoringassistant.cpp 1.16
M +16 -8 refactoring/refactoringassistant.h 1.4
More information about the umbrello-devel
mailing list