[Uml-devel] KDE/kdesdk/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Sat Feb 11 15:26:01 UTC 2006
SVN commit 508510 by okellogg:
apply commit 508509 from branches/KDE/3.5
M +2 -0 ChangeLog
M +1 -0 umbrello/classifier.cpp
--- trunk/KDE/kdesdk/umbrello/ChangeLog #508509:508510
@@ -8,6 +8,8 @@
* Multiplicity labels positioned incorrectly when moving entities (120598)
* Types of entity's attributes are displayed instead of their names (120742)
* Unable to delete entity from entity list in "UML Model" frame (120750)
+* Unable to delete entity from entity list in "UML Model" frame (120750)
+* Changing font style has no effect on classes (120761)
* Cannot Resize Sequence Diagram Synchronous Messages (120910)
Version 1.5.1
--- trunk/KDE/kdesdk/umbrello/umbrello/classifier.cpp #508509:508510
@@ -57,6 +57,7 @@
if (b) {
m_BaseType = ot_Interface;
UMLObject::setStereotype("interface");
+ UMLObject::m_bAbstract = true;
newIcon = UMLListView::it_Interface;
} else {
m_BaseType = ot_Class;
More information about the umbrello-devel
mailing list