Changelog:
r42985 | compyx | 2023-01-31 09:40:15 +0000 (Tue, 31 Jan 2023) | 10 lines
Gtk3: Settings dialog: Refactor "cartridges/ramlink"
Try to fix layout as much as possible. Still a layout issue left with the
"Browse..." buttons for the ROM and RAM images: Due to the presence of the
(slightly wider) "Save as..."/"Save image" buttons the "Browse..." button for
the ROM image is slightly less wide than the other "Browse..." button. No
amount of get_allocated_size()/get_size_allocation()/set_size)_request can fix
that.
------------------------------------------------------------------------
r42983 | compyx | 2023-01-30 11:11:53 +0000 (Mon, 30 Jan 2023) | 3 lines
Gtk3: Settings dialog: fix RAMCART layout, make GEORAM and REU use the new ramsize widget
------------------------------------------------------------------------
r42982 | compyx | 2023-01-30 11:08:53 +0000 (Mon, 30 Jan 2023) | 8 lines
Gtk3: Implement widget for RAM size radio buttons with KiB/MiB/GiB/TiB suffixes
Add a widget that creates a group of radio buttons to set an integer resource
where the resource value is in kibibytes. Values displayed are suffixed with
"KiB", "MiB", "GiB" or "TiB", depending on their value. Wrap radio group in a
grid with a title label (optional).
------------------------------------------------------------------------
r42978 | compyx | 2023-01-29 23:19:06 +0000 (Sun, 29 Jan 2023) | 3 lines
Revert fabbo branch
------------------------------------------------------------------------
r42977 | compyx | 2023-01-29 21:24:35 +0000 (Sun, 29 Jan 2023) | 3 lines
Gtk3: Settings dialog: update layout of rEu settings
------------------------------------------------------------------------