summaryrefslogtreecommitdiff
path: root/src/gui/windows/ministatuswindow.cpp
AgeCommit message (Collapse)AuthorFilesLines
2014-01-07Show job bar by default in new configs.Andrei Karas1-1/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-22allow fill complete part of progress bar with images.Andrei Karas1-9/+20
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-11/+15
2013-12-17add restrict into ministatuswindow.Andrei Karas1-2/+3
2013-12-09Add text colors for job bar.Andrei Karas1-1/+1
New theme colors: JOB_BAR, JOB_BAR_OUTLINE
2013-12-09Add text colors for status (yellow) bar.Andrei Karas1-1/+1
New theme colors: STATUS_BAR, STATUS_BAR_OUTLINE
2013-12-09add background color for status (yellow) bar.Andrei Karas1-1/+1
New progress color: STATUS.
2013-12-09Add text colors for arrows bar.Andrei Karas1-1/+1
New theme colors: ARROWS_BAR, ARROWS_BAR_OUTLINE
2013-12-09add background color for arrows bar.Andrei Karas1-1/+1
New progress color: ARROWS.
2013-12-09Add text colors for money bar.Andrei Karas1-1/+1
New theme colors: MONEY_BAR, MONEY_BAR_OUTLINE
2013-12-09add background color for money bar.Andrei Karas1-1/+1
New progress color: MONEY.
2013-12-09Add text colors for weight bar.Andrei Karas1-1/+1
New theme colors: WEIGHT_BAR, WEIGHT_BAR_OUTLINE
2013-12-09Add text colors for xp bar.Andrei Karas1-1/+1
New theme colors: XP_BAR, XP_BAR_OUTLINE
2013-12-09Add text colors for mp bar.Andrei Karas1-1/+2
New theme colors: MP_BAR, MP_BAR_OUTLINE, NO_MP_BAR, NO_MP_BAR_OUTLINE
2013-12-09Add text colors for hp bar.Andrei Karas1-1/+1
New theme colors: HP_BAR, HP_BAR_OUTLINE
2013-12-04add ability to set text colors on ministatus window bars.Andrei Karas1-12/+18
Also add PROGRESSBAR_OUTLINE color.
2013-10-19move virtual member calls from textpopup constructor into postInit.Andrei Karas1-0/+2
2013-10-19move virtual member calls from statuspopup constuctor into postInit.Andrei Karas1-0/+1
2013-09-30move popups into popups directory.Andrei Karas1-2/+4
2013-09-30move windows classes to windows directory.Andrei Karas1-0/+527