harry
|
38089b62c0
|
Fix for Qt GUI compiler warnings in iNesHeaderEditor for potential stack buffer overflows on snprintf usage.
|
2023-01-16 20:34:00 -05:00 |
harry
|
6ae834a1df
|
Changed interface to Qt GUI function getDirFromFile to pass reference to std::string so that returned string will not have string length limitations. Buffer size will grow as needed for the path and will not be allocated on the stack.
|
2023-01-07 01:47:45 -05:00 |
harry
|
b3717c008b
|
Refactor Qt GUI function getDirFromFile to use QFileInfo to get absolute directory path. Also, added a input buffer size argument to prevent string copy buffer overflows. Fixes issue #598.
|
2023-01-07 00:43:35 -05:00 |
Alexey 'Cluster' Avdyukhin
|
d2aed113b8
|
More NES 2.0 header fields: Vs. System settings, expansion type
|
2023-01-06 16:03:34 +04:00 |
zeromus
|
bb1fc08d8e
|
rename all iNES Header Editor to NES Header Editor (re #519)
|
2022-08-04 21:23:34 -04:00 |
mjbudd77
|
9ce4b081e3
|
Fix for Qt iNES header editor mapper index. Account for mapper array not being continuously sequential. For issue #480.
|
2022-03-14 07:28:40 -04:00 |
mjbudd77
|
20f852eb26
|
Set minimum width on misc ROM entry field in iNES header editor for Qt GUI.
|
2022-02-09 05:23:34 -05:00 |
mjbudd77
|
e6d0822dad
|
Added save/recall window geometry for various windows in Qt GUI.
|
2021-08-14 17:21:19 -04:00 |
Alexey 'Cluster' Avdyukhin
|
3fe7e4e02e
|
(Qt) More input devices for NES 2.0 header editor
|
2021-08-05 20:10:16 +03:00 |
Alexey 'Cluster' Avdyukhin
|
06fab0fe57
|
(Qt) NES 2.0 header editor bugfix for input device
|
2021-08-05 20:09:06 +03:00 |
mjbudd77
|
5eb79dcf9d
|
Removed all redundant QFileDialog calls to show() when exec() is already being called. The show() function is a non-blocking call to create a dialog window. exec() is a blocking call and is required to use the native windows file browser. Since all the file dialog callback functions are designed to be blocking anyway, the show() calls really shouldn't be there anyway. This fixes part of #332.
|
2021-02-18 23:14:31 -05:00 |
mjbudd77
|
5d0c9b2225
|
Added button icons to the bottom row of the Qt iNES header editor.
|
2021-02-14 05:55:57 -05:00 |
jnahmias
|
6f45846975
|
fix spelling mistakes caught by lintian (#314)
|
2021-01-31 23:57:24 -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
|
9bc07b8c2c
|
Ported over another missing fix to the Qt iNES header editor from the windows version.
|
2020-11-05 06:02:30 -05:00 |
Matthew Budd
|
6672e53098
|
Ported over recent iNES header editor mapper decoding fix from windows to Qt.
|
2020-11-03 18:12:26 -05:00 |
Matthew Budd
|
9f10a1fb20
|
First successful test of Qt iNES header editor.
|
2020-11-01 21:18:08 -05:00 |
Matthew Budd
|
bcef387bb0
|
Added logic to open file if a ROM is not currently loaded when opening the iNES header editor.
|
2020-11-01 20:04:21 -05:00 |
Matthew Budd
|
1055294895
|
Qt iNES header editor in work.
|
2020-11-01 19:02:30 -05:00 |
Matthew Budd
|
b04938901f
|
Qt iNES header editor in work.
|
2020-11-01 16:43:09 -05:00 |
Matthew Budd
|
91f035fbf2
|
Qt iNES header editor in work.
|
2020-10-29 22:06:49 -04:00 |
Matthew Budd
|
461d3f88cd
|
Added initial framework for Qt iNES header editor window.
|
2020-10-28 23:25:32 -04:00 |