More sync from quickmods

Also a small VersionSelectDialog refactor
This commit is contained in:
Petr Mrázek
2014-09-06 21:01:23 +02:00
parent 20cb97a35a
commit b00e63dbe8
10 changed files with 378 additions and 28 deletions

View File

@ -118,6 +118,10 @@ void drawBadges(QPainter *painter, const QStyleOptionViewItemV4 &option, BaseIns
{
pixmaps.append("broken");
}
if (flags & BaseInstance::UpdateAvailable)
{
pixmaps.append("updateavailable");
}
// begin easter eggs
if (instance->name().contains("btw", Qt::CaseInsensitive) ||