Commit graph

52 commits

Author SHA1 Message Date
Jean-Philip Desjardins
364dfe83b2 Add feedback when pausing and resuming. 2018-08-09 12:28:14 -04:00
Jean-Philip Desjardins
dc43015cc3 Reworked Qt UI status bar to match what we have on Win32. 2018-08-09 12:28:14 -04:00
Jean-Philip Desjardins
ebbcc4c9f6 Initialize virtual machine at creation, GS handler when window is shown for the first time. 2018-08-01 13:14:22 -04:00
Jean-Philip Desjardins
659c02d801 Assert if no VM is created. 2018-08-01 13:14:22 -04:00
Jean-Philip Desjardins
637f4ace89 Rename some variables. 2018-08-01 13:14:22 -04:00
Jean-Philip Desjardins
e2d8e2165d Fix warnings. 2018-07-31 18:47:14 -04:00
Jean-Philip Desjardins
52bd6089f2 Move controller config dialog related files to a separate folder. 2018-07-31 18:43:01 -04:00
Mahmood(Thunder07)
73bf3b498f Clang-Format 2018-05-23 03:39:45 +03:00
Mahmood(Thunder07)
aa014a4e75 Fix: Qt HiDPI scaling 2018-05-23 03:12:49 +03:00
Mahmood(Thunder07)
f252e7623e Initial QT OSX support 2018-05-23 03:12:49 +03:00
Clang-Format
acf75535ec Clang format 2018-04-30 21:01:23 +01:00
Mahmood(Thunder07)
bf4e839e45 Fix VirtualMachine->Reset, when Resetting ELF 2018-04-12 12:30:47 +01:00
Mahmood(Thunder07)
48527661ff Linux: set m_lastpath on startup 2018-03-03 22:20:33 +00:00
Mahmood(Thunder07)
2f430df9ee Linux: Use SetPreferencePath 2018-03-03 22:20:33 +00:00
Jean-Philip Desjardins
d153162bbd Rename preference define name. 2018-01-15 14:14:59 -05:00
Jean-Philip Desjardins
b40518b3ca Use saved state path generation functions on Unix/Qt. 2017-09-16 14:27:37 -04:00
Mahmood(Thunder07)
a67a86de4e Linux: use the same instance of CInputBindingManager 2017-06-16 00:41:55 +01:00
Mahmood(Thunder07)
733b9f4bc6 Linux: Cleanup & Update to Enable Gamepad support 2017-06-16 00:41:54 +01:00
Mahmood(Thunder07)
a57ba6b9bc Cleanup CPH_HidUnix and use CInputEventManager 2017-06-13 05:05:32 +01:00
Mahmood(Thunder07)
da392e4c3e Qt UI: add fullscreen toggle 2017-04-22 19:46:31 +01:00
Mahmood(Thunder07)
5c98e27a97 Add Screenshot feature to Unix 2017-04-09 06:50:07 +01:00
Mahmood(Thunder07)
f1290bea8a Qt ui: Add ElidedLabel 2017-04-09 06:48:49 +01:00
Mahmood(Thunder07)
f2e8c3ef02 Cleanup 2017-02-27 22:09:05 +00:00
Mahmood(Thunder07)
2966e50d5b Qt ui: set default directory, remember last seletion directory 2017-02-25 15:48:49 +00:00
Mahmood(Thunder07)
45b0558d1e Qt update state slot logic 2017-02-25 14:27:00 +00:00
Mahmood(Thunder07)
20cf5bc905 Linux: GameID in status bar 2017-02-19 15:00:25 +00:00
Mahmood(Thunder07)
934795b3de linux: replace boost::bind with std::bind 2016-09-06 00:23:44 +01:00
Mahmood(Thunder07)
63d537bd8c linux: submission guidelines fixes 2016-09-06 00:23:44 +01:00
Mahmood(Thunder07)
9f016bd59f linux: configurable controls 2016-09-06 00:23:31 +01:00
Mahmood(Thunder07)
25ff166e15 linux: VFS manager ui 2016-09-06 00:13:27 +01:00
Mahmood(Thunder07)
e28de4895c linux: Update file open dialog support format 2016-09-06 00:13:27 +01:00
Mahmood(Thunder07)
27e249aa27 linux: clean up 2016-09-06 00:13:27 +01:00
Mahmood(Thunder07)
bb5ff09f56 linux: added memory card manager 2016-09-06 00:13:27 +01:00
Mahmood(Thunder07)
a969ec2c5b linux: reset ROM option 2016-09-06 00:13:27 +01:00
Mahmood(Thunder07)
d4142c5740 linux: save before quitting app 2016-09-06 00:13:26 +01:00
Mahmood(Thunder07)
b08daf8cd3 linux: pause on focusout option 2016-09-06 00:13:26 +01:00
Mahmood(Thunder07)
ed7aaf67d7 linux: move RegisterPreferences() to MainWindow, save preference after closing SettingsDialog 2016-09-06 00:13:26 +01:00
Mahmood(Thunder07)
0affd1a9d1 linux: OnExecutableChange 2016-09-06 00:13:26 +01:00
Mahmood(Thunder07)
6f0382411e linux: about dialog 2016-09-06 00:13:26 +01:00
Mahmood(Thunder07)
e3cb7667e7 linux: close confirmation 2016-09-06 00:13:26 +01:00
Mahmood(Thunder07)
b8cdc8c5a7 linux: VirtualMachine Pause/Resume Option 2016-09-06 00:13:26 +01:00
Mahmood(Thunder07)
2daa91f3b2 linux: renamed and removed menuitems 2016-09-06 00:13:26 +01:00
Mahmood(Thunder07)
ecb7f98a8e linux: Added SaveState Options 2016-09-06 00:13:26 +01:00
Mahmood(Thunder07)
d0477a7462 linux: remove global.h 2016-09-06 00:13:26 +01:00
Mahmood(Thunder07)
7d255a783b linux: destroy virtualmachine 2016-09-06 00:13:26 +01:00
Mahmood(Thunder07)
2c8903655d linux: clean up 2016-09-06 00:13:26 +01:00
Jean-Philip Desjardins
22b9283695 Make sure OpenGL window is embedded in MainWindow. 2016-09-06 00:13:25 +01:00
Mahmood(Thunder07)
93147e71ec linux: Qt OpenGL Handler 2016-09-06 00:13:25 +01:00
Mahmood(Thunder07)
1e43af0850 linux: add settings dialog 2016-09-06 00:13:25 +01:00
Mahmood(Thunder07)
66a01e09a5 linux: added basic controls 2016-09-06 00:13:25 +01:00