jamulus/src
Volker Fischer c4866aff2f code cleanup
2020-06-08 17:40:59 +02:00
..
recorder #315 Provide Audacity "list of file" for session 2020-06-06 16:05:32 +01:00
res support sorting faders by channel name (#178) 2020-06-08 17:34:45 +02:00
aboutdlgbase.ui first tests of new about dialog 2020-05-08 17:09:54 +02:00
analyzerconsole.cpp resolve outstanding: using Qt5 connections instead of the old Qt4 ones 2020-06-07 09:01:52 +02:00
analyzerconsole.h 2019->2020 2020-01-01 15:41:43 +01:00
audiomixerboard.cpp code cleanup 2020-06-08 17:40:59 +02:00
audiomixerboard.h support sorting faders by channel name (#178) 2020-06-08 17:34:45 +02:00
buffer.cpp fix for auto jitter buffer for 64 samples frame size 2020-04-16 18:40:29 +02:00
buffer.h fix for auto jitter buffer for 64 samples frame size 2020-04-16 18:40:29 +02:00
channel.cpp using Qt5 connections instead of the old Qt4 ones (just a subset converted right now, more TODO) 2020-06-06 17:19:25 +02:00
channel.h New Client Level now also applies if you enter a server 2020-05-26 17:28:44 +02:00
chatdlg.cpp using Qt5 connections instead of the old Qt4 ones (just a subset converted right now, more TODO) 2020-06-06 17:19:25 +02:00
chatdlg.h 2019->2020 2020-01-01 15:41:43 +01:00
chatdlgbase.ui should fix "low-res icon issue #28" 2020-04-05 22:12:53 +02:00
client.cpp using Qt5 connections instead of the old Qt4 ones (just a subset converted right now, more TODO) 2020-06-06 17:19:25 +02:00
client.h small fix 2020-06-06 10:24:22 +02:00
clientdlg.cpp support sorting faders by channel name (#178) 2020-06-08 17:34:45 +02:00
clientdlg.h support sorting faders by channel name (#178) 2020-06-08 17:34:45 +02:00
clientdlgbase.ui bug fix: standard style: meter bar gets smaller sometimes if board is full and fader text is short 2020-05-03 10:44:53 +02:00
clientsettingsdlg.cpp Qt4 -> Qt5 connection 2020-06-07 10:08:00 +02:00
clientsettingsdlg.h remove central server selection combo box in settings dialog 2020-05-22 08:19:22 +02:00
clientsettingsdlgbase.ui remove central server selection combo box in settings dialog 2020-05-22 08:19:22 +02:00
connectdlg.cpp resolve outstanding: using Qt5 connections instead of the old Qt4 ones 2020-06-07 09:01:52 +02:00
connectdlg.h duplicate Central Server type dropdown to Connection Setup (#157) 2020-05-16 17:35:38 +02:00
connectdlgbase.ui duplicate Central Server type dropdown to Connection Setup (#157) 2020-05-16 17:35:38 +02:00
global.h permanent server is now a server which is on for 2 days (was changed to 3 days previously but 2 should be sufficient) 2020-06-05 11:03:24 +02:00
historygraph.cpp using Qt5 connections instead of the old Qt4 ones (just a subset converted right now, more TODO) 2020-06-06 22:15:33 +02:00
historygraph.h code style changes 2020-03-22 20:24:30 +01:00
main.cpp show channel numbers if --ctrlmidich is used (#241, #95) 2020-06-06 15:51:54 +02:00
multicolorled.cpp 2019->2020 2020-01-01 15:41:43 +01:00
multicolorled.h 2019->2020 2020-01-01 15:41:43 +01:00
multicolorledbar.cpp Make level meter LED black when off 2020-06-01 21:27:56 +02:00
multicolorledbar.h Make level meter LED black when off 2020-06-01 21:27:56 +02:00
protocol.cpp using Qt5 connections instead of the old Qt4 ones (just a subset converted right now, more TODO) 2020-06-06 22:15:33 +02:00
protocol.h New Client Level now also applies if you enter a server 2020-05-26 17:28:44 +02:00
resources.qrc merge fixes 2020-06-05 22:43:14 +02:00
server.cpp some small fixes 2020-06-07 13:08:06 +02:00
server.h improvement: only send channel levels if they are different from the previous ones 2020-06-07 12:09:30 +02:00
serverdlg.cpp resolve outstanding: using Qt5 connections instead of the old Qt4 ones 2020-06-07 09:01:52 +02:00
serverdlg.h #228 Enable/Disable recording from command line 2020-05-30 18:04:55 +01:00
serverdlgbase.ui #228 Enable/Disable recording from command line 2020-05-30 18:04:55 +01:00
serverlist.cpp using Qt5 connections instead of the old Qt4 ones (just a subset converted right now, more TODO) 2020-06-06 22:15:33 +02:00
serverlist.h small merge fixes 2020-04-30 19:26:04 +02:00
serverlogging.cpp use a sortable, more standard, datetime format for logging 2020-04-22 16:18:58 +02:00
serverlogging.h integrated the essential changes from emlynmac from https://github.com/corrados/jamulus/pull/44 2020-04-10 20:29:14 +02:00
settings.cpp avoid showing IP address if no name in the musician profile is given #316 2020-06-05 14:22:44 +02:00
settings.h added an additional central server list -> split rock/jazz in separate servers 2020-05-23 21:23:20 +02:00
signalhandler.cpp Initialise sa_flags 2020-05-31 09:02:21 +01:00
signalhandler.h Expanded signal handling 2020-05-15 20:05:04 +01:00
socket.cpp resolve outstanding: using Qt5 connections instead of the old Qt4 ones 2020-06-07 09:01:52 +02:00
socket.h using Qt5 connections instead of the old Qt4 ones (just a subset converted right now, more TODO) 2020-06-06 22:15:33 +02:00
soundbase.cpp introduce global INVALID_INDEX for more consistent code 2020-05-26 09:56:46 +02:00
soundbase.h introduce global INVALID_INDEX for more consistent code 2020-05-26 09:56:46 +02:00
testbench.h using Qt5 connections instead of the old Qt4 ones (just a subset converted right now, more TODO) 2020-06-06 22:15:33 +02:00
util.cpp resolve outstanding: using Qt5 connections instead of the old Qt4 ones 2020-06-07 09:01:52 +02:00
util.h avoid showing IP address if no name in the musician profile is given #316 2020-06-05 14:22:44 +02:00
vstmain.cpp Update vstmain.cpp 2019-06-16 11:30:30 +02:00
vstmain.h Update vstmain.h 2019-06-16 11:31:09 +02:00
vstsound.h Update vstsound.h 2019-06-16 11:31:46 +02:00