[Uml-devel] kdesdk/umbrello/umbrello
Brian Thomas
thomas at mail630.gsfc.nasa.gov
Thu Feb 5 09:00:05 UTC 2004
CVS commit by thomas:
association/code generation patch: make them both play well together again. Associations now are deleted (again) when last parent widget disappears, they correctly connect to roles/classes; code generation correctly tracks connections/disconnections for 'owned' objects, in particular in codeclassfields and associated methods. This patch probably breaks association cut and paste; but that should be implemented as XMI serialization rather than copy/pasting of objects, as it currently is done. Other than this, overall, stability is vastly improved for the program overall, and code generation/associations in particular
M +54 -9 association.cpp 1.38
M +40 -8 associationwidget.cpp 1.82
M +14 -4 classifiercodedocument.cpp 1.22
M +8 -3 codeaccessormethod.cpp 1.10
M +3 -0 codeaccessormethod.h 1.7
M +10 -5 codeclassfield.cpp 1.18
M +13 -2 codeclassfielddeclarationblock.cpp 1.8
M +3 -0 codeclassfielddeclarationblock.h 1.7
M +3 -3 codegenerationpolicy.cpp 1.9
M +29 -22 codegenerator.cpp 1.39
M +14 -13 codegenobjectwithtextblocks.cpp 1.11
M +6 -0 codemethodblock.cpp 1.11
M +8 -0 codemethodblock.h 1.7
M +2 -1 codeparameter.cpp 1.8
M +10 -5 ownedcodeblock.cpp 1.10
M +1 -0 textblock.h 1.6
M +7 -6 umldoc.cpp 1.125
M +17 -4 umlrole.cpp 1.14
M +2 -2 umlrole.h 1.10
More information about the umbrello-devel
mailing list