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 |
mjbudd77
|
97465f0266
|
Commented out debug print statements for Qt window closure.
|
2022-03-10 20:59:47 -05:00 |
mjbudd77
|
cb5bb3446d
|
Made custom Qt GUI splashscreen that fades out when initialization is finished. Showing splash screen at startup is now a configuration parameter and defaults to off. Can be turned on in GUI config dialog.
|
2022-01-16 11:12:13 -05:00 |
mjbudd77
|
2054efa3de
|
Changed default style to fusion for windows platforms.
|
2021-08-02 00:15:43 -04:00 |
mjbudd77
|
6aa0c9fec1
|
Added main window context menu for Qt GUI.
|
2021-07-18 18:07:58 -04:00 |
mjbudd77
|
c7627d9d26
|
Minor Qt debugger coloring changes.
|
2021-07-08 20:43:10 -04:00 |
mbudd02
|
91a45a216c
|
cppcheck fixes.
|
2021-05-18 18:21:29 -04:00 |
mjbudd77
|
b8cb24499f
|
Added logic to make force the default Qt style to be a known good value. This is windows style for windows platform and fusion style for linux and mac osx. Depending on which Qt style plugins are installed on the OS, certain ones are known to be unstable (such as gtk2 style).
|
2021-04-18 19:18:05 -04:00 |
mjbudd77
|
27bb85f282
|
Added logic to make Qt GUI main menu access pause emulation functionality a configurable parameter.
|
2021-04-11 15:25:24 -04:00 |
mjbudd77
|
b825454fee
|
Added to fix Qt build issue with pre Qt 5.12 builds.
|
2021-03-21 08:34:08 -04:00 |
mjbudd77
|
b1c0c4447f
|
Successful test of using saved QPalette color settings.
|
2021-03-07 13:28:44 -05:00 |
mjbudd77
|
9642be0db1
|
Added functions to save QPalette color settings to a file and load then on request.
|
2021-03-06 22:30:56 -05:00 |
mjbudd77
|
7eb8ea9608
|
Added a GUI widget style test window. Contains most of the widget types for ease of seeing style changes.
|
2021-03-06 00:40:58 -05:00 |
mjbudd77
|
a9059517a5
|
Added menu to GUI palette color editor.
|
2021-03-05 22:26:32 -05:00 |
mjbudd77
|
037f1e04f9
|
Added color picker logic for GUI color palette selection.
|
2021-03-05 22:03:25 -05:00 |
mjbudd77
|
5ee2c6875e
|
Created framework for GUI color palette edit window.
|
2021-03-05 21:29:50 -05:00 |
mjbudd77
|
0203344802
|
Added logic to look for a QResource (rcc) file along side a qss file when loading a new stylesheet.
|
2021-03-05 15:09:28 -05:00 |
mjbudd77
|
cb0bc74fd4
|
Added a styling wrapper class to allow for more control over palette colors.
|
2021-03-03 22:48:45 -05:00 |
mjbudd77
|
2a6a31fa48
|
Added Qt stylesheet GUI selection code.
|
2021-03-01 21:48:57 -05:00 |
mjbudd77
|
ac0f377873
|
Added a GUI style selection combo box. Lists all built in GUI styles available. This allows user to change the GUI style while it is running. Also, style setting is saved and used for future GUI startups.
|
2021-03-01 20:24:00 -05:00 |
mjbudd77
|
7dc77269b5
|
Added close buttons to Qt GUI config and tools windows. Debug windows still to be evaluated. Only exceptions are when the window has a menu bar with a file -> close option.
|
2021-02-20 06:57:25 -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
|
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
|
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
|
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 |