summaryrefslogtreecommitdiff
path: root/src/selfupdater.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move to VCPKG (#2068)Mikaël Capelle2025-05-291-9/+8
* Apply clang-format.Mikaël Capelle2023-07-091-92/+81
* Convert everything to CRLF.Mikaël Capelle2023-07-091-361/+361
* Remove dependency on Core5CompatJeremy Rimpo2022-04-191-1/+0
* Use release name for changelogsChris Bessent2021-02-121-1/+1
* Updates to text, title and buttonsChris Bessent2021-02-111-3/+5
* Create a new dialog for the update windowChris Bessent2021-02-111-16/+8
* Fix concatenating update logsChris Bessent2021-02-081-2/+2
* fixed boost bind warningsisanae2020-11-031-1/+1
* Better separation of changelogs in details.Mikaël Capelle2020-08-231-1/+1
* Show details for all releases from Github when updating.Mikaël Capelle2020-08-231-18/+56
* Update following archive callback changes.Mikaël Capelle2020-06-021-3/+0
* Update after change to CreateArchive. Remove unused archive handler from self...Mikaël Capelle2020-06-021-27/+0
* now using new common cmakefilesisanae2020-04-231-1/+1
* update available log is now info instead of debugisanae2020-04-171-1/+1
* added error messages to FileRenamer and a few moreisanae2019-10-041-2/+5
* changed the layout of the general settings tabisanae2019-09-231-1/+11
* changed qDebug() to log::debug()isanae2019-07-221-9/+9
* nexus info and stats in settingsisanae2019-07-121-1/+1
* changed rest of ShellExecuteW() calls to use shell::Execute(), shell::OpenLin...isanae2019-05-261-13/+6
* Assume an empty release list from GitHub means some kind of error occurredLostDragonist2019-03-061-27/+32
* Always display at least 3 segments of version info for MO itselfLostDragonist2019-01-301-4/+4
* Fix or ignore a number of compiler warnings.Al2019-01-111-2/+1
* Fixed version notification messages.Al2019-01-061-1/+1
* Change qPrintable to qUtf8Printable to better support non-ASCII textLostDragonist2019-01-051-5/+5
* encase path in quotations to support spaces in Install Location.LePresidente2018-12-221-2/+2
* Pass DIR parameter to install exe, so installation directory matches current ...LePresidente2018-12-121-1/+3
* Move improved version parsing to util.h and use it everywhere.AnyOldName32018-05-161-41/+1
* Remove sneaky test qDebug instance.AnyOldName32018-05-151-1/+0
* Change how the VersionInfo object is created from version.rc such that non-re...AnyOldName32018-05-151-4/+40
* Merge branch 'Develop' of https://github.com/Modorganizer2/modorganizer into ...Silarn2018-04-161-3/+3
|\
| * Moved the Changelog to the detailed text to avoid the msgbox going below the ...Al12rs2018-04-151-3/+3
* | Support for multi-game downloadsSilarn2018-04-161-0/+6
|/
* Updater and Issue reports now point to Modorganizer2/modorganizerLePresidente2018-03-221-1/+1
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-177/+225
* Applied clang-format on sourceSandro Jäckel2018-02-221-225/+177
* added a catch all for the remote version check when checking for updates. Sho...LePresidente2017-10-231-0/+6
* Update selfupdater.cppBrian Munro2017-01-031-1/+1
* Migrate to version numbers with buildnumber.LePresidente2016-12-211-1/+2
* Use my repo for the updates for now.lepresidente2016-12-121-1/+1
* now using github for self updaterTannin2016-05-061-250/+89
* merged master into new_vfs_libraryTannin2016-02-121-3/+26
* made instance-switching usableTannin2016-01-101-1/+1
* removed get-prefix from many getters. removed const from managed_game variable.Tannin2015-12-281-4/+4
* Merge branch 'master' into new_vfs_libraryTannin2015-12-071-52/+40
|\
| * Merge remote-tracking branch 'remotes/TanninOne/master' into issue/356Thomas Tanner2015-12-051-33/+15
| |\
| | * Merge branch 'master' of https://github.com/TanninOne/modorganizer into archi...Thomas Tanner2015-10-121-15/+25
| | |\
| | * | Changes to go with cleaned up archive libraryThomas Tanner2015-09-271-33/+17
| * | | Replace GameInfo::getNexusInfoUrl with IPluginGame::getNexusManagementUrlThomas Tanner2015-11-251-17/+23
| * | | Get rid of `GameIfo::getOrganizerDirectory` and associated member variableThomas Tanner2015-11-201-3/+3
| | |/ | |/|