Commit Graph

131 Commits

Author SHA1 Message Date
Volker Fischer
7c7c0ad930 merge fixes 2020-06-05 11:19:04 +02:00
Adam Sampson
4c2a5d1834 Install jamulus.desktop.
Because this assumes the binary is called jamulus, and qmake doesn't
have a mechanism for string expansion, only do so if noupcasename is
set.
2020-06-04 18:09:48 +01:00
Gauthier Östervall
21d7ad291a Make level meter LED black when off 2020-06-01 21:27:56 +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
2a76f3c202 prepare for next version 2020-05-26 22:12:37 +02:00
Volker Fischer
c6b6e3ab02 r3_5_5 2020-05-26 21:34:57 +02:00
Adam Sampson
d908bf1363 Add banjo and mandolin as instruments.
The icons banjo.png and mandolin.png are based on photos I took myself,
and are available under CC0 as well as Jamulus's normal license.
2020-05-25 01:44:14 +01:00
Volker Fischer
70dafe7612 prepare for next version 2020-05-24 12:53:06 +02:00
Volker Fischer
cb112aca49 3.5.4 2020-05-24 12:22:16 +02:00
Volker Fischer
04cb38e25d minor clean up 2020-05-23 15:42:49 +02:00
Volker Fischer
2c21e435a0 move the OPUS conditions in one place 2020-05-22 18:55:07 +02:00
Volker Fischer
290ee9f76a attempt to fix Linux deployment issue 2020-05-22 08:50:03 +02:00
Volker Fischer
003eebe676
Merge pull request #247 from seb314/submit/install_path_option
optional INSTALL_PATH qmake flag (on unix)
2020-05-21 21:39:36 +02:00
Volker Fischer
017796919c fixes issues in the .pro file 2020-05-21 09:52:01 +02:00
Volker Fischer
91cdcfa6ab lrelease seems not to work as expected -> remove it for now 2020-05-21 09:39:02 +02:00
seb314
660e07ef6c use jtojnar's suggestion, add default install target with PREFIX/BINDIR 2020-05-20 21:42:07 +02:00
Volker Fischer
f4912e6beb prepare for italian translation 2020-05-20 17:17:32 +02:00
seb314
278925edb7 optional INSTALL_PATH qmake flag (on unix)
I packaged Jamulus for nix/nixos and it would
be neat if there was an option to specify a
path at which to install the binary. I'm not
really familiar with qmake -- is this a good
way to achieve this?

(nixpkgs pull request: https://github.com/NixOS/nixpkgs/pull/87914)
2020-05-19 00:53:09 +02:00
Volker Fischer
a42302393f remove the "instr" from the instrument picture names since it is no longer needed because all pictures are now in a separate instrument directory 2020-05-18 17:54:49 +02:00
Volker Fischer
641eaec426 added vocal bass/tenor/alto/soprano instrument icons created by Alberstein8 (Ticket #131) 2020-05-17 18:12:03 +02:00
Volker Fischer
b58da08983 prepare for next version 2020-05-15 20:00:02 +02:00
Volker Fischer
5385f4f113 r3_5_3 2020-05-15 17:02:18 +02:00
Geerzen, Jeroen (ELS-AMS)
eb3e507a1e Added Dutch translation 2020-05-14 21:40:01 +02:00
Volker Fischer
5e62699518 fix for c++11 for linux build (the correct way is to use CONFIG, not QMAKE_CXXFLAGS) 2020-05-14 20:53:32 +02:00
Volker Fischer
5806093878
Merge pull request #195 from pljones/feature/130-signal-handling
Handle server application closure more cleanly
2020-05-12 16:47:45 +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
dd451dc868 added bongo instrument icon created by bspeer (Ticket #131) 2020-05-10 22:32:36 +02:00
Peter L Jones
b60c3cab7b Handle server application closure more cleanly 2020-05-10 18:20:57 +01:00
Volker Fischer
ae250f2c16 add lrelease in qmake pro file to auto generate the .qm files 2020-05-09 21:47:14 +02:00
Volker Fischer
1c4e3edda6 added congas instrument icon created by bspeer (Ticket #131) 2020-05-08 17:51:44 +02:00
Volker Fischer
61f36c1723 added tr() for some strings in the code, added spanish translation file 2020-05-06 19:33:27 +02:00
Volker Fischer
0a8073c11d merge fixes 2020-05-06 16:40:48 +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
72302ae6a0 added instrument viola (Ticket #131) 2020-05-03 19:59:59 +02:00
Volker Fischer
a7f1b0c7d8 fixes for raspijamulus.sh script 2020-05-03 19:12:46 +02:00
Volker Fischer
cd8e1cb670 added harp instrument icon, created by dszgit (Ticket #131) 2020-05-02 13:34:12 +02:00
Volker Fischer
a95038bf13 added instrument icon, created by dszgit (Ticket #131) 2020-05-02 08:45:29 +02:00
Volker Fischer
d5892f3748 remove the logopicture from the About dialog 2020-05-02 08:34:56 +02:00
Volker Fischer
a41879e6b7 added bassoon instrument icon, created by dszgit (Ticket #131) 2020-05-01 19:45:07 +02:00
Volker Fischer
7ee97ae23c prepare for next version 2020-04-24 19:47:41 +02:00
Volker Fischer
2941f63acf r3_5_2 2020-04-24 18:54:30 +02:00
Volker Fischer
0a7967ca71 bug fix for 64 bit Jamulus crashes with Jack Audio on Windows #93, thanks to elliotclee 2020-04-24 16:36:31 +02:00
corrados
94057d57cb
Merge pull request #134 from doloopuntil/improve_mac_ci
Improve Mac deployment process
2020-04-24 16:05:46 +02:00
Volker Fischer
104ebbfa2d added Keyboard+Vocal instrument icon, thanks to jp8 2020-04-23 21:16:09 +02:00
Daniel Masato
7c7a47a066 Improve Mac deployment script 2020-04-23 20:15:42 +01:00
Volker Fischer
8319e16644 added bodhran instrument icon, created by bomm (Ticket #131) 2020-04-23 16:40:14 +02:00
Volker Fischer
f1177d42df try to make Travis happy again 2020-04-21 16:12:55 +02:00
Stanislas Michalak
240b66879b Add config for mingw compiler for Windows
This allows Jamulus to be cross-compiled with MinGW compiler.
2020-04-20 22:49:30 +02:00