summaryrefslogtreecommitdiff
path: root/src/gui/windows/updaterwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-02-16move actionevent into events directory.Andrei Karas1-5/+4
2014-02-15move keylistener from base into listeners.Andrei Karas1-1/+1
2014-02-15move actionlistener from base into listeners.Andrei Karas1-1/+1
2014-01-26add basic file uploading.Andrei Karas1-2/+2
2014-01-23remove default parameter from download object.Andrei Karas1-1/+1
2014-01-16load mods from <mod> tag in resources.xmlAndrei Karas1-18/+20
2014-01-16add missing const in xmlnode pointers.Andrei Karas1-1/+1
2014-01-14fix code style.Andrei Karas1-1/+2
2014-01-13in resources.xml allow load updates also from <update2> tags.Andrei Karas1-1/+4
2014-01-12fix compilation warnings.Andrei Karas1-6/+6
2014-01-10fix mods loading from update server patches.Andrei Karas1-1/+4
2014-01-10Possible load mods from local/ dir also.Andrei Karas1-2/+13
2014-01-09add mods loading based on settings.Andrei Karas1-11/+106
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-22allow fill complete part of progress bar with images.Andrei Karas1-1/+1
2013-12-22allow use different theme file for different progress bars.Andrei Karas1-1/+2
2013-12-17add restrict into updaterwindow.Andrei Karas1-8/+8
2013-12-16fix compilation warnings.Andrei Karas1-2/+2
2013-12-15in updater window cut news to 50 lines and show link to full news.Andrei Karas1-2/+32
2013-12-03add UPDATE color into progress bar colors.Andrei Karas1-1/+1
2013-10-19improve function pointers usage in updaterwindow.Andrei Karas1-3/+3
2013-10-19move virtual member calls from updaterwindow constructor into postInit.Andrei Karas1-0/+4
2013-10-09allow set different skin for browserboxes.Andrei Karas1-1/+2
2013-10-09Use all parameters in browserbox constructors.Andrei Karas1-1/+1
2013-09-30move windows classes to windows directory.Andrei Karas1-0/+943