jamulus/src
2013-06-09 06:42:33 +00:00
..
res file renaming 2013-03-24 11:24:43 +00:00
aboutdlgbase.ui removed llcon 2013-02-18 18:21:57 +00:00
analyzerconsole.cpp fix a compile warning 2013-03-04 16:23:05 +00:00
analyzerconsole.h added command line argument --showanalyzerconsole to enable the analyzer console 2013-03-02 19:52:13 +00:00
audiomixerboard.cpp bug fix: IP address was not shown on empty name tag 2013-03-01 17:15:29 +00:00
audiomixerboard.h support for storing fader tags/levels in settings file 2013-02-28 20:54:47 +00:00
buffer.cpp get rid of "Llcon" 2013-03-24 11:38:00 +00:00
buffer.h removed iNumInvalidElements method since this does not work fine with OPUS PLC 2013-03-06 16:48:11 +00:00
channel.cpp Added support for putting the receive socket in a separate thread. Unfortunately the current code does not work as expected. Some Qt warnings appear and after a while the receive socket does not receive any more network packets. Therefore a global macro is introduced to enable/disable the new code. Default is: disabled. 2013-06-03 16:07:17 +00:00
channel.h Added support for putting the receive socket in a separate thread. Unfortunately the current code does not work as expected. Some Qt warnings appear and after a while the receive socket does not receive any more network packets. Therefore a global macro is introduced to enable/disable the new code. Default is: disabled. 2013-06-03 16:07:17 +00:00
chatdlg.cpp update year to 2013 2013-01-23 10:41:13 +00:00
chatdlg.h update year to 2013 2013-01-23 10:41:13 +00:00
chatdlgbase.ui rename GUI controls according to new prefix definition 2011-05-08 20:13:26 +00:00
client.cpp Added support for putting the receive socket in a separate thread. Unfortunately the current code does not work as expected. Some Qt warnings appear and after a while the receive socket does not receive any more network packets. Therefore a global macro is introduced to enable/disable the new code. Default is: disabled. 2013-06-03 16:07:17 +00:00
client.h added formula 2013-06-09 06:42:33 +00:00
clientdlg.cpp Added support for putting the receive socket in a separate thread. Unfortunately the current code does not work as expected. Some Qt warnings appear and after a while the receive socket does not receive any more network packets. Therefore a global macro is introduced to enable/disable the new code. Default is: disabled. 2013-06-03 16:07:17 +00:00
clientdlg.h the connection setup dialog can now be opened during a connection 2013-05-03 19:11:01 +00:00
clientdlgbase.ui get rid of "Llcon" 2013-03-24 15:42:23 +00:00
clientsettingsdlg.cpp use APP_NAME define instead of writing llcon directly in the code 2013-02-17 21:14:19 +00:00
clientsettingsdlg.h fix for loud noise at the beginning of a connection when a new server (supporting OPUS) is connected -> Still some noise left because of weird PLC effects of the OPUS codec 2013-03-10 08:19:41 +00:00
clientsettingsdlgbase.ui backup checkin, including lots of test code... 2011-06-11 05:19:48 +00:00
connectdlg.cpp code style 2013-05-04 19:14:02 +00:00
connectdlg.h the connection setup dialog can now be opened during a connection 2013-05-03 19:11:01 +00:00
connectdlgbase.ui Clients -> Musicians 2012-01-27 16:17:04 +00:00
global.h Added support for putting the receive socket in a separate thread. Unfortunately the current code does not work as expected. Some Qt warnings appear and after a while the receive socket does not receive any more network packets. Therefore a global macro is introduced to enable/disable the new code. Default is: disabled. 2013-06-03 16:07:17 +00:00
main.cpp Added support for putting the receive socket in a separate thread. Unfortunately the current code does not work as expected. Some Qt warnings appear and after a while the receive socket does not receive any more network packets. Therefore a global macro is introduced to enable/disable the new code. Default is: disabled. 2013-06-03 16:07:17 +00:00
multicolorled.cpp update year to 2013 2013-01-23 10:41:13 +00:00
multicolorled.h update year to 2013 2013-01-23 10:41:13 +00:00
multicolorledbar.cpp update year to 2013 2013-01-23 10:41:13 +00:00
multicolorledbar.h update year to 2013 2013-01-23 10:41:13 +00:00
protocol.cpp Added support for putting the receive socket in a separate thread. Unfortunately the current code does not work as expected. Some Qt warnings appear and after a while the receive socket does not receive any more network packets. Therefore a global macro is introduced to enable/disable the new code. Default is: disabled. 2013-06-03 16:07:17 +00:00
protocol.h Added support for putting the receive socket in a separate thread. Unfortunately the current code does not work as expected. Some Qt warnings appear and after a while the receive socket does not receive any more network packets. Therefore a global macro is introduced to enable/disable the new code. Default is: disabled. 2013-06-03 16:07:17 +00:00
resources.qrc file renaming 2013-03-24 11:24:43 +00:00
server.cpp Added support for putting the receive socket in a separate thread. Unfortunately the current code does not work as expected. Some Qt warnings appear and after a while the receive socket does not receive any more network packets. Therefore a global macro is introduced to enable/disable the new code. Default is: disabled. 2013-06-03 16:07:17 +00:00
server.h Added support for putting the receive socket in a separate thread. Unfortunately the current code does not work as expected. Some Qt warnings appear and after a while the receive socket does not receive any more network packets. Therefore a global macro is introduced to enable/disable the new code. Default is: disabled. 2013-06-03 16:07:17 +00:00
serverdlg.cpp get rid of "Llcon" 2013-03-24 15:42:23 +00:00
serverdlg.h get rid of "Llcon" 2013-03-24 15:42:23 +00:00
serverdlgbase.ui get rid of "Llcon" 2013-03-24 15:42:23 +00:00
serverlist.cpp get rid of "Llcon" 2013-03-24 11:38:00 +00:00
serverlist.h get rid of the name "llcon" 2013-03-24 10:49:25 +00:00
serverlogging.cpp update year to 2013 2013-01-23 10:41:13 +00:00
serverlogging.h code style 2013-02-23 17:51:34 +00:00
settings.cpp support for storing fader tags/levels in settings file 2013-02-28 20:54:47 +00:00
settings.h code style changes 2013-02-11 15:06:00 +00:00
socket.cpp clean up the socket so that we do not have direct calls to e.g. protocol messages 2013-05-10 19:34:55 +00:00
socket.h Added support for putting the receive socket in a separate thread. Unfortunately the current code does not work as expected. Some Qt warnings appear and after a while the receive socket does not receive any more network packets. Therefore a global macro is introduced to enable/disable the new code. Default is: disabled. 2013-06-03 16:07:17 +00:00
soundbase.cpp get rid of the name "llcon" 2013-03-24 10:49:25 +00:00
soundbase.h update year to 2013 2013-01-23 10:41:13 +00:00
testbench.h Added Support for instrument picture on fader tag 2013-02-11 15:53:52 +00:00
util.cpp code style 2013-05-08 07:35:15 +00:00
util.h code style 2013-05-08 07:35:15 +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