summaryrefslogtreecommitdiffstats
path: root/dbanalyzer.h
Commit message (Collapse)AuthorAgeFilesLines
* Added refresh to DbAnalyzerDialogArno2011-12-171-0/+4
| | | | | Well, right now the queries are cheap, so don't bother with removing items from the model and just repopulate it completely.
* Added stray genres checkArno2011-12-171-1/+6
| | | | | Mostly copy and paste from stray actors check. Generalized fetching data for stray items.
* Implemented delete stray actorsArno2011-12-171-1/+13
| | | | | Added a tab to DbAnalyzerDialog for actors that aren't associated with a movie and make it possible to delete them.
* DbAnalyzer first tryArno2011-12-161-0/+78
Well, trying to join the consistencyChecker and the check for stray actors/genres. First try :)