Commit Graph

32 Commits

Author SHA1 Message Date
a463b2d633 Happy new year 2019! 2019-01-11 23:28:57 +01:00
db497292dc Replaced Wget by cURL in order to adapt for recent changes in MUtils library. 2018-10-15 23:32:35 +02:00
57f851ab69 Happy new year 2018! 2018-01-17 21:18:10 +01:00
9a85c1d1dd Adapted for the latest MUtils library changes. 2017-04-07 20:49:12 +02:00
33f5a3badf Bump release year. 2017-03-12 12:12:49 +01:00
dabe453527 Improved the Update dialog in order to accommodate for the latest MUtils changes. 2016-04-23 13:34:45 +02:00
eb8da7b6f9 Happy new year 2016! 2016-01-03 15:53:42 +01:00
1ea15b179c Happy new year 2015 !!! 2015-01-01 18:06:21 +01:00
cc45c1a904 Moved Taskbar progress into MUtilities library. 2014-12-18 22:49:37 +01:00
004a201b19 Now using UpdateChecker and KeccakHash from the MUtils library. Removed obsolete files. 2014-11-24 19:33:12 +01:00
cc38035087 Happy new year 2014! 2014-01-01 17:05:52 +01:00
4eef80fdc3 Some updates to the updater thread. 2013-11-29 01:18:36 +01:00
d5dcb9ad42 Refactored update checks into a separate thread, for better code reusability. 2013-11-17 21:53:28 +01:00
7b016d5fec Updated license info. 2013-10-23 22:25:04 +02:00
bd0a370aee Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
30f36b8fee Switched the method of how the Designer UI file is used in the UpdateDialog class to "The Single Inheritance Approach" (with "Using a Pointer Member Variable"). This is the method which Qt recommends for large projects. 2012-12-09 22:39:17 +01:00
48a23c27d7 Added a new configuration for initial Qt 5.0 support. Needed a few code-changes and workarounds. Highly experimental! 2012-04-11 00:44:40 +02:00
7d95f114a2 Try to keep the window of the Web Updater tool focused. 2012-01-24 02:46:29 +01:00
9b687fff9a Happy New Year 2012! 2012-01-02 00:52:27 +01:00
98fbf7bf3b Account for the fact that some web-sites send "HTTP 200 OK" successfully, but then time-out on the way to send their payload. In this case we will now give 1/2 connection point. 2011-12-02 20:05:23 +01:00
e4d414b822 Added more "known hosts" to the list: We now use a list of 64 domains, taken (mostly) from the Alexa 'top 500 sites on the web' list, to test the Internet connectivity. Also added a self-test function to check all hosts (press CTRL+F12 in the update dialog). 2011-12-01 22:16:06 +01:00
5a32fc3b82 Implemented a more correct way to initialize the ITaskbarList3 interface. We now actually wait for the "TaskbarButtonCreated" message. 2011-11-07 17:13:41 +01:00
738d8ee21e Auto-Update improvements: Now we query InternetGetConnectedState() before testing the Internet connection. This avoids a lengthy connection test on computers that are offline anyway. Moreover the connection test will now prevent HTTP redirection. This is required, because some ISP's redirect to a "search page" if the DNS lookup fails - rather than triggering a connection error (which is what they are supposed to do!). Also added a few more hosts to the list of known hosts. 2011-05-09 22:22:15 +02:00
5ce0c7b82e Added an option to check for "Beta" (pre-release) updates in "Final" releases. Disabled by default, not available in "Beta" versions (Beta versions always check for Beta updates). 2011-05-03 14:28:06 +02:00
df8258cddf Added busy animation to "Update" dialog + added timeout for Wget process. 2011-03-24 15:37:49 +01:00
efbb182372 Added support for Windows 7 Taskbar Progress to "Update" dialog. 2011-02-25 13:40:45 +01:00
5902f1822d Fixed a bug that could lead to an infinite loop when trying to install an update from auto-update and the WMA decoder component was not installed yet. 2011-02-18 00:53:36 +01:00
96db5e86c2 Happy new year! 2011-01-01 17:04:25 +01:00
6a12462e50 More update manager UI improvements. 2010-12-08 20:52:18 +01:00
53a1bf6e38 Implement update reminder + added options to disable the update reminder and/or the sound effects + improved installer 2010-11-29 20:36:27 +01:00
b59bb2399a Actually implement the auto-updater. 2010-11-28 22:18:07 +01:00
533055e177 New update dialog. Not actually checking for updates yet. 2010-11-27 19:41:58 +01:00