summaryrefslogtreecommitdiffstats
path: root/archivebrowsermodel.h
Commit message (Collapse)AuthorAgeFilesLines
* Clang fixes, nullptr and WindowFlags...Arno2018-11-231-2/+2
|
* Now MoveToUSB does something!Arno2016-03-041-0/+1
| | | | | | Make it work. Lessons learned: Don't keep a QProgressDialog around. Use it and delete it later. Otherwise it will show up spontaneously.
* Add icons to ArchiveBrowserArno2014-02-151-2/+3
|
* Actually move Files...Arno2014-02-071-0/+3
| | | | | ...when moving them to burn. Was too eager removing debug statements Also behave properly after a model reset.
* Move to Burn is back!Arno2014-02-071-0/+5
| | | | Reimplement move to burn...
* Implement ArchiveBrowser filteringArno2014-02-071-2/+26
| | | | | | | | | | | 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 BrowserArno2014-02-061-0/+31
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 :)