summaryrefslogtreecommitdiffstats
path: root/dbanalyzer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added total count to DbAnalyzerDialogArno2011-12-171-3/+25
| | | | Show number of items in current tab.
* Added refresh to DbAnalyzerDialogArno2011-12-171-0/+11
| | | | | 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-4/+47
| | | | | Mostly copy and paste from stray actors check. Generalized fetching data for stray items.
* Implemented delete stray actorsArno2011-12-171-13/+87
| | | | | Added a tab to DbAnalyzerDialog for actors that aren't associated with a movie and make it possible to delete them.
* Fix no Actors dialogArno2011-12-171-21/+14
| | | | | Show either part number or subtitle in no actors dialog. Also make double clicking an item work.
* DbAnalyzer first tryArno2011-12-161-0/+160
Well, trying to join the consistencyChecker and the check for stray actors/genres. First try :)