summaryrefslogtreecommitdiff
path: root/src/gui/charselectdialog.cpp
AgeCommit message (Collapse)AuthorFilesLines
2009-11-07Improve the look of the CharSelectDialogStefan Dombrowski1-9/+21
2009-10-29Some random cleanupsThorbjørn Lindeijer1-6/+0
2009-10-24REplace instances of TMW with ManaJared Adams1-2/+2
2009-10-07Clean up state machine some moreJared Adams1-3/+3
2009-10-04Add ability to delect characters from accountJared Adams1-4/+13
2009-10-04Made sure the server information updates when dragging the server listThorbjørn Lindeijer1-0/+2
It was only updating on click events, due to using ActionListener instead of SelectionListener.
2009-10-03Update the CharSelectDialog after char creationJared Adams1-0/+32
2009-10-03Do some more post-merge cleanupJared Adams1-1/+1
Fixes a few more bugs
2009-10-04Replaced setNetworkOptions with LoginHandler::supportedOptionalActionsThorbjørn Lindeijer1-38/+27
Better to ask when needed that rely on static booleans to be set from somewhere. Also tried to fix the layouting a bit, but it's still not perfect.
2009-10-03Made passing character name on the command line work againThorbjørn Lindeijer1-17/+26
It was only selecting it when found, instead of also logging in with the character.
2009-10-03Remove a debug line I forgot aboutJared Adams1-1/+0
2009-10-01Redesign CharSelectDialogJared Adams1-227/+162
2009-10-01Fixed compile error: src/gui/charselectdialog.cpp:377: error: cannot declare ↵Bertram1-1/+1
member function ‘static void CharSelectDialog::setNetworkOptions(bool, bool)’ to have static linkage
2009-10-01Finish merging registration dialogJared Adams1-1/+11
2009-09-30Merge login state machines for both clientsJared Adams1-9/+2
Also do some cleanup and refactoring of related code.
2009-08-07Gettext fixesKess Vargavind1-1/+1
Trying to use the same kind of capitalization and interpunctuation for various parts of the gui, melding a few split strings, updating POTFILES.in and adding translators' notes.
2009-07-19Merge StatusWindowsJared Adams1-2/+4
Also some other small merges
2009-07-17Minor whitespace fixKess Vargavind1-4/+4
2009-07-17fix: Invalid money display in character selection screen reported by crazy ↵Maximilian Philipps1-1/+4
on forum
2009-06-01Make the login window a little wider to fit French translationKess Vargavind1-1/+1
2009-05-25Fixed compiler warning about order of initializationBjørn Lindeijer1-3/+3
(cherry picked from commit d76a9210b07cdcf97ae4f94af429b5fa3e72b239)
2009-05-25Add change password dialog to athena clientDennis Friis1-24/+19
(cherry picked from commit 050103b8d2e3eb23e7aea188a1a269feb7c181ab)
2009-05-23Fixed a few strings for better translationKess Vargavind1-1/+1
Just a few notes that would help us translators immensly: * Please do not split one sentence into several strings * Please try to refrain from inserting extra spaces into the strings (cherry picked from commit 9712489ef67f95d6a5fa1fc3102bb7c4ee6a1f59)
2009-05-07Moved two files which held net data into the net folder. ConsideringTametomo1-1/+1
their function, this is a much better place to put them. Signed-off-by: Tametomo <irarice@gmail.com> Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl>
2009-05-03Moved strprintf into stringutils.{h,cpp}Bjørn Lindeijer1-1/+0
2009-04-29Removed underscores from some non-conforming filenamesBjørn Lindeijer1-0/+379
We don't use underscores in the filenames generally, and let's be consistent on that matter.