Summary: | 'Unknown' album name that can't be renamed | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Chag <chagam> |
Component: | AdvancedRename-album | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles, jens-bugs.kde.org |
Priority: | NOR | ||
Version: | 0.7.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 7.5.0 | |
Sentry Crash Report: |
Description
Chag
2004-10-20 10:19:32 UTC
the 'Unknown' "album" is not an album. its a "collection". collection are names for a groups of albums. for eg, you can put albums "rome", "venice", etc. together in a collection called "vacation". as these are not physical albums you cannot add or remove photos from them. assigning collection to album is done by editing the properties of an album. if an album doesn't have any collection, it will show them grouped under "unknown". if any collection is empty, it will not be shown. These is mentioned in the help. regarding your second question, i need more details. how are you trying to copy files to the album "A70_Photos" just an additional note. please don't submit multiple bugreports in one. it makes searching for existing/fixed bugreports by other users difficult, as they have only the title of the bugreport to go by Hi. Sorry for submitting 2 bugreports in one. I thought the copy problem was linked to the 'unknown' album. Sorry also for haven't read the doc whith all the attention it deserves :) May be we can rename that bug 'unable to copy/move files from one album to another whith drag&drop I try to copy photos by draging them from the main (right) window to an album on the tree view (left panel). Is there an other way ? (I found no copy/paste menu, and <ctrl-c><ctrl-v> or <ctrl-ins><shift-ins> do not work. I also checked if I could set shortcuts to copy/cut/paste. Of course, copying or moving them whith kde file manager or command line or any other way works. Chag > the 'Unknown' "album" is not an album. its a "collection".
Hmm. I would consider it as a usability bug. And rather gravy. I know
there is beta phase and string freeze but I would suggest change string:
"Unknown collection"
CVS commit by jahrens: Chag stored images in his root album which he tried to move. Since the root album is only an organisational one, now preventing it from displaying images in the iconview. CCMAIL: 91740-done@bugs.kde.org M +3 -0 albumiconview.cpp 1.89 --- kdeextragear-3/digikam/digikam/albumiconview.cpp #1.88:1.89 @@ -342,4 +342,7 @@ void AlbumIconView::refreshIcon(AlbumIco void AlbumIconView::slotImageListerNewItems(const KFileItemList& itemList) { + if(d->currentAlbum->isRoot()) + return; + KFileItem* item; |