Commit Graph

2548 Commits

Author SHA1 Message Date
Volker Fischer
ac140ff8a2 use actual instrument name for sorting by instrument 2020-06-14 19:17:50 +02:00
Volker Fischer
0f12b32766 update 2020-06-14 11:36:28 +02:00
Volker Fischer
e883a51db9 support for storing/recovering the server window positions (#357) 2020-06-14 08:49:58 +02:00
Volker Fischer
2285148cb8 Reference HTML file for welcome message #361 2020-06-13 18:15:52 +02:00
Volker Fischer
1e80a8659b update translation files 2020-06-13 17:43:41 +02:00
Volker Fischer
b56a2491fb
Merge pull request #359 from dzpex/master
New feature translated - IT
2020-06-13 17:42:36 +02:00
Volker Fischer
1c89e75900 merge fixes 2020-06-13 17:41:44 +02:00
Volker Fischer
19f2b741a5
Merge pull request #356 from Alberstein8/master
Addded sort by instrument and Edit menu option
2020-06-13 17:37:08 +02:00
Alberstein8
7c73b93b9f Clean some empty lines to match original code 2020-06-13 14:58:36 +02:00
Alberstein8
61f25b5644 Removed iReceivedInstrument decalration 2020-06-13 14:15:24 +02:00
Alberstein8
8de92ed5f7 Sort by instrument, new sortby function with parameter to set order
Sort by instrument added, using the same function for sorting by name or instrument
2020-06-13 14:07:09 +02:00
dzpex
0578e8177e
New feature translated 2020-06-13 13:46:57 +02:00
Alberstein8
3dbddc5568
Merge branch 'master' into master 2020-06-13 11:29:21 +02:00
Volker Fischer
6ee1f091dc
Merge pull request #358 from gilgongo/patch-1
Update for sort order
2020-06-13 10:07:15 +02:00
Jonathan
16dc091b48
Update for sort order
Also a slight clarification
2020-06-13 08:58:20 +01:00
Volker Fischer
ff31b99dc3 added Genre label 2020-06-13 09:29:51 +02:00
Volker Fischer
14cf23a1d7 fix: Jamulus Server window too wide #357 2020-06-13 09:27:31 +02:00
Volker Fischer
b078bfd7b8 further preparation for #356 2020-06-13 08:51:05 +02:00
Volker Fischer
e4b01fa395 prepare for pull request: #356 2020-06-13 08:31:28 +02:00
Volker Fischer
e1b982c34c merge fixes 2020-06-13 08:20:03 +02:00
Volker Fischer
83c34d061c
Merge pull request #352 from pljones/351-improve-recorder-logging
Add recorder state to console
2020-06-13 08:16:21 +02:00
Alberstein8
0aea018a61 Addded sort by instrument 2020-06-13 01:14:43 +02:00
Volker Fischer
4c94633c1a clean up the reverberation and panning code in the client 2020-06-12 18:26:34 +02:00
Peter L Jones
fe338049b2 Add recorder state to console 2020-06-11 20:52:49 +01:00
Volker Fischer
0d77ccdcc4 under Mac the slim fader label must be a bit higher so that all have the same length 2020-06-11 19:58:51 +02:00
Volker Fischer
bfc438ba20 rename new skin to Compact 2020-06-11 18:43:32 +02:00
Volker Fischer
cf7a01d231 add new "slim channel" skin, intended for large ensembles (#339) 2020-06-11 16:42:50 +02:00
Volker Fischer
ea4a3134f8 fixed a typo 2020-06-11 12:28:28 +02:00
Volker Fischer
cf7d297663 fix for headless client operation when terminated via SIGNAL 2020-06-11 12:26:37 +02:00
Volker Fischer
897646d128
Merge pull request #350 from tormodvolden/debianpackaging
debian: Do not create home folder for jamulus system user
2020-06-11 11:18:28 +02:00
Tormod Volden
ee3b1f0387 debian: Do not create home folder for jamulus system user
Lintian warning on Debian unstable.

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
2020-06-11 11:04:36 +02:00
Volker Fischer
cd9a939697 revert "remove some more SLOT()" commit since Travis is not happy about the change (older Qt5 version) 2020-06-11 10:48:44 +02:00
Volker Fischer
a375fcf768 normal quality seems to work fine for the Pi Zero 2020-06-11 10:25:49 +02:00
Volker Fischer
eeeaafdcf5 remove some more SLOT() 2020-06-11 09:48:03 +02:00
Volker Fischer
78d77e323d some cleanup 2020-06-11 08:35:10 +02:00
Volker Fischer
3dadecf545
Merge pull request #349 from trebmuh/patch-1
French translation update for 3.5.6
2020-06-10 21:37:46 +02:00
Olivier Humbert
532f424c59
French translation update 2020-06-10 21:14:59 +02:00
Volker Fischer
a3d242e177 try to fix outstanding licence text issues (#341) 2020-06-10 20:04:09 +02:00
Volker Fischer
63649ec8f1
Merge pull request #348 from tormodvolden/debianpackaging
debian packaging: Trim build dependencies and some more
2020-06-10 18:49:32 +02:00
Tormod Volden
4e5df07721 Update convenience build script for Debian
- Port to Bourne shell
- Improve text about binary compatibility
- Install needed dependencies (see debian/control)
- Only build binary packages

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
2020-06-10 00:08:36 +02:00
Tormod Volden
aa2914d56d debian: Bump Standards-Version to Ubuntu 16.04 level
Avoid last remaining Lintian warning there.

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
2020-06-10 00:07:46 +02:00
Tormod Volden
dc7d56532c debian: Trim build dependencies
dpkg-dev is not needed for building binaries.

make, g++ and libc6-dev will be pulled in by e.g. build-essential
which is not necessary to specify (Debian policy).

Packages should not build-depend on qt5-default but rather
on qt5-base-dev and select QT5 in debian/rules
(https://wiki.debian.org/Lintian/Tags/depends-on-metapackage)

qtdeclarative5-dev is simply not needed.

qttools5-dev-tools is needed for translations using lrelease.

Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
2020-06-10 00:07:11 +02:00
Volker Fischer
fc9a3a4b76 prepare for next version 2020-06-09 19:40:24 +02:00
Volker Fischer
55af62b348 r3_5_6 2020-06-09 18:45:30 +02:00
Volker Fischer
cc9e854dc6 merge fixes for translation 2020-06-09 17:49:16 +02:00
Volker Fischer
e7b291d906 improve the channel sorting algorithm (much cleaner code now) 2020-06-09 17:42:32 +02:00
Volker Fischer
77c24059b5
Merge pull request #346 from ignotus666/master
tiny correction
2020-06-09 12:42:45 +02:00
daryl
07e17cb376 tiny correction 2020-06-09 10:55:52 +02:00
ignotus
2859f3233f
Merge pull request #5 from corrados/master
update
2020-06-09 09:30:54 +02:00
Volker Fischer
1c4fe003d9 fix for Copyright -> add a date (see #341) 2020-06-08 23:20:25 +02:00