summaryrefslogtreecommitdiffstats
path: root/smtreemodel.h
Commit message (Collapse)AuthorAgeFilesLines
* Treemodel DevelopmentArno2010-06-161-4/+8
| | | | | | | | | | -Changed the database schema. Attached quality to files -Subclassed SmTreeModel for SeriesTreeModel -Made SmTreeModel virtual for that Well, it seems there is a serious problem with the database schema. Curiously everything inside the model works beside the db update. Seems I have it wrong with the fks :(
* Implemented SmTreeModel::parentArno2010-06-121-1/+2
| | | | | Forgot to implement SmTreeModel::parent. Thus it was a pure abstract class and not instantiable.
* Finished SmTreeModel, started SmUberModelArno2010-06-061-0/+22
| | | | | kinda finished the treemodel. Don't really know if it's complete yet. More programming will show :)
* Started Treemodel for ArchiveArno2010-06-031-0/+27
Implemented generic SmTreeItem, started on generic SmTreeModel.