summaryrefslogtreecommitdiff
path: root/src/selfupdater.h
Commit message (Collapse)AuthorAgeFilesLines
* Move to VCPKG (#2068)Mikaël Capelle2025-05-291-6/+7
| | | | | | | | | * Remove SConscript related files. * Force-load translations from uibase and gamebryo/creation. * Bring githubpp here and add a standalone preset. * Switch VersionInfo -> Version for ModOrganizer2. (#2063) * Add pre-commit hook. * Use 7zip build from VCPKG registry. * Use archive.dll from the bin folder instead of dlls.
* Apply clang-format.Mikaël Capelle2023-07-091-29/+29
|
* Convert everything to CRLF.Mikaël Capelle2023-07-091-153/+153
|
* Show details for all releases from Github when updating.Mikaël Capelle2020-08-231-1/+5
|
* Update after change to CreateArchive. Remove unused archive handler from ↵Mikaël Capelle2020-06-021-2/+0
| | | | self-updater.
* changed the layout of the general settings tabisanae2019-09-231-8/+6
| | | | | added option to disable checking for updates removed online check, just try it and see
* Support for multi-game downloadsSilarn2018-04-161-0/+3
|
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-62/+68
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-68/+62
|
* now using github for self updaterTannin2016-05-061-13/+6
|
* merged master into new_vfs_libraryTannin2016-02-121-9/+10
|
* Merge branch 'master' into new_vfs_libraryTannin2015-12-071-6/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gameinfoimpl.cpp src/installationmanager.cpp src/mainwindow.cpp src/organizercore.cpp src/organizercore.h src/organizerproxy.cpp src/organizerproxy.h src/savegamegamebryo.cpp src/savegamegamebyro.h src/selfupdater.h src/shared/fallout3info.cpp src/shared/fallout3info.h src/shared/falloutnvinfo.cpp src/shared/falloutnvinfo.h src/shared/gameinfo.cpp src/shared/gameinfo.h src/shared/oblivioninfo.cpp src/shared/oblivioninfo.h src/shared/skyriminfo.cpp src/shared/skyriminfo.h src/spawn.cpp src/transfersavesdialog.cpp
| * Merge remote-tracking branch 'remotes/TanninOne/master' into issue/356Thomas Tanner2015-12-051-6/+3
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/downloadmanager.cpp src/mainwindow.cpp src/modinfo.cpp src/modinfo.h src/selfupdater.cpp src/shared/fallout3info.cpp src/shared/fallout3info.h src/shared/falloutnvinfo.cpp src/shared/falloutnvinfo.h src/shared/gameinfo.h src/shared/oblivioninfo.cpp src/shared/oblivioninfo.h src/shared/skyriminfo.cpp src/shared/skyriminfo.h
| | * Merge branch 'master' of https://github.com/TanninOne/modorganizer into ↵Thomas Tanner2015-10-121-3/+5
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | archive_cleanup # Conflicts: # src/installationmanager.cpp
| | * | Changes to go with cleaned up archive libraryThomas Tanner2015-09-271-6/+3
| | | |
| * | | Replace GameInfo::getNexusInfoUrl with IPluginGame::getNexusManagementUrlThomas Tanner2015-11-251-0/+5
| | |/ | |/| | | | | | | | | | | | | | | | | | | also added getNexusDisplayUrl for the other variant of getNexusPage Removed skyrim static versions note that Nexusinterface is now passed a game plugin rather than a URL and a game ID if you want to override the current game
* / | - no longer displaying "not logged in". This was too confusing for someTannin2015-12-071-0/+2
|/ / | | | | | | | | | | | | | | | | - fixed files missing from vfs if parent directory exists in real destination dir - implemented plugin api to access current profile - steam game detection now also works for 64-bit games - removed reference to archive tab from tutorial - usvfs log level is now taken from config - some cleanup
* / fixed progress dialogs appearing on startupTannin2015-10-101-3/+5
|/ | | | Appears to be a new bug in qt or maybe incompatibility with Windows 10: All Progress dialogs were made visibly automatically a few seconds after application startup. This was "fixed" by creating the dialog dynamically on demand
* Merge with branch1.2Tannin2015-01-241-1/+2
|\
| * cleanup (mostly removing unused includes)Tannin2015-01-221-1/+2
| |
| * - several style fixes suggested by static analysisTannin2014-09-241-1/+2
| | | | | | | | - will now support up to 4 levels of version numbers (major.minor.subminor.subsubminor
| * normalized eol style (all files should now have windows line endings)Tannin2014-07-171-145/+145
| |
* | cleanup und bugfixes after refactoringTannin2014-11-281-0/+1
| |
* | - started on a refactoring moving functionality out of the MainWindow classTannin2014-11-211-1/+3
| | | | | | | | - started on support for game-plugins
* | - several style fixes suggested by static analysisTannin2014-09-241-1/+2
| | | | | | | | - will now support up to 4 levels of version numbers (major.minor.subminor.subsubminor
* | normalized eol style (all files should now have windows line endings)Tannin2014-07-171-145/+145
|/
* - when a download server returns a text file, it's assumed to be an error ↵Tannin2014-01-181-1/+1
| | | | | | | | | | and the text displayed as an error - save games can now be deleted from inside MO - bugfix: removing the pending download entry failed if the download-url request failed - bugfix: download manager didn't stop automatically resuming failed downloads under certain circumstances - bugfix: uninstalled downloads were treated as not-finished when refreshing the download list - bugfix: updating the filesystem watcher on the saves directory didn't work correctly
* - moved shared and uibase libraries to namespacesTannin2013-02-171-126/+126
| | | | - bugfix: the "fix mods" function was accessing the save game data incorrectly, causing a crash
* initial commit to mercurial repository.Tannin2013-02-031-0/+145
Corresponds to MO version 0.12.6