Commit graph

  • 8411debb39 Build Jamulus client and server for macOS Daniel Masato 2020-04-18 17:49:11 +0100
  • 8ca0635fea Log server registration flow Peter L Jones 2020-04-18 23:12:20 +0100
  • a4350f4f17 store Show All Musicians setting in the ini-file Volker Fischer 2020-04-19 10:04:19 +0200
  • 6b1dac7ac8 bug fix for server list filter, reported by pljones Volker Fischer 2020-04-19 09:39:58 +0200
  • 8e86908d92 restrict server name/city to max allowed length if given as a command line argument, see #91 Volker Fischer 2020-04-19 07:31:14 +0200
  • bb8fc63c5d
    Merge pull request #104 from mirabilos/desktop-entry corrados 2020-04-19 07:13:37 +0200
  • 741de08022
    Merge pull request #103 from mirabilos/improve-docs corrados 2020-04-19 07:12:54 +0200
  • cffeb1021d
    Merge pull request #101 from mirabilos/spelling corrados 2020-04-19 07:10:52 +0200
  • 0901087d6a
    add mandatory Keywords entry mirabilos 2020-04-19 03:26:30 +0200
  • 163d19507c
    link the server installation from README.md as well mirabilos 2020-04-19 03:25:57 +0200
  • 1204109bdf
    fix spelling mirabilos 2020-04-19 03:25:21 +0200
  • df094d4eb2 debian package number Your Name 2020-04-18 23:27:50 +0200
  • 8c39810fcf small fix, see https://github.com/corrados/jamulus/pull/87#issuecomment-615905987 Volker Fischer 2020-04-18 19:27:55 +0200
  • aee0483c58
    Merge pull request #92 from doloopuntil/refactor_signal_slot_connection_qt4 corrados 2020-04-18 15:47:00 +0200
  • 77fdfcaa0c Refactor signal to slot connections using recursive templates Daniel Masato 2020-04-18 11:20:31 +0100
  • b1c8313ef0 fix ChangeLog Volker Fischer 2020-04-18 12:19:43 +0200
  • 702760c03b prepare for next version Volker Fischer 2020-04-18 12:15:25 +0200
  • 6615c97561 r3_5_1 Volker Fischer 2020-04-18 11:43:30 +0200
  • 372333c08f update manual for new setting Enable Small Network Buffers Volker Fischer 2020-04-18 09:28:25 +0200
  • 9b2b84fef6 use colors for server registration status label Volker Fischer 2020-04-18 09:20:05 +0200
  • 4edb160a0a small merge fixes Volker Fischer 2020-04-18 08:39:08 +0200
  • 8ab4bd253a added changelog entry for new feature Volker Fischer 2020-04-18 06:53:31 +0200
  • 9161853a9d
    Merge pull request #87 from pljones/feature/55-server-registration-status corrados 2020-04-18 06:51:03 +0200
  • 79c0047bb3 added Enable Small Network Buffers switch Volker Fischer 2020-04-17 21:21:37 +0200
  • 752b38e4e6 changed fader level range from -50..0 to -35..0 since for the Jamulus case the smaller range is better suited for live situations as we have in our jam sessions Volker Fischer 2020-04-17 19:43:43 +0200
  • e031cc409f Allow central server to confirm registration Peter L Jones 2020-04-14 21:00:08 +0100
  • 24ffb1e4da update the changelog Volker Fischer 2020-04-17 15:55:24 +0200
  • 7187470719
    Merge pull request #85 from doloopuntil/opus_1_3 corrados 2020-04-17 15:39:39 +0200
  • f6123abaed make the ping times reported in the server list more stable Volker Fischer 2020-04-16 22:22:53 +0200
  • 582f3e5270 Fix celt decoder assertion when using OPUS_CUSTOM Daniel Masato 2020-04-10 11:43:23 +0100
  • 703625a577 Upgrade to OPUS v1.3 - project file Daniel Masato 2020-04-04 12:30:33 +0100
  • ba63b7d82f Upgrade to OPUS v1.3 - library source Daniel Masato 2020-04-04 11:16:34 +0100
  • 3fd5dda19b update the changelog Volker Fischer 2020-04-16 21:00:41 +0200
  • a76491c3e6 bug fix: avoid hard clipping for Mute Stream Volker Fischer 2020-04-16 20:08:54 +0200
  • 4e721f37a9 Merge branch 'master' of https://github.com/sthenos/jamulus Simon Tomlinson 2020-04-16 18:04:33 +0100
  • ebda8f9bbe Added oboe sub module Simon Tomlinson 2020-04-16 17:40:40 +0100
  • 07bf588ba4 fix for auto jitter buffer for 64 samples frame size Volker Fischer 2020-04-16 18:40:29 +0200
  • ad3e4e0587 support Mute button for own audio #75 Volker Fischer 2020-04-16 17:54:45 +0200
  • ce647535d8 prepare for next version Volker Fischer 2020-04-15 22:35:26 +0200
  • 285f4e019b 3.5.0 Volker Fischer 2020-04-15 21:58:31 +0200
  • b82f29f2e3 finished: increased LED luminance (Ticket #71) Volker Fischer 2020-04-15 20:17:28 +0200
  • 01a23cdeb3 modify round LEDs of increased LED luminance (Ticket #71) Volker Fischer 2020-04-15 19:18:09 +0200
  • 9f7877af88 next try to fix the Mac audio interface issue Volker Fischer 2020-04-15 16:11:01 +0200
  • e4752f4d96 use 128 samples frame size as the default if software starts up for the first time Volker Fischer 2020-04-15 15:39:03 +0200
  • b335321950 rename SYSTEM_FRAME_SIZE_SAMPLES_SMALL to SYSTEM_FRAME_SIZE_SAMPLES Volker Fischer 2020-04-15 15:29:43 +0200
  • f51dd662c4 some cleanup Volker Fischer 2020-04-15 15:21:58 +0200
  • c280e99425 bug fix and some code style changes Volker Fischer 2020-04-14 19:41:17 +0200
  • 45795c469a
    Merge pull request #68 from emlynmac/fix-out-multichannel corrados 2020-04-14 19:32:27 +0200
  • 802e688443 go back to original version with recent Mac audio interface changes Volker Fischer 2020-04-14 19:30:15 +0200
  • 33f6cb300c bug fix Volker Fischer 2020-04-14 19:06:56 +0200
  • 1dabad7026 try to fix Mac audio interface issue Volker Fischer 2020-04-14 19:01:23 +0200
  • 83e95c3a7b small fix Volker Fischer 2020-04-14 17:58:01 +0200
  • 33c7b03e75 added whats this help Volker Fischer 2020-04-14 17:41:21 +0200
  • a0f7ee4627 added a "Show All Musicians" check box in the server list Volker Fischer 2020-04-14 17:23:53 +0200
  • 514bd25fee added support for filter the server list Volker Fischer 2020-04-14 16:51:44 +0200
  • 98d9b4e064 Add support for multichannel out Emlyn Bolton 2020-04-13 14:55:29 -0700
  • 9cbcbb1471 the unit of the mixer faders is now dB using the range -50 dB to 0 dB Volker Fischer 2020-04-13 21:00:26 +0200
  • 21318f993d try to fix issue reported in https://sourceforge.net/p/llcon/discussion/software/thread/7c443f2ed9/#eeab Volker Fischer 2020-04-13 20:19:06 +0200
  • c8c0b17fc7 bug fix for server audio fade-in Volker Fischer 2020-04-13 19:47:47 +0200
  • c5d9b29aaa finished: support for 64 samples OPUS packets in the client (if a sound card buffer size larger or equal than 128 samples is chosen, the legacy 128 samples OPUS packets are used) Volker Fischer 2020-04-13 19:26:15 +0200
  • e0c9ea5b6d fixes the network data rate indicator and the time-out counter of the channel Volker Fischer 2020-04-13 18:46:04 +0200
  • d9562ea525 fixed audio fade-in counter for 64 samples frame size Volker Fischer 2020-04-13 18:13:42 +0200
  • 5f85660cde WIP: support 64 samples frame size in the client Volker Fischer 2020-04-13 16:01:25 +0200
  • f6ea80ca81 fixes Text colour contrast fails accessibility guidelines #65 Volker Fischer 2020-04-13 15:35:48 +0200
  • 90620b8da3 small cleanup Volker Fischer 2020-04-13 12:05:56 +0200
  • abf523bdfd update change log Volker Fischer 2020-04-13 07:49:06 +0200
  • 5d63aa590f bug fix: the welcome message may appear twice if a list item of the server list was double clicked Volker Fischer 2020-04-13 07:46:28 +0200
  • 765cb7d266 preparations for using OPUS64 in the client Volker Fischer 2020-04-12 22:10:53 +0200
  • 9b07cbeb5f implement the OPUS coder calls similar to what we have in the server (leading to cleaner code) Volker Fischer 2020-04-12 21:36:50 +0200
  • af32867216 fix compatibility issue with Qt4 (Ticket #62) Volker Fischer 2020-04-12 21:19:41 +0200
  • b4eae44b7c update a TODO comment in the code Volker Fischer 2020-04-12 19:54:47 +0200
  • eca43c849a show "trying to connect" in the mixer board title if no fader information is yet received Volker Fischer 2020-04-12 18:56:58 +0200
  • 0c59a805fe small merge fix Volker Fischer 2020-04-12 16:03:38 +0200
  • a5fd9129a2
    Merge pull request #61 from pljones/feature/27-local-server-in-server-list-2 corrados 2020-04-12 15:53:22 +0200
  • b2014e09bf small fix for --showallservers implementation Volker Fischer 2020-04-12 15:34:43 +0200
  • 84a95686bb Tidy away local port in CServerCoreInfo etc Peter L Jones 2020-04-12 13:26:21 +0100
  • 8fd59dd93f split country names by upper case latters by inserting a space Volker Fischer 2020-04-12 14:54:28 +0200
  • 1fd00130ab Merge branch 'master' of https://github.com/corrados/jamulus Volker Fischer 2020-04-12 12:34:35 +0200
  • a98e98f2a9 refresh the server list if Central Server type is changed Volker Fischer 2020-04-12 12:33:50 +0200
  • 9b54e768a3
    Merge pull request #59 from trebmuh/debian-packaging-improvements corrados 2020-04-12 07:20:42 +0200
  • 48fc04fbe0
    d/rules: removes several trailing whitespaces Olivier Humbert 2020-04-12 00:49:28 +0200
  • 1f3f89917e
    d/control: removes a trailing whitespace Olivier Humbert 2020-04-12 00:48:03 +0200
  • 295a795a62
    create d/watch (will help for a future possible inclusion in debian repo) Olivier Humbert 2020-04-12 00:44:11 +0200
  • 08445a3eb7
    d/changelog: update to 3.4.7 version Olivier Humbert 2020-04-12 00:42:12 +0200
  • 487d275e17
    desktop file: adds French translation Olivier Humbert 2020-04-12 00:39:10 +0200
  • 6bd1aa4317
    d/copyright: rewrite to current standard Olivier Humbert 2020-04-12 00:35:32 +0200
  • 86a2125773
    d/control: improve description Olivier Humbert 2020-04-12 00:27:16 +0200
  • c12b978b30
    d/control: fixes the homepage link Olivier Humbert 2020-04-12 00:24:28 +0200
  • 8bd7a6fcf6
    d/control: 1 item/line + alphabetically ordered (easier to read) Olivier Humbert 2020-04-12 00:22:23 +0200
  • c59173d076 prepare for next version number Volker Fischer 2020-04-11 20:59:12 +0200
  • 5431e23fd3 r3_4_7 Volker Fischer 2020-04-11 20:22:59 +0200
  • ce66f844d1 bug fix: compatiblity to old server versions were incorrect for the server list Volker Fischer 2020-04-11 19:52:53 +0200
  • fc4463330b revert back: code did not work correctly Volker Fischer 2020-04-11 18:48:40 +0200
  • 61e1a73f67 try to fix an issue that people do not see their server on the same PC anymore Volker Fischer 2020-04-11 18:35:49 +0200
  • b080378c06 change "Register My Server in the Server List at the Central Server" to "Make My Server Public (Register My Server in the Server List)" Volker Fischer 2020-04-11 18:31:21 +0200
  • 82f5ad18f4 added support for Central Server (North America) (Ticket #50), small bug fix for the Mac audio interface Volker Fischer 2020-04-11 14:27:50 +0200
  • 1d4342bb7c move country flag function in new class CLocale Volker Fischer 2020-04-11 10:31:26 +0200
  • 339457298c more mixer faders settings to store, define North America port number as 22224 Volker Fischer 2020-04-11 10:03:23 +0200
  • 1068143261 update Volker Fischer 2020-04-11 08:22:38 +0200
  • d0c0a4722a integrated the essential changes from emlynmac from https://github.com/corrados/jamulus/pull/44 Volker Fischer 2020-04-10 20:29:14 +0200