dolphin/Source/Core/UICommon
Dentomologist e44c99cb59 Settings: Open file dialogs at user path
When opening a file dialog to set the location of a custom path, use the
corresponding user path as the starting location instead of the current
custom path.

When no custom path was set the dialog would be opened with a blank path
which causes Windows (not sure about other platforms) to open the dialog
at the same location where the last dialog was closed, or at the current
working directory if no previous dialog had been opened.

If a nonempty custom path has been set then it has also set the
corresponding user path, so the behavior in that case is unchanged.
2025-09-01 14:51:29 -07:00
..
ResourcePack minizip-ng: Stop using compatibility mode 2025-05-22 12:51:55 +02:00
AutoUpdate.cpp AutoUpdate: Remove the old updater app on macOS if it exists 2024-08-08 02:51:18 -04:00
AutoUpdate.h Updater: Add/clarify error messages 2022-10-31 23:36:07 -07:00
CMakeLists.txt USBUtils: Refactor USB device handling 2025-07-23 03:26:25 +02:00
CommandLineParse.cpp Treat --debugger command line as a temporary setting 2023-04-17 23:11:26 -07:00
CommandLineParse.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
DBusUtils.cpp linux: Use D-Bus to inhibit screensaver 2024-09-27 21:22:57 +01:00
DBusUtils.h linux: Use D-Bus to inhibit screensaver 2024-09-27 21:22:57 +01:00
DiscordPresence.cpp Send Rich Presence to Discord 2024-05-08 00:33:33 -04:00
DiscordPresence.h UICommon: Include implicit header 2025-05-02 02:03:41 +03:00
GameFile.cpp Common and VideoCommon: Change texture data from std::vector to Common::UniqueBuffer. 2025-05-03 18:32:30 -05:00
GameFile.h Implement Triforce ID parsing 2025-04-21 22:05:25 +10:00
GameFileCache.cpp Adding support for detecting .bin images 2025-04-21 22:05:24 +10:00
GameFileCache.h GameFileCache: Use std::span with Update() 2023-12-11 11:12:09 -05:00
NetPlayIndex.cpp Fix static initialisation order fiasco issue for Version variables 2022-01-14 00:04:22 +01:00
NetPlayIndex.h Fix all uninitialized variable warnings (C26495) 2021-10-13 12:32:16 -07:00
UICommon.cpp Settings: Open file dialogs at user path 2025-09-01 14:51:29 -07:00
UICommon.h linux: Use D-Bus to inhibit screensaver 2024-09-27 21:22:57 +01:00
X11Utils.cpp Simplify std::find with Common::Contains 2025-01-01 09:52:03 -08:00
X11Utils.h linux: Use D-Bus to inhibit screensaver 2024-09-27 21:22:57 +01:00