| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-06-08 | Krazy fixes | Peter Penz | |
| 2012-04-25 | When the current item is removed, make -1 the current index temporarily | Frank Reininghaus | |
| This fixes two problems: 1. KItemListKeyboardSearchManger can cancel the current search when a new folder is opened (note that this action removes the current item from the view). 2. The view can underline the new current item (which is the item that used to be below the removed item). Note that this did not work before because the view did not receive a currentChanged() signal in this case and therefore did not update the "current item" status of the new current item. CCBUG: 297488 CCBUG: 298782 REVIEW: 104709 (cherry picked from commit 68ce395a192362969783615e50a8004d3029eb7e) | |||
| 2012-04-25 | When Esc is pressed, clear the selection and cancel the keyboard search | Frank Reininghaus | |
| This patch restores the Dolphin 1.x behaviour that Esc clears the selection (Dolphin 2.0 did not have an easy way to clear the selection using the keyboard so far). Moreover, Esc now also cancels the current keyboard search. This fixes the problem that the only way to cancel the search is to wait until the timeout has expired. CCBUG: 298742 CCBUG: 297458 (cherry picked from commit d3b1312d3edc615b03fb17c1a5fa62ccb61cdabd) | |||
| 2012-04-11 | Fix compile issue resulted by commit 2caff15b | Peter Penz | |
