Bug 80824 - All model items are duplicated upon save/load
Summary: All model items are duplicated upon save/load
Status: RESOLVED FIXED
Alias: None
Product: umbrello
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Umbrello Development Group
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-03 06:54 UTC by Oliver Kellogg
Modified: 2004-05-04 06:52 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.