summaryrefslogtreecommitdiffstats
path: root/archivebrowser.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Create toolBar for ArchiveBrowserArno2014-02-151-3/+14
|
* Replace ArchiveModel::FileType with #defineArno2014-02-151-3/+3
| | | | | These constants are used all over the place and aren't really specific to ArchiveModel, so use the preprocessor.
* Act on DoubleClick in ArchiveBrowserArno2014-02-151-1/+20
| | | | | Picture: show in PictureViewer Movie: show preview
* Fix size filter in Archive BrowserArno2014-02-141-1/+1
| | | | | | 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/+11
| | | | | ...when moving them to burn. Was too eager removing debug statements Also behave properly after a model reset.
* Play movies from browserArno2014-02-071-0/+24
|
* Implement refresh for ArchiveBrowserArno2014-02-071-0/+4
| | | | with context menu...
* Move to Burn is back!Arno2014-02-071-0/+44
| | | | Reimplement move to burn...
* Save state of ArchiveBrowserArno2014-02-071-1/+15
| | | | persist header settings and filters
* Implement ArchiveBrowser filteringArno2014-02-071-13/+62
| | | | | | | | | | | 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...
* Update status bar from ArchiveBrowserArno2014-02-071-0/+17
| | | | Update item selection count and selected size in statusBar.
* First version of Archive BrowserArno2014-02-061-0/+35
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 :)