jamulus/src
2020-06-26 20:19:46 +02:00
..
recorder fix for Copyright -> add a date (see #341) 2020-06-08 23:20:25 +02:00
res update translations 2020-06-22 16:49:08 +02:00
aboutdlgbase.ui first tests of new about dialog 2020-05-08 17:09:54 +02:00
analyzerconsole.cpp fixed Free Software Foundation address (see #341) 2020-06-08 22:58:11 +02:00
analyzerconsole.h fixed Free Software Foundation address (see #341) 2020-06-08 22:58:11 +02:00
audiomixerboard.cpp clip LED must be reset after a server change 2020-06-22 22:18:34 +02:00
audiomixerboard.h CMultiColorLEDBar -> CLevelMeter 2020-06-21 20:09:13 +02:00
buffer.cpp fixed Free Software Foundation address (see #341) 2020-06-08 22:58:11 +02:00
buffer.h fixed Free Software Foundation address (see #341) 2020-06-08 22:58:11 +02:00
channel.cpp use signal level meter class for meter calculation in the server (avoid doubling code), i.e., max calc and smoothing 2020-06-25 17:38:25 +02:00
channel.h use signal level meter class for meter calculation in the server (avoid doubling code), i.e., max calc and smoothing 2020-06-25 17:38:25 +02:00
chatdlg.cpp Add send button to chat window #384 2020-06-21 14:45:11 +02:00
chatdlg.h merge fixes 2020-06-24 17:26:36 +02:00
chatdlgbase.ui Add send button to chat window #384 2020-06-21 14:45:11 +02:00
client.cpp use signal level meter class for meter calculation in the server (avoid doubling code), i.e., max calc and smoothing 2020-06-25 17:38:25 +02:00
client.h use signal level meter class for meter calculation in the server (avoid doubling code), i.e., max calc and smoothing 2020-06-25 17:38:25 +02:00
clientdlg.cpp some cleanup with the level meter signal processing 2020-06-24 17:54:35 +02:00
clientdlg.h merge fixes 2020-06-24 17:26:36 +02:00
clientdlgbase.ui CMultiColorLEDBar -> CLevelMeter 2020-06-21 20:09:13 +02:00
clientsettingsdlg.cpp rename new skin to Compact 2020-06-11 18:43:32 +02:00
clientsettingsdlg.h merge fixes 2020-06-24 17:26:36 +02:00
clientsettingsdlgbase.ui add new "slim channel" skin, intended for large ensembles (#339) 2020-06-11 16:42:50 +02:00
connectdlg.cpp fixed Free Software Foundation address (see #341) 2020-06-08 22:58:11 +02:00
connectdlg.h merge fixes 2020-06-24 17:26:36 +02:00
connectdlgbase.ui duplicate Central Server type dropdown to Connection Setup (#157) 2020-05-16 17:35:38 +02:00
global.h update and small fixes 2020-06-26 20:19:46 +02:00
historygraph.cpp Add a "headless" build type which does not depend on QtGui/QtWidgets 2020-06-18 00:29:56 +09:00
historygraph.h merge fixes 2020-06-24 17:26:36 +02:00
levelmeter.cpp support clip indication for bar meter as well 2020-06-24 18:28:47 +02:00
levelmeter.h support clip indication for bar meter as well 2020-06-24 18:28:47 +02:00
main.cpp Catch a CGenErr by const reference rather than by value 2020-06-24 08:39:59 +02:00
multicolorled.cpp Initialise CMultiColorLED::eColorFlag earlier. 2020-06-21 14:29:32 +01:00
multicolorled.h fixed Free Software Foundation address (see #341) 2020-06-08 22:58:11 +02:00
protocol.cpp added SRR_NOT_FULFILL_REQIREMENTS server registration status 2020-06-23 17:51:47 +02:00
protocol.h Define protocol message for server jam recorder state publishing 2020-06-14 19:42:36 +01:00
resources.qrc fixes that the new translation loading does not work on MacOS 2020-06-25 21:33:04 +02:00
server.cpp use signal level meter class for meter calculation in the server (avoid doubling code), i.e., max calc and smoothing 2020-06-25 17:38:25 +02:00
server.h Clean up custom Opus objects in ~CClient/~CServer. 2020-06-21 14:29:32 +01:00
serverdlg.cpp added SRR_NOT_FULFILL_REQIREMENTS server registration status 2020-06-23 17:51:47 +02:00
serverdlg.h merge fixes 2020-06-24 17:26:36 +02:00
serverdlgbase.ui added Genre label 2020-06-13 09:29:51 +02:00
serverlist.cpp added SRR_NOT_FULFILL_REQIREMENTS server registration status 2020-06-23 17:51:47 +02:00
serverlist.h fixed Free Software Foundation address (see #341) 2020-06-08 22:58:11 +02:00
serverlogging.cpp Add a "headless" build type which does not depend on QtGui/QtWidgets 2020-06-18 00:29:56 +09:00
serverlogging.h Add a "headless" build type which does not depend on QtGui/QtWidgets 2020-06-18 00:29:56 +09:00
settings.cpp support for storing/recovering the server window positions (#357) 2020-06-14 08:49:58 +02:00
settings.h fixed Free Software Foundation address (see #341) 2020-06-08 22:58:11 +02:00
signalhandler.cpp Always initialise sa.sa_flags to 0. 2020-06-20 20:47:47 +01:00
signalhandler.h fixed Free Software Foundation address (see #341) 2020-06-08 22:58:11 +02:00
socket.cpp fixed Free Software Foundation address (see #341) 2020-06-08 22:58:11 +02:00
socket.h Add a "headless" build type which does not depend on QtGui/QtWidgets 2020-06-18 00:29:56 +09:00
soundbase.cpp some more merge fixes 2020-06-17 19:34:51 +02:00
soundbase.h some more merge fixes 2020-06-17 19:34:51 +02:00
testbench.h fixed Free Software Foundation address (see #341) 2020-06-08 22:58:11 +02:00
util.cpp use signal level meter class for meter calculation in the server (avoid doubling code), i.e., max calc and smoothing 2020-06-25 17:38:25 +02:00
util.h use signal level meter class for meter calculation in the server (avoid doubling code), i.e., max calc and smoothing 2020-06-25 17:38:25 +02:00
vstmain.cpp try to fix outstanding licence text issues (#341) 2020-06-10 20:04:09 +02:00
vstmain.h try to fix outstanding licence text issues (#341) 2020-06-10 20:04:09 +02:00
vstsound.h try to fix outstanding licence text issues (#341) 2020-06-10 20:04:09 +02:00