| 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...
|
|
|
|
|
|
|
|
| |
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 assume we know what color ought to use. Ask the palette where
applicable, but keep the modified configuration options.
|
| |
|
|
|
|
| |
Use Monospace only where applicable, mostly MD5Sum and numbers.
|
| |
|
| |
|
|
|
|
| |
Make them local in setupGui()
|
| |
|
|
|
|
| |
While at it, convert to type-safe connect syntax.
|
| |
|
|
|
|
| |
Create edit and context menus.
|
|
|
|
|
| |
Finally do something with the random selection!
Implement playAll and playSelected.
|
|
|
|
| |
RotzPeng! He who doeth not find the button of his choice is not worthy!
|
|
|
|
|
| |
Fixing selection behavior should have been a separate commit, but
well... Set it to ExtendedSelection and SelectRows.
|
|
|
|
| |
Fill the random file view with movies.
|
|
|
|
| |
Log what we're doing in a QTextEdit below the FileView.
|
|
Idea: Select random movies based on a selection of genres and actors in
a new tab, so you don't have the agony of choice.
This is just the basic layout. The selectors are filled and the buttons
are connected, but it doesn't select anything yet.
|