summaryrefslogtreecommitdiffstats
path: root/filesorter.h
Commit message (Collapse)AuthorAgeFilesLines
* Implement filtering by MIME-TypeArno2018-01-041-0/+1
| | | | | | The MIME-type is a regular expression that can be configured. Show the configured types in a QComboBox with the special value "<all>" at the top, which invalidates the MIME type filter.
* Fix Video sortingArno2016-09-031-0/+9
| | | | | | | | | | 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-5/+10
| | | | Thought I did an initial commit, but seems git thinks otherwise...
* Initial commitArno2016-08-161-0/+11
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.