mjbudd77
97465f0266
Commented out debug print statements for Qt window closure.
2022-03-10 20:59:47 -05:00
mjbudd77
1acdb31490
Changed Qt RAM search logic to skip over RAM mirrors. Changed GUI to allow for searching of RAM, SRAM, and ROM regions to be individually selectable. Issue #446 .
2022-01-15 23:47:42 -05:00
mjbudd77
309f417c6d
Custom vertical scroll wheel event modifications for robustness.
2021-12-30 20:16:25 -05:00
mjbudd77
68693ca29d
Added FCEU_WRAPPER_LOCK macros to allow for tracking of critical section mutex locking.
2021-12-29 15:56:47 -05:00
mjbudd77
8b59b85be8
Making sure that all Tools windows have their geometry saved and recalled for Qt GUI.
2021-08-14 06:36:46 -04:00
mjbudd77
806486e13d
Build fixes for Qt6 on Mac OSX.
2021-04-11 17:39:37 -04:00
mjbudd77
081d55ea45
Added menu bar to the Qt RAM search window. Currently only has a File->Close menu entry.
2021-02-27 17:16:04 -05:00
mjbudd77
aefb834552
Auto Reformat Qt RamSearch.cpp.
2021-02-17 21:27:03 -05:00
mjbudd77
67752c1ea2
Minor performance improvements to Qt Ram Search window.
2021-02-17 21:22:25 -05:00
Oleg V. Polivets
766aa1e8fd
Fixes regarding RAM Search and RAM Watch dialogs. ( #323 )
...
* FIX: invalid size of watch region after adding it from RAM Search dialog.
* FIX: endianness of 2 byte value not same for same address in RAM Search and RAM Watch dialogs.
* FIX: RAM Watch dialog not suppot 4 byte values.
2021-02-08 19:28:20 -05:00
mjbudd77
c6752c4193
Added standard FCEU GPL2 license header to Qt cpp files that were
...
missing it.
2021-01-20 19:19:22 -05:00
Matthew Budd
2ce2e5a8a3
Fixed wheel event scroll direction for custom QWidgets
2020-11-14 13:42:43 -05:00
Matthew Budd
c5cdd77fb1
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
Matthew Budd
f4da749a44
Added logic to Qt trace logger and ram search to change fore/background color scheme based on style theme.
2020-11-07 14:19:22 -05:00
Matthew Budd
86a12c96f9
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
mjbudd77
e77dd77b7c
Resolved simple cppcheck warning on Qt Ram watch window.
2020-10-16 23:18:13 -04:00
mjbudd77
3c67d440e8
Added logic to Qt RAM search window to not store search history when auto search is active. This will avoid excessive memory allocation.
2020-10-16 23:15:23 -04:00
mjbudd77
c98276945e
Added RAM Watch quick access from RAM search window for Qt GUI
2020-10-16 22:44:23 -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
mjbudd77
1dc0181e01
Added RAM search quick eliminate and hex editor functions for Qt GUI.
2020-10-16 22:04:45 -04:00
mjbudd77
4215f2d3f7
Successful test of all RAM search functions in Qt GUI.
2020-10-16 20:47:29 -04:00
mjbudd77
abe66aceec
Successful test of RAM specific value search
2020-10-16 20:20:29 -04:00
mjbudd77
7803cc3294
Successful test of ram relative search functionality.
2020-10-16 20:05:51 -04:00
mjbudd77
ebfe3702f9
Qt RAM search input validation in work.
2020-10-15 22:22:44 -04:00
mjbudd77
9412b850cb
Ram search by relative value in work.
2020-10-15 20:39:56 -04:00
Matthew Budd
1368d0550e
Bug fix for Qt GUI frame advance logic. Updated RamSearch to run after ever completed frame.
2020-10-12 15:51:24 -04:00
Matthew Budd
25152af42a
Qt RAM search window in work.
2020-10-12 00:09:00 -04:00
Matthew Budd
5dc72e7924
Added custom widget to optimize Qt ram search view
2020-10-11 22:54:19 -04:00
Matthew Budd
cfa752a693
Qt Ram Search window in work. QTreeWidget does not handle large data sets very efficiently. Going to have to make a custom widget.
2020-10-11 21:36:26 -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