jamulus/src
2013-01-23 08:58:29 +00:00
..
res rename onjam.xcf to banner.xcf 2013-01-23 08:58:29 +00:00
aboutdlgbase.ui rename GUI controls according to new prefix definition 2011-05-08 20:13:26 +00:00
audiomixerboard.cpp fix to get the same layout under Windows as before for the mixer faders 2011-12-01 18:47:17 +00:00
audiomixerboard.h changed the qt includes to regular ones (without the .h) 2013-01-02 20:41:04 +00:00
buffer.cpp some code cleanup 2011-06-30 19:51:15 +00:00
buffer.h lower block error rate bound for auto jitter buffer to increase audio quality (note that the delay will be slightly higher) 2012-02-25 17:54:47 +00:00
channel.cpp removed Cycle Time Variance measurement since it is not required anymore 2011-06-16 11:43:28 +00:00
channel.h changed the qt includes to regular ones (without the .h) 2013-01-02 20:41:04 +00:00
chatdlg.cpp fixes for Qt5 2013-01-08 20:29:11 +00:00
chatdlg.h qmake is now the one and only supported environment 2013-01-09 09:28:15 +00:00
chatdlgbase.ui rename GUI controls according to new prefix definition 2011-05-08 20:13:26 +00:00
client.cpp fix for old Qt version on Mac 2012-01-30 19:08:40 +00:00
client.h changed the qt includes to regular ones (without the .h) 2013-01-02 20:41:04 +00:00
clientsettingsdlg.cpp some work on Mac audio device selection, not yet finished 2012-01-21 18:21:36 +00:00
clientsettingsdlg.h qmake is now the one and only supported environment 2013-01-09 09:28:15 +00:00
clientsettingsdlgbase.ui backup checkin, including lots of test code... 2011-06-11 05:19:48 +00:00
connectdlg.cpp added some code for debugging purpose 2012-07-09 07:24:35 +00:00
connectdlg.h qmake is now the one and only supported environment 2013-01-09 09:28:15 +00:00
connectdlgbase.ui Clients -> Musicians 2012-01-27 16:17:04 +00:00
global.h changed the qt includes to regular ones (without the .h) 2013-01-02 20:41:04 +00:00
llconclientdlg.cpp added a debugging command line argument so that the complete server list of registered servers can be seen 2011-11-19 21:24:03 +00:00
llconclientdlg.h qmake is now the one and only supported environment 2013-01-09 09:28:15 +00:00
llconclientdlgbase.ui do not use "fader tag" since nobody knows what this is 2011-05-30 19:21:42 +00:00
llconserverdlg.cpp bug fix with unchecking the register server in the server dialog -> it seems that after the time out, the server was registered anyway because the timer was not disabled (fix is not yet tested...) 2012-07-06 16:54:50 +00:00
llconserverdlg.h qmake is now the one and only supported environment 2013-01-09 09:28:15 +00:00
llconserverdlgbase.ui rename GUI controls according to new prefix definition 2011-05-08 20:13:26 +00:00
main.cpp qmake is now the one and only supported environment 2013-01-09 09:28:15 +00:00
multicolorled.cpp update of copyright 2011-02-22 18:56:52 +00:00
multicolorled.h changed the qt includes to regular ones (without the .h) 2013-01-02 20:41:04 +00:00
multicolorledbar.cpp add support for a system tray icon for the server 2011-05-06 20:18:20 +00:00
multicolorledbar.h changed the qt includes to regular ones (without the .h) 2013-01-02 20:41:04 +00:00
protocol.cpp fix for utf-8 strings in protocol (it used to be just ACSII coded strings which is not according to the specification of the protocol) 2013-01-13 19:56:50 +00:00
protocol.h fix for utf-8 strings in protocol (it used to be just ACSII coded strings which is not according to the specification of the protocol) 2013-01-13 19:56:50 +00:00
resources.qrc bug fix 2011-10-29 15:42:52 +00:00
server.cpp introduce command line argument for enabling the ping of the slave servers in the list to keep the NAT port open (central server functionality only) 2012-07-14 16:18:09 +00:00
server.h changed the qt includes to regular ones (without the .h) 2013-01-02 20:41:04 +00:00
serverlist.cpp changed the qt includes to regular ones (without the .h) 2013-01-02 20:41:04 +00:00
serverlist.h changed the qt includes to regular ones (without the .h) 2013-01-02 20:41:04 +00:00
serverlogging.cpp bug fix, exchanged std:string by QString, some code style changes 2011-04-06 18:02:44 +00:00
serverlogging.h changed the qt includes to regular ones (without the .h) 2013-01-02 20:41:04 +00:00
settings.cpp most of the work done for separate client/server jitter buffer settings but not yet finished (does not work as expected yet) 2011-05-27 20:29:37 +00:00
settings.h changed the qt includes to regular ones (without the .h) 2013-01-02 20:41:04 +00:00
socket.cpp removed old disconnect message which only works with connected channels -> replaced by a connection less disconnect message 2011-05-23 19:06:02 +00:00
socket.h changed the qt includes to regular ones (without the .h) 2013-01-02 20:41:04 +00:00
soundbase.cpp moved a check from the sound class in the sound base class 2011-12-07 20:18:56 +00:00
soundbase.h changed the qt includes to regular ones (without the .h) 2013-01-02 20:41:04 +00:00
testbench.h changed the qt includes to regular ones (without the .h) 2013-01-02 20:41:04 +00:00
util.cpp small fix for initialization of host address in case not actual address could be obtained 2012-07-09 12:49:47 +00:00
util.h moved fix with "NOMINMAX" in the project file 2013-01-13 14:20:53 +00:00
vstmain.cpp update of copyright 2011-02-22 18:56:52 +00:00
vstmain.h update of copyright 2011-02-22 18:56:52 +00:00
vstsound.h same fixes, some cleanup, some server list implementation 2011-03-31 18:25:14 +00:00