.. |
.qmake.stash
|
Starting new QT gui.
|
2020-06-23 20:40:43 -04:00 |
AboutWindow.cpp
|
Minor code cleanup.
|
2020-10-21 22:05:15 -04:00 |
AboutWindow.h
|
About FCEUX window in work.
|
2020-07-11 16:11:48 -04:00 |
CheatsConf.cpp
|
Added Game Genie encode/decode window to Qt GUI.
|
2020-11-08 15:42:48 -05:00 |
CheatsConf.h
|
Added logic to refresh cheat window when adding from RAM search or watch windows for Qt GUI
|
2020-10-16 22:30:04 -04:00 |
CodeDataLogger.cpp
|
Bug fix for Qt Code Data Logger auto resume function.
|
2020-11-11 21:25:53 -05:00 |
CodeDataLogger.h
|
Added CDL generated ROM functionality.
|
2020-09-28 22:18:25 -04:00 |
ConsoleDebugger.cpp
|
Removed a comment that is no longer valid.
|
2020-11-19 20:43:25 -05:00 |
ConsoleDebugger.h
|
Qt debugger slight change in main menu entry 'Run to Cursor' is now 'Run to Selected Line'. Run to Cursor option is still present in assembly viewer context menu.
|
2020-11-15 18:55:03 -05:00 |
ConsoleSoundConf.cpp
|
Memory management fix for QT dialog windows. Ensure that window is marked for deletion when it is closed.
|
2020-08-25 20:59:36 -04:00 |
ConsoleSoundConf.h
|
Memory management fix for QT dialog windows. Ensure that window is marked for deletion when it is closed.
|
2020-08-25 20:59:36 -04:00 |
ConsoleUtilities.cpp
|
Added Game Genie encode/decode window to Qt GUI.
|
2020-11-08 15:42:48 -05:00 |
ConsoleUtilities.h
|
Added Game Genie encode/decode window to Qt GUI.
|
2020-11-08 15:42:48 -05:00 |
ConsoleVideoConf.cpp
|
Added video special scaler functionality to Qt GUI.
|
2020-11-11 20:14:00 -05:00 |
ConsoleVideoConf.h
|
Added video special scaler functionality to Qt GUI.
|
2020-11-11 20:14:00 -05:00 |
ConsoleViewerGL.cpp
|
Corrections for zapper emulation via mouse using Qt GUI.
|
2020-11-21 14:15:36 -05:00 |
ConsoleViewerGL.h
|
Corrections for zapper emulation via mouse using Qt GUI.
|
2020-11-21 14:15:36 -05:00 |
ConsoleViewerSDL.cpp
|
Corrections for zapper emulation via mouse using Qt GUI.
|
2020-11-21 14:15:36 -05:00 |
ConsoleViewerSDL.h
|
Corrections for zapper emulation via mouse using Qt GUI.
|
2020-11-21 14:15:36 -05:00 |
ConsoleWindow.cpp
|
Removed debug print statement.
|
2020-11-28 21:55:55 -05:00 |
ConsoleWindow.h
|
Added GUI scheduling parameters to Qt timing config window
|
2020-11-27 23:42:32 -05:00 |
GameGenie.cpp
|
Added Game Genie encode/decode window to Qt GUI.
|
2020-11-08 15:42:48 -05:00 |
GameGenie.h
|
Added Game Genie encode/decode window to Qt GUI.
|
2020-11-08 15:42:48 -05:00 |
GamePadConf.cpp
|
Added periodic checking logic to ensure that gamepad 4 score checkboxes on input and gamepad config windows stay synchronized.
|
2020-11-24 19:46:22 -05:00 |
GamePadConf.h
|
Added periodic checking logic to ensure that gamepad 4 score checkboxes on input and gamepad config windows stay synchronized.
|
2020-11-24 19:46:22 -05:00 |
GuiConf.cpp
|
Memory management fix for QT dialog windows. Ensure that window is marked for deletion when it is closed.
|
2020-08-25 20:59:36 -04:00 |
GuiConf.h
|
Memory management fix for QT dialog windows. Ensure that window is marked for deletion when it is closed.
|
2020-08-25 20:59:36 -04:00 |
HexEditor.cpp
|
Added ROM edit undo functionality to Qt hex editor.
|
2020-11-19 20:35:44 -05:00 |
HexEditor.h
|
Added ROM edit undo functionality to Qt hex editor.
|
2020-11-19 20:35:44 -05:00 |
HotKeyConf.cpp
|
Changed Qt GUI hot key logic to allow for hot key bindings to include the use of modifier keys (Shift,Alt,Ctrl) to form key sequences instead of just being limited to single key bindings.
|
2020-11-08 22:57:28 -05:00 |
HotKeyConf.h
|
Added initial framework for console breakpoint debugger window.
|
2020-09-01 22:04:59 -04:00 |
InputConf.cpp
|
Added periodic checking logic to ensure that gamepad 4 score checkboxes on input and gamepad config windows stay synchronized.
|
2020-11-24 19:46:22 -05:00 |
InputConf.h
|
Added periodic checking logic to ensure that gamepad 4 score checkboxes on input and gamepad config windows stay synchronized.
|
2020-11-24 19:46:22 -05:00 |
LuaControl.cpp
|
Changed Lua console message buffer to allow for strings that are much longer than 256 characters.
|
2020-10-31 16:01:15 -04:00 |
LuaControl.h
|
Build fix for __THROWNL not being defined on libc that is used by Alpine Linux
|
2020-11-28 22:38:57 -05:00 |
MovieOptions.cpp
|
Added movie load full save state checkbox comment to Qt GUI.
|
2020-11-05 05:57:30 -05:00 |
MovieOptions.h
|
Added movie options dialog window to Qt GUI.
|
2020-11-05 05:24:21 -05:00 |
MoviePlay.cpp
|
Further improvements to Qt symbolic debugging.
|
2020-11-10 21:52:38 -05:00 |
MoviePlay.h
|
Successful integration of Qt movie play window.
|
2020-11-07 13:32:40 -05:00 |
NameTableViewer.cpp
|
Changed all debug and tools windows to be non-modal top level windows. This allows then to be minimized and maximized via the title bar buttons and will also show in the task bar of the window environment as separate windows.
|
2020-10-27 22:26:58 -04:00 |
NameTableViewer.h
|
Added logic to draw scroll lines on NT Viewer for Qt GUI
|
2020-10-06 21:31:40 -04:00 |
PaletteConf.cpp
|
Added QDir::AllDirs argument to all Qt GUI file browser instances to ensure that all directories will be shown any time a QFileDialog is opened.
|
2020-10-22 00:17:32 -04:00 |
PaletteConf.h
|
Memory management fix for QT dialog windows. Ensure that window is marked for deletion when it is closed.
|
2020-08-25 20:59:36 -04:00 |
RamSearch.cpp
|
Fixed wheel event scroll direction for custom QWidgets
|
2020-11-14 13:42:43 -05:00 |
RamSearch.h
|
For Qt, added mouse wheel scrolling logic to all custom QWidgets (Debugger Assembly Viewer, Trace Log Viewer, Hex Editor, and RAM Search Viewer)
|
2020-11-14 09:24:10 -05:00 |
RamWatch.cpp
|
Build fix for linux appveyor pipeline. Ensure OS package updates are pulled in from server before attempting to pull dependencies.
|
2020-11-24 20:32:41 -05:00 |
RamWatch.h
|
Added RAM Watch quick access from RAM search window for Qt GUI
|
2020-10-16 22:44:23 -04:00 |
SymbolicDebug.cpp
|
Added logic to allow for symbol names to be clicked in Qt debugger ASM viewer.
|
2020-11-12 20:48:52 -05:00 |
SymbolicDebug.h
|
Added logic to allow for symbol names to be clicked in Qt debugger ASM viewer.
|
2020-11-12 20:48:52 -05:00 |
TimingConf.cpp
|
Added timing options selection combo box to timing window on Qt GUI.
|
2020-11-28 21:46:41 -05:00 |
TimingConf.h
|
Added timing options selection combo box to timing window on Qt GUI.
|
2020-11-28 21:46:41 -05:00 |
TraceLogger.cpp
|
Fixed wheel event scroll direction for custom QWidgets
|
2020-11-14 13:42:43 -05:00 |
TraceLogger.h
|
For Qt, added mouse wheel scrolling logic to all custom QWidgets (Debugger Assembly Viewer, Trace Log Viewer, Hex Editor, and RAM Search Viewer)
|
2020-11-14 09:24:10 -05:00 |
config.cpp
|
Added timing options selection combo box to timing window on Qt GUI.
|
2020-11-28 21:46:41 -05:00 |
config.h
|
Changed Family Keyboard enable toggle logic to by a configurable hot key instead of the hardcoded scroll lock key. Fixes issue #214.
|
2020-10-31 20:38:44 -04:00 |
dface.h
|
Use LoadGame instead of FCEUI_LoadGame
|
2020-10-22 01:20:48 +02:00 |
fceuWrapper.cpp
|
Added timing options selection combo box to timing window on Qt GUI.
|
2020-11-28 21:46:41 -05:00 |
fceuWrapper.h
|
Added movie options dialog window to Qt GUI.
|
2020-11-05 05:24:21 -05:00 |
fceux_git_info.h
|
Added logic to auto embed the git URL and revision into the executable so that it can be displayed on the About dialog window.
|
2020-07-11 19:52:14 -04:00 |
iNesHeaderEditor.cpp
|
Ported over another missing fix to the Qt iNES header editor from the windows version.
|
2020-11-05 06:02:30 -05:00 |
iNesHeaderEditor.h
|
First successful test of Qt iNES header editor.
|
2020-11-01 21:18:08 -05:00 |
input.cpp
|
Added load/save input preset file logic for Qt GUI.
|
2020-11-23 22:16:52 -05:00 |
input.h
|
Added input preset configuration scheme for Qt GUI.
|
2020-11-23 16:09:11 -05:00 |
keyscan.cpp
|
Changed Qt GUI hot key logic to allow for hot key bindings to include the use of modifier keys (Shift,Alt,Ctrl) to form key sequences instead of just being limited to single key bindings.
|
2020-11-08 22:57:28 -05:00 |
keyscan.h
|
Changed Qt GUI hot key logic to allow for hot key bindings to include the use of modifier keys (Shift,Alt,Ctrl) to form key sequences instead of just being limited to single key bindings.
|
2020-11-08 22:57:28 -05:00 |
main.cpp
|
Bug fix for Qt GUI full screen command line switch.
|
2020-10-25 18:55:16 -04:00 |
main.h
|
Include path fixes for qmake incorrectly marking sdl folder for heading includes.
|
2020-06-27 20:07:24 -04:00 |
nes_shm.cpp
|
Changed shared memory allocation to a standard malloc to prevent crash
|
2020-11-13 11:17:35 -05:00 |
nes_shm.h
|
Added video special scaler functionality to Qt GUI.
|
2020-11-11 20:14:00 -05:00 |
ppuViewer.cpp
|
Changed all debug and tools windows to be non-modal top level windows. This allows then to be minimized and maximized via the title bar buttons and will also show in the task bar of the window environment as separate windows.
|
2020-10-27 22:26:58 -04:00 |
ppuViewer.h
|
For Qt GUI, added PPU pattern view key shortcuts for context menu options.
|
2020-10-19 23:34:28 -04:00 |
sdl-joystick.cpp
|
Added game pad default mapping file generation logic for new controllers to Qt GUI.
|
2020-08-15 13:27:07 -04:00 |
sdl-joystick.h
|
Added logic to init game pad mappings at startup
|
2020-07-24 21:47:57 -04:00 |
sdl-sound.cpp
|
Added a protection in the audio output loop to break out of the loop if the audio sink is not draining. This will prevent lockups in the event that the audio output device has failed.
|
2020-07-27 21:20:25 -04:00 |
sdl-throttle.cpp
|
Default Qt GUI Timing statistics calcutions to off. TODO make timing stats enable via GUI.
|
2020-11-28 22:05:39 -05:00 |
sdl-video.cpp
|
Corrections for zapper emulation via mouse using Qt GUI.
|
2020-11-21 14:15:36 -05:00 |
sdl-video.h
|
Corrections for zapper emulation via mouse using Qt GUI.
|
2020-11-21 14:15:36 -05:00 |
sdl.h
|
Use LoadGame instead of FCEUI_LoadGame
|
2020-10-22 01:20:48 +02:00 |
throttle.h
|
Added timing options selection combo box to timing window on Qt GUI.
|
2020-11-28 21:46:41 -05:00 |
unix-netplay.cpp
|
Include path fixes for qmake incorrectly marking sdl folder for heading includes.
|
2020-06-27 20:07:24 -04:00 |
unix-netplay.h
|
Starting new QT gui.
|
2020-06-23 20:40:43 -04:00 |