Commit Graph

4469 Commits

Author SHA1 Message Date
Matthew Budd 826a39c83e Added logic to not call window update from emulator thread in Qt GUI. Qt widget update() should always be called from within main gui thread. 2020-10-06 18:40:14 -04:00
CaH4e3 0120f63ed0
Merge pull request #180 from ClusterM/hori
Hori 4-Player Adapter support
2020-10-06 14:29:29 +03:00
CaH4e3 30fec6c438
Merge pull request #175 from barbeque/master
Famicom Disk Sytem -> System
2020-10-06 14:29:05 +03:00
CaH4e3 fb86ac871c
Merge pull request #172 from owomomo/master
Hex Editor bookmark Bugfixes and Feature Updates
2020-10-06 14:28:48 +03:00
owomomo 6890f79768 1. More informative Hex Editor bookmark edit dialog.
2. Fix some logic bugs of importing bookmarks.
3. Detail
2020-10-06 18:59:37 +08:00
Alexey 'Cluster' Avdyukhin bc086823e4 Hori 4-Player Adapter support 2020-10-06 09:37:31 +03:00
Matthew Budd 03cd068439 Qt Name table Viewer in work. 2020-10-05 23:17:27 -04:00
Matthew Budd 73726114c5 Name table view first successful drawing on Qt GUI. 2020-10-05 22:49:09 -04:00
Matthew Budd 579a8d2159 Initial layout of Qt Name Table window in work. 2020-10-05 21:14:49 -04:00
Matthew Budd 1f12627c8f Added initial file for Qt name table viewer 2020-10-05 20:52:09 -04:00
mjbudd77 45e9922ff9
Merge pull request #179 from mjbudd77/master
Minor cleanup and bug fixes for Qt/SDL PPU Viewer
2020-10-05 20:34:12 -04:00
Matthew Budd b31a2131b4 Minor cleanup of debug print statements in Qt GUI. 2020-10-05 20:11:01 -04:00
Matthew Budd 6ef21c4433 Added logic to fill out palette label when moving cursor over tile. 2020-10-05 20:02:16 -04:00
Matthew Budd cc70f501c8 Minor bugfix for pattern table label when mouse scroll out of bounds. 2020-10-05 19:35:14 -04:00
owomomo 8f785ba9d3 Fix issue #101 the note of separator shifts after reload. 2020-10-05 21:32:47 +08:00
owomomo d5ff6ff2fe Fix a bug that KillMemView() calls multiple times to cause crash problems. 2020-10-05 19:12:47 +08:00
mjbudd77 717967c4d9
Merge pull request #178 from mjbudd77/master
Added PPU Viewer Feature to Qt/SDL GUI
2020-10-05 00:42:15 -04:00
Matthew Budd bf20184937 Updated TODO-SDL file to show that Qt5 GUI now has PPU Viewer capability. 2020-10-04 23:48:33 -04:00
Matthew Budd 9241c33c22 Added place holder function for FCEUD_UpdatePPUView in the GTK/SDL GUI. This fixes GTK GUI build issue that occurred when Qt/SDL PPU Viewer feature was added. GTK GUI will not support the PPU Viewer feature at this time. 2020-10-04 23:42:49 -04:00
Matthew Budd 59d726230d Added logic for Qt PPU Viewer scanline entry box. 2020-10-04 23:38:10 -04:00
Matthew Budd b19c86bc10 Minor display updates to Qt PPU viewer. 2020-10-04 23:23:27 -04:00
Matthew Budd 202bbc0b15 Added logic to fill out PPU selected tile label 2020-10-04 22:44:30 -04:00
Matthew Budd ec6a6e06e7 Added logic to display sprite 8x16 on Qt PPU viewer 2020-10-04 22:07:33 -04:00
owomomo d4a8962695 Add import/export bookmarks feature to Hex Editor. 2020-10-05 10:05:27 +08:00
Matthew Budd ccb8b63282 Re-organized Qt PPU viewer to have each pattern table in its own frame. 2020-10-04 20:36:33 -04:00
owomomo e0aa1e1edc
Merge pull request #23 from TASVideos/master
Sync code to the newest
2020-10-05 07:29:50 +08:00
Matthew Budd fa55d6024b Added PPU Viewer control widgets to window. Still TODO, write logic. 2020-10-04 19:17:11 -04:00
Matthew Budd cf2b43f31a First successful viewing of pattern and palatte colors on Qt PPU Viewer. 2020-10-04 09:54:51 -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
mjbudd77 33a961d0e6
Merge pull request #177 from mjbudd77/master
Added Qt GUI Trace Logger Feature
2020-10-02 22:39:54 -04:00
Matthew Budd 896a979689 Added logic to auto open log file dialog window if file logging is checked and a start logging event occurs. 2020-10-02 22:14:00 -04:00
Matthew Budd 4fc2224309 Updated TODO-SDL file to show new Qt GUI features 2020-10-02 21:58:34 -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
mjbudd77 022abb880a Added lines skipped logic for trace logger new code/data functionality. 2020-10-02 16:54:29 -04:00
mjbudd77 5bf2b65378 Added logic to display running trace log in Qt window viewport 2020-10-02 16:47:36 -04:00
Matthew Budd 0b3d377e18 Changed trace instruction logger to be more efficient. 2020-10-01 07:04:52 -04:00
Matthew Budd 2524667d12 Enabled trace instruction function. Still TODO, try to make it more efficient. 2020-10-01 06:14:35 -04:00
Matthew Budd 08da8fd76e Trace logger custom widget setup in work. 2020-09-30 22:44:56 -04:00
Matthew Budd 9da84e16ca More setup of Qt Trace Logger window. 2020-09-30 22:21:18 -04:00
Matthew Budd c288c60c68 Added initial window layout for trace logger. 2020-09-30 20:56:50 -04:00
mjbudd77 0da191bd7f
Merge pull request #176 from mjbudd77/master
Added Code/Data Logger Feature to Qt/SDL Port
2020-09-29 00:18:13 -04:00
Matthew Budd de2fd3eef3 Added Qt hex editor logic to color ROM bytes from CD Logger data. 2020-09-28 23:40:13 -04:00
Matthew Budd 92007f8467 Added CDL generated ROM functionality. 2020-09-28 22:18:25 -04:00
Matthew Budd 63933a1821 Added CDL File load/save logic. 2020-09-28 21:51:14 -04:00
Matthew Budd 445b17104a Successful initial test of Qt Code/Data Logger Window. 2020-09-28 21:23:47 -04:00
Matthew Budd 086d523566 Added initial code data logger window layout for Qt GUI. 2020-09-27 10:59:24 -04:00
mike 7afaf91207 Famicom Disk Sytem -> System 2020-09-26 17:08:58 -06:00
Alexey 'Cluster' Avdyukhin 55e34bd0c8 Header editor bugfix 2020-09-25 20:07:07 +03:00
mjbudd77 e8bbb4fe0c
Merge pull request #174 from mjbudd77/master
Qt/SDL Debugger Bookmark Update
2020-09-24 07:16:56 -04:00
mjbudd77 250ae371b6 Merge https://github.com/TASVideos/fceux into development 2020-09-24 06:16:19 -04:00