summaryrefslogtreecommitdiff
path: root/src/gui/windows/updaterwindow.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-12-22allow fill complete part of progress bar with images.Andrei Karas1-1/+1
For this need add in progress bar theme file option fillImage and set it to 1. Then add progress bar xml file for image with name: name_fill.xml. Default is: progressbar_fill.xml New theme option: fillImage New theme file (default name): progressbar_fill.xml
2013-12-22allow use different theme file for different progress bars.Andrei Karas1-1/+2
2013-12-17add restrict into updaterwindow.Andrei Karas1-8/+8
2013-12-16fix compilation warnings.Andrei Karas1-2/+2
2013-12-15in updater window cut news to 50 lines and show link to full news.Andrei Karas1-2/+32
2013-12-03add UPDATE color into progress bar colors.Andrei Karas1-1/+1
New progress color: UPDATE. also removed DEFAULT progress color.
2013-10-19improve function pointers usage in updaterwindow.Andrei Karas1-3/+3
2013-10-19move virtual member calls from updaterwindow constructor into postInit.Andrei Karas1-0/+4
2013-10-09allow set different skin for browserboxes.Andrei Karas1-1/+2
2013-10-09Use all parameters in browserbox constructors.Andrei Karas1-1/+1
Also load browserbox skin for each instance.
2013-09-30move windows classes to windows directory.Andrei Karas1-0/+943