summaryrefslogtreecommitdiff
path: root/src/gui/windows/updaterwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-18Move inputaction into separate file.Andrei Karas1-3/+4
2014-05-15Add support for mirrors in generic manaplus downloads.Andrei Karas1-5/+23
2014-05-14Move enum from layout into separate file.Andrei Karas1-1/+2
2014-05-14Move containerplacer into separate file.Andrei Karas1-0/+1
2014-05-08Fix code style in gui.Andrei Karas1-4/+6
2014-05-06Validate xml downloads, and if failed, use another mirror.Andrei Karas1-4/+16
2014-05-03Fix downloading updates from mirrors.Andrei Karas1-4/+8
2014-05-03Add support for update server mirrors.Andrei Karas1-0/+4
2014-04-23Dont check required field for enable/disable music files downloading.Andrei Karas1-14/+4
2014-04-11fix code style.Andrei Karas1-2/+2
2014-04-04Add steam link in news page for player who run game more than 10 times.Andrei Karas1-0/+8
2014-03-28simplify variables cleanup.Andrei Karas1-2/+2
2014-03-21Rename keyEvent variables into event.Andrei Karas1-2/+2
2014-03-13improve variables order in windows.Andrei Karas1-2/+2
2014-03-11Improve a bit variables order in some classes.Andrei Karas1-10/+10
2014-02-18derive Widget from Widget2.Andrei Karas1-1/+2