| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Include files in the quest for md5sums, not only files_origin.
While at it, fix some constness warnings in the very same file.
|
|
|
|
|
|
|
|
|
| |
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...
|
|
|
|
|
| |
First, add a QAction to copy the MD5sum from FSWidget to Clipboard. Then
enhance the SearchDialog to support MD5sums from files_origin *only*.
|
|
|
|
|
|
|
| |
When searching for actors, select the first item in the list and expand
everything. For some strange reason QTreeView::expand or
QTreeView::setExpanded does not work, so I grab the big hammer and
expand all.
|
|
|
|
|
|
|
| |
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
|
|
|