After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 624912 - Importing with drag & drop shows duplicated count of images to import in import dialog
Importing with drag & drop shows duplicated count of images to import in impo...
Status: RESOLVED FIXED
Product: f-spot
Classification: Other
Component: Import
GIT
Other Linux
: Normal normal
: 0.7.2
Assigned To: F-spot maintainers
F-spot maintainers
Depends on:
Blocks:
 
 
Reported: 2010-07-21 10:43 UTC by Paul Wellner Bou
Modified: 2010-07-22 11:57 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
First try, still unstable (4.94 KB, patch)
2010-07-21 14:49 UTC, Paul Wellner Bou
none Details | Review
Implemented PhotoListProxy to avoid race conditions (6.02 KB, patch)
2010-07-22 09:03 UTC, Paul Wellner Bou
none Details | Review
added PhotoListProxy.cs to Makefile (694 bytes, patch)
2010-07-22 09:03 UTC, Paul Wellner Bou
none Details | Review
Add PhotoList changed event handlers (923 bytes, patch)
2010-07-22 09:03 UTC, Paul Wellner Bou
none Details | Review
Add event handler methods (1.58 KB, patch)
2010-07-22 09:03 UTC, Paul Wellner Bou
none Details | Review
Implemented collection proxy to avoid race conditions (8.31 KB, patch)
2010-07-22 11:33 UTC, Paul Wellner Bou
none Details | Review
Implemented collection proxy to avoid race conditions (8.33 KB, patch)
2010-07-22 11:44 UTC, Paul Wellner Bou
committed Details | Review

Description Paul Wellner Bou 2010-07-21 10:43:17 UTC
see summary.
Comment 1 Paul Wellner Bou 2010-07-21 14:49:57 UTC
Created attachment 166289 [details] [review]
First try, still unstable
Comment 2 Paul Wellner Bou 2010-07-22 09:03:00 UTC
Created attachment 166364 [details] [review]
Implemented PhotoListProxy to avoid race conditions
Comment 3 Paul Wellner Bou 2010-07-22 09:03:06 UTC
Created attachment 166365 [details] [review]
added PhotoListProxy.cs to Makefile
Comment 4 Paul Wellner Bou 2010-07-22 09:03:11 UTC
Created attachment 166366 [details] [review]
Add PhotoList changed event handlers
Comment 5 Paul Wellner Bou 2010-07-22 09:03:17 UTC
Created attachment 166367 [details] [review]
Add event handler methods
Comment 6 Paul Wellner Bou 2010-07-22 11:33:10 UTC
Created attachment 166378 [details] [review]
Implemented collection proxy to avoid race conditions
Comment 7 Paul Wellner Bou 2010-07-22 11:44:09 UTC
Created attachment 166379 [details] [review]
Implemented collection proxy to avoid race conditions
Comment 8 Ruben Vermeersch 2010-07-22 11:56:58 UTC
Attachment 166379 [details] pushed as 8a52390 - Implemented collection proxy to avoid race conditions


Great patch, thanks a lot!