summaryrefslogtreecommitdiffstats
path: root/archivemodel.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Make filter work in new ArchiveViewArno2013-06-011-1/+1
| | | | | | | Filter by QRegExp, but only on the first level according to the sort order. All items are expanded when filtered. Also, remember the filter and the sort order when exiting.
* Do something when SortOrder is changed in ArchiveViewArno2013-06-011-21/+39
| | | | | | | | | Actually do something when the sort order is changed. That resulted in various fixes to both model and view, since both had completely untested codepaths. Most notable fix: Only select those seriesparts which are actually mapped to the selected genre or actor.
* Fix various display issues of ArchiveModelArno2013-06-011-1/+30
| | | | | | * Show childcount * Show subtitle or part no * Resize Widget properly
* Add view for new ArchiveModelArno2013-06-011-1/+2
| | | | Display the new ArchiveModel in an experimental tab
* First draft of new ArchiveModelArno2013-06-011-0/+133
The new ArchiveModel allows sorting and display by the series name, actors and genres. Hopefully it's generic enough to easily add other sort orders like file location or file type. For now, it's just there. Not included anywhere. No view, no nothing.