summaryrefslogtreecommitdiffstats
path: root/filewidget.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix Video sortingArno2016-09-031-22/+40
| | | | | | | | | | 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.
* Make FileWidget searchableArno2016-09-031-1/+19
|
* FileWidget enhancementsArno2016-09-031-9/+48
| | | | | | | * add distinct icons for files presenet or non present in DB and non- video files, make it sortable * read and save settings * save geometry of ShemovCleaner
* Basic Version of FileWidgetArno2016-09-021-0/+147
It checks the DB for md5sums and colors the files accordingly. As I said: very basic!