Summary: | lighttable: the thumbnail slider does not work at all | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Pierre Hanser <hanser> |
Component: | LightTable-Thumbbar | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | 2.0.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 2.0.0 | |
Sentry Crash Report: |
Description
Pierre Hanser
2011-06-02 09:35:54 UTC
Which 2.0.0 beta version you use exactly ? Gilles Caulier I can confirm this. Go to an album with a larger number of images, say 50. Select them all and click on the Light Table icon. It is possible to navigate the thumbnail bar with the arrow keys, but the scroll bar is not scrollable. Gilles, is the thumbnail bar in the Light Table based on model/view or still on Qt3support code? Marcel, I see also this bug some time ago, but i don't find the problem in code. All LT is ported to Qt4 Model View now. I take inspiration from your code in Image Editor and Album Icon View preview mode. Gilles Caulier Marcel, In fact, all thumbs are there, if the list of thumb is huge. Thumbbar show the first line of thumbs as well. All other are below. Take keyboard focus to thumbbar and use up/down or pgup/pgdown keys to navigate over thumbs content. Gilles Caulier Git commit 7f30892dd3df951c90a01c4c1e12f25021023bce by Marcel Wiesweg. Committed on 23/06/2011 at 16:27. Pushed by mwiesweg into branch 'master'. Set a default flow for the ImageThumbnailBar. So far, all bars were located in a dock window, so dockLocationChanged was always called initially and set a flow. With the lighttable, there was no such call. Setting a default valid behavior seems to be the right thing here rather than requiring an initial call to setFlow(). BUG: 274729 M +2 -1 NEWS M +1 -0 digikam/items/imagethumbnailbar.cpp http://commits.kde.org/digikam/7f30892dd3df951c90a01c4c1e12f25021023bce |