summaryrefslogtreecommitdiffstats
path: root/dbanalyzer.h
Commit message (Collapse)AuthorAgeFilesLines
* Delete items in DbAnalyzer (again)Arno2011-12-281-0/+3
| | | | | While making it possible to mark items in DbAnalyzerDialog I removed the button for deleting items. That is obviously wrong, fix it.
* Mark items in DbAnalyzerDialogArno2011-12-281-5/+23
| | | | | | | | | It's now possible to mark items in DbAnalyzerDialog with a different color, when there are no covers or actor information available on the net. I enhanced SmTreeItem to contain a QVariant::foregroundColor, and made SmTreeModel return it when QModelIndex::data with role Qt::ForegroundRole is called. Maybe that could be useful for other things like favorites and such...
* Implement No Covers in DbAnalyzerArno2011-12-171-2/+7
| | | | | | Added a search for movies with no covers to DbAnalyzer. Generalized the no actors search to work with the result from the no covers query. This commit obsoletes a lot of code in archivetreeview.
* Added total count to DbAnalyzerDialogArno2011-12-171-0/+3
| | | | Show number of items in current tab.
* 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 :)