Commit Graph

661 Commits

Author SHA1 Message Date
Volker Fischer
ead06da44d bug fix, added GUI controls for server info, added some server info init code, removed server selection in main window, changed connect dialog server list columns 2011-04-26 20:31:30 +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
3322af3bcc only show country if set by the user (no default string) 2011-04-25 13:24:22 +00:00
Volker Fischer
7cf080a63d fix in help text 2011-04-25 12:47:28 +00:00
Volker Fischer
1426c7b44f bug fix 2011-04-25 10:59:08 +00:00
Volker Fischer
ac954adad8 small fix 2011-04-25 10:52:26 +00:00
Volker Fischer
23d79c5f85 the number of connected clients are now not managed with the server list but by the connection less ping time message 2011-04-25 10:51:57 +00:00
Volker Fischer
c4e0e6e000 fix for close dialog with cross button 2011-04-23 21:35:13 +00:00
Volker Fischer
7f924e1240 changed order of list columns, fix for close dialog with cross button 2011-04-23 21:34:08 +00:00
Volker Fischer
f5e8f6b68a only store addresses which are not from the server list 2011-04-23 21:03:10 +00:00
Volker Fischer
d462cee138 added function for "server list item was chosen" information 2011-04-23 21:02:36 +00:00
Volker Fischer
26e01e80be bug fix with combo box, add flag to show that server list item was chosen 2011-04-23 21:02:05 +00:00
Volker Fischer
c4818c55e0 bug fix with connection less protocol messages system at the client 2011-04-23 20:44:56 +00:00
Volker Fischer
5e82a73b17 return enabled state by a query function 2011-04-23 20:44:09 +00:00
Volker Fischer
1f87508104 use preferred sound card buffer size instead of the default one 2011-04-23 20:43:29 +00:00
Volker Fischer
81bc9e7aad small fix in comment 2011-04-23 20:43:07 +00:00
Volker Fischer
356ecff831 support for connect on double click a list item 2011-04-23 20:41:52 +00:00
Volker Fischer
7392762f6c first working version of the connect dialog 2011-04-23 19:03:51 +00:00
Volker Fischer
4e593c4baa support for cancel button 2011-04-23 16:00:42 +00:00
Volker Fischer
398a00ba73 try with modal dialog 2011-04-23 15:59:24 +00:00
Volker Fischer
0dae88285a load stored IP addresses in connect dialog 2011-04-22 18:33:40 +00:00
Volker Fischer
f2d4229a88 bug fix 2011-04-22 17:33:54 +00:00
Volker Fischer
a6f5f1f43c fix for server list so that IP addresses can only be present once 2011-04-22 11:01:55 +00:00
Volker Fischer
02762d6e00 special procedure for local host addresses 2011-04-22 11:00:13 +00:00
Volker Fischer
753f54229b bug fix 2011-04-22 07:05:52 +00:00
Volker Fischer
b434927457 some fixes 2011-04-21 18:58:34 +00:00
Volker Fischer
46b9d13274 bug fix (we have to compare the IP addresses, not the complete host addresses inclusive port number) 2011-04-21 18:47:16 +00:00
Volker Fischer
3a1c4510fa fix for server on local host (for server list) 2011-04-21 18:41:07 +00:00
Volker Fischer
944639e7ee prepared for the combo box functionality for server names 2011-04-21 07:04:58 +00:00
Volker Fischer
899d11fa4b small fix 2011-04-20 22:53:13 +00:00
Volker Fischer
2c6f4e9c4d small fix for the dialog size 2011-04-18 20:52:50 +00:00
Volker Fischer
a49ef5c6bc server list entry work (colors), some code cleanup 2011-04-18 20:42:37 +00:00
Volker Fischer
b39576d8d6 only show servers if we get a ping from them, added some test code 2011-04-17 21:01:24 +00:00
Volker Fischer
375a9f2908 support for the ping time measurement for each server list item 2011-04-14 20:47:55 +00:00
Volker Fischer
043a7f28e1 some cleanup for the server 2011-04-14 19:40:12 +00:00
Volker Fischer
a238cd9569 first working initial server list implementation 2011-04-14 06:46:21 +00:00
Volker Fischer
da9af48062 some more connect dialog work 2011-04-11 19:09:01 +00:00
Volker Fischer
7619ed2591 better solution for Mutex problem 2011-04-10 18:20:02 +00:00
Volker Fischer
79e0982ff0 some more server list implementations, some code cleanup 2011-04-09 19:42:30 +00:00
Volker Fischer
8447c1ea32 even more server list implementation 2011-04-09 15:30:58 +00:00
Volker Fischer
fa76bbab4c some more server list work 2011-04-09 12:04:27 +00:00
Volker Fischer
7e1ff9c38a create server list function 2011-04-09 11:12:32 +00:00
Volker Fischer
77a387ade4 attached one message to the server list 2011-04-09 10:53:34 +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
24f707f2e7 removed connecion less channel class since it is not required 2011-04-06 19:01:39 +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
ab4775f6a0 support for some more connection less channel messages for the central server 2011-04-05 20:09:16 +00:00