mgba/src/platform/qt
Jeffrey Pfau 61bfd9d87d Qt: Make audio channel/video layer options shortcut mappable 2016-07-30 02:07:52 -07:00
..
AboutScreen.cpp All: Put version.h somewhere better 2016-05-04 01:36:25 -07:00
AboutScreen.h Qt: Add about screen 2015-07-29 22:38:39 -07:00
AboutScreen.ui Qt: Really fix forums link 2015-08-08 01:38:29 -06:00
AudioDevice.cpp SDL: Remove GBAThread reference 2016-02-10 22:42:39 -08:00
AudioDevice.h Core: Put back fpsTarget 2016-02-10 22:42:39 -08:00
AudioProcessor.cpp Qt: Sloppy first pass at refactor 2016-02-10 22:40:54 -08:00
AudioProcessor.h Qt: Sloppy first pass at refactor 2016-02-10 22:40:54 -08:00
AudioProcessorQt.cpp SDL: Remove GBAThread reference 2016-02-10 22:42:39 -08:00
AudioProcessorQt.h Qt: Sloppy first pass at refactor 2016-02-10 22:40:54 -08:00
AudioProcessorSDL.cpp Qt: Fix SDL audio crash 2016-02-13 01:17:17 -08:00
AudioProcessorSDL.h SDL: Remove GBAThread reference 2016-02-10 22:42:39 -08:00
CMakeLists.txt Qt: First pass at a tile view 2016-07-22 02:18:35 -07:00
CheatsModel.cpp Core: Refactor out cheats 2016-05-07 22:54:35 -07:00
CheatsModel.h Core: Refactor out cheats 2016-05-07 22:54:35 -07:00
CheatsView.cpp Qt: Refresh cheats after adding 2016-05-07 23:44:38 -07:00
CheatsView.h Core: Refactor out cheats 2016-05-07 22:54:35 -07:00
CheatsView.ui GBA: Almost entirely untested Pro Action Replay v3 code support 2015-03-29 04:38:13 -07:00
ConfigController.cpp All: Rearrange some directories to make more sense 2016-05-04 01:28:30 -07:00
ConfigController.h All: Rearrange some directories to make more sense 2016-05-04 01:28:30 -07:00
Display.cpp Qt: Simplify OpenGL context creation 2016-07-17 19:08:08 -07:00
Display.h All: Several MSVC build fixes 2016-04-17 18:03:13 -07:00
DisplayGL.cpp Qt: Simplify OpenGL context creation 2016-07-17 19:08:08 -07:00
DisplayGL.h Qt: Simplify OpenGL context creation 2016-07-17 19:08:08 -07:00
DisplayQt.cpp Qt: Fix Software renderer 2016-02-17 19:41:17 -08:00
DisplayQt.h Qt: Fix Software renderer 2016-02-17 19:41:17 -08:00
GBAApp.cpp All: Fix CMake install path handling some 2016-07-17 19:08:08 -07:00
GBAApp.h Qt: Use mLog instead of GBALog 2016-02-10 22:42:39 -08:00
GBAKeyEditor.cpp Qt: Add refresh button to controller editing 2016-05-30 15:26:54 -07:00
GBAKeyEditor.h Qt: Add refresh button to controller editing 2016-05-30 15:26:54 -07:00
GDBController.cpp Qt: Thread startup improvements 2016-07-23 19:02:28 -07:00
GDBController.h Qt: Added button for breaking into the GDB debugger 2016-01-15 16:52:28 -08:00
GDBWindow.cpp Qt: Added button for breaking into the GDB debugger 2016-01-15 16:52:28 -08:00
GDBWindow.h Qt: Added button for breaking into the GDB debugger 2016-01-15 16:52:28 -08:00
GIFView.cpp Qt: Use mLog instead of GBALog 2016-02-10 22:42:39 -08:00
GIFView.h All: Rearrange some directories to make more sense 2016-05-04 01:28:30 -07:00
GIFView.ui Qt: Improved GIF recording customization 2015-10-27 20:09:56 -07:00
GameController.cpp Qt: Thread startup improvements 2016-07-23 19:02:28 -07:00
GameController.h Qt: Load temporary saves (untested) 2016-06-07 15:06:44 -07:00
GamepadAxisEvent.cpp Core: Refactor GBAInput into mInput 2016-02-10 22:40:21 -08:00
GamepadAxisEvent.h All: Add clang-format options and run them 2015-06-29 20:45:08 -07:00
GamepadButtonEvent.cpp Core: Refactor GBAInput into mInput 2016-02-10 22:40:21 -08:00
GamepadButtonEvent.h All: Add clang-format options and run them 2015-06-29 20:45:08 -07:00
IOViewer.cpp Qt: Sloppy first pass at refactor 2016-02-10 22:40:54 -08:00
IOViewer.h Qt: Fix a few bugs in the I/O viewer 2015-10-22 23:04:01 -07:00
IOViewer.ui Qt: Make I/O viewer fixed size to avoid big blank space issues 2015-10-20 22:10:28 -07:00
InputController.cpp Qt: Fix some build issues with non-SDL build 2016-04-16 16:46:02 -07:00
InputController.h Qt: Fix some build issues with non-SDL build 2016-04-16 16:46:02 -07:00
InputProfile.cpp Qt: Remove some C99isms from C++ code 2016-04-16 19:10:12 -07:00
InputProfile.h Qt: Fix gcc-destroying 2016-04-17 11:23:54 -07:00
KeyEditor.cpp Qt: Make key binding fields have a width relative to its height 2016-01-31 14:56:50 -08:00
KeyEditor.h Qt: Allow use of modifier keys as input 2015-12-07 20:42:01 -08:00
LoadSaveState.cpp Qt: Enable savestates for GB games 2016-05-30 23:32:55 -07:00
LoadSaveState.h Qt: Fix a load of uninitialized members 2015-04-22 20:18:54 -07:00
LoadSaveState.ui Qt: Enable savestates for GB games 2016-05-30 23:32:55 -07:00
LogController.cpp Qt: Use mLog instead of GBALog 2016-02-10 22:42:39 -08:00
LogController.h Qt: Use mLog instead of GBALog 2016-02-10 22:42:39 -08:00
LogView.cpp Qt: Use mLog instead of GBALog 2016-02-10 22:42:39 -08:00
LogView.h GBA Thread: Kill GBAThread 2016-02-10 22:42:39 -08:00
LogView.ui Qt: Use mLog instead of GBALog 2016-02-10 22:42:39 -08:00
MemoryModel.cpp GB Core: Add rawRead* and enable memory viewer for Game Boy 2016-05-05 23:52:28 -07:00
MemoryModel.h Core: Add raw memory read/write operations 2016-05-05 23:19:39 -07:00
MemoryView.cpp GB Core: Add rawRead* and enable memory viewer for Game Boy 2016-05-05 23:52:28 -07:00
MemoryView.h Qt: Memory view autoupdate 2015-06-13 22:55:29 -07:00
MemoryView.ui GB Core: Add rawRead* and enable memory viewer for Game Boy 2016-05-05 23:52:28 -07:00
MessagePainter.cpp Qt: Pre-render messages for improved speed 2015-07-02 23:19:29 -07:00
MessagePainter.h Qt: Pre-render messages for improved speed 2015-07-02 23:19:29 -07:00
MultiplayerController.cpp Qt: Sloppy first pass at refactor 2016-02-10 22:40:54 -08:00
MultiplayerController.h Qt: Dropping multiplayer windows works more cleanly now 2015-09-16 00:34:24 -07:00
OverrideView.cpp All: Working MSVC support. 2016-04-25 17:17:54 -04:00
OverrideView.h All: Rearrange some directories to make more sense 2016-05-04 01:28:30 -07:00
OverrideView.ui GBA Hardware: Game Boy Player detection is off by default 2015-07-25 12:19:19 -07:00
PaletteView.cpp All: Rearrange some directories to make more sense 2016-05-04 01:28:30 -07:00
PaletteView.h All: Several MSVC build fixes 2016-04-17 18:03:13 -07:00
PaletteView.ui Qt: Fix palette view sizing 2015-05-30 19:46:03 -07:00
ROMInfo.cpp Core: Game code should export platform info 2016-03-02 19:56:54 -08:00
ROMInfo.h GBA Thread: Kill GBAThread 2016-02-10 22:42:39 -08:00
ROMInfo.ui Qt: Load ROM name from No-Intro 2015-12-20 19:00:52 -08:00
SavestateButton.cpp GBA: Add savestte creation time to a savestate 2015-12-28 04:27:30 -05:00
SavestateButton.h All: Add MPL 2.0 license and associated headers 2014-12-03 00:39:06 -08:00
SensorView.cpp Qt: Sloppy first pass at refactor 2016-02-10 22:40:54 -08:00
SensorView.h Core: Refactor several input callbacks 2016-02-10 22:40:21 -08:00
SensorView.ui Qt: Fix maximum year in sensor override 2015-05-30 23:36:41 -07:00
SettingsView.cpp Core: Migrate extdata to core 2016-05-28 16:39:25 -07:00
SettingsView.h Qt: Add ability to customize savestate data, add rewind duration box 2016-01-25 20:11:30 -08:00
SettingsView.ui Qt: Fix default settings page 2016-01-26 23:19:25 -08:00
ShaderSelector.cpp All: Put version.h somewhere better 2016-05-04 01:36:25 -07:00
ShaderSelector.h OpenGL: Rename GBAGL to mGL 2016-02-10 22:42:39 -08:00
ShaderSelector.ui Qt: Finish up shader selector 2015-12-19 16:01:24 -08:00
ShortcutController.cpp Qt: Fix keys being mapped incorrectly when loading configuration file (fixes #212) 2016-01-23 20:14:46 -08:00
ShortcutController.h Qt: Fix keys being mapped incorrectly when loading configuration file (fixes #212) 2016-01-23 20:14:46 -08:00
ShortcutView.cpp Qt: Fix some focus crashes 2016-01-18 19:45:26 -08:00
ShortcutView.h Qt: Fix some focus crashes 2016-01-18 19:45:26 -08:00
ShortcutView.ui Qt: Redo key shortcut editing 2015-08-03 20:02:50 -07:00
Swatch.cpp Qt: Very broken tile viewer resizing 2016-07-22 23:09:31 -07:00
Swatch.h Qt: Optimize palette view drawing 2015-04-27 23:13:25 -07:00
TilePainter.cpp Qt: Very broken tile viewer resizing 2016-07-22 23:09:31 -07:00
TilePainter.h Qt: Very broken tile viewer resizing 2016-07-22 23:09:31 -07:00
TileView.cpp GBA: Tile cache improvements 2016-07-24 01:40:18 -07:00
TileView.h Qt: Improve tile view 2016-07-22 23:43:00 -07:00
TileView.ui Qt: Improve tile view 2016-07-22 23:43:00 -07:00
VFileDevice.cpp Qt: Shader loading and unloading 2015-11-22 13:46:46 -08:00
VFileDevice.h Qt: Shader loading and unloading 2015-11-22 13:46:46 -08:00
VideoView.cpp Qt: Use mLog instead of GBALog 2016-02-10 22:42:39 -08:00
VideoView.h All: Rearrange some directories to make more sense 2016-05-04 01:28:30 -07:00
VideoView.ui Qt: Add Opus to the audio codec mapping and list 2014-11-28 14:41:33 -08:00
Window.cpp Qt: Make audio channel/video layer options shortcut mappable 2016-07-30 02:07:52 -07:00
Window.h Qt: First pass at a tile view 2016-07-22 02:18:35 -07:00
main.cpp Qt: Fix Windows build when Qt Multimedia is disabled 2015-07-31 13:09:17 -07:00
resources.qrc Qt: Draw with QPicture instead of a pixmap 2014-11-07 22:46:53 -08:00