summaryrefslogtreecommitdiff
path: root/src/profile.cpp
Commit message (Collapse)AuthorAgeFilesLines
* now using new common cmakefilesisanae2020-04-231-3/+3
| | | | | fixed includes because shared/ isn't in the path anymore removed unused modeltest files
* Merge pull request #1054 from isanae/bunch-of-fixesisanae2020-04-171-0/+96
|\ | | | | Bunch of fixes
| * dump a bunch of counts for mods when selecting a profileisanae2020-04-171-0/+96
| |
* | Fix crash when game plugin does not provide any ini files.AL2020-04-171-1/+5
|/
* error checking in dump()isanae2020-02-181-5/+1
| | | | removed a bunch of "{} saved" in the logs
* removed some ambiguous overloads for settingsisanae2019-10-071-33/+33
|
* fixes for VS preview: missing namespace, missing setting() with two parametersisanae2019-10-051-0/+5
|
* split settings into a bunch of classesisanae2019-09-021-4/+4
| | | | removed "get" from the getters that had it
* Merge pull request #807 from isanae/logging-reworkJeremy Rimpo2019-08-021-21/+30
|\ | | | | Logging rework
| * replaced formatSystemMessageQ() with formatSystemMessage()isanae2019-07-221-2/+5
| | | | | | | | replaced windowsErrorString() with formatSystemMessage()
| * changed qDebug() to log::debug()isanae2019-07-221-8/+8
| | | | | | | | removed some commented out logging
| * changed qCritical() to log::error()isanae2019-07-221-2/+2
| | | | | | | | removed now unused vlog()
| * replaced qWarning()isanae2019-07-221-9/+12
| |
| * removed unused or redundant stuff in error_report.hisanae2019-07-221-1/+4
| | | | | | | | | | | | | | renamed log() to vlog() for now extracted console creation to Console class rewrote LogBuffer to work with logging from uibase, renamed to LogModel added fmt dependency
* | Refactor obsolete methodsSilarn2019-07-031-1/+1
|/
* merged CustomOverwrites and ForcedLibraries, they were mostly identicalisanae2019-06-151-2/+2
| | | | some comments
* Fix typo in missing INI dialogLostDragonist2019-04-131-1/+1
|
* Fix conflict detection concerning overwriteLostDragonist2019-03-091-11/+4
|
* Make logs more consistent in format and contentLostDragonist2019-01-301-1/+1
|
* Make logs more consistent in format and contentLostDragonist2019-01-301-11/+11
|
* Reduce file I/O operations when enabling/disabling multiple modsLostDragonist2019-01-221-0/+31
|
* Remove profile-specific executable settings when removing the executableLostDragonist2019-01-111-1/+6
|
* Support for force loading librariesLostDragonist2019-01-111-1/+117
|
* Made Delete INIs and Saves dialogs remember selection.Al2019-01-061-8/+9
|
* Change qPrintable to qUtf8Printable to better support non-ASCII textLostDragonist2019-01-051-9/+9
|
* Don't call ASCII function with unicodeLostDragonist2019-01-031-1/+1
|
* Improve missing INI dialog when switching profilesLostDragonist2019-01-021-5/+6
|
* Use WriteRegistryValue function to handle read-only filesLostDragonist2018-12-261-2/+4
|
* Prevent missing INI dialog from popping up when creating a new instance with ↵LostDragonist2018-12-241-1/+1
| | | | archive invalidation
* Don't mention save games when dealing with INI filesLostDragonist2018-12-191-1/+1
|
* Make language about profile-specific settings and save games consistentLostDragonist2018-12-191-4/+4
|
* Re-initialize the profile configuration if INI files are missingLostDragonist2018-12-191-1/+19
|
* Optionally delete and restore profile-specific game INI files when changing ↵LostDragonist2018-12-191-0/+21
| | | | the setting
* Enable per-profile game INI files by default againLostDragonist2018-12-191-3/+1
|
* Transition profile settings to settings.iniLostDragonist2018-12-051-50/+82
|
* Improve changing mod and plugin prioritiesLostDragonist2018-11-011-37/+34
|
* Support for multi-game downloadsSilarn2018-04-161-0/+1
|
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-524/+632
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-632/+524
|
* - Fixed a bug that would keep re-activating the "Create files in mod instead ↵Al12rs2018-02-131-0/+5
| | | | | | of Overwrite" setting in the executable dialog after the user activated it for the first time. Basically it looked in the stored settings to see if there was an entry for that executable to decide if the checkbox was to be enebled but never deleted that entry if the checkbox was then deselected.
* Fix mod rename with custom profiles pathEran Mizrahi2017-12-181-0/+76
|
* Ensure all mostlist writing is done through the DelayedFileWriterEran Mizrahi2017-12-181-4/+19
|
* Don't set save path or mygamesdirectory in initweaksJeremy Rimpo2017-12-071-12/+0
|
* minor cleanupTannin2016-06-011-1/+3
|
* profiles can now be configured to use the global game settings instead of ↵Tannin2016-05-071-5/+44
| | | | profile-local
* cleanupTannin2016-05-071-8/+9
|
* moved plugins.txt reading/writing to game pluginTannin2016-05-061-1/+1
|
* merged master into new_vfs_libraryTannin2016-02-121-10/+26
|
* made instance-switching usableTannin2016-01-101-3/+4
| | | | | this includes tons and tons of changes to how paths are determined. the profiles-dir can now also be configured
* removed get-prefix from many getters. removed const from managed_game variable.Tannin2015-12-281-1/+1
| | | | other fixes