jamulus
jamulus copied to clipboard
Jamulus enables musicians to perform real-time jam sessions over the internet.
**Describe the task** We have several external dependencies which are version-locked for reproducibility and security. We should regularly check those for updates. A Github Action scheduled job (cron-style) could do...
*Communication started on 24 Jul 2022* *This is an excerpt of an E-Mail conversation* Since it might be a privacy issue, I'm reporting it per Mail. Filler for: https://github.com/jamulussoftware/jamulus/issues/2754 *Description...
**Short description of changes** This PR adds some logic to avoid building ARM, JACK etc. builds except on releases. This is still in draft stage. CHANGELOG: Internal: Avoid building release...
Improved inifile handling which allows saving inifiles with sections for client and server and including fileversion info. **Short description of changes** Get/Set iniset functions now take a document node parameter...
This PR adds automation to create a signed ipa (installer) file for direct submission to the iOS App Store. CHANGELOG: adds iOS signed pkg build automation **Context: automates building of...
This PR adds automation to create a signed pkg (installer) file for direct submission to the macOS App Store. CHANGELOG: adds macOS signed pkg build automation **Context: automates building of...
**Short description of changes** Fix some memory leaks. Alternative for PR #2618 using exceptions to cleanly exit the application. (#2618 won't solve the problem when still using exit() or on...
**Short description of changes** Commandline parsing is now implemented in a separate class Commandline parameters now accessible anywhere in the code. CHANGELOG: Refactoring: Commandline parameters are now accessible anywhere in...
**Short description of changes** New implementation of the messageboxes part of #2583 CHANGELOG: Messageboxes will show up related to the instance instead of at system default position and they will...
Let's keep the root folder clean after a build... **Short description of changes** Place generated moc and ui files in ./src/Generated and object files in ./obj so the jamulus root...