Commit Graph

27 Commits (ea3c8a36543d017a3e0ac3d31dd745d0e1d1b332)

Author SHA1 Message Date
Stenzek ea3c8a3654
Qt: Add a theme changed event and use it for hotkey rows
Fixes black text when window inactive on MacOS.
2 months ago
Stenzek 2369b329eb
Qt: Partially revert "Remove Q_OBJECT where unnecessary"
This reverts commit 31c75a2b5a.

tr()'s context is defined by Q_OBJECT, so removing Q_OBJECT here
sadly breaks translations.
2 months ago
Stenzek 31c75a2b5a
Qt: Remove Q_OBJECT where unnecessary
Shaves another 20KB off the binary, and more importantly improves
compile time since moc doesn't need to run for as many files.
2 months ago
Stenzek c4ac3d195c
Qt: Improve padding in hotkey rows
And fix incorrect parent widgets.
2 months ago
Ariel Nogueira Kovaljski d367e7e4e0
Qt: Alternating row colors for Hotkeys settings (#3559) 2 months ago
Stenzek a002fd2672
Qt: Include moc sources in main source
Saves compiling a bunch of files with MSBuild.
4 months ago
Stenzek 5df28de340
Qt: Fix hotkey category heading size on MacOS 4 months ago
Stenzek 5b18455536
Qt: Eliminate unnecessary includes in settingwidgetbinder.h 5 months ago
Stenzek 1b3ca81efc
Qt: Fix hotkey search placeholder localisation 9 months ago
Stenzek f9bb413a40
Qt: Enable clear button on hotkey search 10 months ago
Stenzek dda10d3576
Qt: Add search box to hotkey settings 10 months ago
Stenzek 7f4e5d55db
Misc: Update copyright headers 1 year ago
Stenzek bda6869084
Qt: Implement per-game controller configuration 1 year ago
Stenzek ac825855f7
Qt: Change settings dialogs to widgets/windows
Stops them breaking in Qt 6.6.
2 years ago
Stenzek bb60170d9a Move frontend-common to util/core 2 years ago
Connor McLaughlin 395e9a934b InputManager: Support inverted full axis
i.e. pedals
3 years ago
Connor McLaughlin 8c7a192128 Misc: Add copyright/license statement to applicable files
Should've did this in the beginning.
3 years ago
Connor McLaughlin b42b5501f6 UI: Massive revamp, new features and improvements 3 years ago
Connor McLaughlin caf100ec0d Qt: Make hotkey categories translatable 5 years ago
Connor McLaughlin ab002e78e1 Support translating strings in emulator core 5 years ago
Connor McLaughlin 68d98af497 Qt: Remove usage of QString where possible for settings 5 years ago
Albert Liu 4e2b3189b0 Qt: Replace QtSettingsInterface with INISettingsInterface 5 years ago
Connor McLaughlin f35970fcac FrontendCommon: Move input binding and some other logic from Qt to common 6 years ago
Connor McLaughlin 153eded978 Qt: Use a single column in hotkey binding list 6 years ago
Connor McLaughlin 5c303705ac Qt: Use scroll area for hotkey binding list 6 years ago
Connor McLaughlin 5076d7dfe8 Qt: Fix handling of display window size in hidpi 6 years ago
Connor McLaughlin 40e1b7af23 Qt: Initial hotkey implementation 6 years ago