summaryrefslogtreecommitdiff
path: root/src/gui/windows/serverdialog.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-04-16Move serverdialogdownloadstatus into separate file.Andrei Karas1-10/+10
2016-04-14Add name for default server updates group.Andrei Karas1-31/+37
2016-04-14Add support for different groups of update servers reading from servers list.Andrei Karas1-0/+34
2016-04-05Remove quotes from pragmas.Andrei Karas1-3/+3
2016-03-22Add support for packet version in servers list xml and in editor.Andrei Karas1-0/+10
2016-03-15Remove old evol server type.Andrei Karas1-6/+1
2016-02-23Fix compilation with gcc 4.4 or older.Andrei Karas1-3/+3
2016-02-23Add pragmas for disable -Wswitch-bool in some places.Andrei Karas1-0/+3
2016-02-20Add missing const in gui directory.Andrei Karas1-6/+6
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-6/+6
2016-01-20Add pugixml backend incomplete.Andrei Karas1-13/+7
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-31Move ImagePosition enum into enums directory.Andrei Karas1-1/+1
2015-11-16Convert State enum into strong typed.Andrei Karas1-4/+4
2015-06-14Use CREATEWIDGET macro in serverdialog.Andrei Karas1-9/+10
2015-06-06Fix code style.Andrei Karas1-2/+0
2015-06-05Add fast versions for function toString for different types.Andrei Karas1-4/+4
2015-06-03Convert ServerType enum into strong typed enum.Andrei Karas1-2/+2
2015-06-01Convert DownloadStatus enum into strong typed enum.Andrei Karas1-2/+4
2015-05-30Move inputaction into enums directory.Andrei Karas1-1/+1
2015-05-28Add strong typed bool type Visible.Andrei Karas1-1/+1
2015-05-21Call Window::postInit from all windows with overrided postInit method.Andrei Karas1-0/+1
2015-05-06Add strong typed bool type SkipError.Andrei Karas1-1/+1
2015-05-06Add strong types bool type UseResman.Andrei Karas1-1/+3
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-1/+1
2015-04-13Add mirror support for servers list.Andrei Karas1-0/+3
2015-03-22Dont use server type in server comparator.Andrei Karas1-0/+1
2015-03-16Remove useless includes from cpp filesAndrei Karas1-10/+0
2015-03-09Disable reading online list url from config.xml.Andrei Karas1-3/+0
2015-02-07Dont show some useless errors while loading themes.Andrei Karas1-1/+1
2015-01-06Move servertype enum into separate file.Andrei Karas1-17/+17
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-11-06Add server type Evol2.Andrei Karas1-1/+8
2014-10-16Add missing checks.Andrei Karas1-3/+8
2014-09-26Fix code style.Andrei Karas1-2/+0
2014-09-14Add configure and cmake option to enable/disable compilation for tmwa/evol.Andrei Karas1-0/+8
2014-05-31fix code style.Andrei Karas1-1/+0
2014-05-30Move main window related code into windowmanager.Andrei Karas1-1/+5
2014-05-29Move many variables from client into settings.Andrei Karas1-0/+5
2014-05-21Fix code style.Andrei Karas1-2/+3
2014-05-20Move downloadstatus 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-6/+7
2014-05-18Move mousebutton into separate file.Andrei Karas1-1/+1
2014-05-17Move font.cpp/h into fonts directory.Andrei Karas1-1/+2
2014-05-16Move serverslisbox into separate file.Andrei Karas1-96/+1
2014-05-09Fix code style.Andrei Karas1-1/+2
2014-05-08Fix code style in gui.Andrei Karas1-2/+2
2014-05-06Validate xml downloads, and if failed, use another mirror.Andrei Karas1-1/+1
2014-05-03Add support for update server mirrors.Andrei Karas1-0/+7