summaryrefslogtreecommitdiffstats
path: root/smtreemodel.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Implemented SeriesTreeWidgetArno2010-06-131-1/+8
| | | | | | | | | 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
* Implemented SmTreeModel::parentArno2010-06-121-0/+14
| | | | | Forgot to implement SmTreeModel::parent. Thus it was a pure abstract class and not instantiable.
* Finished SmTreeModel, started SmUberModelArno2010-06-061-0/+144
| | | | | kinda finished the treemodel. Don't really know if it's complete yet. More programming will show :)
* Started Treemodel for ArchiveArno2010-06-031-0/+18
Implemented generic SmTreeItem, started on generic SmTreeModel.