summaryrefslogtreecommitdiffstats
path: root/filesorter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Implement filtering by MIME-TypeArno2018-01-041-0/+9
| | | | | | 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.
* Sort size numerically, not alphabeticallyArno2018-01-021-0/+7
|
* Fix sorting in TorrentWidgetArno2016-09-171-0/+7
| | | | Sort files by DateTime instead of string comparison.
* Fix FileSorter to use enumsArno2016-09-051-3/+4
|
* 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.