summaryrefslogtreecommitdiff
path: root/src/gui/windows/charselectdialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-05-31Convert InputAction enum into strong typed enum.Andrei Karas1-1/+1
2015-05-30Move inputaction into enums directory.Andrei Karas1-1/+1
2015-05-29Add strong typed int type BeingId.Andrei Karas1-1/+1
2015-05-28Add strong typed bool type Visible.Andrei Karas1-3/+3
2015-05-21Call postInit after each window creation.Andrei Karas1-4/+5
2015-05-21Call Window::postInit from all windows with overrided postInit method.Andrei Karas1-0/+1
2015-05-05Add strong typed bool type in OkDialog.Andrei Karas1-2/+2
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-3/+11
2015-04-24Fix code style.Andrei Karas1-1/+0
2015-04-15fix missing characters in list after password change selection.Andrei Karas1-1/+1
2015-03-17Remove useless includes from .h files.Andrei Karas1-0/+1
2015-03-16Remove useless includes from cpp filesAndrei Karas1-1/+2
2015-02-16Build pincodelistener only if eathena support enabled.Andrei Karas1-0/+2
2015-01-06Move attributes.h into enums directory.Andrei Karas1-2/+2
2015-01-06Move dialogtype.h into enums directory.Andrei Karas1-1/+1
2015-01-04eathena: allow delete characters if account have non default email.Andrei Karas1-19/+38
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-10-10Fix code style.Andrei Karas1-8/+4
2014-10-08Add missing check in character select dialog.Andrei Karas1-1/+1
2014-10-06Update visible character name and character rename.Andrei Karas1-0/+20
2014-10-06Disable char rename button if for selected char not allowed rename.Andrei Karas1-0/+5
2014-10-05Add char rename button if server support it.Andrei Karas1-0/+22
2014-10-05Lower buttons text in char select dialog.Andrei Karas1-2/+2
2014-09-26Fix code style.Andrei Karas1-1/+0
2014-09-17Remove getter for loginHandler.Andrei Karas1-2/+1
2014-09-17Remove getter for charServerHandler.Andrei Karas1-6/+6
2014-09-14In charselectdialog add function for separate chars adding/updating.Andrei Karas1-15/+14
2014-09-06add basic implimentation for set pincode.Andrei Karas1-0/+10
2014-08-28Removed unused includes.Andrei Karas1-0/+2
2014-08-18Add parameter for button name in okdialog.Andrei Karas1-2/+8
2014-08-18Remove default values from okdialog constructor.Andrei Karas1-2/+3
2014-05-25Fix align in constructors.Andrei Karas1-1/+1
2014-05-20Move registrationoptions into separate file.Andrei Karas1-2/+3
2014-05-20Move character into separate file.Andrei Karas1-0/+1
2014-05-19fix code style.Andrei Karas1-1/+0
2014-05-18Move inputaction into separate file.Andrei Karas1-7/+8
2014-05-18fix code style.Andrei Karas1-2/+0
2014-05-18Remove useless includes.Andrei Karas1-2/+0
2014-05-16Move dialog type into separate file.Andrei Karas1-2/+3
2014-05-16Move chardeleteconfirm into separate file.Andrei Karas1-32/+1
2014-05-16Fix code style.Andrei Karas1-1/+1
2014-05-14Move containerplacer into separate file.Andrei Karas1-0/+1
2014-05-11Move player attributes into separate file.Andrei Karas1-7/+9
2014-04-30Fix code style in gui.Andrei Karas1-6/+12
2014-03-21Rename keyEvent variables into event.Andrei Karas1-9/+9
2014-02-27Remove some manaserv enums usage.Andrei Karas1-1/+0
2014-02-27Remove manaserv ifdefs code.Andrei Karas1-7/+0
2014-02-22Move Widget into gui/widgets directory.Andrei Karas1-1/+1
2014-02-20improve includes.Andrei Karas1-0/+1
2014-02-16Remove useless casts with KeyEvent.Andrei Karas1-1/+1