.. |
res
|
add support for a system tray icon for the server
|
2011-05-06 20:18:20 +00:00 |
aboutdlgbase.ui
|
rename GUI controls according to new prefix definition
|
2011-05-08 20:13:26 +00:00 |
audiomixerboard.cpp
|
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 |
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 -> removed code which is not used right now
|
2011-05-18 06:55:43 +00:00 |
buffer.h
|
some code cleanup -> removed code which is not used right now
|
2011-05-18 06:55:43 +00:00 |
channel.cpp
|
moved the socket buffer size update from the client in the channel because it shall be also used in the server in the future, bug fix with connect/disconnect
|
2011-05-22 20:40:29 +00:00 |
channel.h
|
moved the socket buffer size update from the client in the channel because it shall be also used in the server in the future, bug fix with connect/disconnect
|
2011-05-22 20:40:29 +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
|
moved the socket buffer size update from the client in the channel because it shall be also used in the server in the future, bug fix with connect/disconnect
|
2011-05-22 20:40:29 +00:00 |
client.h
|
moved the socket buffer size update from the client in the channel because it shall be also used in the server in the future, bug fix with connect/disconnect
|
2011-05-22 20:40:29 +00:00 |
clientsettingsdlg.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 |
clientsettingsdlg.h
|
rename GUI controls according to new prefix definition
|
2011-05-08 20:13:26 +00:00 |
clientsettingsdlgbase.ui
|
rename GUI controls according to new prefix definition
|
2011-05-08 20:13:26 +00:00 |
connectdlg.cpp
|
moved the socket buffer size update from the client in the channel because it shall be also used in the server in the future, bug fix with connect/disconnect
|
2011-05-22 20:40:29 +00:00 |
connectdlg.h
|
rename GUI controls according to new prefix definition
|
2011-05-08 20:13:26 +00:00 |
connectdlgbase.ui
|
rename GUI controls according to new prefix definition
|
2011-05-08 20:13:26 +00:00 |
global.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 |
llconclientdlg.cpp
|
small change
|
2011-05-21 20:42:39 +00:00 |
llconclientdlg.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 |
llconclientdlgbase.ui
|
change height of main window
|
2011-05-09 19:17:30 +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
|
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 |
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
|
added a connection less message for disconnect -> does not work yet since connection less messages are not evaluated for connected channels
|
2011-05-22 09:47:09 +00:00 |
protocol.h
|
added a connection less message for disconnect -> does not work yet since connection less messages are not evaluated for connected channels
|
2011-05-22 09:47:09 +00:00 |
resources.qrc
|
add support for a system tray icon for the server
|
2011-05-06 20:18:20 +00:00 |
server.cpp
|
added a connection less message for disconnect -> does not work yet since connection less messages are not evaluated for connected channels
|
2011-05-22 09:47:09 +00:00 |
server.h
|
added a connection less message for disconnect -> does not work yet since connection less messages are not evaluated for connected channels
|
2011-05-22 09:47:09 +00:00 |
serverlist.cpp
|
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 |
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
|
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 |
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
|
moved the socket buffer size update from the client in the channel because it shall be also used in the server in the future, bug fix with connect/disconnect
|
2011-05-22 20:40:29 +00:00 |
socket.h
|
first working initial server list implementation
|
2011-04-14 06:46:21 +00:00 |
soundbase.cpp
|
update of copyright
|
2011-02-22 18:56:52 +00:00 |
soundbase.h
|
same fixes, some cleanup, some server list implementation
|
2011-03-31 18:25:14 +00:00 |
testbench.h
|
added a connection less message for disconnect -> does not work yet since connection less messages are not evaluated for connected channels
|
2011-05-22 09:47:09 +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
|
some code cleanup -> removed code which is not used right now
|
2011-05-18 06:55:43 +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 |