[Bug 144815] New: wish: scroll left-pane to the selected album/date on start-up

classic Classic list List threaded Threaded
10 messages Options
Reply | Threaded
Open this post in threaded view
|

[Bug 144815] New: wish: scroll left-pane to the selected album/date on start-up

S. Burmeister
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=144815         
           Summary: wish: scroll left-pane to the selected album/date on
                    start-up
           Product: digikam
           Version: 0.9.1
          Platform: SuSE RPMs
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: wishlist
          Priority: NOR
         Component: Albums GUI
        AssignedTo: digikam-devel kde org
        ReportedBy: sven.burmeister gmx net


Version:           0.9.1 (using KDE KDE 3.5.5)
Installed from:    SuSE RPMs
OS:                Linux

Digikam remembers the last selected album/date on exit and opens that view and selection when starting up again.

However the selected album/view is not visible in the left pane, since in album view it is always scrolled to the top and in date-view always at the bottom of the album-/date-list.

Expected behaviour: scroll the left pane on starting up to make the current selection visible to the user.

I am not sure whether the selected album/date should be the first visible entry in the left pane or somewhere in the middle.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: [Bug 144815] New: wish: scroll left-pane to the selected album/date on start-up

Bugzilla from mikmach@wp.pl
This is rather usability bug not only wish.

_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 144815] wish: scroll left-pane to the selected album/date on start-up

Arnd Baecker
In reply to this post by S. Burmeister
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=144815         




------- Additional Comments From arnd.baecker web de  2007-04-30 13:56 -------
Somewhere inthe middle might be better to see the context.

Also: remembering the selected image (and moving to that) might
be nice as well.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 144815] wish: scroll left-pane to the selected album/date on start-up

Arnd Baecker
In reply to this post by S. Burmeister
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=144815         




------- Additional Comments From arnd.baecker web de  2007-07-02 01:57 -------
I don't observe the problem you describe for the album view,
but for the tags view and  the date  view.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 144815] wish: scroll left-pane to the selected album/date on start-up

Arnd Baecker
In reply to this post by S. Burmeister
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=144815         




------- Additional Comments From arnd.baecker web de  2007-09-08 10:52 -------
Hmm, on a re-check I also observe it for the album view.
Interestingly, in principle the code is there to make it work in
the first place:
In  folderview.cpp, in the routine void FolderView::loadViewState()
one finds
   ensureItemVisible(item);
So this should work.
Is this another example of a race condition, where this call
comes to early?
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 144815] wish: scroll left-pane to the selected album/date on start-up

Arnd Baecker
In reply to this post by S. Burmeister
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=144815         




------- Additional Comments From arnd.baecker web de  2007-09-10 08:19 -------
Created an attachment (id=21582)
 --> (http://bugs.kde.org/attachment.cgi?id=21582&action=view)
make selected folder visible

The origin of this bug is that setting the visibility does
not seem to have any effect when this is done in a loop
where folders are opened.
(Big thanks to Marcel!)
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 144815] wish: scroll left-pane to the selected album/date on start-up

Arnd Baecker
In reply to this post by S. Burmeister
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=144815         




------- Additional Comments From arnd.baecker web de  2007-09-10 08:31 -------
I would like to extend this patch a little bit more so that
also the last viewed image is saved and that the corresponding
icon will be shown.
Does that sound useful?

Note that this should be very easy to do via
the d->itemUrlToFind mechanism, if the problem
(race condition?) described in the patch for
http://bugs.kde.org/show_bug.cgi?id=96894
is solved.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 144815] wish: scroll left-pane to the selected album/date on start-up

Arnd Baecker
In reply to this post by S. Burmeister
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=144815         




------- Additional Comments From arnd.baecker web de  2007-10-19 11:55 -------
Hmm, maybe it is better to apply this patch first
(it might take too long until I have time to tackle the additional feature
and delay this ...)
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 144815] wish: scroll left-pane to the selected album/date on start-up

Arnd Baecker
In reply to this post by S. Burmeister
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=144815         




------- Additional Comments From arnd.baecker web de  2007-10-30 09:10 -------
SVN commit 730938 by abaecker:

Scroll the left panel on start up to so that the current selection is visible.

CCBUGS: 144815
TODO:KDE4PORT



 M  +2 -1      NEWS  
 M  +10 -2     digikam/folderview.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=730938
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 144815] wish: scroll left-pane to the selected album/date on start-up

Gilles Caulier-4
In reply to this post by S. Burmeister
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=144815         
caulier.gilles gmail com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From caulier.gilles gmail com  2007-10-30 09:24 -------
SVN commit 730946 by cgilles:

backport commit #730938 to KDE4
BUG: 144815


 M  +17 -4     folderview.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=730946
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel