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

There was a lot of discussion on closing methods in cclientdlg in https://github.com/jamulussoftware/jamulus/pull/3372 This should probably be refactored. > Maybe `closeEvent` should just call `QCoreApplication::instance()->exit();` and then do the work...

refactoring

This should be implemented by switching the `connect` setting for the signal handler for the button, rather than having one signal handler with an if that consults the state of...

refactoring

Fixes an overflow bug for the about dialog on iOS. Related to: https://github.com/jamulussoftware/jamulus/pull/3343 **Short description of changes** Attempt to show chat dialog as full screen. Doesn't work yet - especially...

It is worth discussing deprecating the -m option and/or integrating missing features it into JSON RPC. It's not a core feature of Jamulus. I think we had this discussion a...

refactoring

**Describe the bug** After we updated Qt in https://github.com/jamulussoftware/jamulus/pull/3262 Windows now supports a dark mode. However, the server title does not show up in the correct color: https://github.com/jamulussoftware/jamulus/blob/08b404c40d617e2c1d73f9a4c0adcea0a3c19be1/src/clientdlg.cpp#L1471 needs to...

bug

**Short description of changes** Revival of https://github.com/jamulussoftware/jamulus/pull/2909 The primary goal of the patch was to enable Google Play Store automated uploads as part of the GitHub build process. CHANGELOG: DO...

feature request
android
release process

The chat dialog probably also needs something like #3343: display chat dialog as full screen. The chat screen dimensions are otherwise off with qt6 on iOS.

Are the Windows and Android ones okay? Is the `Q_` a "Qt" thing that we can use for all platforms? What's the `OT_` thing? _Originally posted by @pljones in https://github.com/jamulussoftware/jamulus/pull/3360#discussion_r1770578872_...

refactoring

**What is the current behaviour and why should it be changed?** Currently, the reverb slider takes up a lot of space in the main mixer board. It is assumed that...

feature request

**Describe the bug** When editing the [3.11.0rc1 release](https://github.com/jamulussoftware/jamulus/releases/tag/r3_11_0rc1), I noticed the following error: ![image](https://github.com/user-attachments/assets/c47d80b7-5f9a-45e7-9666-530291bc4df6) Probably something in the deployment scripts. There's also a warning relating to macOs [in the output](https://github.com/jamulussoftware/jamulus/actions/runs/10855006639):...

bug