github Zibri/VICE r44336

latest releases: r46108, r46108o, r46108u...
2 years ago

Changelog:

r44336 | compyx | 2023-07-28 06:09:19 +0000 (Fri, 28 Jul 2023) | 7 lines

Gtk3: datasette settings: remove the '+' prefix

Seemed like a nice visual hint to the user that a number could be negative, but
+0 looks rather silly. Using the always present '+' prefix for a range that's
not negative was a copy/paste error.
Also delete commented-out old code.

------------------------------------------------------------------------
r44333 | gpz | 2023-07-27 19:00:41 +0000 (Thu, 27 Jul 2023) | 1 line

use new spinbutton widget for ram-init random chance, update docs
------------------------------------------------------------------------
r44331 | compyx | 2023-07-27 07:33:04 +0000 (Thu, 27 Jul 2023) | 12 lines

Gtk3: Add custom spin button widgets in settings/tapeport

Add reusable spin button widget that translates between resource values and
displayed/entered values and allows for custom formatting of the resource value
via a printf()-style format string.
Currently used to display "DatasetteSpeedTuning" as a range of -50.0% to +50.0%,
"DatasetteTapeWobbleFrequency" as a range of 0.0Hz to 50.0Hz, and
"DatasetteTapeWobbleAmplitude" as a range of 0.0% to 50.0%.
Still needs some code to allocate additional horizontal spacing in the internal
GtkEntry of the GtkSpinButton to account for any affix or other non-numeric
characters in the custom formatted output.

------------------------------------------------------------------------
r44326 | pottendo | 2023-07-26 16:50:02 +0000 (Wed, 26 Jul 2023) | 2 lines

Alike WiC64, store certain prefs in vicerc (Pseudo MAC-,IP, timezone, session_id).

------------------------------------------------------------------------
r44322 | compyx | 2023-07-26 07:23:14 +0000 (Wed, 26 Jul 2023) | 2 lines

Lt. Kernal: remove unused variable

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

Don't miss a new VICE release

NewReleases is sending notifications on new releases.