Bug 80824

Summary: All model items are duplicated upon save/load
Product: [Applications] umbrello Reporter: Oliver Kellogg <okellogg>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Oliver Kellogg 2004-05-03 06:54:22 UTC
Version:           cvs (using KDE Devel)
Installed from:    Compiled sources

A recent change in cvs has probably introduced the
following behaviour: All listview items are duplicated
upon a save/load cycle.
This is just to let others know that I am working
on fixing the problem.
Comment 1 Oliver Kellogg 2004-05-04 06:52:21 UTC
On this event, I noticed that the Qt signals for object creation
need a cleanup. For example, UMLDoc::addUMLObject() gets called
about three to four times for each model XMI object loaded.