summaryrefslogtreecommitdiff
path: root/src/yuzu/configuration/configure_hotkeys.cpp
AgeCommit message (Expand)Author
2022-05-18UI: Translate hotkey labels in configurationKyle K
2022-04-02configure_hotkeys: Make first column stretch and not last columnmerry
2022-01-27hotkeys: Don't translate hotkey buttonsgerman77
2022-01-06yuzu: Add controller hotkeysgerman77
2021-04-14common: Move settings to common from core.bunnei
2020-08-16configure_hotkeys: Don't translate empty stringsLioncash
2020-04-24Add Restore Defaults and Clear options to hotkeysKewlan
2020-01-12GUI/configure: resize hotkeys column to contentBartosz Kaszubowski
2019-06-05yuzu/configuration: Make all widgets and dialogs aware of language changesLioncash
2019-06-05yuzu/configuration: Make function naming consistentLioncash
2019-05-25configure_hotkeys: Remove unnecessary Settings::Apply() callLioncash
2019-05-25configure_hotkeys: Tidy up key sequence conflict error stringLioncash
2019-05-25configure_hotkeys: Change critical error dialog into a warning dialogLioncash
2019-05-25configure_hotkeys: Move conflict detection logic to IsUsedKey()Lioncash
2019-05-25configure_hotkeys: Remove unused EmitHotkeysChanged()Lioncash
2019-04-09configure_hotkeys: Pass the dialog as a parent to SequenceDialog()Lioncash
2019-04-09configure_hotkeys: Avoid dialog memory leak within Configure()Lioncash
2019-04-09configure_hotkeys: Mark member variables as const where applicable in Configu...Lioncash
2019-04-09configure_hotkeys: Make comparison check a little more self-documentingLioncash
2019-04-09configure_hotkey: Make IsUsedKey() a const member functionLioncash
2019-03-16yuzu: Make hotkeys configurable via the GUIAdityarup Laha