Commit Graph

71 Commits

Author SHA1 Message Date
Volker Fischer
11def323dd added context help text for server welcome message edit box 2020-07-11 12:08:19 +02:00
Volker Fischer
10abcff239 since the server GUI custom central server address edit control is now in a different tab, it has to be read/write all the time 2020-07-10 20:32:08 +02:00
Volker Fischer
e7daf34063 added a GUI control to set the server Welcome Message in the server GUI 2020-07-09 20:03:09 +02:00
Volker Fischer
e0750d8b1a remove the version label at the bottom of the server GUI since we now have many settings and we want to clean up a bit -> the version can be seen in the About dialog anyway 2020-07-07 16:35:00 +02:00
Volker Fischer
399f1da5a7 add language selector also in the server GUI 2020-07-06 19:31:42 +02:00
ignotus
963415c10d
Update serverdlg.cpp 2020-07-06 09:23:06 +02:00
Volker Fischer
dc6cfe0b5a moved a server setting in the settings class 2020-07-04 22:20:50 +02:00
Volker Fischer
e6c564a373 merge fixes 2020-07-04 19:11:59 +02:00
Jonathan
aafb2a3439
Update serverdlg.cpp 2020-07-04 17:56:35 +01:00
Jonathan
89f5125b63
Add "clear" icon
See https://github.com/corrados/jamulus/issues/228#issuecomment-653781054
2020-07-04 17:20:11 +01:00
Peter L Jones
3b93e67f93 Changes for recorder status and whatsthis 2020-07-02 20:08:53 +01:00
Peter L Jones
eef2973ae0 Save the source 2020-07-02 20:07:40 +01:00
Stefan Weil
3e3fe44a7f Fix some typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2020-06-30 12:59:53 +02:00
Volker Fischer
044e4f3dba fix typo 2020-06-30 07:03:27 +02:00
Volker Fischer
059d9ef203 new settings classes for client and server, derived from a common base class 2020-06-29 20:43:41 +02:00
Volker Fischer
f3eb0b3baa added SRR_NOT_FULFILL_REQIREMENTS server registration status 2020-06-23 17:51:47 +02:00
Volker Fischer
5f579d7b96 added new server registration result: SRR_VERSION_TOO_OLD 2020-06-23 17:22:01 +02:00
Adam Sampson
773e274098 Initialise CServerDlg::bSystemTrayIconAvaialbe earlier.
The call to setupUi ends up changing the window title, which invokes
changeEvent; this avoids an uninitialised read there.
2020-06-21 14:29:32 +01:00
AronVietti
6ab24e09a0 Fixed a bug that made the Server window stop updating
Minimizing the Server Window on OSX stopped it from ever being
refreshed. Added a line to call show() when a changeEvent is
recieved and the window is not minimized.
2020-06-20 14:42:07 -07:00
Volker Fischer
e883a51db9 support for storing/recovering the server window positions (#357) 2020-06-14 08:49:58 +02:00
Volker Fischer
cd9a939697 revert "remove some more SLOT()" commit since Travis is not happy about the change (older Qt5 version) 2020-06-11 10:48:44 +02:00
Volker Fischer
eeeaafdcf5 remove some more SLOT() 2020-06-11 09:48:03 +02:00
Volker Fischer
44e883900b fixed Free Software Foundation address (see #341) 2020-06-08 22:58:11 +02:00
Volker Fischer
af0f9510f8 resolve outstanding: using Qt5 connections instead of the old Qt4 ones 2020-06-07 09:01:52 +02:00
Volker Fischer
8edb3185b0 using Qt5 connections instead of the old Qt4 ones (just a subset converted right now, more TODO) 2020-06-06 22:15:33 +02:00
Volker Fischer
cb48d6fb85 prepare for #316 2020-06-05 13:39:54 +02:00
Volker Fischer
b11b4024fe merge fixes 2020-06-05 13:10:59 +02:00
daryl
9e7dea91d8 updated help texts 2020-06-04 17:51:32 +02:00
Volker Fischer
50ccb63163 merge fixes 2020-06-01 09:55:31 +02:00
Peter L Jones
d33612721e #228 Enable/Disable recording from command line 2020-05-30 18:04:55 +01:00
Volker Fischer
e2b4965466 merge fixes 2020-05-26 07:01:55 +02:00
Peter L Jones
62c4fbfb77 Further review comments 2020-05-25 21:57:17 +01:00
Peter L Jones
7977413bb6 Review comment changes 2020-05-25 21:56:40 +01:00
Peter L Jones
0f8d15f343 Initial Recording GUI
Issue #228.

Display the recorder state and latest recording directory and
allow a new recording to be requested.
2020-05-25 21:56:40 +01:00
Volker Fischer
d26aba788c added an additional central server list -> split rock/jazz in separate servers 2020-05-23 21:23:20 +02:00
Volker Fischer
92548290cd change server list genres, fix German translations 2020-05-22 09:48:58 +02:00
Volker Fischer
bccf0bd5d2 fix some context help texts 2020-05-22 08:36:25 +02:00
Volker Fischer
4708c204f3 some cleanup for the server list selection 2020-05-22 06:25:38 +02:00
ignotus
720b2de644
Update serverdlg.cpp 2020-05-21 15:24:44 +02:00
Volker Fischer
75b8a05257 introduce genre-based server lists (Ticket #139), adjust some values in global.h to adjust to heavier usage of Jamulus 2020-05-17 11:00:56 +02:00
Volker Fischer
fc2b7a76e2 changed function name to make it clearer what the function does 2020-05-16 11:28:05 +02:00
Volker Fischer
6977a17156 some central server address clean up 2020-05-16 11:24:50 +02:00
Peter L Jones
b60c3cab7b Handle server application closure more cleanly 2020-05-10 18:20:57 +01:00
Volker Fischer
87132ad190 some more removing html code from translation strings 2020-05-07 09:08:23 +02:00
Volker Fischer
61f36c1723 added tr() for some strings in the code, added spanish translation file 2020-05-06 19:33:27 +02:00
Volker Fischer
51e1edfad5 link to docs from application Help menu (Ticket #90) 2020-05-02 08:24:01 +02:00
Volker Fischer
9a6653525b unregister server if it was registered and the Central Server type is changed 2020-05-01 20:21:33 +02:00
mirabilos
5a7f8a59a1
document which CC licence exactly is shown
(it’s a restricted one)

advances #100
2020-04-22 16:08:13 +02:00
Volker Fischer
65583e3451 some code cleanup 2020-04-19 12:23:25 +02:00
Peter L Jones
8ca0635fea Log server registration flow 2020-04-19 10:14:18 +01:00