From: Gerard F. <ger...@us...> - 2002-03-17 22:56:31
|
Update of /cvsroot/kuml/kuml_old In directory usw-pr-cvs1:/tmp/cvs-serv1995 Modified Files: ChangeLog Log Message: 2002-03-17 Gerard Flynn <ger...@li...> * save/load of classes in class diagrams now works, connexions still broken * added loaded classes to the "project" package (multiple packages are not supported at this time) * changed the initial sizes of the 2 halfs of the kUML screen so that most space is reserved for the diagram (KumlApp::initView) * changed Classes::writeAsKuml to output the class name * added loading of drawingclass to Diagram::readAsKuml VS: Committing in . VS: VS: Modified Files: VS: ChangeLog kuml/iokumlutility.cpp kuml/kuml.cpp VS: kuml/kumlview.cpp kuml/kumlview.h kuml/data/classes.cpp VS: kuml/data/element.cpp kuml/data/package.cpp VS: kuml/data/repository.cpp kuml/diagrams/diagram.cpp VS: kuml/diagrams/diagramloader.cpp kuml/drawobj/drawingclass.cpp VS: kuml/drawobj/drawingclass.h kuml/drawobj/drawingrect.cpp VS: kuml/overview/winoverview.cpp VS: ---------------------------------------------------------------------- Index: ChangeLog =================================================================== RCS file: /cvsroot/kuml/kuml_old/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** ChangeLog 3 Mar 2002 22:03:41 -0000 1.3 --- ChangeLog 17 Mar 2002 22:56:27 -0000 1.4 *************** *** 1,2 **** --- 1,12 ---- + 2002-03-17 Gerard Flynn <ger...@li...> + * save/load of classes in class diagrams now works, connexions still + broken + * added loaded classes to the "project" package (multiple packages are + not supported at this time) + * changed the initial sizes of the 2 halfs of the kUML screen so that + most space is reserved for the diagram (KumlApp::initView) + * changed Classes::writeAsKuml to output the class name + * added loading of drawingclass to Diagram::readAsKuml + 2002-03-03 Gerard Flynn <ger...@li...> * iokumlutility.cpp fixed parsing problem in readStatement |