summaryrefslogtreecommitdiffstats
path: root/listmodelsingleton.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Big code cleanupArno2010-07-231-27/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hopefully removed all code connected to ArchiveViewWidget in this tree. Files removed ({h,cpp}): *archiveeditdialog *listeditor *covereditor *archivefilewidget *addmoviewizard *archivefileview *archiveproxy *sizedelegate *archivedidelegate *archiveitemeditdialog *coveritem *movieitem *moviemodel *moviemodelsingleton *listmodel *listmodelsingleton *archiveviewwidget *archiveiteminfoedit *archiveitemcoveredit *fileinfoitem *fileinfomodel See added file TODOS for stuff that needs fixes.
* Use singletons for modelsArno2010-05-221-0/+27
Created singletons for the ListModel* and MovieModel*. There should only be one of each and they were passed around quite a lot.