summaryrefslogtreecommitdiff
path: root/src/gui/windows/updaterwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-05-24Move resourcemanager into subdirectory.Andrei Karas1-2/+2
2016-04-23Fix code style.Andrei Karas1-1/+2
2016-04-16Move downloadstatus enum into separate file.Andrei Karas1-35/+35
2016-02-21Add missing checks.Andrei Karas1-3/+4
2016-02-20Add missing const in gui directory.Andrei Karas1-15/+27
2016-02-08Improve some empty string checks.Andrei Karas1-1/+1
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-16/+16
2016-01-04Add missing TRANSLATORS comments to translation strings.Andrei Karas1-0/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-31Move ImagePosition enum into enums directory.Andrei Karas1-1/+1
2015-11-19Add strong typed bool enum Append.Andrei Karas1-9/+12
2015-11-16Convert State enum into strong typed.Andrei Karas1-8/+8
2015-08-22Use resource manager as global variable.Andrei Karas1-47/+34
2015-07-21Add missing checks and non null attributes.Andrei Karas1-1/+10
2015-06-25Add missing checks in windows.Andrei Karas1-0/+12
2015-06-06Fix code style.Andrei Karas1-8/+5
2015-06-03Convert UpdateType enum into strong typed enum.Andrei Karas1-1/+2
2015-06-01Convert DownloadStatus enum into strong typed enum.Andrei Karas1-2/+4
2015-05-31Convert InputAction enum into strong typed enum.Andrei Karas1-4/+4
2015-05-30Move inputaction into enums directory.Andrei Karas1-2/+2
2015-05-30Move theme progress colors enum into separate file.Andrei Karas1-1/+3
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/+1
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-1/+1
2015-03-16Remove useless includes from cpp filesAndrei Karas1-2/+0
2015-02-11Remove steam voting link.Andrei Karas1-8/+0
2015-02-07Dont show some useless errors while loading themes.Andrei Karas1-1/+1
2015-01-11Fix code style.Andrei Karas1-1/+2
2015-01-06Move updatetype.h into enums namespace.Andrei Karas1-1/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-19Fix code style.Andrei Karas1-1/+1
2014-12-18Enable browserbox variables in npcdialog and updaterwindow.Andrei Karas1-0/+1
2014-10-10Fix code style.Andrei Karas1-2/+0
2014-10-04Fix possible update errors with empty update server.Andrei Karas1-2/+11
2014-10-04If server not have update server, skip fix update server downloads.Andrei Karas1-7/+14
2014-07-16Move mirrors for get client version into branding file.Andrei Karas1-7/+8
2014-07-16Move urls for client update into branding file.Andrei Karas1-12/+11
2014-07-04Add another mirror into manaplus downloads list.Andrei Karas1-4/+8
2014-05-29Move many variables from client into settings.Andrei Karas1-1/+2
2014-05-28Move dialogs related function into separate file.Andrei Karas1-0/+2
2014-05-28Move from resourcemanager functions related to files into other files.Andrei Karas1-4/+4
2014-05-26Ignore error on news downloading.Andrei Karas1-1/+2
2014-05-25Fix align in constructors.Andrei Karas1-1/+1
2014-05-22allow open updater window from inside game.Andrei Karas1-5/+25
2014-05-21Fix code style.Andrei Karas1-4/+5
2014-05-20Move updatetype into separate file.Andrei Karas1-1/+1
2014-05-20Move downloadstatus into separate file.Andrei Karas1-4/+4
2014-05-19fix code style.Andrei Karas1-1/+0