jamulus/src
Volker Fischer 5a04e91835 fix for Qt4
2015-02-04 06:59:28 +00:00
..
res support for a country flag icon on the fader tag 2015-01-24 15:38:39 +00:00
aboutdlgbase.ui update to 2014 2014-01-05 16:52:38 +00:00
analyzerconsole.cpp update to 2014 2014-01-05 16:52:38 +00:00
analyzerconsole.h update to 2014 2014-01-05 16:52:38 +00:00
audiomixerboard.cpp fix for Qt4 2015-02-04 06:59:28 +00:00
audiomixerboard.h set fader tag background color depending on the skill level 2015-01-31 08:58:19 +00:00
buffer.cpp avoid allocating memory in the server real-time processing routine 2014-01-12 09:48:49 +00:00
buffer.h fixed a compiler warning on the newest Mac XCode compiler: The init function of the buffer class was set to virtual but the derived function had a different number of funciton parameters. So the intention was actually NOT to be virtual. Therefore I removed the virtual from the functions and the warning is gone now. 2014-06-15 19:33:27 +00:00
channel.cpp a licence agreement dialog can be requested by the server 2015-01-23 19:43:18 +00:00
channel.h a licence agreement dialog can be requested by the server 2015-01-23 19:43:18 +00:00
chatdlg.cpp update to 2014 2014-01-05 16:52:38 +00:00
chatdlg.h update to 2014 2014-01-05 16:52:38 +00:00
chatdlgbase.ui rename GUI controls according to new prefix definition 2011-05-08 20:13:26 +00:00
client.cpp added variables for storing the window position of the profile window 2015-01-31 08:15:56 +00:00
client.h added variables for storing the window position of the profile window 2015-01-31 08:15:56 +00:00
clientdlg.cpp removed fader tag edit, country and instrument buttons (since this is done in the profile dialog now) 2015-01-31 10:04:15 +00:00
clientdlg.h removed fader tag edit, country and instrument buttons (since this is done in the profile dialog now) 2015-01-31 10:04:15 +00:00
clientdlgbase.ui removed fader tag edit, country and instrument buttons (since this is done in the profile dialog now) 2015-01-31 10:04:15 +00:00
clientsettingsdlg.cpp removed the "open chat on new message" mechanism since nobody actually uses this, now simply the window automatically opens on a new message if it is not already open, otherwise do nothing 2014-02-25 14:38:12 +00:00
clientsettingsdlg.h removed the "open chat on new message" mechanism since nobody actually uses this, now simply the window automatically opens on a new message if it is not already open, otherwise do nothing 2014-02-25 14:38:12 +00:00
clientsettingsdlgbase.ui fix tab order 2014-02-25 21:10:40 +00:00
connectdlg.cpp introduce macro ENABLE_CLIENT_VERSION_AND_OS_DEBUGGING for enabling the version and OS query in the client (for debugging reasons) 2014-02-23 09:46:25 +00:00
connectdlg.h introduce macro ENABLE_CLIENT_VERSION_AND_OS_DEBUGGING for enabling the version and OS query in the client (for debugging reasons) 2014-02-23 09:46:25 +00:00
connectdlgbase.ui Clients -> Musicians 2012-01-27 16:17:04 +00:00
global.h increase the default used number channels for server 2014-03-11 19:39:44 +00:00
main.cpp a licence agreement dialog can be requested by the server 2015-01-23 19:43:18 +00:00
multicolorled.cpp replaced global "MUL_COL_LED_*" definitions by actual enum definitions in the multicolor LED class 2014-01-05 18:26:38 +00:00
multicolorled.h replaced global "MUL_COL_LED_*" definitions by actual enum definitions in the multicolor LED class 2014-01-05 18:26:38 +00:00
multicolorledbar.cpp update to 2014 2014-01-05 16:52:38 +00:00
multicolorledbar.h update to 2014 2014-01-05 16:52:38 +00:00
protocol.cpp a licence agreement dialog can be requested by the server 2015-01-23 19:43:18 +00:00
protocol.h added new PROTMESSID_LICENCE_REQUIRED message 2015-01-18 21:23:47 +00:00
resources.qrc support for a country flag icon on the fader tag 2015-01-24 15:47:32 +00:00
server.cpp a licence agreement dialog can be requested by the server 2015-01-23 19:43:18 +00:00
server.h a licence agreement dialog can be requested by the server 2015-01-23 19:43:18 +00:00
serverdlg.cpp update to 2014 2014-01-05 16:52:38 +00:00
serverdlg.h update to 2014 2014-01-05 16:52:38 +00:00
serverdlgbase.ui change the mechanism of how the LEDs are updated -> no window event posts anymore to avoid blocking in the critical audio thread 2014-01-03 08:54:49 +00:00
serverlist.cpp fix for #17 Default central server flag seems not to work in server GUI 2014-02-23 18:17:46 +00:00
serverlist.h update to 2014 2014-01-05 16:52:38 +00:00
serverlogging.cpp update to 2014 2014-01-05 16:52:38 +00:00
serverlogging.h update to 2014 2014-01-05 16:52:38 +00:00
settings.cpp store some profile settings and also the window position of the profile window 2015-01-31 08:14:52 +00:00
settings.h update to 2014 2014-01-05 16:52:38 +00:00
socket.cpp fix shutdown issue on Mac OS 2014-02-18 19:36:09 +00:00
socket.h bug fix 2014-02-16 09:28:34 +00:00
soundbase.cpp update to 2014 2014-01-05 16:52:38 +00:00
soundbase.h update to 2014 2014-01-05 16:52:38 +00:00
testbench.h a licence agreement dialog can be requested by the server 2015-01-23 19:43:18 +00:00
util.cpp rename button of profile dialog from OK to Close and remove Default property 2015-01-31 10:04:59 +00:00
util.h implementation of a musician profile dialog 2015-01-30 20:58:49 +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