summaryrefslogtreecommitdiffstats
path: root/archivetreeview.h
Commit message (Collapse)AuthorAgeFilesLines
* Partial implementation of adding new SeriesArno Moeller2010-06-171-0/+1
| | | | | | Adding an item to the TreeView works, but it doesn't get focus after inserting. Also the data is not shown. And setting the title of the new item should make the database puke.
* Implemented SeriesTreeWidgetArno2010-06-131-1/+2
| | | | | | | | | Implemented a widget for showing series in a tree. Also implemented filtering and sorting for this widget. Some bugfixes and enhancements: -Show dildo as DecorationRole in SeriesWidget -removed Quality from SeriesWidget
* Created basic ArchiveTreeViewArno2010-06-121-0/+31
Implemented Widget for archive tree view. It's very basic and does nothing.