OSDN Git Service

Moved some more OS-specific functions into the MUtilities library.
[lamexp/LameXP.git] / src / Dialog_Update.cpp
2014-12-03 LoRd_MuldeRMoved some more OS-specific functions into the MUtiliti...
2014-11-30 LoRd_MuldeRMoved various auxiliary macros into the MUtils library.
2014-11-25 LoRd_MuldeRMoved all terminal support functions into MUtilities...
2014-11-25 LoRd_MuldeRMoved various functions into MUtils library and removed...
2014-11-24 LoRd_MuldeRNow using UpdateChecker and KeccakHash from the MUtils...
2014-11-24 LoRd_MuldeRAdded MUtils library to the solution + some adjustments...
2014-01-01 LoRd_MuldeRHappy new year 2014!
2013-12-16 LoRd_MuldeRMake sure the user has "admin" privileges before checki...
2013-12-03 LoRd_MuldeRMoved all sound effects into Qt-style resources. Sound...
2013-11-29 LoRd_MuldeRSome updates to the updater thread.
2013-11-25 LoRd_MuldeRMake sure the TEMP path is *not* replaced when running...
2013-11-17 LoRd_MuldeRRefactored update checks into a separate thread, for...
2013-10-29 LoRd_MuldeRAdded lamexp_init_process() function, which can be...
2013-10-23 LoRd_MuldeRUpdated license info.
2013-10-19 LoRd_MuldeRBetter method to check the network status.
2013-10-18 LoRd_MuldeRUse the THROW macro instead of plain "throw" in the...
2013-10-06 LoRd_MuldeRAdded one more mirror to the list.
2013-10-06 LoRd_MuldeRMore code refactoring: Moved most of the Win32 API...
2013-10-06 LoRd_MuldeRSome code-clean up. Removed "Windows.h" include from...
2013-07-12 LoRd_MuldeRUpdated list of known hosts.
2013-06-14 LoRd_MuldeRMerge branch 'master' of github.com:lordmulder/LameXP
2013-06-14 LoRd_MuldeRUpdated mirror list.
2013-05-02 LoRd_MuldeRAdded another update mirror.
2013-04-28 lordmulderFixed one URL.
2013-03-17 LoRd_MuldeRUpdated mirror list.
2013-02-08 LoRd_MuldeRWelcome to year 2013 ;-)
2013-01-12 LoRd_MuldeRMerge branch 'master' of github.com:lordmulder/LameXP
2013-01-12 LoRd_MuldeRAdded new function to detect the current date. Slightly...
2012-12-09 LoRd_MuldeRSwitched the method of how the Designer UI file is...
2012-10-31 LoRd_MuldeRUpdated list of update mirrors.
2012-10-28 LoRd_MuldeRUpdated list of update mirrors.
2012-10-13 LoRd_MuldeRNow using rand_s() to generate random numbers, which...
2012-10-09 LoRd_MuldeRSlightly improved seeding of the PRNG (again).
2012-10-08 LoRd_MuldeRAdded one more update mirror + slightly improved seedin...
2012-05-29 lordmulderAdded one more mirror.
2012-04-10 lordmulderAdded a new configuration for initial Qt 5.0 support...
2012-01-24 lordmulderTry to keep the window of the Web Updater tool focused.
2012-01-01 lordmulderHappy New Year 2012!
2011-12-29 lordmulderBetter handling of system shutdown. Now using the Qt...
2011-12-27 lordmulderPrevent some more dialogs from blocking a quick system...
2011-12-03 lordmulderSmall fix of previous commit.
2011-12-02 lordmulderSlightly tweaked how the progress bar is updated.
2011-12-02 lordmulderAccount for the fact that some web-sites send "HTTP...
2011-12-02 lordmulderAdded some info on how the Auto Update systems works...
2011-12-01 lordmulderAdded more "known hosts" to the list: We now use a...
2011-11-11 lordmulderMerge branch 'master' of github.com:lordmulder/LameXP
2011-11-11 lordmulderReworked SplashScreen fade-in and fade-out code a bit.
2011-11-07 lordmulderImplemented a more correct way to initialize the ITaskb...
2011-10-08 lordmulderUpdated installer to get rid of "parameters.nsh", now...
2011-07-10 lordmulderCheck InternetGetConnectedState() in an asynchronous...
2011-05-09 lordmulderAuto-Update improvements: Now we query InternetGetConne...
2011-05-09 lordmulderMerge branch 'master' of github.com:lordmulder/LameXP
2011-05-06 lordmulderAdded more options for Aften to the "Advanced Options...
2011-05-03 lordmulderAdded an option to check for "Beta" (pre-release) updat...
2011-04-30 lordmulderMake three strings translatable that I missed before...
2011-04-11 lordmulderClean up #include directives: Don't include 'Windows...
2011-03-28 lordmulderNew icon for network connection error.
2011-03-25 lordmulderMake auto updater check for expired version information.
2011-03-24 lordmulderAdded busy animation to "Update" dialog + added timeout...
2011-03-24 lordmulderNew icons for the "Update" dialog.
2011-02-25 lordmulderAdded an option to select a user-defined TEMP directory.
2011-02-25 lordmulderAdded support for Windows 7 Taskbar Progress to "Update...
2011-02-17 lordmulderFixed a bug that could lead to an infinite loop when...
2011-02-12 lordmulderOnly check for "beta" updates when using a pre-release...
2011-02-02 lordmulderAdded one mirror.
2011-01-24 lordmulderUpdated install script. Also updated web-update tool.
2011-01-12 lordmulderFixed a typo.
2011-01-01 lordmulderMake more strings translatable.
2011-01-01 lordmulderHappy new year!
2010-12-08 lordmulderFixed a typo.
2010-12-08 lordmulderMore update manager UI improvements.
2010-12-07 lordmulderImplemented a method to "detect" the user's TEMP folder...
2010-12-06 lordmulderAvoid using absolute file names with WGet/GnuPG, as...
2010-12-06 lordmulderUse a more efficient method to update the progress...
2010-11-29 lordmulderImplement update reminder + added options to disable...
2010-11-28 lordmulderActually implement the auto-updater.
2010-11-27 lordmulderNew update dialog. Not actually checking for updates...