Tony Mountifield

Results 11 issues of Tony Mountifield

I created a SD card for BerryBoot, and set up the VNC install as described at https://www.berryterminal.com/doku.php/berryboot/headless_installation Problem is, the VNC server only gives me a 640x480 screen. I have...

**Short description of changes** Moves the CodeQL from Mac Legacy back to Mac, and makes it conditional on not doing a signed build. CHANGELOG: Mac: Make Github workflow skip CodeQL...

**Short description of changes** Generate the translation qm files during build and remove them from github. **Context: Fixes an issue?** The qm files are binary dependants of the ts text...

Fixes #831 These changes update the Linode DNS scripts to use the current V4 API. In addition, the domain matching has been corrected and improved, by searching the list of...

**Describe the bug** The DNS scripts for Linode refer to https://api.linode.com/api/, but it appears Linode no longer support this version of API. Instead it is necessary to use https://api.linode.com/v4/ with...

**Short description of changes** Updates the CI build process and makefiles for Mac Legacy to use Qt 5.15.2 instead of 5.9.9. This allows other things also to be improved separately,...

**What is the current behaviour and why should it be changed?** Currently, the Mac Legacy build uses Qt 5.9.9. It is then able to run on MacOS 10.10 (Yosemite) or...

tooling

**What is the current behaviour and why should it be changed?** All Jamulus protocol (non-audio) messages are currently delivered over the same UDP channel as the audio. For most protocol...

feature request

**Describe the bug** The "Delete server" button that was added in #3159 doesn't show properly on macOS. At least on my Mac running Catalina 10.15. The button is there, but...

bug

**Short description of changes** Refactoring: pass `CHostAddress` read-only parameters as const references instead of by value, except for signals and slots. CHANGELOG: Internal: changed passing of some `CHostAddress` parameters to...

refactoring