summaryrefslogtreecommitdiff
path: root/src/transfersavesdialog.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Switch from fmtlib to std::format. (#2031)Mikaël Capelle2024-05-251-2/+2
| | | | | * Switch from fmtlib to std::format. * Remove libffi from dependencies in Github action.
* Apply clang-format.Mikaël Capelle2023-07-091-72/+67
|
* Convert everything to CRLF.Mikaël Capelle2023-07-091-283/+283
|
* Update following addition of IPluginGame::listSaves().Mikaël Capelle2020-11-181-97/+8
|
* Fix transfer saves for recursive saves.Mikaël Capelle2020-09-281-8/+17
|
* Allow MO2 to find game saves into subdirectories.Mikaël Capelle2020-09-281-6/+20
|
* Merge pull request #807 from isanae/logging-reworkJeremy Rimpo2019-08-021-7/+6
|\ | | | | Logging rework
| * changed qCritical() to log::error()isanae2019-07-221-7/+6
| | | | | | | | removed now unused vlog()
* | Refactor obsolete methodsSilarn2019-07-031-1/+1
|/
* Make logs more consistent in format and contentLostDragonist2019-01-301-1/+1
|
* Various save game improvements related to script extender filesJeremy Rimpo2018-03-201-20/+10
| | | | | * Improve handling of SE save transfers and deletes with main save * Add indicator in save popup dialog if SE save file is present
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-188/+254
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-254/+188
|
* Scan for and include script extender save files when transferring savesJeremy Rimpo2017-12-081-0/+20
|
* merged master into new_vfs_libraryTannin2016-02-121-196/+215
|
* slight fixes to transfer saves functionalityTanninOne2015-12-281-6/+7
|
* improved file overwriting in transfersaves dialogTannin2015-12-181-17/+7
|
* Merge branch 'master' into new_vfs_libraryTannin2015-12-071-4/+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
| * Most of work for savegameThomas Tanner2015-12-051-2/+2
| |
| * Replace last occurrence of GameInfo::getNexusGameID and remove a whole load ↵Thomas Tanner2015-11-261-1/+4
| | | | | | | | of gameinfo.h includes
| * Removes all references to GameInfo::getGameDirectory apart from one during ↵Thomas Tanner2015-11-251-1/+1
| | | | | | | | | | | | | | | | startup Did some const correctness improvements Also may have fixed a potential crash as the Profile copy constructor didn't copy the m_GamePlugin membber
* | added support for fallout 4 savegamesTannin2015-11-231-1/+1
|/
* bugfix: save games didn't show up in the transfer saves dialogTannin2015-04-081-9/+3
|
* cleanupTannin2015-01-291-5/+5
|
* Merge with branch1.2Tannin2015-01-241-0/+1
|\
| * cleanup (mostly removing unused includes)Tannin2015-01-221-0/+1
| |
* | - bugfixesTannin2015-01-061-10/+13
|/ | | | | | | - moved more functionality to game-plugins - further decoupled management functionality from the UI - created another "tutorial" which is only a single page with relevant parts of the ui highlighted with info as tooltips
* normalized eol style (all files should now have windows line endings)Tannin2014-07-171-328/+328
|
* - Save game management: re-factored getting of filenames including .skseTheBloke2014-07-111-11/+4
| | | | | | | | | | | | -- New - SaveGame->saveFiles(), returns all filenames for save (eg. ess + skse) -- Moved - SaveGameGameBryo->attachedFiles() to SaveGame->attachedFiles() -- This allows the getting of save file names with just a SaveGame object, not a GameBryo object, which would do a full file read including plugins and image etc. -- Therefore SaveGame is no longer abstract. - Transfer Saves: re-factored to use new SaveGame->saveFiles() method -- Removed - TransferSavesDialog->getFilesToProcess, now redundant as information is now provided by SaveGame class itself.
* - moved shared and uibase libraries to namespacesTannin2013-02-171-312/+316
| | | | - bugfix: the "fix mods" function was accessing the save game data incorrectly, causing a crash
* initial commit to mercurial repository.Tannin2013-02-031-0/+331
Corresponds to MO version 0.12.6