Commit Graph

160 Commits

Author SHA1 Message Date
Volker Fischer
a386d388fa replacing internal history graph functionality by external scripts/tools (#501) 2020-08-08 08:17:43 +02:00
Volker Fischer
a3c53afdcb option to set "Mute Myself" on with a command line argument (#495) 2020-08-07 16:59:46 +02:00
Volker Fischer
63ebc28a18 if network name/address contains spaces, they are removed now, coded by dingodoppelt (#462) 2020-07-20 15:44:00 +02:00
dingodoppelt
ba14dbcd98 remove spaces from network address given as argument to --connect 2020-07-20 01:06:41 +02:00
Volker Fischer
57a7027e64 bug fix: instrument names in the profile dialog are no longer translated (worked in v3.5.8) 2020-07-12 12:31:46 +02:00
Volker Fischer
b0781c7c02 put fader settings load/store in separate functions 2020-07-11 10:40:59 +02:00
Volker Fischer
479ec6f1df store language selection in settings file; add translation help functions in util.h/.cpp 2020-07-05 20:49:43 +02:00
Volker Fischer
174740fa47 code style changes 2020-07-04 22:25:08 +02:00
Volker Fischer
059d9ef203 new settings classes for client and server, derived from a common base class 2020-06-29 20:43:41 +02:00
Stefan Weil
172593f7b9 Catch a CGenErr by const reference rather than by value
This fixes alerts from LGTM.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2020-06-24 08:39:59 +02:00
Volker Fischer
dbb0148a70 changed translation management so that not only the PC language setting is used but also the country 2020-06-20 12:40:47 +02:00
Volker Fischer
86ddedb306 fix compiler warnings 2020-06-18 19:22:21 +02:00
Volker Fischer
30d8181423 some more merge fixes 2020-06-17 19:34:51 +02:00
Hector Martin
1651a8d065 Add a "headless" build type which does not depend on QtGui/QtWidgets 2020-06-18 00:29:56 +09:00
Volker Fischer
78d77e323d some cleanup 2020-06-11 08:35:10 +02:00
Volker Fischer
44e883900b fixed Free Software Foundation address (see #341) 2020-06-08 22:58:11 +02:00
Volker Fischer
33073658c6 show channel numbers if --ctrlmidich is used (#241, #95) 2020-06-06 15:51:54 +02:00
Volker Fischer
2750dddf44 fixed: Example of config file on linux #310 2020-05-30 07:45:33 +02:00
AronVietti
6ecada7f87 Fixes issue with AppNap causing stuttering/silence in background
Adds a mac only Activity class that controls the NSProccessInfo
Activity options. This exposes a C++ interface for the
Objective C calls and handles the Activity Id lifecycle. Currently
sets the Activity to background, latency critical, sleep disabled.

Added the Activity calls to main.cpp, starting it in the same
location that Windows priority is set, and ending it right before
the app exits.

Updated Jamulus.pro to add the new files and required lib.
2020-05-28 00:38:41 -07:00
Volker Fischer
d9008d1541 get rid of LLCON 2020-05-15 21:00:41 +02:00
Volker Fischer
d1a3dd9c22 merge fixes 2020-05-15 15:55:40 +02:00
Jean Pierre Cimalando
dc2bd63d3a Translation of qt messages 2020-05-15 00:12:00 +02:00
Volker Fischer
599306156d new command line option -d to disconnect all clients on shutdown of the server (Ticket #161) 2020-05-12 22:40:59 +02:00
Volker Fischer
7df3ce1115 small merge fixes 2020-05-11 17:10:38 +02:00
Simon Tomlinson
0b12722460
Merge branch 'master' into master 2020-05-11 08:03:29 +01:00
Simon Tomlinson
c112b1e0fc Added Oboe support code for android audio. There are problems rendering
audio (audio is dithered), still more work required.
2020-05-11 07:36:46 +01:00
Volker Fischer
ac3255afbf Fixed a bug with the default server port (Ticket #194) 2020-05-10 19:06:27 +02:00
Volker Fischer
b56912b2b3 added missing tr() functions, WIP German translation, changed --translation in --notranslation so that the translation is on per default 2020-05-09 23:09:56 +02:00
Volker Fischer
84d53914b9 fix for client port number (avoid socket bind problems if client on the same PC is started before the server) 2020-05-07 20:22:14 +02:00
Volker Fischer
7421eefb11 initial implementation of the translation (must be enabled with --translation command line argument) 2020-05-04 20:22:22 +02:00
Volker Fischer
f481e22937 organize command line help #165, #166, thanks to newlaurent62 2020-05-03 20:34:01 +02:00
Volker Fischer
27e9bebea3 some more testing for translations 2020-05-02 21:55:25 +02:00
Volker Fischer
bac89e358a merge fixes 2020-04-30 22:03:01 +02:00
newlaurent62
0d517654d6 Set the clientdlg window title and jack client name 2020-04-30 20:48:48 +02:00
Volker Fischer
3e715423c1 some preparation work for translations 2020-04-23 17:00:58 +02:00
mirabilos
47958ffef0
do not default to the restrictive commons licence on GUI server
advances #100
2020-04-22 16:08:26 +02:00
Volker Fischer
6883c30dec added -v/--version command line argument to output version information (Ticket #121) 2020-04-20 20:27:07 +02:00
corrados
95c5832554
Merge pull request #113 from doloopuntil/improved_mac_deployment
Improve installer packaging mechanism for macOS
2020-04-19 20:48:46 +02:00
Volker Fischer
af2c04bd32 make sure the description text on console is shown before any server list registration infos 2020-04-19 20:29:44 +02:00
Daniel Masato
10f65f1ee2 Improve packaging mechanism for macOS
This change automates the creation of an installer image for macOS containing both a client and server version for Jamulus.
2020-04-19 14:21:08 +01:00
Daniel Masato
8411debb39 Build Jamulus client and server for macOS 2020-04-19 11:03:36 +01:00
Peter L Jones
8ca0635fea Log server registration flow 2020-04-19 10:14:18 +01:00
Volker Fischer
b335321950 rename SYSTEM_FRAME_SIZE_SAMPLES_SMALL to SYSTEM_FRAME_SIZE_SAMPLES 2020-04-15 15:29:43 +02:00
Volker Fischer
82f5ad18f4 added support for Central Server (North America) (Ticket #50), small bug fix for the Mac audio interface 2020-04-11 14:27:50 +02:00
Volker Fischer
ed46357ac4 added command line argument for new 64 samples server mode 2020-04-10 12:28:50 +02:00
Volker Fischer
5824855252 added show licence switch in the server GUI 2020-04-08 15:30:32 +02:00
Volker Fischer
c310aa16cd WIP 64 samples frame size support in the server, not yet working 2020-04-05 08:13:53 +02:00
Volker Fischer
57f203502c WIP on support of 64/128 samples frame size in the server 2020-04-04 19:03:19 +02:00
Volker Fischer
ede92ac25e fix https://sourceforge.net/p/llcon/bugs/30 2020-03-28 18:51:25 +01:00
Volker Fischer
4cac0e935b code style changes 2020-03-22 20:24:30 +01:00