summaryrefslogtreecommitdiffstats
path: root/seriesmetadatamodel.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix for metadataArno2012-05-041-0/+2
| | | | | | Long standing bug, since introducing metadata. Comments were never saved into the database. The model did The Right Thing, but forgot to add it everywhere. NewMovieWizard is not tested, though.
* Turn metadata display into a QTreeViewArno2011-07-081-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 ArchiveViewArno2011-02-201-0/+55
| | | | | Added a widget to display metadata beside actors and genres when available
* Finished metadataArno2011-01-271-0/+274
Created a modes for metadata, revamped NewMovieWizard to use the model and created a MetadataWidget to edit and display metadata.