[desktop] refactor profile management and fix some misc bugs with it (#3415)

Adding and editing users is now done in a single dialog rather than all those other individual buttons and dialogs like before.

Fixed some bugs with profile management too, and made edit/delete a right-click menu.

Signed-off-by: crueter <crueter@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3415
This commit is contained in:
crueter 2026-01-29 17:17:28 +01:00
parent 9cf3a04af3
commit b2b98ac83a
No known key found for this signature in database
GPG key ID: 425ACD2D4830EBC6
12 changed files with 959 additions and 469 deletions

View file

@ -235,6 +235,9 @@ add_executable(yuzu
data_widget.ui
ryujinx_dialog.h ryujinx_dialog.cpp ryujinx_dialog.ui
main_window.h main_window.cpp
configuration/system/new_user_dialog.h configuration/system/new_user_dialog.cpp configuration/system/new_user_dialog.ui
configuration/system/profile_avatar_dialog.h configuration/system/profile_avatar_dialog.cpp
)
set_target_properties(yuzu PROPERTIES OUTPUT_NAME "eden")