[Bug 167571] New: Unnatural order when removing images from light table

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

[Bug 167571] Unnatural order when removing images from light table

Bugzilla from andi.clemens@gmx.net
------- 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=167571         




------- Additional Comments From andi.clemens gmx net  2008-08-02 23:10 -------
Mik,

last question before final implementation: should wrapping also be enabled when moving through light table "by pair"?
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 167571] Unnatural order when removing images from light table

Bugzilla from mikmach@wp.pl
In reply to this post by Bugzilla from andi.clemens@gmx.net
------- 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=167571         




------- Additional Comments From mikmach wp pl  2008-08-03 23:47 -------
Your page works great :) Thanks.

> last question before final implementation: should wrapping also be
> enabled when moving through light table "by pair"?


Why not? Easy way to compare first and last image + fast return to
first/second image pair.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 167571] Unnatural order when removing images from light table

Bugzilla from andi.clemens@gmx.net
In reply to this post by Bugzilla from andi.clemens@gmx.net
------- 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=167571         




------- Additional Comments From andi.clemens gmx net  2008-08-04 10:03 -------
Right now without the patch (when navigating "by pair") clicking on the "last"
button will set the last image in the thumbbar as the left and the first as
the right pane.
But wouldn't it be more logical to have the last image in the right pane and
the previous image in the left? Only when navigating further to the right
(again "by pair") the wrap should be done. So clicking on the "last" button
right now behaves unnatural?
Again this happens with and without the patch.

Mik, Gilles, what do you think?

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

[Bug 167571] Unnatural order when removing images from light table

Bugzilla from andi.clemens@gmx.net
In reply to this post by Bugzilla from andi.clemens@gmx.net
------- 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=167571         




------- Additional Comments From andi.clemens gmx net  2008-08-05 22:15 -------
SVN commit 842714 by aclemens:

enable "wrapping" when cycling through images:

- If the last item in the thumbbar is selected, continue with the first item on "forward" action
- If the first item in the thumbbar is selected, continue with the last item on "back" action

CCBUGS:167571

 M  +16 -6     lighttablewindow.cpp  


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

[Bug 167571] Unnatural order when removing images from light table

Bugzilla from andi.clemens@gmx.net
In reply to this post by Bugzilla from andi.clemens@gmx.net
------- 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=167571         




------- Additional Comments From andi.clemens gmx net  2008-08-05 22:22 -------
SVN commit 842717 by aclemens:

backport commit #842714 from KDE4

CCBUGS:167571

 M  +18 -6     lighttablewindow.cpp  


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