Skip to content

r42999

Choose a tag to compare

@Zibri Zibri released this 01 Feb 20:22
be2db15

Changelog:

r42999 | compyx | 2023-02-01 19:49:01 +0000 (Wed, 01 Feb 2023) | 7 lines

Gtk3: Fix hotkeys file loading when using `-directory`.

When using `-directory` don't replace "$VICEDIR" in an !INCLUDE directive with
the vice datadir but strip the string; When opening a .vhk file with sysfile_open()
also try without `machine_name` so opening .vhk files in data/common/ works.


------------------------------------------------------------------------
r42993 | compyx | 2023-02-01 11:13:05 +0000 (Wed, 01 Feb 2023) | 3 lines

Gtk3: Settings dialog: Fix GMod3 layout


------------------------------------------------------------------------
r42992 | compyx | 2023-02-01 11:07:03 +0000 (Wed, 01 Feb 2023) | 3 lines

Gtk3: GMod2: Check if *gmod2* can save/flush, not Easyflash =D


------------------------------------------------------------------------
r42991 | compyx | 2023-02-01 10:10:15 +0000 (Wed, 01 Feb 2023) | 7 lines

Gtk3: Settings dialog: Fix layout of "cartridges/gmod2"

Update margins and indentation of widgets. Pack "Save as" and "Save image"
buttons in a GtkButtonBox to make them the same size and align the button box
to the right of the dialog.


------------------------------------------------------------------------
r42990 | compyx | 2023-02-01 09:42:16 +0000 (Wed, 01 Feb 2023) | 6 lines

Gtk3: Settings dialog: refactor and tweak layout of "cartridges/easyflash"

Use a GtkSwitch for the EasyflashJumper resource to make it more clear it is
a physical switch on the cartridge. Use button box to pack buttons.


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