Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement fuzzy check for subtitles | Arno | 2018-11-03 | 1 | -0/+2 |
| | | | | | | | | 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. | ||||
* | Use new connect syntax in MovieInfoPage | Arno | 2018-11-03 | 1 | -4/+0 |
| | | | | While at it, make some QPushButtons local instead of member variables. | ||||
* | Put MovieInfoPage into separate file | Arno | 2018-11-03 | 1 | -0/+70 |
Lots of code shuffle and headers cleanup, but no functional changes. |