summaryrefslogtreecommitdiff
path: root/src/gui/register.h
AgeCommit message (Collapse)AuthorFilesLines
2009-01-25Removed the TMW branding from header guardsBjørn Lindeijer1-2/+2
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-18Used dynamic layout for registration windowBjørn Lindeijer1-15/+2
The dialog looks nicer now and the layout problems when the dialog is translated have been fixed. Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl>
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?
2007-03-24Make sure that when a network error occurs, the error message is available andBjørn Lindeijer1-3/+14
shown to the user. Also, only enable Register button when all necessary fields are filled in.
2007-03-22Only enable login button when a username, password and server are filled in.Bjørn Lindeijer1-5/+18
Pass username, password and server on to the register dialog. Go back to login dialog when canceling registration. Fixed a crash caused by deleting an OkDialog twice (it also deletes itself). Made the register dialog a bit wider. Register dialog no longer clears username field when it is invalid.
2007-01-14Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch).Bjørn Lindeijer1-1/+1
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-19Fixed a memory leak and removed some whitespace noise.Björn Steinbrink1-0/+5
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-14/+11
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-18/+7
2005-12-30Added a new item, improved smooth login sequence, added a registration ↵Eugenio Favalli1-0/+90
window (a lot of duplicated code to be removed).