summaryrefslogtreecommitdiffstats
path: root/archivebrowser.h
Commit message (Collapse)AuthorAgeFilesLines
* Call setFsFree after CopyWorker is doneArno2016-03-051-0/+1
| | | | Update free space widget after deleting files from CopyWorker.
* Now MoveToUSB does something!Arno2016-03-041-0/+7
| | | | | | Make it work. Lessons learned: Don't keep a QProgressDialog around. Use it and delete it later. Otherwise it will show up spontaneously.
* Add "Move to USB..." actionArno2016-03-041-0/+1
| | | | Does nothing yet, just the context menu entry. It compiles, though :)
* Create toolBar for ArchiveBrowserArno2014-02-151-0/+5
|
* Act on DoubleClick in ArchiveBrowserArno2014-02-151-1/+2
| | | | | Picture: show in PictureViewer Movie: show preview
* 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.
* Play movies from browserArno2014-02-071-0/+1
|
* Implement refresh for ArchiveBrowserArno2014-02-071-0/+1
| | | | with context menu...
* Move to Burn is back!Arno2014-02-071-0/+1
| | | | Reimplement move to burn...
* Save state of ArchiveBrowserArno2014-02-071-0/+3
| | | | persist header settings and filters
* Implement ArchiveBrowser filteringArno2014-02-071-1/+14
| | | | | | | | | | | 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-2/+5
| | | | Update item selection count and selected size in statusBar.
* First version of Archive BrowserArno2014-02-061-0/+34
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 :)