Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't show favorites in ArchiveBrowser | Arno | 2014-02-07 | 1 | -1/+1 |
| | |||||
* | Implement ArchiveBrowser filtering | Arno | 2014-02-07 | 1 | -4/+84 |
| | | | | | | | | | | | Filter ArchiveBrowser by Quality and/or size: * Quality: only show series with a quality less or equal * Size: only show series still fitting onto the DVD * Both: only show series with a quality less or equal _and_ still fitting on the DVD Use QItemSelection instead of going through the selected items in the tree. Seems to work somehow... | ||||
* | First version of Archive Browser | Arno | 2014-02-06 | 1 | -0/+120 |
First try to reimplement "Move to archive" in another way. Implement an archive browser showing only Series with local parts in another tab. This part works for now :) |