summaryrefslogtreecommitdiffstats
path: root/archivebrowsermodel.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Replace ArchiveModel::FileType with #defineArno2014-02-151-1/+1
| | | | | These constants are used all over the place and aren't really specific to ArchiveModel, so use the preprocessor.
* Add icons to ArchiveBrowserArno2014-02-151-4/+22
|
* Fix size filter in Archive BrowserArno2014-02-141-2/+3
| | | | | | The size filter filtered more than selectedSize in the statusBar suggested, because it used a differet size. Fix it by using a #define everywhere.
* Actually move Files...Arno2014-02-071-0/+1
| | | | | ...when moving them to burn. Was too eager removing debug statements Also behave properly after a model reset.
* Implement refresh for ArchiveBrowserArno2014-02-071-1/+0
| | | | with context menu...
* Move to Burn is back!Arno2014-02-071-2/+40
| | | | Reimplement move to burn...
* Set mBytesRemaining unconditionallyArno2014-02-071-1/+1
| | | | | Don't reset mBytesRemaining to 0 if the actual number is negative. It can be < 0 since switching to QItemSelection :)
* Don't show favorites in ArchiveBrowserArno2014-02-071-1/+1
|
* Implement ArchiveBrowser filteringArno2014-02-071-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 BrowserArno2014-02-061-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 :)