| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
This is a huge commit. Changes:
* Obviously, make it compile
* Make it run (only scarcely tested)
* get rid of most of clang's warnings
Let's see what surprises are in store...
|
| |
|
|
|
|
|
| |
The previous version bailed out wrongly when the file was available, but
on an USB path. Fix it by using the data from the bottom model.
|
| |
|
|
|
|
|
| |
I missed the clear filter icon when adjusting Helper::icon for dark
themes. Fix it and replace the 'X' with something nicer :)
|
|
|
|
|
|
|
|
| |
Add icons better suited for dark themes and don't draw an ellipse around
the letter when calling Helper::icon and use the theme's text color to
better match the desktop theme.
Just be a good tenant and respect the user's choices where applicable.
|
|
|
|
|
| |
Don't use the dark variant of hardcoded colors. The non-dark version
plays well with a light theme, and even better with a dark one.
|
|
|
|
|
| |
Don't assume we know what color ought to use. Ask the palette where
applicable, but keep the modified configuration options.
|
|
|
|
|
|
|
| |
The delete button will always delete the whole series based on the
series ID, no matter the view. We'll rollback the database transaction
if any file can't be deleted. Start the consistency check when that
happens.
|
| |
|
|
|
|
| |
Use Monospace only where applicable, mostly MD5Sum and numbers.
|
|
|
|
| |
for FSWidget and MovieWidget.
|
|
|
|
| |
Make it possible to edit files (again).
|
| |
|
|
|
|
| |
Advance to the next Selection or go back to the previous one.
|
|
|
|
|
| |
Update database on accpet()
Yes, I know that some code could be shared, but I want to keep it clean.
|
| |
|
|
|
|
|
| |
Try to replace all those editing dialogs with one exhausting dialog. For
now, it's just the layout. It does nothing yet.
|
| |
|
| |
|
|
|
|
| |
Also, play the movie on doubleclick if it's available.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Also remove Favorites from selection. Should be an option with random
player, if at all.
|
| |
|
| |
|
|
It's the replacement for the archive viewer thingy. Just keep it simple
and stupid. For now it shows series data.
|