summaryrefslogtreecommitdiffstats
path: root/filestreewidget.h
Commit message (Collapse)AuthorAgeFilesLines
* Sorting for FilesTreeModelArno Moeller2010-06-251-0/+13
| | | | | | | | Implemented individual sorting for FilesTreeModel: 1. Don't compare the "Movies" and "Covers" nodes, keep the initial order. 2. Compare Size and DvdNo by int/longlong instead of comparing the displayed strings.
* Start making FilesView workArno2010-06-231-0/+34
Introduced filestreewidget, just like seriestreewidget. The connection is still missing, though.