obs-studio/frontend
PatTheMav 8bfc28f851 frontend: Use default location for user settings as fallback
When a unique path is set up as the location for user settings,
profiles, or scene collections, migrating the files from one computer
to another will lead to confusing error messages as the original paths
might not exist on the new machine.

The default directories for configuration files are already created by
this point, so using those paths as a fallback should enable OBS Studio
to also create the corresponding fallback settings files.
2025-04-25 19:40:24 -04:00
..
api frontend: Migrate obs-frontend-api 2025-01-08 17:33:13 +01:00
cmake frontend/components: Remove NonCheckableButton 2025-04-24 15:37:50 -04:00
components frontend/components: Remove NonCheckableButton 2025-04-24 15:37:50 -04:00
data frontend: Remove unused item delegate parameters 2025-04-25 14:01:23 -04:00
dialogs frontend: Remove unused item delegate parameters 2025-04-25 14:01:23 -04:00
docks frontend: Split OAuth implementation into single files per C++ class 2025-01-08 15:36:55 +01:00
forms frontend: Adjust missing files dialog 2025-04-25 14:01:23 -04:00
importer frontend: Migrate scene collection usage to new SceneCollection class 2025-04-21 15:17:11 -04:00
importers frontend: Add OBSImporter and importer implementations 2025-01-08 15:36:55 +01:00
models frontend: Add SceneCollection class as data model for Scene Collections 2025-04-21 15:17:11 -04:00
oauth frontend: Split OAuth implementation into single files per C++ class 2025-01-08 15:36:55 +01:00
plugins frontend: Migrate frontend plugins 2025-01-08 17:33:13 +01:00
settings frontend: Add new appearance options 2025-04-22 15:04:49 -04:00
updater cmake: Specify NOMINMAX all the time on Windows 2025-02-07 14:52:24 -05:00
utility frontend: Remove unused item delegate parameters 2025-04-25 14:01:23 -04:00
widgets frontend: Highlight control dock buttons using style class 2025-04-24 15:37:50 -04:00
wizards frontend: Use OBSBasic::Get() in all places 2025-02-05 15:15:52 -05:00
CMakeLists.txt frontend: Add SceneCollection class as data model for Scene Collections 2025-04-21 15:17:11 -04:00
obs-main.cpp frontend: Increase MAX_CRASH_REPORT_SIZE to 200 KB 2025-04-15 12:33:42 -07:00
OBSApp_Themes.cpp frontend: Add new appearance options 2025-04-22 15:04:49 -04:00
OBSApp.cpp frontend: Use default location for user settings as fallback 2025-04-25 19:40:24 -04:00
OBSApp.hpp frontend: Split main application implementation into single files 2025-01-08 17:33:13 +01:00
OBSStudioAPI.cpp frontend: Migrate scene collection usage to new SceneCollection class 2025-04-21 15:17:11 -04:00
OBSStudioAPI.hpp frontend: Split main application implementation into single files 2025-01-08 17:33:13 +01:00