Connor McLaughlin
cb6502afa3
Qt: Simplify settings version check
2020-10-09 18:26:21 +10:00
Connor McLaughlin
e1f83fc000
Qt: Add crop mode, interlacing and NTSC timing to debug menu
2020-10-09 18:09:10 +10:00
Albert Liu
94d7d4cead
Qt: Show dialog on startup for settings version mismatch
...
For the QMessageBox to appear, error reporting is performed again after
main window creation.
2020-10-07 20:43:50 -07:00
Connor McLaughlin
36511fda18
Qt: Add set cover image option to context menu
2020-10-04 00:12:01 +10:00
Connor McLaughlin
f0510897ff
Qt: Add "About Qt" to help menu
2020-10-04 00:12:01 +10:00
Connor McLaughlin
f7de39f3d0
Qt: Fix display window geometry not saving
2020-10-04 00:12:01 +10:00
Connor McLaughlin
e2fab72bcb
Qt: Include .m3u in start disc filter
2020-09-25 00:25:53 +10:00
Connor McLaughlin
03b55efea6
Qt: Add light fusion and blue dark fusion themes
2020-09-24 00:31:44 +10:00
Connor McLaughlin
692c2d4aff
Qt: Add cover refresh menu option
2020-09-24 00:31:44 +10:00
Connor McLaughlin
43b0d84a1d
Qt: Implement game grid/cover view
2020-09-24 00:31:44 +10:00
Connor McLaughlin
be585c9f68
Qt: Fix compilation with Qt 5.11
2020-09-23 12:18:01 +10:00
Connor McLaughlin
7d01bedf07
BIOS: Automatically detect images, improve selection UI
2020-09-23 00:20:50 +10:00
Connor McLaughlin
bdd98281fc
Qt: Fix status bar toggle not saving
2020-09-19 00:31:02 +10:00
Connor McLaughlin
238152ae88
Qt: Add memory card editor
2020-09-19 00:28:47 +10:00
Connor McLaughlin
4d9e58ac42
Qt: Allow updating to previously skipped builds by forcing update
2020-09-15 00:31:35 +10:00
Connor McLaughlin
8ac0e12828
Qt: Save main window position/state to config
2020-09-15 00:31:35 +10:00
Connor McLaughlin
bb6af3c8fc
Merge pull request #845 from CookiePLMonster/fix-resume
...
Fix issues with a -resume parameter
2020-09-14 00:11:42 +10:00
Connor McLaughlin
441f26706e
Qt: Move post processing to its own setting category
2020-09-13 22:27:30 +10:00
Silent
c47dceffb5
Pass a SystemBootParameters pointer to QtHostInterface::bootSystem
...
This resolves ownership issues related to the SystemBootParameters
class, since it's meant to be non-copyable but it was copied as per
Qt meta type rules
2020-09-12 22:01:08 +02:00
Connor McLaughlin
330722eb5f
Qt: Split GPU options into display and enhancements
2020-09-11 00:18:57 +10:00
Connor McLaughlin
b247af535d
Qt: Hook up cheat list menus
2020-09-09 23:44:21 +10:00
Connor McLaughlin
6bbbb96d4b
Move GameList to FrontendCommon
...
Reduces libretro core dependencies further.
2020-09-01 12:46:44 +10:00
Silent
800c5303de
Give GamePropertiesDialog a parent
2020-08-29 14:42:28 +02:00
Connor McLaughlin
8f54711c72
Make additional strings in controller settings translatable
2020-08-24 00:22:49 +10:00
Connor McLaughlin
5fca2d1d1c
Qt: Add toggles for toolbar/status bar
2020-08-21 00:09:37 +10:00
Connor McLaughlin
67fb9253cb
Qt: Hide debug menu by default
2020-08-19 00:01:57 +10:00
Connor McLaughlin
4e62b32d60
Add option to dump the contents of RAM to a file
2020-08-16 23:20:36 +10:00
Connor McLaughlin
86799775ce
Qt: Add UI for playlist disc switching
2020-08-16 00:20:10 +10:00
Connor McLaughlin
92bc65d883
Qt: Turn language list into radio buttons
2020-08-07 03:34:40 +10:00
Connor McLaughlin
f0e3373cb2
Qt: Add message about unofficial builds auto-update incompatibility
2020-08-06 22:37:30 +10:00
Connor McLaughlin
c09bfc4d2b
Qt: Add automatic updater
2020-08-06 22:08:22 +10:00
Connor McLaughlin
8c1a72f640
Qt: Unmark window info error for translation
2020-08-06 19:30:47 +10:00
Connor McLaughlin
3edb255eca
Qt: Add translation support and language setting
2020-07-28 19:14:44 +10:00
Connor McLaughlin
e30c0a6881
Qt: Don't allow booting when changing disc from game list
2020-07-24 02:40:46 +10:00
Connor McLaughlin
961afdf765
Qt: Ignore resume states when "Save state on exit" is unchecked
2020-07-23 02:44:06 +10:00
Connor McLaughlin
68d98af497
Qt: Remove usage of QString where possible for settings
2020-07-21 20:10:06 +10:00
Albert Liu
4e2b3189b0
Qt: Replace QtSettingsInterface with INISettingsInterface
2020-07-16 20:35:49 -07:00
Connor McLaughlin
b3359dadc9
Qt: Save original style name for restoring after theme switch
2020-07-04 15:54:26 +10:00
Connor McLaughlin
2a38090e7a
HostDisplay: Move most backend logic to FrontendCommon
2020-06-30 03:03:56 +10:00
Albert Liu
788a9a6768
Qt: Reset palette and style when selecting default theme
...
Fixes palette and style getting stuck when switching to default theme
after having used dark fusion theme earlier in the same session.
2020-06-24 16:08:36 -07:00
Connor McLaughlin
55a2c73097
Qt: Add Dark Fusion theme
2020-06-25 01:33:00 +10:00
Connor McLaughlin
a6d976240a
Qt: Add theme selection and dark theme
2020-06-25 01:33:00 +10:00
Connor McLaughlin
77291096db
Settings: Add GPU adapter option and hook up to D3D11/Vulkan
2020-06-20 03:34:19 +10:00
Connor McLaughlin
49a9f01327
Qt: Support Vulkan
2020-06-19 00:18:53 +10:00
Connor McLaughlin
0dfb9f7d90
Merge pull request #548 from ggrtk/qt-aboutdialog
...
Qt: Add about dialog
2020-06-12 18:50:06 +10:00
Albert Liu
4c29b6f30c
Qt: Add about dialog
2020-06-11 09:26:04 -07:00
Connor McLaughlin
2504d187d3
Qt: Add separate menu items for rescan all/scan for new games
2020-06-12 01:49:17 +10:00
Connor McLaughlin
6acd8b27dd
Qt: Prevent lag disabling power on buttons when starting
2020-06-06 03:44:57 +10:00
Connor McLaughlin
de8aef4f44
Qt: Fix pause button repeatedly triggering sometimes
2020-05-31 02:41:31 +10:00
Connor McLaughlin
2156236f52
Frontends: Use common GL context wrapper
2020-05-25 15:02:44 +10:00