| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Add it to the global menu and make it accessible by CTRL+f when the
focus is on the main window.
|
| |
|
|
|
|
|
| |
While at it: They don't have to be members, so create them on the heap.
Also fix a nullptr warning.
|
|
|
|
|
|
| |
MovieWidget and PictureWidget both have filter bars on top of the left
tree, but the buttons were different. Change it to enhance user
experience :)
|
|
|
|
|
| |
I missed the clear filter icon when adjusting Helper::icon for dark
themes. Fix it and replace the 'X' with something nicer :)
|
|
|
|
|
| |
commit e5274f4c27f847bedaa910a84ed3468d1aba32e1 introduced a double
colon and removed leading zeros. Make snprintf pretty again.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
| |
And remove nullptr warnings.
|
|
|
|
|
|
| |
Sprinkle some static_casts here and there and fix auto conversions. Also
introduce const ints for what to read for calculating the MD5-Sum of a
file... Seems to work fine.
|
| |
|
|
|
|
|
| |
Don't hide another function and weed out foreach. Also fix nullptr
issues.
|
| |
|
|
|
|
| |
No functional changes.
|
|
|
|
| |
The usual... nullptr warnings, connect syntax.
|
|
|
|
|
|
|
|
| |
Get the QGraphicsItems right (I hope), and use auto where applicable.
Let the compiler do the hard work.
Also use type-safe connect syntax, fix nullptr warnings and weed out
foreach.
|
|
|
|
| |
The usual. connect and foreach...
|
|
|
|
| |
Use type-safe connect syntax and weed out foreach.
|
|
|
|
| |
Use type-safe connects and weed out foreach.
|
|
|
|
|
| |
Also use the proper typed return value in flags and remove the directory
prefixes in the includes.
|
|
|
|
| |
Convert one connect to type-safe connect and fix 2 uninitialzed warnings.
|
| |
|
|
|
|
| |
Also add -Wno-padded to the CLang-Model.
|
|
|
|
| |
ArchiveFilesModel::nextDvd() is a distant memory...
|
|
|
|
|
| |
Don't use C-Style casts. CLang says it's frowned upon. Also use nullptr
instead of literal 0.
|
|
|
|
|
| |
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.
|
|
|
|
| |
See for yourself... So stupid!
|
|
|
|
| |
Ignore == Continue. Sadly, there's no StandardButton::Continue...
|
| |
|
|
|
|
|
|
|
|
| |
Query the database for a version of the new subtitle converted to lower
and some special characters replaced. For now those chars are '[
.,''!-]'
This should give us a good approximation if we already have a subtitle
like that.
|
| |
|
|
|
|
| |
While at it, make some QPushButtons local instead of member variables.
|
|
|
|
| |
Lots of code shuffle and headers cleanup, but no functional changes.
|
|
|
|
| |
Once again, only code shuffle and reindention.
|
|
|
|
| |
No functional changes, just code shuffle and reindention.
|
|
|
|
|
| |
One class per file :) No functional changes, just code shuffle and
reindention.
|
|
|
|
|
|
|
|
| |
Insert lower case and trimmed QString into database instead of the
original version.
Also, while at it, silence some clang warnings about implicit
conversions and nullptrs.
|
| |
|
| |
|
| |
|
|
|
|
| |
Use Monospace only where applicable, mostly MD5Sum and numbers.
|
| |
|
| |
|
| |
|