| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-06-30 | Replace QList by QVector if the elements are larger than a pointer | Frank Reininghaus | |
| If the elements are larger than a pointer, QList does not store the elements themselves, but pointers to them in a contiguous block of memory. This wastes quite a bit of memory. This can be prevented easily by using QVector instead. REVIEW: 111304 | |||
| 2012-08-14 | Adding the Accessibility classes | Amandeep Singh | |
| 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 | |||
