summaryrefslogtreecommitdiff
path: root/src/profilesdialog.h
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring of game features for better management. (#2043)Mikaël Capelle2024-06-091-3/+7
|
* Apply clang-format.Mikaël Capelle2023-07-091-23/+27
|
* Convert everything to CRLF.Mikaël Capelle2023-07-091-132/+132
|
* profiles dialog:isanae2020-12-291-1/+9
| | | | | - added select button - select new profile in the list after creating
* Add IOrganizer::onProfileXXX callbacks.Mikaël Capelle2020-10-241-1/+20
|
* moved geometry handling to ProfilesDialogisanae2019-08-041-0/+4
|
* Prevent user from deleting currently active profileLostDragonist2018-08-191-0/+1
|
* Revert "Applied clang-format on source"Sandro Jäckel2018-02-231-39/+40
| | | | This reverts commit 5e5c9c07291f6b09623d31c92b1fb61c4ede576e.
* Applied clang-format on sourceSandro Jäckel2018-02-221-40/+39
|
* profiles can now be configured to use the global game settings instead of ↵Tannin2016-05-071-0/+3
| | | | profile-local
* merged master into new_vfs_libraryTannin2016-02-121-8/+7
|
* Facepalm moments - realised gameinfo init call is no longer needed. Removed ↵Thomas Tanner2015-12-061-1/+0
| | | | all references
* Removes all references to GameInfo::getGameDirectory apart from one during ↵Thomas Tanner2015-11-251-2/+2
| | | | | | | | 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
* bugfix: upon closing the profiles dialog, the profile was changed to theTannin2015-05-111-4/+3
| | | | top-most profile and back
* extended the game-plugin interfaceTannin2015-01-291-2/+1
|
* - bugfixesTannin2015-01-061-1/+6
| | | | | | | - 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-96/+96
|
* - support for grouping filters for mod list (incomplete)Tannin2013-03-221-0/+2
| | | | | | | - offering multiple options for mod names during installation - support for renaming profiles - updated installer plugins - minor bugfixes
* - moved shared and uibase libraries to namespacesTannin2013-02-171-75/+75
| | | | - bugfix: the "fix mods" function was accessing the save game data incorrectly, causing a crash
* initial commit to mercurial repository.Tannin2013-02-031-0/+94
Corresponds to MO version 0.12.6