Lime3DS/src/citra_qt/configuration
Lioncash c9cc378312 configure_hotkeys: Pass the dialog as a parent to SequenceDialog()
Without passing in a parent, this can result in focus being stolen from
the dialog in certain cases.

Example:

On Windows, if the logging window is left open, the logging Window will
potentially get focus over the hotkey dialog itself, since it brings all
open windows for the application into view. By specifying a parent, we
only bring windows for the parent into view (of which there are none,
aside from the hotkey dialog).
2019-05-07 16:31:43 +02:00
..
config.cpp Clang-format 2019-03-06 22:43:35 -07:00
config.h citra_qt/config: backport minor changes from yuzu 2019-02-13 21:06:37 +01:00
configure.ui citra-qt: Add base support for hotkey reconfiguration + UI (whole of PR citra-emu/citra#3786) 2019-01-20 16:12:10 +05:30
configure_audio.cpp Remove global state and add mic hot swapping 2019-03-06 20:59:58 -07:00
configure_audio.h Initial Mic setup 2019-03-04 23:06:42 -07:00
configure_audio.ui Rest of the owl 2019-03-04 23:07:05 -07:00
configure_camera.cpp optimize settings application 2018-07-02 16:53:34 -05:00
configure_camera.h yuzu/configuration: Add missing override specifiers to configuration-related classes 2018-12-09 15:51:19 +01:00
configure_camera.ui camera: Add camera flip config 2018-06-07 14:57:03 +08:00
configure_debug.cpp file_util: Use an enum class for GetUserPath() 2018-09-22 21:18:56 +02:00
configure_debug.h yuzu/configuration: Make slots private where applicable 2018-12-09 15:51:19 +01:00
configure_debug.ui GDB Modernization: 2018-08-16 10:40:52 +01:00
configure_dialog.cpp configure_dialog: Amend constructor initializer list order 2019-05-07 16:31:43 +02:00
configure_dialog.h core, citra_qt: Allow credentials update in multiplayer announce session 2019-04-20 12:50:24 +08:00
configure_general.cpp citra-qt: Add base support for hotkey reconfiguration + UI (whole of PR citra-emu/citra#3786) 2019-01-20 16:12:10 +05:30
configure_general.h citra-qt: Add base support for hotkey reconfiguration + UI (whole of PR citra-emu/citra#3786) 2019-01-20 16:12:10 +05:30
configure_general.ui citra-qt: Add back missing hotkeys & conflict fixes. 2019-01-20 16:13:59 +05:30
configure_graphics.cpp Merge pull request #4586 from xperia64/qt_color_button_fix 2019-01-23 20:24:57 -05:00
configure_graphics.h yuzu/configuration: Make slots private where applicable 2018-12-09 15:51:19 +01:00
configure_graphics.ui frontend: Remove V-Sync option from UI 2019-01-19 17:43:44 +01:00
configure_hotkeys.cpp configure_hotkeys: Pass the dialog as a parent to SequenceDialog() 2019-05-07 16:31:43 +02:00
configure_hotkeys.h configure_hotkey: Remove unnecessary include 2019-05-07 16:30:12 +02:00
configure_hotkeys.ui citra-qt: Add /default parsing for hotkeys. Also minor code cleanups. 2019-01-25 20:42:49 +05:30
configure_input.cpp ConfigureInput::GetUsedKeyboardKeys(): Change index of home button to use NativeButton instead of magic number. 2019-04-06 10:41:28 +05:30
configure_input.h citra-qt: Add /default parsing for hotkeys. Also minor code cleanups. 2019-01-25 20:42:49 +05:30
configure_input.ui Merge branch 'master' into profiles 2019-01-07 10:39:44 -05:00
configure_motion_touch.cpp clang-format; address one comment 2018-12-28 23:31:55 -05:00
configure_motion_touch.h yuzu/configuration: Add missing override specifiers to configuration-related classes 2018-12-09 15:51:19 +01:00
configure_motion_touch.ui citra_qt: add motion/touch config 2018-08-11 14:16:44 +08:00
configure_system.cpp citra_qt/configuration: fix language configuration issues 2018-11-03 09:34:01 +08:00
configure_system.h configure_system: Default initialize member variables 2018-10-27 00:02:27 +02:00
configure_system.ui citra_qt: add seconds section to clock settings (#4347) 2018-10-25 21:29:43 +08:00
configure_ui.cpp citra_qt: use enum classes for the settings 2018-10-14 22:55:28 +08:00
configure_ui.h yuzu/configuration: Add missing override specifiers to configuration-related classes 2018-12-09 15:51:19 +01:00
configure_ui.ui citra_qt/configuration: fix language configuration issues 2018-11-03 09:34:01 +08:00
configure_web.cpp core, citra_qt: Allow credentials update in multiplayer announce session 2019-04-20 12:50:24 +08:00
configure_web.h core, citra_qt: Allow credentials update in multiplayer announce session 2019-04-20 12:50:24 +08:00
configure_web.ui core, citra_qt: Allow credentials update in multiplayer announce session 2019-04-20 12:50:24 +08:00