summaryrefslogtreecommitdiff
path: root/src/gui/serverdialog.cpp
AgeCommit message (Collapse)AuthorFilesLines
2007-10-27Improved layout handler to support trees of nested arrays. Needed for ↵Guillaume Melquiond1-8/+4
converting and fixing the trade window.
2007-10-27Made it compile with GCC 4.3Guillaume Melquiond1-2/+3
2007-10-22Plugged memory leak. Simplified code. Removed annoying reset of text fields. ↵Guillaume Melquiond1-38/+22
Changed error message and marked it as translatable.
2007-10-21Made visible the resizable grip on inventory window.Guillaume Melquiond1-1/+0
2007-10-20Set FILL as default size in layout. Converted server selection dialog to ↵Guillaume Melquiond1-28/+15
layout handler.
2007-08-13Fixed svn properties.Guillaume Melquiond1-1/+1
2007-08-07Marked most of the GUI as translatable.Guillaume Melquiond1-6/+7
2007-02-23Added unregistering, logout_then_exit, switch_character and ↵Rogier Polak1-1/+1
switch_accountserver.
2007-01-14Merged 0.0 changes from revision 2988 to 3035 to trunk.Bjørn Lindeijer1-11/+12
2006-12-11Merged 0.0 changes from revision 2825 to 2898 to trunk.Bjørn Lindeijer1-0/+1
2006-11-02Network layer refactoring.Björn Steinbrink1-3/+0
2006-09-13Forgot to remove TODOS. At last, it is good.Yohann Ferreira1-1/+0
2006-09-13Added a skinned reusable dropdown widget and used it in the server dialog.Yohann Ferreira1-4/+4
2006-09-02Fixed crash when using short versions of server and port command line optionsBjørn Lindeijer1-20/+20
and made sure cancelling the account server connect shows the server dialog.
2006-09-01Fixed some header issues and updated project filesEugenio Favalli1-19/+18
2006-08-30Added a first version of the server dialog with an unskinned dropdown. ↵Yohann Ferreira1-0/+251
Upgraded also the connection window a bit to handle Cancelling more gracefully.