| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-07-22 | Do not try to smooth-scroll past the end of the view | Frank Reininghaus | |
| KItemListSmoothScroller::scrollTo(qreal position) did not check if 'position' is a valid value. Even if the view is scrolled to the bottom already, it tried to scroll further and activated "smooth scrolling" when the mouse wheel is used. Because it never got out of the "smooth scrolling" state then, it got confused when changing the directory, and restoring the correct scroll offset could fail. BUG: 322212 FIXED-IN: 4.11.0 REVIEW: 111557 | |||
| 2012-04-11 | KItemViews: Internal directory restructuration | Peter Penz | |
| - Move all private headers from the kitemviews-directory into the 'private' subdirectory. - Get rid of DolphinDirLister and just use a directory-lister internally in KFileItemModel. - Minor interface-cleanups for signals | |||
