summaryrefslogtreecommitdiff
path: root/src/gui/windows/logindialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-06-08Remove useless string initialisations.Andrei Karas1-2/+2
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-8/+9
2017-02-21Move other fs related files into fs directory.Andrei Karas1-2/+3
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-2/+4
2016-06-10Fix space usage in login dialog in SDL2 builds.Andrei Karas1-0/+4
2016-04-23Fix code style.Andrei Karas1-1/+0
2016-04-14Fix crash in login dialog if close it with opened drop down list.Andrei Karas1-0/+5
2016-04-14Add name for default server updates group.Andrei Karas1-2/+6
2016-04-14Remove update host label from login dialog.Andrei Karas1-10/+4
2016-04-14Add support for different groups of update servers reading from servers list.Andrei Karas1-7/+36
2016-02-08Improve some empty string checks.Andrei Karas1-1/+4
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-2/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-31Move ImagePosition enum into enums directory.Andrei Karas1-2/+2
2015-11-16Convert State enum into strong typed.Andrei Karas1-4/+4
2015-07-17Add missing checks into logindialog and xml.Andrei Karas1-3/+11
2015-06-25Add missing checks in windows.Andrei Karas1-3/+3
2015-06-14Use CREATEWIDGET macro in logindialog.Andrei Karas1-4/+8
2015-06-06Fix code style.Andrei Karas1-2/+0
2015-06-03Convert UpdateType enum into strong typed enum.Andrei Karas1-4/+7
2015-05-31Convert InputAction enum into strong typed enum.Andrei Karas1-4/+4
2015-05-30Move inputaction into enums directory.Andrei Karas1-1/+1
2015-05-28Add strong typed bool type Visible.Andrei Karas1-4/+5
2015-05-21Call Window::postInit from all windows with overrided postInit method.Andrei Karas1-0/+1
2015-05-05Add to left classes stong typed Modal enum.Andrei Karas1-1/+1
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-2/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-10-10Fix code style.Andrei Karas1-2/+0
2014-09-26Fix code style.Andrei Karas1-1/+0
2014-09-17Remove getter for loginHandler.Andrei Karas1-2/+2
2014-09-17Remove getter for charServerHandler.Andrei Karas1-1/+1
2014-07-18Fix code style.Andrei Karas1-1/+1
2014-07-15On Android move login dialog to top border.Andrei Karas1-7/+14
2014-05-25Fix align in constructors.Andrei Karas1-2/+3
2014-05-21Fix code style.Andrei Karas1-0/+1
2014-05-20Move updatetype into separate file.Andrei Karas1-3/+3
2014-05-19fix code style.Andrei Karas1-1/+0
2014-05-18Move inputaction into separate file.Andrei Karas1-3/+4
2014-05-18fix code style.Andrei Karas1-2/+0
2014-05-18Remove useless includes.Andrei Karas1-1/+0
2014-05-16Move openurllistener into separate file.Andrei Karas1-18/+3
2014-05-16Fix code style.Andrei Karas1-1/+1
2014-05-02Add missing const.Andrei Karas1-1/+1
2014-03-29Fix code style.Andrei Karas1-1/+0
2014-03-28simplify variables cleanup.Andrei Karas1-4/+3
2014-03-21Rename keyEvent variables into event.Andrei Karas1-3/+3
2014-02-23Move updatelistmodel into gui/models directory.Andrei Karas1-32/+1
2014-02-23Move updatetypemodel into gui/models directory.Andrei Karas1-34/+2
2014-02-22Move listmodel into gui/modesl directory.Andrei Karas1-3/+3