| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
The context menu item is only enabled if the actor has no children, ie.
no genres associated.
Since naming is hard, also rename some slots to more descriptive names.
|
|
|
|
|
| |
Make it possible to call it by context menu and hook it up to
deleteSeries.
|
|
|
|
|
| |
Allow to delete seriesparts without files to be deleted from the search
dialog.
|
|
|
|
|
| |
Thought about using QSignalMapper for this, but that would be too
convoluted, thus the inline functions.
|
| |
|
| |
|
|
|
|
|
| |
When searching for actors, show a MoviePropertiesDialog instead of
expanding the item.
|
| |
|
|
|
|
| |
Get all genres for the current actor and add them as child.
|
| |
|
|
|
|
|
| |
Add Actor and Title search. This commit only makes visual changes and
moves some code around. The search itself is not implemented yet.
|
|
|
|
|
| |
Add it to the global menu and make it accessible by CTRL+f when the
focus is on the main window.
|
|
|
|
| |
The usual... nullptr warnings, connect syntax.
|
|
|
|
| |
selectAll() on search term and focus it when showing the search dialog
|
|
|