update and small fixes

This commit is contained in:
Volker Fischer 2020-06-26 20:19:46 +02:00
parent 57be89b6ed
commit 4547591f73
2 changed files with 2 additions and 4 deletions

View file

@ -33,8 +33,6 @@
TODO add new register message which contains version and, e.g., max number of clients TODO add new register message which contains version and, e.g., max number of clients
TODO the new translation loading does not work on MacOS
TODO https://github.com/corrados/jamulus/issues/341#issuecomment-647172946 TODO https://github.com/corrados/jamulus/issues/341#issuecomment-647172946
- generate .qm on compile time with lrelease - generate .qm on compile time with lrelease
- download nsProcess.dll on Windows installer creation instead of put it in the repo - download nsProcess.dll on Windows installer creation instead of put it in the repo

View file

@ -225,7 +225,7 @@ LED bar: lbr
// Maximum length of fader tag and text message strings (Since for chat messages // Maximum length of fader tag and text message strings (Since for chat messages
// some HTML code is added, we also have to define a second length which includes // some HTML code is added, we also have to define a second length which includes
// this additionl HTML code. Right now the length of the HTML code is approx. 66 // this additionl HTML code. Right now the length of the HTML code is approx. 66
// character. Here, we add some headroom to this number) // characters. Here, we add some headroom to this number)
#define MAX_LEN_FADER_TAG 16 #define MAX_LEN_FADER_TAG 16
#define MAX_LEN_CHAT_TEXT 1600 #define MAX_LEN_CHAT_TEXT 1600
#define MAX_LEN_CHAT_TEXT_PLUS_HTML 1800 #define MAX_LEN_CHAT_TEXT_PLUS_HTML 1800