summaryrefslogtreecommitdiff
path: root/src/settingsdialogpaths.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Apply clang-format.Mikaël Capelle2023-07-091-65/+104
|
* Add comment for cdUp().Mikaël Capelle2021-01-131-0/+7
|
* Warn users that game path is invalid after choosing it rather than when ↵Mikaël Capelle2021-01-111-26/+28
| | | | applying setting.
* Fix setting game path for games with executable in subfolder.Mikaël Capelle2021-01-101-4/+17
|
* don't skip paths for portable instance, what am I doingisanae2020-11-031-6/+6
| | | | | implemented actual creation removed mentions of %BASE_DIR% everywhere, use constant and functions from PathSettings
* now using new common cmakefilesisanae2020-04-231-1/+1
| | | | | fixed includes because shared/ isn't in the path anymore removed unused modeltest files
* TaskDialog for restarting as admin for steamisanae2019-09-191-2/+4
| | | | | | added a parent widget parameter to a bunch of places fixed paths still getting changed even if folders can't be created made private the member variables that were temporarily public during rework
* split settings into a bunch of classesisanae2019-09-021-21/+31
| | | | removed "get" from the getters that had it
* moved setting paths to Settingsisanae2019-08-261-19/+17
|
* made member variables in SettingsTab private, added accessorsisanae2019-08-171-24/+24
| | | | SettingsDialog now uses GeometrySaver
* renamed tab classes, clashing with mod info dialogisanae2019-08-021-16/+16
| | | | split nexus tab
* split paths tabisanae2019-08-021-0/+205