summaryrefslogtreecommitdiffstats
path: root/addmoviewizard.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Big code cleanupArno2010-07-231-260/+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.
* Added cover page to AddMovieWizardArno2010-05-231-1/+87
| | | | Finished AddMovieWizard. Added one last page to add covers to movie.
* Bugfix: margins in ListEditorArno2010-05-231-13/+5
| | | | | Fix layout of AddMovieWizard. The ListEditor-Widget must have margins set to 0 to be laid out properly in a QWizardPage.
* Wizard for adding movies manuallyArno2010-05-221-0/+182
Created a QWizard for adding movies manually. Works as expected, but cover management has to be added as last page.