summaryrefslogtreecommitdiff
path: root/src/gui/windows/statuswindow.cpp
AgeCommit message (Collapse)AuthorFilesLines
2014-05-17Move attribute controls from statuswindow into separate file.Andrei Karas1-85/+1
2014-05-14Move enum from layout into separate file.Andrei Karas1-1/+2
2014-05-14Move containerplacer into separate file.Andrei Karas1-0/+1
2014-05-11Move player attributes into separate file.Andrei Karas1-38/+39
2014-05-02Add missing const.Andrei Karas1-1/+1
2014-05-01Add missing const.Andrei Karas1-1/+1
2014-04-30Fix code style in gui.Andrei Karas1-1/+2
2014-04-27Add StatListener.Andrei Karas1-47/+41
2014-04-27Add AttributeListener.Andrei Karas1-67/+70
2014-03-28simplify variables cleanup.Andrei Karas1-2/+2
2014-03-16Remove some useless static methods from theme.Andrei Karas1-18/+19
2014-02-18derive Widget from Widget2.Andrei Karas1-2/+2
2014-02-16move actionevent into events directory.Andrei Karas1-3/+3
2014-02-15move actionlistener from base into listeners.Andrei Karas1-3/+3
2014-02-07add missing const and static keywords.Andrei Karas1-2/+2
2014-02-04rename Setup into SetupWindow.Andrei Karas1-1/+1
2014-02-02Add missing const and static into gui classes.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-6/+7
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-5/+8
2013-12-17add restrict into statuswindow.Andrei Karas1-16/+16
2013-12-09Add text colors for job bar.Andrei Karas1-0/+2
New theme colors: JOB_BAR, JOB_BAR_OUTLINE
2013-12-09Add text colors for xp bar.Andrei Karas1-0/+2
New theme colors: XP_BAR, XP_BAR_OUTLINE
2013-12-09Add text colors for mp bar.Andrei Karas1-2/+20
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-0/+2
New theme colors: HP_BAR, HP_BAR_OUTLINE
2013-12-04Add new color for slots progress bar in inventory.Andrei Karas1-2/+2
New colors: SLOTS_BAR, SLOTS_BAR_OUTLINE.
2013-10-24add final keyword to windows files.Andrei Karas1-4/+4
2013-10-19fix const in declaration in statuswindow.Andrei Karas1-1/+1
2013-10-19in statuswindow remove from constuctors calls to virtual methods.Andrei Karas1-4/+2
2013-10-11First part of checks from Parasoft C++ Test.Andrei Karas1-2/+6
2013-09-30move windows classes to windows directory.Andrei Karas1-0/+888