Summary: | Keep selected image in thumbbar in the middle while being in preview mode | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Stas <stas.kazmin> |
Component: | Thumbs-BarView | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 4.8.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/digikam/e2b0732413b4ffbd0d0ca59e60a6dd165c33ea38 | Version Fixed In: | 4.11.0 |
Sentry Crash Report: | |||
Attachments: | screen shot of how it should look like. |
Description
Stas
2015-03-08 13:06:43 UTC
You want to be able to copy thumbbar items selection for ex ? It's not clear enough... Gilles Caulier Created attachment 91483 [details]
screen shot of how it should look like.
No, I think not. When starting an let say an album with the first picture and then go to preview mode you see the selected picture is the most left one (or up, when you have thumbsbar set to be vertical). Now stay in preview mode and show the next picture, the selection moves to the second one in thumbsbar. Going on you finally arrive ant the last picture which you can see in the thumbbar. So now, when going to the next picture the thumbbar auto scrolls but the selected picture remains the last one. So you never see, which picture is going to be the next one. My wish is to center the selected picture, so you always see some pictures before and some after the selected one (accept of cause the first and last one, where the selected picture cannot be scrolled into the center of thumbbar). I hope you understand it now. I have made a screen shot of how the thumbbar has to look like all the time (selected item in the middle). Git commit e2b0732413b4ffbd0d0ca59e60a6dd165c33ea38 by Maik Qualmann. Committed on 21/05/2015 at 19:54. Pushed by mqualmann into branch 'master'. apply patch #92772 to scroll the current index to center of the view Related: bug 337878 FIXED-IN: 4.11.0 M +3 -1 NEWS M +1 -0 app/items/imagethumbnailbar.cpp M +33 -0 libs/widgets/itemview/dcategorizedview.cpp M +4 -0 libs/widgets/itemview/dcategorizedview.h M +1 -0 showfoto/thumbbar/showfotothumbnailbar.cpp M +1 -0 utilities/importui/views/importthumbnailbar.cpp http://commits.kde.org/digikam/e2b0732413b4ffbd0d0ca59e60a6dd165c33ea38 Git commit b1202b4ec7042bb115fba39d2f20d1238fd42b5a by Gilles Caulier. Committed on 22/05/2015 at 14:27. Pushed by cgilles into branch 'frameworks'. backport commit #e2b0732413b4ffbd0d0ca59e60a6dd165c33ea38 from git/master to frameworks branch Related: bug 337878 M +1 -0 app/items/imagethumbnailbar.cpp M +33 -0 libs/widgets/itemview/itemviewcategorized.cpp M +4 -0 libs/widgets/itemview/itemviewcategorized.h M +1 -0 showfoto/thumbbar/showfotothumbnailbar.cpp M +1 -0 utilities/importui/views/importthumbnailbar.cpp http://commits.kde.org/digikam/b1202b4ec7042bb115fba39d2f20d1238fd42b5a Git commit 820c66bac12f1f0b00b4b1ba1deef5dc64d30397 by Maik Qualmann. Committed on 30/06/2015 at 17:56. Pushed by mqualmann into branch 'master'. fixing scroll to center of the thumb bar when an image is deleted Related: bug 337878 M +10 -0 libs/widgets/itemview/dcategorizedview.cpp M +1 -0 libs/widgets/itemview/dcategorizedview.h http://commits.kde.org/digikam/820c66bac12f1f0b00b4b1ba1deef5dc64d30397 Git commit dbca06a5b5fdab7856b04c2d6325ec78b9b61ed4 by Gilles Caulier. Committed on 01/07/2015 at 07:47. Pushed by cgilles into branch 'frameworks'. backport commit #820c66bac12f1f0b00b4b1ba1deef5dc64d30397 from git/master to frameworks branch Related: bug 337878 M +10 -0 libs/widgets/itemview/itemviewcategorized.cpp M +1 -0 libs/widgets/itemview/itemviewcategorized.h http://commits.kde.org/digikam/dbca06a5b5fdab7856b04c2d6325ec78b9b61ed4 |