summaryrefslogtreecommitdiff
path: root/src/profile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow absolute path for ini files.Mikaël Capelle2020-09-271-5/+6
* Fix gameDirectory() -> documentsDirectory(). Use QFileInfo more properly.Mikaël Capelle2020-09-271-4/+4
* Rename iniFilePath() -> absoluteIniFilePath().Mikaël Capelle2020-09-271-1/+1
* Add IProfile::iniFilePath().Mikaël Capelle2020-09-271-0/+25
* now using new common cmakefilesisanae2020-04-231-3/+3
* Merge pull request #1054 from isanae/bunch-of-fixesisanae2020-04-171-0/+96
|\
| * 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 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
* Merge pull request #807 from isanae/logging-reworkJeremy Rimpo2019-08-021-21/+30
|\
| * replaced formatSystemMessageQ() with formatSystemMessage()isanae2019-07-221-2/+5
| * changed qDebug() to log::debug()isanae2019-07-221-8/+8
| * changed qCritical() to log::error()isanae2019-07-221-2/+2
| * replaced qWarning()isanae2019-07-221-9/+12
| * removed unused or redundant stuff in error_report.hisanae2019-07-221-1/+4
* | Refactor obsolete methodsSilarn2019-07-031-1/+1
|/
* merged CustomOverwrites and ForcedLibraries, they were mostly identicalisanae2019-06-151-2/+2
* 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
* 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 t...LostDragonist2018-12-191-0/+21
* 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
* 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
* 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 pro...Tannin2016-05-071-5/+44
* cleanupTannin2016-05-071-8/+9