Vicki Pfau
6fb7c0780a
Qt: Handle interrupting CLI debugger better ( fixes #697 )
2017-04-22 18:40:55 -07:00
Vicki Pfau
36c66e7db4
Qt: Fix logo missing with integer scaling ( fixes #696 )
2017-04-22 18:29:10 -07:00
Vicki Pfau
3b4ccb84d2
Qt: Fix several debugger hangs and odd cases ( fixes #691 )
2017-04-22 01:39:21 -07:00
Vicki Pfau
8c095ec885
Qt: Fix crash when first CLI command is empty ( fixes #693 )
2017-04-22 00:41:58 -07:00
Vicki Pfau
2d930cbc61
All: Add option to lock video to integer scaling
2017-04-21 18:13:16 -07:00
Vicki Pfau
69a30f9501
Qt: Fix build
2017-04-21 17:50:22 -07:00
Vicki Pfau
189169e8ec
Qt: Auto-generate audio/video layer menus
2017-04-21 17:31:04 -07:00
Vicki Pfau
2a7f642d4c
Qt: Fix regression with windows not closing
2017-04-21 16:38:26 -07:00
Vicki Pfau
01832ec513
Qt: Ensure CLI backend is attached when submitting commands ( fixes #662 )
2017-04-21 16:21:50 -07:00
Vicki Pfau
0c917138ea
Qt: Code cleanup
2017-04-13 00:28:41 -07:00
Vicki Pfau
959f66a1a0
Core: Add option to allow preloading the entire ROM before running
2017-04-13 00:28:28 -07:00
Vicki Pfau
58c9bcf67a
Core: Ability to enumerate and modify video and audio channels
2017-04-12 13:28:21 -07:00
Vicki Pfau
9ced6724c1
Qt: Attempt to fix #622
2017-04-12 13:23:10 -07:00
Vicki Pfau
f8eef19bd6
Qt: Remove debug messages
2017-04-11 11:05:53 -07:00
Vicki Pfau
7bc6c579ce
Qt: Ensure audio processor is paused before closing thread
2017-04-09 23:34:23 -07:00
Vicki Pfau
473ae29d82
GBA: Add GBA luminance peripheral
2017-04-09 19:47:19 -07:00
Vicki Pfau
e063e05662
Core: Unify peripheral attachment
2017-04-09 19:46:52 -07:00
Vicki Pfau
484618ca4c
Core: Restore sleep callback
2017-04-09 19:13:13 -07:00
Vicki Pfau
f0ea421fea
Qt: Fix Qt5Network removal
2017-04-08 23:45:07 -07:00
Vicki Pfau
7784ecb2c5
Qt: Fix threading issues shutting down game audio
2017-04-07 22:21:41 -07:00
Vicki Pfau
19d0ca3b8b
Qt: Fix crash when changing audio settings after a game is closed
2017-04-06 11:54:13 -07:00
Vicki Pfau
2fbd31c51a
Qt: Make "Mute" able to be bound to a key ( fixes #559 )
2017-04-05 13:17:30 -07:00
Vicki Pfau
4a38f9b979
Qt: Simplify high-framerate fix ( fixes #545 )
2017-04-03 10:54:56 -07:00
waddlesplash
10fe4a743c
Qt: Show native directory separators in the GUI.
...
The core still gets '/'s always (it chokes on '\'s), but the Qt
interface always uses the native separators.
In the process of doing this, also removed the custom FileDialog
subclass and made everything use GBAApp::get*FileDialog instead.
Also fixes #552 , because I had to change that code anyway.
2017-04-02 16:33:24 -07:00
Vicki Pfau
4449361f5c
Qt: Fix setting audio and video sync without reloading the game
2017-04-01 14:10:46 -07:00
waddlesplash
40f87518be
Qt: Don't link against SDLMAIN, Qt already handles that. ( #551 )
2017-03-29 20:46:20 -07:00
Vicki Pfau
e838c4fb0e
Qt: Add HEVC and NVENC to video formats
2017-03-26 12:24:45 -07:00
Vicki Pfau
aff1486ec5
Qt: Fix host check
2017-03-26 10:51:34 -07:00
Vicki Pfau
b22796aff7
Qt: Restore deploy-mac.py and only use when cross-compiling
2017-03-26 10:34:17 -07:00
Vicki Pfau
e1c158c49a
Qt: Remove QtNetwork dependency
2017-03-26 10:34:17 -07:00
Vicki Pfau
fbda6d8a1c
Qt: Renable QtMultimedia on Windows
2017-03-24 14:00:07 -07:00
Vicki Pfau
24270af49b
Qt: Remove audio buffer sizing in AudioProcessorQt
2017-03-24 13:59:42 -07:00
Vicki Pfau
03f96911bb
Qt: Remove audio thread
2017-03-24 13:24:02 -07:00
Vicki Pfau
678d8293eb
Tools: Replace deploy-mac with BundleUtilities
2017-03-22 14:26:02 -07:00
waddlesplash
15b4df3b2b
Fix the build on MSVC.
2017-03-16 13:26:21 -07:00
Vicki Pfau
40e9dfcf5c
Qt: Improve library usage
2017-03-16 11:47:52 -07:00
Vicki Pfau
45844301f6
Qt: Fix library view being parented improperly
2017-03-16 11:47:52 -07:00
Vicki Pfau
000f232c58
Core: Begin log revamp
2017-03-05 15:58:00 -08:00
Vicki Pfau
ba3b068df4
Core: Savestates now contain any RTC override data
2017-02-17 18:19:17 -08:00
Vicki Pfau
012f0a3329
Qt: Handle invalid libraries
2017-02-11 15:45:38 -08:00
endrift
50defa2ecd
Merge pull request #511 from rootfather/mgba-de
...
Qt: Add German GUI translation
2017-02-10 16:14:25 -08:00
Vicki Pfau
be3e884ba5
Qt: Fix linking after some windows have been closed
2017-02-07 15:42:39 -08:00
rootfather
00a01c7a89
Qt: Add German GUI translation
2017-02-05 08:57:31 +01:00
Vicki Pfau
af96097bb1
Qt: Update strings
2017-02-04 18:34:54 -08:00
Vicki Pfau
f302df9178
All: Add option for whether rewinding restores save games
2017-02-04 18:34:54 -08:00
Vicki Pfau
f17840169e
Qt: Fix missed renamed string
2017-02-04 12:26:58 -08:00
Vicki Pfau
e25db55ac5
Qt: Rename "Resample video" option to "Bilinear filtering"
2017-02-02 16:37:48 -08:00
Vicki Pfau
ae60489d99
Qt: Add export capability for sprites
2017-02-02 16:34:18 -08:00
Vicki Pfau
e4d3aefb4a
Qt: Clean up ObjView
2017-02-02 15:08:05 -08:00
Vicki Pfau
bb1965a8d0
Qt: Fix race condition in AssetView
2017-02-02 09:59:28 -08:00