summaryrefslogtreecommitdiff
path: root/src/gui/status.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-02-15Don't make window name translatableBjørn Lindeijer1-1/+1
The window name is used in the configuration file, in contrast to the window title.
2009-02-15Fixed compiler warningsBjørn Lindeijer1-7/+7
Comparison between signed and unsigned integer expressions.
2009-02-15Add configurable units systemJared Adams1-4/+11
2009-02-10Whitespace fixesBjørn Lindeijer1-1/+1
Mainly removed trailing whitespace. Also small fix in header of recorder.cpp.
2009-02-10Merge branch 'aethyra/master'Bjørn Lindeijer1-5/+5
Conflicts: docs/FAQ.txt packaging/windows/make-translations.vbs src/Makefile.am src/gui/colour.cpp src/gui/colour.h src/gui/popupmenu.cpp src/gui/setup_colours.h src/main.cpp src/main.h src/resources/resourcemanager.cpp src/text.cpp src/text.h src/textmanager.cpp src/textmanager.h
2009-02-09Made progress bars in the status window a bit bigger based on aIra Rice1-5/+5
suggestion by Grimmjow. Signed-off-by: Ira Rice <irarice@gmail.com>
2009-02-09Merged with Aethyra master as of 2009-02-09Bjørn Lindeijer1-160/+67
Conflicts: A lot of files...
2009-02-09Mostly whitespace fixesBjørn Lindeijer1-1/+1
Removed tab characters and trailing spaces and added spaces between "if(", "for(", "while(" and "switch(".
2009-02-09Merge branch 'master' of git@gitorious.org:tmw/eathenaBjørn Lindeijer1-0/+4
Conflicts: src/game.cpp src/net/charserverhandler.cpp src/net/loginhandler.cpp src/net/protocol.h
2009-02-07Added a bit more spacing for stat labels as well, which I didn't thinkIra Rice1-20/+20
about in the last commit. They may work for each of the languages already tested, but this will make sure that it's wide enough for the ones which haven't been tested. Signed-off-by: Ira Rice <irarice@gmail.com>
2009-02-07More modifications based on critiques by Omphalia.Ira Rice1-10/+9
Signed-off-by: Ira Rice <irarice@gmail.com>
2009-02-07Adjusted the status window to try to make it a little more translationIra Rice1-21/+25
friendly (Omphalia was reporting that the Total label was getting cut off in the German translation) Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-30Swapped the default settings for two labels, which had been mixed up.Ira Rice1-2/+2
Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-30Reflowed status window using the layout class.Ira Rice1-156/+60
Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-29Made more strings translatable (patch by Kess)Philipp Sehmisch1-4/+8
2009-01-25Fixed a few translatable strings.Ira Rice1-4/+4
Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-24Fixed a few compiler warnings.Ira Rice1-3/+3
Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
This dates back to the old days of TMW, but the usage instructions of GPLv2 don't mention this being necessary. Since it doesn't add anything, avoid the branding in these sections.
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
This dates back to the old days of TMW, but the usage instructions of GPLv2 don't mention this being necessary. Since it doesn't add anything, avoid the branding in these sections.
2009-01-19Made the party class use gettext.Ira Rice1-3/+3
Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-09Expanded status window slightly so that experience isn't cut off forIra Rice1-1/+1
upper levels. Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-08Made remaining dialogs translatableBjørn Lindeijer1-44/+46
Most strings are now translatable. Please do report any missing ones. Strings excluded from translation are anything that gets written to the log file or is otherwise not shown in the GUI. Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl>
2009-01-08Made remaining dialogs translatableBjørn Lindeijer1-43/+45
Most strings are now translatable. Please do report any missing ones. Strings excluded from translation are anything that gets written to the log file or is otherwise not shown in the GUI. Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl>
2008-12-07Changed the status window so that all the information appears by defaultDouglas Boffey1-1/+1
(cherry picked from Aethyra commit 0f033c073c7ae630c9359da358128f5f425f01a6)
2008-12-03Fixed status window so that the job level is displayed next to theIra Rice1-10/+18
level, as well as making the job level bar more consistent. Signed-off-by: Ira Rice <irarice@gmail.com>
2008-12-02Fixed status window so that the job level is displayed next to theIra Rice1-10/+18
level, as well as making the job level bar more consistent. Signed-off-by: Ira Rice <irarice@gmail.com>
2008-12-02Fixed MP bar updating in Status window. Thanks Scraggy for catchingIra Rice1-1/+1
this. Signed-off-by: Ira Rice <irarice@gmail.com>
2008-11-23Merge branch '0.0' of git@gitorious.org:tmw/mainline into 0.0Fate1-2/+0
2008-11-23Grey out magic bar if matk negative, update F2 window magic barFate1-1/+1
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-4/+1
statements, as well as removing the new skill dialog, which we do not, nor will we use (if we do, it'd be a new one that we'd make). WARNING!!! This, and all other previous builds have a linker error for the Gnome libraries version 4.3.2 on my setup. It's assumed that this is also the case for other users of this library as well. I'm currently assuming that there's a bug in the compiler itself, and will look into reporting this, but in the mean time, it doesn't build for these users, unfortunately. Sorry about this.
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
I don't know why we dealt with these things for so long. Did we ever get anything out of it?
2008-11-01Made the status window a static size, since its contents don't lend Ira Rice1-1/+0
themselves to being easily resizeable without revamping. This should keep people from assuming that they can resize this window and expect the same sorts of results as other windows that are designed for resizing.
2008-08-08Changed the status window so that all the information appears by defaultDouglas Boffey1-1/+1
2008-07-18Import of client treeLloyd Bryant1-1/+1
2007-08-23Changed XP gaining effect to appear on the player instead.Bjørn Lindeijer1-7/+8
2007-08-20Added close button functionality, resize cursor cues.Joshua Langley1-0/+1
2007-01-14Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch).Bjørn Lindeijer1-8/+8
2006-08-13Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updatesBjørn Lindeijer1-1/+1
from the 0.1.0 branch.
2006-03-19Unreverted latest change by Doener due to my lack of proper communication ↵Eugenio Favalli1-68/+41
abilities.
2006-03-19Reverted changeset r2269 (toString) as requested by ElvenProgrammer.Björn Steinbrink1-41/+68
2006-03-18Use the window container instead of the graphics class to calculate window ↵Björn Steinbrink1-6/+3
positions.
2006-03-18Added a toString conversion function.Björn Steinbrink1-68/+41
2006-03-09Removed coordinate arguments from ProgressBar ctor.Björn Steinbrink1-27/+42
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-195/+195
2006-03-09Made the Button ctor accept eventId and action listener.Björn Steinbrink1-12/+6
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-72/+53
2005-10-18Added automatic widget cleanup to the window class.Björn Steinbrink1-48/+0
2005-10-18Header, whitespace and intendation cleanups.Björn Steinbrink1-8/+5
2005-10-16Rename {read,write}{Byte,Short,Long} to {read,write}Int{8,16,32}.Björn Steinbrink1-8/+8
2005-10-10Introduced new window shortcuts and corrected position of job xp bar. AlsoBjørn Lindeijer1-16/+28
corrected strange commit by ElvenProgrammer.