blob: efd3ac915bf8f9eaa6109f2856a0f5a419d956c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
SheMov (MainWindow)
-> FileSystemWidget (mFSWidget)
-> ArchiveEditDialog (QDialog), replaced by NewMovieWizard
-> ArchiveFileWidget
-> ListEditor
-> CoverEditor
-> ArchiveViewWidget (mAVWidget)
-> ArchiveFileView (QTreeView)
-> ArchiveProxy (QSortFilterProxyModel)
-> ArchiveItemEditDialog (QDialog)
-> ArchiveItemInfoEdit
-> ArchiveItemCoverEdit
-> CoverItem
-> SizeDelegate (QAbstractItemDelegate)
-> ArchivedDelegate (QAbstractItemDelegate)
-> TextEnterDialog (QDialog)
-> MoviePropertiesDialog (QDialog)
-> AddMovieWizard (QWizard)
TODOS:
-updateSelectionCount for TreeView
-tabChanged for TreeView (done)
-File properties for TreeView
-Fix database access for good! (done)
-Fix statistics menu!
-rename "Tree" (done)
-act on doubleclick in TreeView (done)
-Finish this file
-Fix Unable to free statement on exit
GOOD FILES TO REMOVE:
*archiveeditdialog
*listeditor
*covereditor
*archivefilewidget
*addmoviewizard
*archivefileview
*archiveproxy
*sizedelegate
*archivedidelegate
*archiveitemeditdialog
*coveritem
*movieitem
*moviemodel
*moviemodelsingleton
*listmodel
*listmodelsingleton
*archiveviewwidget
*archiveiteminfoedit
*archiveitemcoveredit
*fileinfoitem
*fileinfomodel
|