aboutsummaryrefslogtreecommitdiff
path: root/backends/updates/macosx
AgeCommit message (Collapse)Author
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