summaryrefslogtreecommitdiff
path: root/Source/Core/UICommon/AutoUpdate.cpp
AgeCommit message (Expand)Author
2024-08-08AutoUpdate: Remove the old updater app on macOS if it existsOatmealDome
2024-08-01AutoUpdate: Use the embedded Updater on macOSOatmealDome
2023-05-16StringUtil: Move GetEscapedHtml() into Common namespaceLioncash
2023-04-18Common/CommonFuncs: Move interface into Common namespaceLioncash
2023-03-11updater: add test for update flowShawn Hoffman
2023-02-24Migrate non-destructive calls of File::CopyDir() to File::Copy().Admiral H. Curtiss
2022-10-31Updater: Add/clarify error messagesDentomologist
2022-10-21WinUpdater: Defer modifying any files until Updater.exeShawn Hoffman
2022-09-20WinUpdater: Check OS and VC++ Redist versions.Shawn Hoffman
2022-06-16updater: use new platform id for win-arm64Shawn Hoffman
2022-03-18CMakeLists: Add option to disable automatic update supportOatmealDome
2022-01-14Fix static initialisation order fiasco issue for Version variablesLéo Lam
2021-12-27Config: Port AutoUpdate settings to new config system.Admiral H. Curtiss
2021-07-06Merge pull request #9862 from delroth/spdx-tagsMai M
2021-07-06Merge pull request #8915 from OatmealDome/updater-temp-dirLéo Lam
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-06-01Updater: Escape HTML characters in commit descriptionsDentomologist
2021-05-31AutoUpdate: Put updater log in the user log directoryOatmealDome
2021-05-23Apple M1: Update AutoUpdate PlatformIDSkyler Saleh
2021-05-21DolphinQt: AutoUpdate.cpp should use scm_rev_git_strJosJuice
2021-05-21Avoid including scmrev.h except in Version.cppJosJuice
2021-04-13Updater: Add code documentation Markdown fileDentomologist
2021-03-11[Updater] Check whether we've already had an update triggeredPhillip Stephens
2020-11-09UICommon: Migrate logging over to fmtLioncash
2020-07-08Common: Rename UTF16ToUTF8JosJuice
2020-04-29Externals: Fix include path for picojson and discorddegasus
2020-03-23Cleanup warnings of -Wunused-const-variableJun Su
2019-07-22Core: Fixup AutoUpdateChecker::TriggerUpdate on Windows:Silent
2019-02-06UICommon/AutoUpdate: Add macOS supportspycrab
2018-03-23AutoUpdater: Generate basic HTML changelog.Pierre Bourdon
2018-03-23AutoUpdater: Don't show a spinning wheel cursor when delaying updatePierre Bourdon
2018-03-23AutoUpdater: support optionally restarting Dolphin after updatePierre Bourdon
2018-03-23Qt: Improve updaterspycrab
2018-03-20UICommon: Add AutoUpdate module + placeholder Qt implementationPierre Bourdon