Changelog:
r44286 | compyx | 2023-07-19 08:27:11 +0000 (Wed, 19 Jul 2023) | 8 lines
Merge branch `compyx/sdl-uiactions` into trunk
Make the SDL UI code use the UI actions system in `src/shared/uiactions.{c,h}`
for menu items. Implement action handlers for (nearly) all of the actions IDs.
The hotkeys and joymappings still use the "Some&menu&item" menu path lookups,
so those continue to function. These will be changed to also use UI actions in
the near future.
------------------------------------------------------------------------
r44279 | compyx | 2023-07-17 06:07:40 +0000 (Mon, 17 Jul 2023) | 6 lines
Add UI action ID/name for playing default PSID subtune
Add UI action `ACTION_PSID_SUBTUNE_DEFAULT`/"psid-subtune-default" for vsid.
The SDL UI has a menu item for this, but the Gtk3 UI appears to be missing this,
so perhaps it needs to be added to the Gtk3 UI.
------------------------------------------------------------------------
r44272 | gpz | 2023-07-16 19:39:13 +0000 (Sun, 16 Jul 2023) | 1 line
increase commit counter
------------------------------------------------------------------------
r44271 | gpz | 2023-07-16 19:34:39 +0000 (Sun, 16 Jul 2023) | 1 line
change default DatasetteZeroGapDelay from the rather weird (and way too large) value 20000 to the more sane 2500 which mtap uses
------------------------------------------------------------------------
r44262 | compyx | 2023-07-14 06:20:31 +0000 (Fri, 14 Jul 2023) | 4 lines
Gtk3: statusbar: always re-render the LEDs on statusbar update
Should fix bug #1840 at the expense of some extra cairo fill operations.
------------------------------------------------------------------------