Summary: | Selected album does not match containing items | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Jens Mueller <tschenser> |
Component: | Albums-MainView | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 1.2.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.2.0 | |
Sentry Crash Report: |
Description
Jens Mueller
2010-03-11 20:52:48 UTC
Instead to close and restart digikam, press F5to refresh album content. it's work ? Also, try Tools/Scan for new items option. Gilles Caulier The problem isn't about tools/scan. Also pressing F5 do not change something. But I can stip the procedure down: 1.) select a album in Digikam 2.) take some images and add them to BQM current queue 3.) select a different output folder for queue 4.) take some other images of the same album and add them to a new BQM queue 5.) select also a output folder different the original images one 6.) if you now switch between both queues via tabs the selected album on the left side stays the correct one, but the thumb view shows the content of the output directory of your selected queue. SVN commit 1104096 by mwiesweg: When a tree view shall change the global current album, this now must be explicitly enabled with a flag. In the reported bug, the AlbumSelectWidget in some way fiddled with the current album (only visible in the current album stored in config for next start) BUG: 230358 M +2 -1 NEWS M +11 -5 digikam/albumtreeview.cpp M +9 -2 digikam/albumtreeview.h M +1 -0 digikam/datefolderview.cpp M +4 -0 digikam/leftsidebarwidgets.cpp M +1 -0 utilities/fuzzysearch/fuzzysearchview.cpp M +2 -1 utilities/gpssearch/gpssearchview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1104096 |