Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Ampersand not being shown correctly #1893

Merged

Conversation

ann0see
Copy link
Member

@ann0see ann0see commented Jun 26, 2021

Short description of changes

This is a bug-fix

Context: Fixes an issue?

If a server-name contained '&' this was interpreted as keyboard shortcut in the mixer board.
Replacing & by && allows us to show server-names correctly.
Fixes: #1886

Does this change need documentation? What needs to be documented and how?
Only an entry in the change log.

Status of this Pull Request

Working implementation. Ready for review

What is missing until this pull request can be merged?
Ready for review:
Needes: two approvals (based on tests on macOS and Windows)

Checklist

  • I've verified that this Pull Request follows the general code principles
  • I tested my code and it does what I want (switching recording states via GUI server works; &&&, && and & is shown correctly in server names)
  • My code follows the style guide
  • I waited some time after this Pull Request was opened and all GitHub checks completed without errors.
  • I've filled all the content above

@ann0see ann0see force-pushed the bugfix/1886-ReplaceAmpersand branch 2 times, most recently from a149af2 to c7e884a Compare June 26, 2021 19:37
If a server-name contained '&' this was interpreted as keyboard shortcut in the mixer board.
Replacing & by && allows us to show server-names correctly.
Fixes: jamulussoftware#1886
@ann0see ann0see force-pushed the bugfix/1886-ReplaceAmpersand branch from c7e884a to 9eb0855 Compare June 26, 2021 19:38
@ann0see ann0see added this to the Release 3.8.1 milestone Jun 26, 2021
@softins
Copy link
Member

softins commented Jun 28, 2021

Works ok on Mac

@ann0see
Copy link
Member Author

ann0see commented Jun 28, 2021

CHANGELOG: Bug: Ampersand in server name now shows correctly in the mixer board

@ann0see
Copy link
Member Author

ann0see commented Jun 28, 2021

@HughePaul could you please verify that this PR fixed your problem? You can download the binary from the checks tab above

@ann0see ann0see merged commit b09cd68 into jamulussoftware:master Jun 28, 2021
@ann0see ann0see deleted the bugfix/1886-ReplaceAmpersand branch June 28, 2021 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ampersand isn't rendered in server name on mixer board title
3 participants