summaryrefslogtreecommitdiffstats
path: root/filestreewidget.h
Commit message (Collapse)AuthorAgeFilesLines
* Preparation for new move to burn implementationArno2010-07-171-0/+13
| | | | | | Show size of selected items in status bar when files are selected in the FileView. Also show series name of current selected file in the general status bar.
* 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.