Changelog:
r42966 | compyx | 2023-01-28 09:10:16 +0000 (Sat, 28 Jan 2023) | 3 lines
Gtk3: Settings dialog: RS232: use loop to create serial 1-4 devices widgets
------------------------------------------------------------------------
r42965 | compyx | 2023-01-27 17:49:08 +0000 (Fri, 27 Jan 2023) | 7 lines
Gtk3: Settings dialog: RS232/ACIA settings: refactor and tweak layout
The current layout is still way too large, but some alignment/spacing issues
have been fixed. I'll probably need to wrap the three sections in the dialog
in a GtkStack[Switcher].
------------------------------------------------------------------------
r42964 | rhialto | 2023-01-27 17:33:18 +0000 (Fri, 27 Jan 2023) | 2 lines
Make it possible to type '=' (which is shift+-).
------------------------------------------------------------------------
r42963 | compyx | 2023-01-27 16:26:19 +0000 (Fri, 27 Jan 2023) | 3 lines
Gtk3: Settings dialog: make "peripheral/printer" use userport device check button widget
------------------------------------------------------------------------
r42962 | compyx | 2023-01-27 16:21:15 +0000 (Fri, 27 Jan 2023) | 9 lines
Gtk3: Add check button to toggle UserportDevice between NONE and another type
Add check button widget to toggle the "UserportDevice" resource between
`USERPORT_DEVICE_NONE` and another type: saves users from having to switch
between settings nodes to enable a certain userport emulation type.
I've identified two cases of this so far, each using their own nearly identical
implementation, so I might as well generalize this into a reusable widget.
------------------------------------------------------------------------