Bug 193705 - Dolphin item navigation should wrapp around at view's edge
Summary: Dolphin item navigation should wrapp around at view's edge
Status: RESOLVED DUPLICATE of bug 152985
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Compiled Sources Unspecified
: NOR wishlist
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-22 23:54 UTC by Alex Dănilă
Modified: 2009-05-23 09:04 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Dănilă 2009-05-22 23:54:02 UTC
Version:            (using Devel)
Installed from:    Compiled sources

In Dolphin part, when navigating with the keyboard direction buttons (left, right, etc.), the navigation should wrap around when reaching edges, Currently it continuing in the direction of the edge has no effect.

Example:
Right edge, press right -> go to item+1 (first column, next line), (or simple wrap: first column, same line).
Upper edge, press up -> go to last row, column-1 (or simpler: last row, same column).

The modifications need to be done most probably in QModelIndex QListView::moveCursor, but I was unable to understand the code.
Comment 1 Alex Dănilă 2009-05-22 23:55:25 UTC
Ah, actually this probably belongs to Qt.
Comment 2 Frank Reininghaus 2009-05-23 09:04:14 UTC
Thanks for the bug report! This has been reported already, I'll mark it as a duplicate.

*** This bug has been marked as a duplicate of bug 152985 ***