jamulus icon indicating copy to clipboard operation
jamulus copied to clipboard

Jamulus enables musicians to perform real-time jam sessions over the internet.

Results 269 jamulus issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Building Jamulus for iOS on Qt6 with `setWindowState ( Qt::WindowMaximized );` set in the constructor of CChatDlg provides a "close" button and a somewhat usable UI for...

bug

**Describe the bug** According to https://developer.apple.com/documentation/security/complying-with-encryption-export-regulations and App Store Connect, the macOS app needs to specify that we do not use proprietary encryption ITSAppUsesNonExemptEncryption needs to be set to NO...

bug

**What is the current behaviour and why should it be changed?** Currently there's in my opinion too much focus on the manual approach. This should be updated. **Describe possible approaches**...

feature request

**Describe the bug** Currently the LOGGED_IN_AS variable is not filled with the user name correctly resulting in the script to exit without creating any new issues. I assume the regex...

bug

**Describe the bug** https://jamulus.io/contribute/Release-Process#updating-the-changelog should mention checking the existing "next release" and confirming it's correct before proceeding. **To Reproduce** Run the change log too with x.y.1 when the next release...

bug
release process

_Quoted_ mentions of the special "C H A N G E L O G" tag in any comment text in the pull request trigger inclusion of the latest such entry...

bug
release process

### Discussed in https://github.com/orgs/jamulussoftware/discussions/3313 Originally posted by **a-singer** July 24, 2024 Hello, I'm having a bit of difficulty using the Jamulus app with VoiceOver on iOS. There are quite a...

bug

**Short description of changes** To be able to deploy and test the iOS app on AppStore connect, an icon is needed (https://github.com/jamulussoftware/jamulus/pull/2625#issuecomment-1131915533). I just went the easiest way and created...

Mobile UI
iOS

**Describe the bug** Running `pip install --user "pylint < 3.0"` fails with an error, causing the overall build to fail with a code style error. **To Reproduce** Raise a PR...

bug
tooling

**Short description of changes** Using close() instead of hide() would crash the app as soon as one taps at the screen after closing the chat dialog. Due to a null...

bug