| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-07-22 | Fix "truncated header" in Details View with non-Oxygen styles | Frank Reininghaus | |
| The code for painting the "empty header" was inconsistent with the headers of the other columns, which is probably the reason why the other styles got confused a) No QStyleOptionHeader is used b) Even if an empty header must be drawn, the last column is drawn with the option QStyleOptionHeader::End. According to Christoph, it still doesn't work with the Skulpture style, but it seems that the patch does at least not make things worse. BUG: 301800 FIXED-IN: 4.11.0 REVIEW: 111608 | |||
| 2012-04-26 | Reset to ascending sort order when changing the column | Peter Penz | |
| When changing the sort-column the sort order should always be reset to 'ascending' to by consistent with the QListView behavior. BUG: 298830 FIXED-IN: 4.9.0 | |||
| 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 | |||
