Skip to content

r44851 OpenSUSE TumbleWeed

Compare
Choose a tag to compare
@Zibri Zibri released this 08 Dec 16:25
10325e7

Changelog:

r44851 | compyx | 2023-12-08 15:59:06 +0000 (Fri, 08 Dec 2023) | 5 lines

Gtk3: new ROM manager: reorganize code layout

Order functions: event handlers, other static functions, public functions.
Remove three no longer used public functions.

------------------------------------------------------------------------
r44850 | pottendo | 2023-12-08 15:56:24 +0000 (Fri, 08 Dec 2023) | 2 lines

wic64.c: WIC64_CMD_IS_HARDWARE implemented.

------------------------------------------------------------------------
r44849 | compyx | 2023-12-08 11:24:21 +0000 (Fri, 08 Dec 2023) | 6 lines

Gtk3: new ROM manager: add "reset-to-default" icon next to ROM file chooser widgets

Add a clickable icon (a "reload" circle-shaped arrow) to reset a single ROM to
its default value. May or may not work correctly depending on bugs in the ROM
resources code.

------------------------------------------------------------------------
r44848 | compyx | 2023-12-08 08:48:27 +0000 (Fri, 08 Dec 2023) | 6 lines

Gtk3: new ROM manager: implement Save dialog

Add saving the current ROMs to a romset (.vrs) file. If a romset was loaded via
the "Load" dialog, that filename is used as the suggested filename for saving.
The dialog will ask for confirmation before overwriting an existing file.

------------------------------------------------------------------------
r44847 | compyx | 2023-12-07 18:44:52 +0000 (Thu, 07 Dec 2023) | 5 lines

Gtk3: update ROM manager: implement loading a ROM set and resetting all ROMs to default

The actual romset code appears to be a little iffy at the moment, so although
the UI code is correct, the behaviour of the romset code is less than ideal.

------------------------------------------------------------------------