[Uml-devel] KDE/kdesdk/umbrello/umbrello

Sharan Rao sharanrao at gmail.com
Thu Jul 19 12:18:54 UTC 2007


SVN commit 689898 by sharan:

Added support for associations from categories to entities and vice versa.
So, essentially, one can now almost draw diagrams for EER models as given in this book
  http://www.amazon.com/Fundamentals-Database-Systems-Fourth-Elmasri/dp/0321122267

Still TODO:
* change properties of categories ( currently I've set "disjoint specialisation" as default)
* xmi representation of all the foobar I did :P
* and SQL code generation for EER too probably. This should be interesting.




 M  +8 -2      association.cpp  
 M  +25 -0     assocrules.cpp  
 M  +92 -2     linepath.cpp  
 M  +42 -0     linepath.h  
 M  +2 -2      pics/CMakeLists.txt  
 M             pics/category.png  
 AM            pics/category2parent.png  
 AM            pics/child2category.png  
 AM            pics/cursor-category2parent.png  
 AM            pics/cursor-child2category.png  
 M  +64 -117   pics/sources/category.svg  
 A             pics/sources/category2parent.svg  
 A             pics/sources/child2category.svg  
 A             pics/sources/cursor-category2parent.svg  
 A             pics/sources/cursor-child2category.svg  
 M  +2 -0      toolbarstateassociation.cpp  
 M  +2 -0      toolbarstatefactory.cpp  
 M  +1 -0      umllistview.cpp  
 M  +7 -1      worktoolbar.cpp  
 M  +5 -2      worktoolbar.h  






More information about the umbrello-devel mailing list