[Uml-devel] KDE/kdesdk/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Fri Dec 22 09:14:10 UTC 2006


SVN commit 615675 by okellogg:

sync with branches/KDE/3.5 (r615335:615411)

 M  +1 -0      ChangeLog  
 M  +1 -0      THANKS  
 M  +1 -1      umbrello/dialogs/classifierlistpage.cpp  


--- trunk/KDE/kdesdk/umbrello/ChangeLog #615674:615675
@@ -13,6 +13,7 @@
   http://www.geeksoc.org/~jr/umbrello/uml-devel/9895.html
 * Bugs/wishes from http://bugs.kde.org:
 * Association line nodes don't drag along with multiply-selected classes (57878)
+* Disappearing parameters when editing class properties (114477)
 * Umbrello saves too much copies at xmi (135606)
 * Artifacts of a component diagram are wrongly placed in Deployment View folder (137564)
 * Incorrect export to SQL (138139)
--- trunk/KDE/kdesdk/umbrello/THANKS #615674:615675
@@ -56,6 +56,7 @@
 Lutz Mueller <lutz.mueller @gmx.de>
 Heiko Nardmann <heiko.nardmann @onlinehome.de>
 Dimitri Ognibene <ognibened @yahoo.it>
+Michael Palomas <mpalomas @gmail.com>
 Anthony Parent <anthony.parent @intel.com>
 Carsten Pfeiffer <pfeiffer @kde.org>
 Ivan Porres <iporres @abo.fi>
--- trunk/KDE/kdesdk/umbrello/umbrello/dialogs/classifierlistpage.cpp #615674:615675
@@ -503,7 +503,7 @@
     }
 
     if( listItem->showPropertiesDialog(this) ) {
-        m_pItemListLB->changeItem( listItem->getName(), m_pItemListLB->index(item) );
+        m_pItemListLB->changeItem( listItem->toString(Uml::st_SigNoVis), m_pItemListLB->index(item) );
     }
 }
 




More information about the umbrello-devel mailing list