summaryrefslogtreecommitdiffstats
path: root/archiveiteminfoedit.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Big code cleanupArno2010-07-231-209/+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.
* Bugfix: Data corruption in ArchiveItemInfoEditArno2010-05-301-1/+1
| | | | Allow more than 10 Dvds in dvd spinbox of ArchiveItemInfoEdit.
* Bugfix: clear actors in ArchiveEditItemDialogArno2010-05-301-0/+1
| | | | | Clear actors when showing ArchiveEditItemDialog, otherwise they keep piling up :)
* Implemented ArchiveItemEditDialog::accept()Arno2010-05-291-1/+1
| | | | | | | | | Now the update button from ArchiveItemEditDialog actually updates something. The cover handling is much cleaner than in CoverArchiveEditor on first glance. This means I can get rid of CoverArchiveEditor and EditArchiveItemDialog at last.
* Implement new ArchiveItemEditDialogArno2010-05-291-2/+22
| | | | | | | | | | | | | | | | Use ArchiveItemEditDialog instead of EditArchiveItemDialog. The latter will soon be obsolete and removed. Terrible naming, though. This commit is not as atomic as I want it to be, but it can't be helped. I had to fix several bugs in ArchveItemInfoEdit and ArchiveItemCoverEdit on the way: -Fix layout of ArchiveItemCoverEdit -Make white background of warning label in ArchiveItemCoverEdit work -Add function to ArchiveItemInfoEdit to init the ActorModel and FileInfoModel -Add function to ArchiveItemInfoEdit to return selected actors Beware: The update button still does nothing!
* Redesign of editing archive itemsArno2010-05-281-0/+188
Added new widget to edit movies already in archive. ArchiveItemInfoEdit is designed to be part of a QTabWidget.