jamulus/src
2020-07-11 13:40:12 +02:00
..
recorder Save the source 2020-07-02 20:07:40 +01:00
res Update translation_sv_SE.ts 2020-07-11 13:40:12 +02:00
aboutdlgbase.ui remove mainicon.png since it is not used anymore 2020-06-28 20:46:34 +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 rename variable 2020-07-07 22:07:19 +02:00
audiomixerboard.h rename variable 2020-07-07 22:07:19 +02:00
buffer.cpp Fix some typos (found by codespell) 2020-06-30 12:59:53 +02:00
buffer.h Fix some typos (found by codespell) 2020-06-30 12:59:53 +02:00
channel.cpp Fix some typos (found by codespell) 2020-06-30 12:59:53 +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 Fix some typos (found by codespell) 2020-06-30 12:59:53 +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 moved one more settings in the settings class 2020-07-04 20:23:00 +02:00
client.h moved one more settings in the settings class 2020-07-04 20:23:00 +02:00
clientdlg.cpp moved one more settings in the settings class 2020-07-04 20:23:00 +02:00
clientdlg.h moved some settings from client class in the settings class 2020-07-04 19:55:04 +02:00
clientdlgbase.ui put the front icon in the main window more centered above the LEDs 2020-07-01 19:53:25 +02:00
clientsettingsdlg.cpp implementation for the client: add support to change language (#297) -> server implementation still TODO 2020-07-06 18:39:35 +02:00
clientsettingsdlg.h implementation for the client: add support to change language (#297) -> server implementation still TODO 2020-07-06 18:39:35 +02:00
clientsettingsdlgbase.ui implementation for the client: add support to change language (#297) -> server implementation still TODO 2020-07-06 18:39:35 +02:00
connectdlg.cpp add special server list filter for filtering occupied servers by using "#" (#397) 2020-07-04 08:24:35 +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 initial multi-group support, still some work to do (e.g. the skin change does not work) 2020-07-04 09:45: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 bug fix: clip state not correctly reset when changing servers 2020-07-05 16:33:53 +02:00
levelmeter.h support clip indication for bar meter as well 2020-06-24 18:28:47 +02:00
main.cpp store language selection in settings file; add translation help functions in util.h/.cpp 2020-07-05 20:49:43 +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 bug fix 2020-07-07 18:38:13 +02:00
protocol.h add new register message which contains server version 2020-07-07 18:31:26 +02:00
resources.qrc store language selection in settings file; add translation help functions in util.h/.cpp 2020-07-05 20:49:43 +02:00
server.cpp add new register message which contains server version 2020-07-07 18:31:26 +02:00
server.h add new register message which contains server version 2020-07-07 18:31:26 +02:00
serverdlg.cpp remove the version label at the bottom of the server GUI since we now have many settings and we want to clean up a bit -> the version can be seen in the About dialog anyway 2020-07-07 16:35:00 +02:00
serverdlg.h add language selector also in the server GUI 2020-07-06 19:31:42 +02:00
serverdlgbase.ui remove the version label at the bottom of the server GUI since we now have many settings and we want to clean up a bit -> the version can be seen in the About dialog anyway 2020-07-07 16:35:00 +02:00
serverlist.cpp add new register message which contains server version 2020-07-07 18:31:26 +02:00
serverlist.h add new register message which contains server version 2020-07-07 18:31:26 +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 store language selection in settings file; add translation help functions in util.h/.cpp 2020-07-05 20:49:43 +02:00
settings.h implementation for the client: add support to change language (#297) -> server implementation still TODO 2020-07-06 18:39:35 +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 Fix some typos (found by codespell) 2020-06-30 12:59:53 +02:00
soundbase.h some more merge fixes 2020-06-17 19:34:51 +02:00
testbench.h Fix some typos (found by codespell) 2020-06-30 12:59:53 +02:00
util.cpp system language: first try to find the complete string, if not found use only first two letters instead 2020-07-06 20:01:40 +02:00
util.h implementation for the client: add support to change language (#297) -> server implementation still TODO 2020-07-06 18:39:35 +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