github Zibri/VICE r43074

latest releases: r46120, r46120o, r46120u...
3 years ago

Changelog:

r43074 | compyx | 2023-02-07 11:50:14 +0000 (Tue, 07 Feb 2023) | 9 lines

Gtk3: Resource-bound combo boxes: remove combo box with custom entry, remove _get() methods

The resource combo box with a custom text entry isn't used anywhere, so rather
than refactoring it to use the resource mediator it is new deleted.
Remove the _get() methods: it is not clear from looking at the method name if
it gets the resource value or the widget value, and they weren't used anywhere
in the code. They can be reimplemented as two separate methods if required.


------------------------------------------------------------------------
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


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

Don't miss a new VICE release

NewReleases is sending notifications on new releases.