]> cloud.milkyroute.net Git - dolphin.git/commit
Improve selection behaviour concerning the new "jump to next/previous
authorFrank Reininghaus <frank78ac@googlemail.com>
Tue, 14 Jul 2009 20:47:37 +0000 (20:47 +0000)
committerFrank Reininghaus <frank78ac@googlemail.com>
Tue, 14 Jul 2009 20:47:37 +0000 (20:47 +0000)
commit027bfb1789cfc47545b708e6fe1d4391c2319f68
tree549756392b70324f08e41e15f829bddbdf80e326
parent32157cc47c270221c2003206e7793d0fc9bf2f16
Improve selection behaviour concerning the new "jump to next/previous
row using right/left arrow" and "jump to next/previous column using
down/up arrow" when using the Icon View's "Rows" and "Columns"
arrangement, respectively, in the following cases:

1. In "Columns" arrangement, if the first item is selected and
Ctrl-Down is pressed repeatedly, don't deselect the first item when
jumping to the next column.

2. In "Rows" arrangement, if the first item in the second row is
active and then Left and finally Shift-Left is pressed, don't
re-select the first item in the second row unexpectedly.

3. If an item in the middle of the second row is selected, make sure
that selection with Shift-Left/Shift-Right is reversible even if the
previous/next row is reached.

svn path=/trunk/KDE/kdebase/apps/; revision=996758
src/dolphiniconsview.cpp