Volker Fischer
|
72c5f4cc63
|
a licence agreement dialog can be requested by the server
|
2015-01-23 19:43:18 +00:00 |
|
Volker Fischer
|
e85b0f93ed
|
remove "--disableleds" command line argument since disabling LEDs is not required anymore because we now have a separate socket thread and therefore a stable audio connection even in case the LEDs are used
|
2014-02-25 14:58:54 +00:00 |
|
Volker Fischer
|
76d8de72b6
|
lowering the GUI thread priority should not be necessary if the high priority socket thread is correctly implemented
|
2014-01-31 16:51:06 +00:00 |
|
Volker Fischer
|
c0a67a9884
|
update to 2014
|
2014-01-05 16:52:38 +00:00 |
|
Volker Fischer
|
6e49e4e92c
|
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 |
|
Volker Fischer
|
6bdb82c65f
|
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 |
|
Volker Fischer
|
ddbc1d3d8d
|
get rid of "Llcon"
|
2013-03-24 15:42:23 +00:00 |
|
Volker Fischer
|
196f0ff477
|
get rid of the name "llcon"
|
2013-03-24 10:49:25 +00:00 |
|
Volker Fischer
|
478fd285be
|
added command line argument --showanalyzerconsole to enable the analyzer console
|
2013-03-02 19:52:13 +00:00 |
|
Volker Fischer
|
a04438fdc5
|
support for server welcome message on connect (enabled via a command line argument)
|
2013-02-11 20:24:38 +00:00 |
|
Volker Fischer
|
a7895f88ea
|
update year to 2013
|
2013-01-23 10:41:13 +00:00 |
|
Volker Fischer
|
dd1b97319f
|
qmake is now the one and only supported environment
|
2013-01-09 09:28:15 +00:00 |
|
Volker Fischer
|
87aabee220
|
changed the qt includes to regular ones (without the .h)
|
2013-01-02 20:41:04 +00:00 |
|
Volker Fischer
|
aada1a912f
|
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 |
|
Volker Fischer
|
3b539351b1
|
code style
|
2012-07-07 15:50:07 +00:00 |
|
Volker Fischer
|
d4a6ea617f
|
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 |
|
Volker Fischer
|
048d8d2e15
|
small fixes
|
2011-05-25 20:00:54 +00:00 |
|
Volker Fischer
|
41804bf223
|
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 |
|
Volker Fischer
|
aa0fd533e6
|
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 |
|
Volker Fischer
|
793b21f9d9
|
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 |
|
Volker Fischer
|
73dc8e1d77
|
support for auto start minimized on Windows (not yet finished)
|
2011-05-08 15:01:20 +00:00 |
|
Volker Fischer
|
9c78e71358
|
fix for window flags
|
2011-05-07 14:55:08 +00:00 |
|
Volker Fischer
|
e71166d96c
|
support for setting predefined server in the server list by the command line arguments, bug fix with connection dialog if no country is given but a city, started work for unregistering server
|
2011-05-03 20:37:06 +00:00 |
|
Volker Fischer
|
50cf3e54dc
|
fix for server GUI, connect dlg fix
|
2011-05-01 19:33:29 +00:00 |
|
Volker Fischer
|
29a185da97
|
fixes for the server GUI, set help text for server GUI, support for default central server address check box in the server GUI
|
2011-04-30 19:51:49 +00:00 |
|
Volker Fischer
|
c08fe59a68
|
support for the new GUI controls in the server, net yet finished (still buggy)
|
2011-04-30 13:01:26 +00:00 |
|
Volker Fischer
|
328dbd2b1c
|
support for storing/recovering settings for the server in GUI mode
|
2011-04-25 16:16:31 +00:00 |
|
Volker Fischer
|
886251367b
|
support for setting the server info parameters via the command line arguments
|
2011-04-25 13:25:33 +00:00 |
|
Volker Fischer
|
79e0982ff0
|
some more server list implementations, some code cleanup
|
2011-04-09 19:42:30 +00:00 |
|
Volker Fischer
|
8dbb1949db
|
some more server list preparation work
|
2011-04-07 19:09:08 +00:00 |
|
Volker Fischer
|
1d4a7df6b5
|
give more flexibility with the client port numbers
|
2011-04-07 18:26:54 +00:00 |
|
Volker Fischer
|
1f1e36876e
|
small change
|
2011-04-06 18:03:43 +00:00 |
|
Volker Fischer
|
c6068689d5
|
bug fix, exchanged std:string by QString, some code style changes
|
2011-04-06 18:02:44 +00:00 |
|
Volker Fischer
|
74ac1d075f
|
added a command line argument, some code style changes
|
2011-04-05 18:34:34 +00:00 |
|
Volker Fischer
|
74b69cc2f9
|
small fix for main window layout, added some test code
|
2011-03-21 18:53:44 +00:00 |
|
Volker Fischer
|
f0a3e97b96
|
update of copyright
|
2011-02-22 18:56:52 +00:00 |
|
Volker Fischer
|
741b408ef1
|
fix for Linux
|
2010-04-09 17:54:34 +00:00 |
|
Volker Fischer
|
a36d36d015
|
universal binaries on Mac, some cleanup, fix for click on Mac bundle for starting llcon
|
2010-03-12 20:25:30 +00:00 |
|
Volker Fischer
|
d56977ac5b
|
fix for mac linking
|
2010-02-18 21:18:26 +00:00 |
|
Volker Fischer
|
769f02e5e7
|
updated copyright
|
2010-01-03 13:40:46 +00:00 |
|
Volker Fischer
|
cb951c92c2
|
- removed ALSA support, - added accessibility plugin
|
2009-11-29 12:05:19 +00:00 |
|
Volker Fischer
|
28592baf88
|
nicer output when no GUI mode is chosen
|
2009-08-11 15:38:06 +00:00 |
|
Volker Fischer
|
034530474c
|
start work for supporting CELT codec, code does not compile at the moment (backup checkin)
|
2009-07-24 14:31:25 +00:00 |
|
Volker Fischer
|
355aca41be
|
added command line argument and function to disable all LEDs on main window to save CPU on slow computers
|
2009-06-13 08:14:11 +00:00 |
|
Volker Fischer
|
37d826630d
|
first fully version of history
|
2009-06-06 10:07:01 +00:00 |
|
Volker Fischer
|
c49434e3b6
|
added new command line argument for connecting on startup, fix for window title buttons on Ubuntu
|
2009-05-26 20:01:23 +00:00 |
|
Volker Fischer
|
280f0091f3
|
moved logging functionality in new class
|
2009-05-24 15:25:04 +00:00 |
|
Volker Fischer
|
9800baca21
|
finished axis grid/text for history plot
|
2009-05-24 14:11:22 +00:00 |
|
Volker Fischer
|
d17e9422f3
|
added server logging files
|
2009-05-24 11:22:12 +00:00 |
|
Volker Fischer
|
f5d33e8abc
|
code style changes
|
2009-05-12 07:39:59 +00:00 |
|