Matthew Budd
|
baa724ed14
|
Added initial layout of Qt RAM Search window.
|
2020-10-11 10:40:27 -04:00 |
mjbudd77
|
50d789f4f5
|
Merge pull request #182 from mjbudd77/master
Added Qt RAM Watch Window Feature
|
2020-10-10 09:48:21 -04:00 |
Alexey 'Cluster' Avdyukhin
|
9d837056c9
|
Merge branch 'master' into Issue130
|
2020-10-08 19:56:48 +03: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
|
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
|
f442404149
|
Added initial framework for symbolic debug feature in Qt port.
|
2020-09-13 21:43:50 -04:00 |
Matthew Budd
|
7001b55569
|
Added initial framework for console breakpoint debugger window.
|
2020-09-01 22:04:59 -04:00 |
Matthew Budd
|
466e513778
|
QHexEdit did not meet performance goals. Removing to try other options.
|
2020-08-18 22:19:53 -04:00 |
Matthew Budd
|
d4d59b0c01
|
Trying out different QHexEdit function as QTextEdit was too inefficient.
|
2020-08-17 22:35:27 -04:00 |
Matthew Budd
|
11ccdf77b4
|
Added initial framework for hex editor.
|
2020-08-15 21:41:06 -04:00 |
Matthew Budd
|
0c4af737dd
|
Added logic to GTK GUI to generate default mapping files for new game controllers.
|
2020-08-15 13:18:16 -04:00 |
Matthew Budd
|
0751904693
|
Added FCEUX debugger compiler flag to cmake build
|
2020-08-11 21:19:52 -04:00 |
Matthew Budd
|
d11cea3a98
|
Added OpenGL preference (GLVND or LEGACY) command line options to cmake build.
|
2020-08-11 20:58:54 -04:00 |
Matthew Budd
|
1d417a49ae
|
Back ported SDL2 game controller improvements to GTK from QT GUI.
|
2020-08-09 22:19:38 -04:00 |
mjbudd77
|
d416ceb0c4
|
Added GTK3/SDL2 based fceux build capability into cmake build file. It is configurable from the command line which GUI to build GTK or QT (default).
|
2020-08-07 13:23:43 -04:00 |
Matthew Budd
|
c76d70582a
|
Adding GUI framework for cheat window.
|
2020-07-27 22:26:41 -04:00 |
Jason W. Thompson
|
79d3396d6e
|
Rename "Real Zapper" to "LCD Compatible Zapper"
Per feedback, "Real Zapper" was renamed to "LCD Compatible Zapper" to better reflect the purpose of this input device.
|
2020-07-20 22:28:29 -05: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
|
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
|
be7dcda45e
|
Added palette config window and logic.
|
2020-07-16 21:18:57 -04:00 |
mjbudd77
|
f8558a9636
|
Added component runtime to cpack line
|
2020-07-12 15:43:48 -04:00 |
mjbudd77
|
08beead253
|
Successful addition of fceux icon to mac osx dmg package.
|
2020-07-12 14:10:32 -04:00 |
mjbudd77
|
70a2b3023a
|
Added logic to generate a mac osx drag and drop package.
|
2020-07-12 11:50:18 -04:00 |
Matthew Budd
|
c93d0b3113
|
Added command line help output.
|
2020-07-11 22:09:51 -04:00 |
Matthew Budd
|
96df0c25e1
|
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 |
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 |
mjbudd77
|
0188c11e8b
|
Added OpenGL preference variable to cmake build file to get rid of nuisance warning.
|
2020-07-10 15:08:05 -04:00 |
mjbudd77
|
69a761a477
|
More Cmake fixes between linux and mac os
|
2020-07-10 14:57:55 -04:00 |
mjbudd77
|
cc4ce19784
|
A few build fixes for the mac os with cmake.
|
2020-07-10 14:48:46 -04:00 |
mjbudd77
|
cb453fa194
|
Moved linux pipeline to cmake instead of qmake.
|
2020-07-10 13:51:32 -04:00 |
mjbudd77
|
321ea729d4
|
Successful build of Qt GUI on MAC OSX using cmake.
|
2020-07-10 11:22:10 -04:00 |
mjbudd77
|
1206fcebbd
|
Successful build of QT gui using cmake instead of qmake.
|
2020-07-10 10:59:07 -04:00 |
Matthew Budd
|
fb9ee25800
|
Bug fix for cmake install target.
|
2020-06-20 00:54:26 -04:00 |
Matthew Budd
|
70a77cbe41
|
Added install target to cmake.
|
2020-06-20 00:53:18 -04:00 |
Matthew Budd
|
6271d63ba6
|
Added cmake package check for zlib
|
2020-06-20 00:36:43 -04:00 |
Matthew Budd
|
714e7bbfb2
|
Added logic to make cmake output verbose.
|
2020-06-20 00:20:58 -04:00 |
Matthew Budd
|
cc15338ebb
|
Cast const char * to char * to get past winbuild.... this is not the best way to go, but it works.
|
2020-06-20 00:06:47 -04:00 |