aboutsummaryrefslogtreecommitdiff
path: root/backends/updates
AgeCommit message (Collapse)Author
2019-11-08WIN32: Exit when WinSparkle runs installersluicebox
Trac #10368
2019-10-12MACOS: Fix crash in app menu creationEugene Sandulenko
2016-10-18UPDATES: Give feedback on OS X when using the Check now buttonThierry Crozat
Checking updates from the menu was giving feedback when no update was found, but checking updates from the Check now button in the options was only giving feedback if a new version was found. Now it also tell us when ScummVM is up to date.
2016-10-09JANITORIAL: Remove more trailing spacesEugene Sandulenko
2016-05-23UPDATES: Fix indentationFilippos Karapetis
2016-05-22UPDATES: Add support for WinSparkleFilippos Karapetis
2016-04-10UPDATES: Check that we're running in a bundle, and skip Sparkle ↵Eugene Sandulenko
initialization otherwise This was leading to an unhandled exception within Sparkle code which was hanging the application. This feature is good only for development purposes, as convenient users are supposed to run ScummVM from the supplied bundle.
2016-04-10UPDATES: Use new constants for MacOS X 10.10Eugene Sandulenko
2016-04-10UPDATES: Plug memory leakEugene Sandulenko
2016-04-09UPDATES: Implemented method getLastUpdateCheckTimeAndDate()Eugene Sandulenko
Currently it uses methods and constants deprecated in 10.10. 10.10+ -specific code will follow
2016-04-01UPDATES: Implement and use method for normalizing interval value to accepted ↵Eugene Sandulenko
values
2016-03-31UPDATES: Normalize update intervals at settingEugene Sandulenko
2016-03-31UPDATES: Read values from config file in MacOS X update managerEugene Sandulenko
2016-03-30UPDATES: Made interval set/get functions accept normal integersEugene Sandulenko
2014-02-18BACKENDS: Make GPL headers consistent in themselves.Johannes Schickel
2012-11-18OSX: Fix Sparkle compilation on older systemsThierry Crozat
This patch was provided by fingolfin (see patch #3582260). It replaces use of methods introduced in MacOS X 10.4 with methods that exists since MacOS X 10.0.
2011-08-02MACOSX: Turned update support off by default, simplified and cleaned the ↵Oystein Eftevaag
pull request
2011-07-19MACOSX/UPDATES: Add comments which describe what Sparkle isCeRiAl
2011-07-19MACOSX/UPDATES: Fix compilation for Mac OSX 10.4+CeRiAl
2011-07-19MACOSX: Add Sparkle supportCeRiAl