summaryrefslogtreecommitdiffstats
path: root/movieinfopage.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Improve MovieInfoPageArno2018-11-241-6/+10
| | | | | | Replace QPushButtons with a QToolbar and appropriate unicode symbols. While at at, return from Helper::fuzzyCheck when the search string is empty. Prevents false positives.
* Move fuzzyCheck to Helper namespaceArno2018-11-031-11/+1
|
* Implement fuzzy check for subtitlesArno2018-11-031-3/+39
| | | | | | | | 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 MovieInfoPageArno2018-11-031-12/+12
| | | | While at it, make some QPushButtons local instead of member variables.
* Put MovieInfoPage into separate fileArno2018-11-031-0/+307
Lots of code shuffle and headers cleanup, but no functional changes.