[Uml-devel] branches/KDE/3.5/kdesdk/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Thu Dec 21 13:21:28 UTC 2006
SVN commit 615411 by okellogg:
slotDoubleClick(): Patch by Michael Palomas at bug 138965 supplies
listItem->toString(Uml::st_SigNoVis) at call to QListBox::changeItem()
instead of just the list item name.
BUG:114477
M +1 -0 ChangeLog
M +1 -0 THANKS
M +1 -1 umbrello/dialogs/classifierlistpage.cpp
--- branches/KDE/3.5/kdesdk/umbrello/ChangeLog #615410:615411
@@ -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)
--- branches/KDE/3.5/kdesdk/umbrello/THANKS #615410:615411
@@ -55,6 +55,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>
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/dialogs/classifierlistpage.cpp #615410:615411
@@ -500,7 +500,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