summaryrefslogtreecommitdiff
path: root/src/gui/windows/serverdialog.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-02Add option "use same ip" for each server.Andrei Karas1-0/+12
2014-03-28simplify variables cleanup.Andrei Karas1-6/+4
2014-03-21Rename keyEvent variables into event.Andrei Karas1-6/+6
2014-03-21Rename mouseEvent variables into event.Andrei Karas1-5/+5
2014-03-21Add consume calls into mouse press / click handlers.Andrei Karas1-4/+8
2014-03-13improve variables order in windows.Andrei Karas1-5/+5
2014-03-04Merge scrollarea classes into one.Andrei Karas1-1/+1
2014-02-27Remove some manaserv enums usage.Andrei Karas1-2/+0
2014-02-27Remove manaserv ifdefs code.Andrei Karas1-18/+2
2014-02-24Rename Rectangle into Rect.Andrei Karas1-1/+1
2014-02-23Move serverslistmodel into gui/models directory.Andrei Karas1-40/+2
2014-02-22Move Rectangle and ClipRectangle into gui directory.Andrei Karas1-1/+1
2014-02-22Move color into gui dir.Andrei Karas1-2/+2
2014-02-20improve includes.Andrei Karas1-1/+3