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

This automated Pull Request updates the used **Qt6** version to version **6.7.2**. This PR was opened by the workflow *Bump dependencies* (*create-prs*) CHANGELOG: Build: Updated bundled Qt6 to version 6.7.2

dependencies

This automated Pull Request updates the used **aqt** version to version **3.1.15**. This PR was opened by the workflow *Bump dependencies* (*create-prs*) CHANGELOG: SKIP

dependencies

**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

**What is the current behaviour and why should it be changed?** Currently, the build chain states the target platform for each artifact built: For example, https://github.com/jamulussoftware/jamulus/pull/3262: ![image](https://github.com/jamulussoftware/jamulus/assets/1549463/a5319dca-3a75-4171-b83f-2236aa458e5f) However, specifically in...

tooling

Bumps [lando/notarize-action](https://github.com/lando/notarize-action) from 4f5869b09386e8336802159031e4189e0919ae20 to bd2f055b8685623053d14594e9c5742c912befaf. Changelog Sourced from lando/notarize-action's changelog. v2.0.2 - June 17, 2023 Switched release flow over to @​lando/prepare-release-action v2.0.1 - April 27, 2023 Added guard around...

dependencies

This automated Pull Request updates the used **NSIS** version to version **3.10**. This PR was opened by the workflow *Bump dependencies* (*create-prs*) CHANGELOG: Build: Updated Windows Installer base (NSIS) to...

dependencies

**Short description of changes** Adds JSON-RPC notification of server lists from directories. Allows polling a directory for this info. CHANGELOG: Added jamulusclient/pollServerList methods and jamulusclient/receivedServerList notification to JSON-RPC interface. **Context:...

I added a horizontal box layout which include the box and the delete button. I wrote a fonction to implement the delete button. It works well when we change the...

_Originally posted by @ann0see in https://github.com/jamulussoftware/jamulus/pull/3194#pullrequestreview-1970350884_ I'd not do it this way. Modify the files in this folder instead: https://github.com/jamulussoftware/jamulus/tree/main/linux/debian Add an empty .html file to the directory. Add the...

feature request
tooling

I checked manifest file of android it's supporting following version android:targetSdkVersion="28 But currently Android 34 is launched in market so please migrate project for targetSdkVersion =34

bug
android