| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Preserve included and excluded genres.
|
|
|
|
|
| |
Display explicitly included genres with a check mark, and others with a
cross mark.
|
|
|
|
|
| |
Don't show excluded genres in ArchiveBrowser. To make this work, revamp
the filtering login in ArchiveBrowserModelProxy.
|
|
|
|
|
|
| |
It works basically, but it could use a few improvements, like filtering
out genres which we don't want to archive, and maybe make the size
filter work in addition to it.
|
|
|
|
|
|
|
| |
This takes quite a toll on the startup time, because it executes an
extra Query for each item in the archive, but I hope it's worth it. The
final goal being to filter the archive by genres, so uninteresting moves
can be moved easier.
|
| |
|
|
|
|
|
|
| |
Make it work. Lessons learned:
Don't keep a QProgressDialog around. Use it and delete it later.
Otherwise it will show up spontaneously.
|
| |
|
|
|
|
|
| |
...when moving them to burn. Was too eager removing debug statements
Also behave properly after a model reset.
|
|
|
|
| |
Reimplement move to burn...
|
|
|
|
|
|
|
|
|
|
|
| |
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 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 :)
|