Stenzek
|
43572a1560
|
Qt: Mark widget binder functions as inline
Should also fix the unused warning without using [[maybe_unused]];
|
2023-02-09 10:03:55 +01:00 |
lightningterror
|
1a5d7c1c5d
|
Qt: Fix Wunused-const-variable and Wunused-function warnings.
|
2023-01-12 16:26:56 +01:00 |
arcum42
|
2892f629f0
|
build/QT: Unmute the warnings for deprecation & overloading virtuals. Fix assorted warnings. Mute 'maybe initialized' warnings. Add a policy to take care of LTO warnings in cmake.
|
2023-01-11 00:55:21 +01:00 |
Stenzek
|
b3bf3e46be
|
Qt: Fix per-game settings with sliders
|
2023-01-01 17:12:04 +00:00 |
Stenzek
|
9f461253a8
|
Qt: Fix relative directories not being canonicalized
|
2022-12-24 04:37:51 +00:00 |
Connor McLaughlin
|
b667236c92
|
Qt: Combine EmuThread.cpp and QtHost.cpp
These mostly called back between one another.
|
2022-09-09 21:21:14 +01:00 |
Connor McLaughlin
|
e4df563811
|
Qt: Implement settings reset
|
2022-09-09 21:21:14 +01:00 |
Connor McLaughlin
|
307028734f
|
Qt: Fix several issues in SettingWidgetBinder
- Possible nullopt value().
- Incorrect loading of some folder values.
- Enable per-game setting of spinboxes.
|
2022-08-10 17:25:11 +01:00 |
Connor McLaughlin
|
02d3c93c2c
|
Qt: Allow editing folder settings
|
2022-06-20 07:28:12 +01:00 |
Connor McLaughlin
|
2a32864856
|
Qt: Get rid of duplicate base setting query helpers
|
2022-05-25 10:15:48 +01:00 |
TheLastRar
|
5949c772d1
|
Qt: Fix bugs relating to per-game settings
|
2022-03-20 04:13:45 +00:00 |
Connor McLaughlin
|
f4acff1321
|
Qt: Fix incorrect dropdown value in game properties
|
2022-03-07 14:14:49 +01:00 |
Connor McLaughlin
|
a8ee746c39
|
Qt: Fix live changing game settings not applying
|
2022-03-07 14:14:49 +01:00 |
Connor McLaughlin
|
7b0bde4f1f
|
Qt: Move section/key in setting binder
It's passed in by value, so elide the copy.
|
2022-03-04 17:41:28 +00:00 |
Connor McLaughlin
|
5c5c7d64a8
|
Qt: Remove version check macros
Not needed anymore since we require Qt6 on all platforms.
|
2022-03-04 17:41:28 +00:00 |
arcum42@gmail.com
|
ff75ab73cc
|
Qt: Fix qt compilation on linux.
|
2022-02-22 19:23:51 +00:00 |
Connor McLaughlin
|
b47552c08f
|
Qt: Add per-game settings UI
|
2022-02-16 17:34:53 +01:00 |
Connor McLaughlin
|
93f9ae8a31
|
Qt: Add work in progress interface
|
2022-01-30 14:29:18 +00:00 |