Bug 193705

Summary: Dolphin item navigation should wrapp around at view's edge
Product: [Applications] dolphin Reporter: Alex Dănilă <alex.danila.web>
Component: generalAssignee: Peter Penz <peter.penz19>
Status: RESOLVED DUPLICATE    
Severity: wishlist CC: frank78ac
Priority: NOR    
Version: 16.12.2   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Unspecified   
Latest Commit: Version Fixed In:

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 ***