Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Turn metadata display into a QTreeView | Arno | 2011-07-08 | 1 | -159/+134 |
| | | | | | | | This wasn't as easy as it sounds. I had to completely redesign the SeriesMetadataModel. Now it's a hybrid between a ListModel and a TreeModel. The actual data is held in a QList<QVariant>, the tree is only for display. | ||||
* | Show metadata in ArchiveView | Arno | 2011-02-20 | 1 | -0/+55 |
| | | | | | Added a widget to display metadata beside actors and genres when available | ||||
* | Finished metadata | Arno | 2011-01-27 | 1 | -0/+274 |
Created a modes for metadata, revamped NewMovieWizard to use the model and created a MetadataWidget to edit and display metadata. |