summaryrefslogtreecommitdiffstats
path: root/filesorter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Implement doubleClicked in FileWidgetArno2016-09-031-1/+1
| | | | | | | Navigate through the filesystem by doubleclicking directories. Rename enums from Row to Column, since it *are* columns. I'm not very good at naming things...
* Fix Video sortingArno2016-09-031-0/+29
| | | | | | | | | | 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.
* Implement delete filesArno2016-08-161-2/+8
| | | | Thought I did an initial commit, but seems git thinks otherwise...
* Initial commitArno2016-08-161-0/+6
Shows files with the current extension and makes them distinguishable by different icons and by color. Not much else, just thought it was time for a commit.