Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implemented ArchiveItemEditDialog::accept() | Arno | 2010-05-29 | 1 | -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 ArchiveItemEditDialog | Arno | 2010-05-29 | 1 | -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 items | Arno | 2010-05-28 | 1 | -0/+188 |
Added new widget to edit movies already in archive. ArchiveItemInfoEdit is designed to be part of a QTabWidget. |