Commit Graph

34 Commits

Author SHA1 Message Date
7f4e5d55db Misc: Update copyright headers 2024-09-01 22:08:31 +10:00
76f6eafdbc Qt: Fix folder selection title bar 2024-08-10 00:14:01 +10:00
022b2fc013 Qt: Disable incompatible settings in game properties 2024-07-21 16:10:39 +10:00
1cdfca155d Qt: Clean and remove empty game settings 2024-04-25 14:02:16 +10:00
5e9a47f82b Qt: Add volume reset button 2024-04-25 13:24:04 +10:00
921f5119b2 Qt: Handle sliders in per-game settings 2024-04-25 01:13:43 +10:00
3e9ac99d54 Qt: Fix 6.7 deprecation warnings 2024-04-11 21:55:50 +10:00
ac825855f7 Qt: Change settings dialogs to widgets/windows
Stops them breaking in Qt 6.6.
2023-11-06 23:17:58 +10:00
dd1a00674d Qt: PCSX2 UI fix backports 2023-09-17 00:22:39 +10:00
4fc984e082 Qt: Add setup wizard 2023-09-02 21:44:15 +10:00
dc9c99438b Misc: Post-refactor cleanups 2023-08-24 18:01:32 +10:00
8c7a192128 Misc: Add copyright/license statement to applicable files
Should've did this in the beginning.
2022-12-04 21:03:49 +10:00
ef3ad91ad0 FullscreenUI: Various improvements 2022-09-17 15:56:05 +10:00
8d50ebe538 Qt: Support per-game setting of spinboxes 2022-08-05 20:48:39 +10:00
0ba623b392 Qt: Fix crash opening game settings 2022-07-23 01:49:53 +10:00
a5f5be1a60 Qt: Fix directory setting changes 2022-07-23 01:28:19 +10:00
b42b5501f6 UI: Massive revamp, new features and improvements 2022-07-22 21:19:54 +10:00
6c20bac7dd Qt: Support Qt 6 2021-05-20 14:14:26 +10:00
bcd40dd860 Qt: Fix autofire button selection in non-English UI 2021-05-20 12:19:28 +10:00
c7beac5efd Qt: Remove setting when string value is empty 2021-05-20 12:19:28 +10:00
84bec06a90 Use QString::number where applicable 2021-03-05 12:59:28 +01:00
68d98af497 Qt: Remove usage of QString where possible for settings 2020-07-21 20:10:06 +10:00
4e2b3189b0 Qt: Replace QtSettingsInterface with INISettingsInterface 2020-07-16 20:35:49 -07:00
bcc6d5d53d Qt: Support float settings in setting widget binder 2020-07-01 00:56:46 +10:00
0b11a14e24 Qt: Better handling of default settings not in ini 2020-07-01 00:56:46 +10:00
b7d9ce98e8 Qt: Connect tweak/hack settings to Qt frontend 2020-06-16 09:53:18 -07:00
cbe9ef24b9 SettingWidgetBinder: Use QString instead of const char*
Fixes potential string lifetime issues.
2020-04-09 00:03:20 +10:00
ccbe6f0c42 Qt: Don't store floats in settings as QVariant data 2020-02-28 17:00:07 +10:00
a81a0c0f21 Qt: Add normalized float values to SettingWidgetBinder 2020-02-10 22:44:00 +09:00
6718f0442c Qt: Support QActions in SettingsWidgetBinder 2020-02-04 15:22:39 +09:00
5272ecd572 Qt: Support binding settings to QSliders 2020-01-29 00:01:35 +10:00
c5282b99e1 Qt: Thread-safe QSettings access and updating 2020-01-24 14:49:49 +10:00
d88fc20434 Qt: GPU settings tab 2020-01-03 17:51:58 +10:00
77a47c87d2 Qt: Hook up console settings 2020-01-01 14:01:58 +10:00