1 Sep 2007 01:14
KDE/kdesdk/umbrello
Oliver Kellogg <okellogg <at> users.sourceforge.net>
2007-08-31 23:14:52 GMT
2007-08-31 23:14:52 GMT
SVN commit 707073 by okellogg:
removeAllAssociationEnds(): I tried different iteration schemes (e.g. using
UMLObjectListIt or UMLObjectList::iterator) but the only one that works for me
without crashing is this here, using the integer index and QList::removeAt().
BUG:149356
M +2 -1 ChangeLog.2
M +5 -10 umbrello/umlcanvasobject.cpp
--- trunk/KDE/kdesdk/umbrello/ChangeLog.2 #707072:707073
<at> <at> -15,7 +15,7 <at> <at>
* Found / Lost Messages.
- Sequence Diagram
* Pre/Post conditions.
- * ‘accept time event’ symbol.
+ * "accept time event" symbol.
* Control Flow.
* Object Flow.
* interruptible region.
<at> <at> -31,4 +31,5 <at> <at>
* RMB LogicalView->New->Class in treeview creates TWO classes (144537)
* New code generator for D language
* Add option for automatic drawing attribute associations in class diagram (147061)
+* Crash on exit after loading phonon design.xmi (149356)
* Crash on saving phonon design.xmi with Advanced Code Generators enabled (149357)
--- trunk/KDE/kdesdk/umbrello/umbrello/umlcanvasobject.cpp #707072:707073
<at> <at> -98,16 +98,11 <at> <at>
}
(Continue reading)
RSS Feed