summaryrefslogtreecommitdiffstats
path: root/up_dick.png
Commit message (Collapse)AuthorAgeFilesLines
* Fix Video sortingArno2016-09-031-0/+0
Show directories in FileWidget and always put ".." first, then the directories by creating a new QSortFilterProxyModel. For this the file attribute is needed for every column, so use QList<QStandardItem*> instead of individual QStandardItem*s. Use enums to access columns.