jamulus/src
2011-11-19 21:24:03 +00:00
..
res fixed problems with icon files, added licenses of libs in the main copying file 2011-11-03 20:08:04 +00:00
aboutdlgbase.ui rename GUI controls according to new prefix definition 2011-05-08 20:13:26 +00:00
audiomixerboard.cpp added two buttons on the main window 2011-05-28 20:07:57 +00:00
audiomixerboard.h show the server name in the title of the audio mixer board 2011-05-04 20:08:06 +00:00
buffer.cpp some code cleanup 2011-06-30 19:51:15 +00:00
buffer.h code cleanup 2011-06-29 20:20:22 +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 code cleanup 2011-06-29 20:20:22 +00:00
chatdlg.cpp edited/added help texts 2011-05-09 20:41:55 +00:00
chatdlg.h rename GUI controls according to new prefix definition 2011-05-08 20:13:26 +00:00
chatdlgbase.ui rename GUI controls according to new prefix definition 2011-05-08 20:13:26 +00:00
client.cpp some more work for moving functions from the Windows sound interface to the sound base class 2011-10-18 20:04:56 +00:00
client.h removed Cycle Time Variance measurement since it is not required anymore 2011-06-16 11:43:28 +00:00
clientsettingsdlg.cpp small fix 2011-06-18 13:32:26 +00:00
clientsettingsdlg.h 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
clientsettingsdlgbase.ui backup checkin, including lots of test code... 2011-06-11 05:19:48 +00:00
connectdlg.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
connectdlg.h 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
connectdlgbase.ui enlarge connection dialog, sort the list by the minimum ping time of a server 2011-11-15 20:06:27 +00:00
global.h new version, fix for Windows deployment skript 2011-07-02 11:55:36 +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 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
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 start minimized command line argument -> the hide command was not issued in that case 2011-05-21 19:05:57 +00:00
llconserverdlg.h fix for the issue: the settings file is not stored on Windows if the software is running and the operating system is shut down 2011-05-21 17:06:30 +00:00
llconserverdlgbase.ui rename GUI controls according to new prefix definition 2011-05-08 20:13:26 +00:00
main.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
multicolorled.cpp update of copyright 2011-02-22 18:56:52 +00:00
multicolorled.h some cleanup for the server 2011-04-14 19:40:12 +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 GUI design (removed status bar and introduced status LEDs), added "Fancy GUI Design" switch in settings dialog 2011-03-20 12:53:31 +00:00
protocol.cpp retain compatibility to old versions in regards to the server and the old ping messages -> to be removed later on 2011-06-12 08:04:14 +00:00
protocol.h retain compatibility to old versions in regards to the server and the old ping messages -> to be removed later on 2011-06-12 08:04:14 +00:00
resources.qrc bug fix 2011-10-29 15:42:52 +00:00
server.cpp removed Cycle Time Variance measurement since it is not required anymore 2011-06-16 11:43:28 +00:00
server.h removed Cycle Time Variance measurement since it is not required anymore 2011-06-16 11:43:28 +00:00
serverlist.cpp fix a crash in the server if a slave server is unregistered 2011-11-14 18:30:16 +00:00
serverlist.h the maximum number of channel can be set via command line now, added some test functions in the buffer 2011-05-13 18:23:00 +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 fixed some compiler warnings 2011-03-27 12:28:43 +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 Store file name in settings class on creation and do not require it for each load and save call 2011-05-21 16:53:01 +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 first working initial server list implementation 2011-04-14 06:46:21 +00:00
soundbase.cpp update 2011-10-26 19:58:28 +00:00
soundbase.h some more work for moving functions from the Windows sound interface to the sound base class 2011-10-18 20:04:56 +00:00
testbench.h replaced normal ping messages with connection less ping message to avoid all the acknowledge messages 2011-05-24 19:40:57 +00:00
util.cpp bug fix in server, added simulation mode in buffer base class, added deactivated test code for simulation buffer statistics, avoid audio drop outs when the jitter buffer size is changed 2011-05-17 15:39:33 +00:00
util.h bug fix for a crash in the jitter buffer, patch from pljones 2011-06-28 19:07:24 +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