mjbudd77
|
da0ab1359c
|
Added set frame advance delay menu and input dialog logic for Qt GUI.
|
2020-10-18 10:53:31 -04:00 |
mjbudd77
|
8b5e99909a
|
Added emulation speed control main menu functionality to Qt GUI.
|
2020-10-18 10:34:03 -04:00 |
mjbudd77
|
598f036d56
|
Bug fix for order of destruction issue caused when shutting down the application with the debugger window open.
|
2020-10-17 23:26:49 -04:00 |
mjbudd77
|
65bb526951
|
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 |
Matthew Budd
|
0f506dc348
|
Qt Ram search logic in work.
|
2020-10-11 11:25:35 -04:00 |
Matthew Budd
|
baa724ed14
|
Added initial layout of Qt RAM Search window.
|
2020-10-11 10:40:27 -04:00 |
Matthew Budd
|
ab922df318
|
Added initial window layout for Qt RAM Watch window.
|
2020-10-07 20:35:52 -04:00 |
Matthew Budd
|
1f12627c8f
|
Added initial file for Qt name table viewer
|
2020-10-05 20:52:09 -04:00 |
Matthew Budd
|
c21041e26e
|
Setup initial menu options and window open for Qt GUI PPU Viewer.
|
2020-10-03 11:46:14 -04:00 |
Matthew Budd
|
af35f81f4f
|
More logic updates for Qt trace logger window. Added log to file feature.
|
2020-10-02 21:44:47 -04:00 |
Matthew Budd
|
c288c60c68
|
Added initial window layout for trace logger.
|
2020-09-30 20:56:50 -04:00 |
Matthew Budd
|
086d523566
|
Added initial code data logger window layout for Qt GUI.
|
2020-09-27 10:59:24 -04:00 |
Matthew Budd
|
dd7aa8fc2c
|
Added initial framework for adding, editing, and removing breakpoints.
|
2020-09-08 22:18:49 -04:00 |
Matthew Budd
|
7001b55569
|
Added initial framework for console breakpoint debugger window.
|
2020-09-01 22:04:59 -04:00 |
Matthew Budd
|
51019a6e06
|
Cleanup up old commented out code in QT GUI main window.
|
2020-08-25 21:24:34 -04:00 |
Matthew Budd
|
c23fa5dc60
|
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 |
Matthew Budd
|
a624278fca
|
Added native menu option to hex editor.
|
2020-08-25 18:41:58 -04:00 |
Matthew Budd
|
11ccdf77b4
|
Added initial framework for hex editor.
|
2020-08-15 21:41:06 -04:00 |
Matthew Budd
|
c76d70582a
|
Adding GUI framework for cheat window.
|
2020-07-27 22:26:41 -04:00 |
Matthew Budd
|
3528adea30
|
Changed error message window to use QMessageBox instead of QErrorMessage to have more control over display image.
|
2020-07-26 22:04:31 -04:00 |
Matthew Budd
|
e918f8562a
|
Added an error message window to the GUI. Added About Qt window to GUI.
|
2020-07-26 21:31:32 -04:00 |
mjbudd77
|
b815fbfe47
|
Added logic to show state of mapped buttons on game pad config page.
|
2020-07-24 09:50:03 -04:00 |
Matthew Budd
|
02c3012215
|
Added a checkbox option to the gui config page to allow for the gui to use the native OS menu bar for mac os and certain linux distros.
|
2020-07-21 20:06:25 -04:00 |
Matthew Budd
|
3fc99f7d30
|
Added logic to allow the use to optionally select either the Qt/OpenGL or SDL as the video driver.
|
2020-07-20 22:45:33 -04:00 |
Matthew Budd
|
f59bf15d30
|
Created a console utilities file to hold misc functions used by the Qt/SDL port.
|
2020-07-20 21:06:49 -04:00 |
Matthew Budd
|
122473b575
|
Added Lua control window.
|
2020-07-19 21:15:56 -04:00 |
Matthew Budd
|
188320147a
|
Bug fix for file name patterns used with QFileDialog
|
2020-07-19 20:04:42 -04:00 |
Matthew Budd
|
397e17ba99
|
Added a GUI config window to for misc GUI options. Added an option to use the native OS file browser when looking for files.
|
2020-07-19 18:43:42 -04:00 |
Matthew Budd
|
6fb247d785
|
Changed QMutex to be recursive to prevent dead-locks in gui and emulator. A few bug fixes for the palette config window.
|
2020-07-17 21:50:23 -04:00 |
Matthew Budd
|
be7dcda45e
|
Added palette config window and logic.
|
2020-07-16 21:18:57 -04:00 |
Matthew Budd
|
44750bf88f
|
Added a higher resolution icon to project.
|
2020-07-12 12:53:41 -04:00 |
Matthew Budd
|
76d8b829bd
|
Bug fix for file browser initial directory calculation.
|
2020-07-11 21:29:23 -04:00 |
Matthew Budd
|
d43383d8bf
|
Fixed directory pathing for file browser.
|
2020-07-11 21:14:37 -04:00 |
Matthew Budd
|
b3c51ef4b1
|
Added movie menu logic to gui.
|
2020-07-11 20:48:48 -04:00 |
Matthew Budd
|
2c370389fd
|
Added window icon resource.
|
2020-07-11 16:55:45 -04:00 |
Matthew Budd
|
32116210b8
|
About FCEUX window in work.
|
2020-07-11 16:11:48 -04:00 |
Matthew Budd
|
210e04fe92
|
Added FDS menu functionality.
|
2020-07-11 14:42:02 -04:00 |
Matthew Budd
|
6fcfb2af7a
|
Added insert coin menu functionality.
|
2020-07-11 14:21:20 -04:00 |
Matthew Budd
|
b4280ee33d
|
Added menu logic to load Game Genie ROM file
|
2020-07-11 14:03:40 -04:00 |
Matthew Budd
|
c41cd863c6
|
Added game genie enable menu logic.
|
2020-07-11 12:59:14 -04:00 |
Matthew Budd
|
74afb50949
|
Added basic functions of emulation menu
|
2020-07-11 11:58:11 -04:00 |
Matthew Budd
|
b830e0aae5
|
Added screen shot menu function.
|
2020-07-11 10:29:03 -04:00 |
mjbudd77
|
cb453fa194
|
Moved linux pipeline to cmake instead of qmake.
|
2020-07-10 13:51:32 -04:00 |
mjbudd77
|
1206fcebbd
|
Successful build of QT gui using cmake instead of qmake.
|
2020-07-10 10:59:07 -04:00 |
Matthew Budd
|
26e320b163
|
Bug fix for small memory leak on window init.
|
2020-07-09 21:38:31 -04:00 |
Matthew Budd
|
67b7c34576
|
Added change state select menu radio button logic.
|
2020-07-09 21:33:53 -04:00 |
Matthew Budd
|
0d8c442b35
|
Added a few state load menu items.
|
2020-07-09 21:00:04 -04:00 |
Matthew Budd
|
5958dc18fb
|
Added fullscreen menu function.
|
2020-07-07 21:45:24 -04:00 |
Matthew Budd
|
d87b5c7ab7
|
Added logic for auto-resume play menu item.
|
2020-07-07 21:26:15 -04:00 |
Matthew Budd
|
ea1782bfe5
|
Added checkbox logic for video config window.
|
2020-07-07 20:53:31 -04:00 |