summaryrefslogtreecommitdiffstats
path: root/smubermodel.h
Commit message (Collapse)AuthorAgeFilesLines
* Treemodel DevelopmentArno2010-06-161-3/+5
| | | | | | | | | | -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 :(
* Created basic ArchiveTreeViewArno2010-06-121-0/+1
| | | | | Implemented Widget for archive tree view. It's very basic and does nothing.
* Implemented SmUberModel::populateSeriesModelArno2010-06-121-0/+7
| | | | | | Implemented SmUberModel::populateSeriesModel(). Created a new QSqlDatabase with hardcoded access data for refactoring. This will change once the new schema is working.
* Finished SmTreeModel, started SmUberModelArno2010-06-061-0/+30
kinda finished the treemodel. Don't really know if it's complete yet. More programming will show :)