Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add collapse and expand all to SearchDialog | Arno | 2020-07-29 | 1 | -2/+16 |
| | | | | | Thought about using QSignalMapper for this, but that would be too convoluted, thus the inline functions. | ||||
* | Read and write settings for search dialog | Arno | 2020-07-25 | 1 | -4/+34 |
| | |||||
* | Implement search for subtitles | Arno | 2020-07-25 | 1 | -2/+52 |
| | |||||
* | Open movie properties dialog on doubleclick | Arno | 2020-07-25 | 1 | -0/+16 |
| | | | | | When searching for actors, show a MoviePropertiesDialog instead of expanding the item. | ||||
* | Get series and files for actor when searching | Arno | 2020-07-25 | 1 | -0/+63 |
| | |||||
* | Add genres to actor in enhanced search dialog | Arno | 2020-07-25 | 1 | -0/+23 |
| | | | | Get all genres for the current actor and add them as child. | ||||
* | Implement actor search | Arno | 2020-07-25 | 1 | -0/+31 |
| | |||||
* | Layout for enhanced search dialog | Arno | 2020-07-25 | 1 | -29/+90 |
| | | | | | Add Actor and Title search. This commit only makes visual changes and moves some code around. The search itself is not implemented yet. | ||||
* | Resurrect search dialog | Arno | 2018-11-24 | 1 | -87/+69 |
| | | | | | Add it to the global menu and make it accessible by CTRL+f when the focus is on the main window. | ||||
* | Bring SearchDialog into the 21st century | Arno | 2018-11-23 | 1 | -6/+6 |
| | | | | The usual... nullptr warnings, connect syntax. | ||||
* | Select search term and focus QLineEdit | Arno | 2015-01-25 | 1 | -0/+6 |
| | | | | selectAll() on search term and focus it when showing the search dialog | ||||
* | New: search dialog | Arno | 2015-01-24 | 1 | -0/+159 |