diff options
author | Arno <am@disconnect.de> | 2010-07-23 21:25:34 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2010-07-23 21:25:34 +0200 |
commit | d617e0679b42680d5068513a951b6f6db10b0565 (patch) | |
tree | ce368fd13628e75406191b1c8118664136a4207e /shemov.pro | |
parent | a59ac6eb3cebdd4e3f41552c21f14165203c1ab2 (diff) | |
download | SheMov-d617e0679b42680d5068513a951b6f6db10b0565.tar.gz SheMov-d617e0679b42680d5068513a951b6f6db10b0565.tar.bz2 SheMov-d617e0679b42680d5068513a951b6f6db10b0565.zip |
Big code cleanup
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.
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 42 |
1 files changed, 0 insertions, 42 deletions
@@ -6,10 +6,6 @@ CONFIG += warn_on \ CONFIG -= release QT += sql SOURCES = main.cpp \ - listmodel.cpp \ - movieitem.cpp \ - moviemodel.cpp \ - coveritem.cpp \ filesystemdirproxy.cpp \ filesystemwidget.cpp \ fileview.cpp \ @@ -19,33 +15,16 @@ SOURCES = main.cpp \ shemoviconprovider.cpp \ messagedialog.cpp \ configurationdialog.cpp \ - archiveeditdialog.cpp \ - listeditor.cpp \ - covereditor.cpp \ - archivefilewidget.cpp \ - archiveviewwidget.cpp \ - archivefileview.cpp \ - archiveproxy.cpp \ - sizedelegate.cpp \ - archiveddelegate.cpp \ textenterdialog.cpp \ moviepropertiesdialog.cpp \ statisticsdialog.cpp \ actorwidget.cpp \ actormodel.cpp \ - fileinfoitem.cpp \ - fileinfomodel.cpp \ actorcountmodel.cpp \ graphbarwidget.cpp \ programconfigurator.cpp \ - addmoviewizard.cpp \ - listmodelsingleton.cpp \ - moviemodelsingleton.cpp \ pictureviewer.cpp \ pictureviewerinfoitem.cpp \ - archiveiteminfoedit.cpp \ - archiveitemcoveredit.cpp \ - archiveitemeditdialog.cpp \ smtreeitem.cpp \ smtreemodel.cpp \ smmodelsingleton.cpp \ @@ -58,10 +37,6 @@ SOURCES = main.cpp \ mappingtablewidget.cpp \ newmoviewizard.cpp HEADERS = listitem.h \ - listmodel.h \ - movieitem.h \ - moviemodel.h \ - coveritem.h \ filesystemdirproxy.h \ filesystemwidget.h \ fileview.h \ @@ -71,33 +46,16 @@ HEADERS = listitem.h \ shemoviconprovider.h \ messagedialog.h \ configurationdialog.h \ - archiveeditdialog.h \ - listeditor.h \ - covereditor.h \ - archivefilewidget.h \ - archiveviewwidget.h \ - archivefileview.h \ - archiveproxy.h \ - sizedelegate.h \ - archiveddelegate.h \ textenterdialog.h \ moviepropertiesdialog.h \ statisticsdialog.h \ actorwidget.h \ actormodel.h \ - fileinfoitem.h \ - fileinfomodel.h \ actorcountmodel.h \ graphbarwidget.h \ programconfigurator.h \ - addmoviewizard.h \ - listmodelsingleton.h \ - moviemodelsingleton.h \ pictureviewer.h \ pictureviewerinfoitem.h \ - archiveiteminfoedit.h \ - archiveitemcoveredit.h \ - archiveitemeditdialog.h \ smtreeitem.h \ smtreemodel.h \ smmodelsingleton.h \ |