summaryrefslogtreecommitdiff
path: root/src/gui/windows/logindialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-10-24Enable password remembering in user loginkeep_passwordjonkoorm1-10/+13
2020-05-07Fix code style after merged switch port codeAndrei Karas1-3/+3
2020-04-29switch: change default input mapping in inputactionmap.hcpasjuste1-3/+4
2020-04-25add "SAVE_PASSWORD" define optioncpasjuste1-2/+10
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-2/+2
2018-03-09Add skin parameter to all button constructors.Andrei Karas1-3/+6
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Remove extra includes.Andrei Karas1-0/+2
2017-12-27Remove default parameters from window.Andrei Karas1-1/+1
2017-12-26Remove default parameters from dropdown.Andrei Karas1-1/+2
2017-12-26Remove default parameters from checkbox.Andrei Karas1-1/+1
2017-12-26Remove default parameters from textfield.Andrei Karas1-2/+4
2017-12-25Remove default parameters from containerplacer.Andrei Karas1-15/+15
2017-12-22Remove default parameters from confirmdialog.hAndrei Karas1-1/+2
2017-06-29Use std::move in some places.Andrei Karas1-1/+2
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