summaryrefslogtreecommitdiffstats
path: root/statistics.html
Commit message (Collapse)AuthorAgeFilesLines
* Revamp statisticsdialogArno2011-02-121-67/+0
| | | | | | Once again redesign the statisticsdialog. Switch back from WebKit and HTML/CSS graph bars to a QWidget. Never forget about QPainter::translate() again :)
* Fixed StatisticsDialogArno2010-07-251-0/+67
adapted StatisticsDialog to the new database schema and make it use WebKit and HTML to display the graph bars. This change obsoleted the classes ActorCountModel and GraphBarWidget.