Changelog:
r43073 | compyx | 2023-02-07 09:33:44 +0000 (Tue, 07 Feb 2023) | 8 lines
Gtk3: Refactor hex combo box as a child of the int combo box
Since the hex combo box just has a different interface for adding values but
otherwise operates on an integer resource we can implement the hex combo box
on top of the integer combo. The hex combo box becomes a 'child' of the integer
combo box 'class', reusing a lot of code.
------------------------------------------------------------------------
r43072 | compyx | 2023-02-07 08:36:07 +0000 (Tue, 07 Feb 2023) | 3 lines
Fix another typo :)
------------------------------------------------------------------------
r43071 | compyx | 2023-02-07 08:35:12 +0000 (Tue, 07 Feb 2023) | 3 lines
Fix typo
------------------------------------------------------------------------
r43070 | compyx | 2023-02-06 21:10:06 +0000 (Mon, 06 Feb 2023) | 3 lines
Gtk3: Ethernet settings: clean up code a bit
------------------------------------------------------------------------
r43069 | compyx | 2023-02-06 20:49:55 +0000 (Mon, 06 Feb 2023) | 3 lines
Gtk3: Ethernet settings: simplify code and remove a lot of heap-allocation
------------------------------------------------------------------------