16 Commits

Author SHA1 Message Date
Xevion
64a5dd8c20 Move shared constants, exceptions & helpers.py into /shared/ 2022-06-12 13:17:26 -05:00
Xevion
a49b2fe903 Move pyqt5 generated UI classes into ./client/ui/
- Also added MainWindow.ui to repo.
2021-02-21 13:14:19 -06:00
Xevion
c51e573155 change GUI label to statusbar, imports/docs cleanup 2021-01-29 11:40:47 -06:00
Xevion
9c3bc4378a docs and TODO, remove old nickname dialog code, cleanup, remove refresh_connections timer/func, logging setLevel change, server.main use constants DEFAULT IP/PORt 2021-01-25 12:06:58 -06:00
Xevion
66d85369e1 add test connection button disabling, fix DEFAULT port constant, fix gui closeEvent issues, test launching after connectionDialog 2021-01-25 12:05:02 -06:00
Xevion
e862540e14 data transfer stats, remove status bar, change all client.send to custom in-between method 2021-01-22 12:06:30 -06:00
Xevion
82a408072d fix message adding/removing with textBox total refresh, compiled message formats, add proper html escaping, separate ReceiveWorker into worker.py 2021-01-22 11:19:22 -06:00
Xevion
35bff4b320 greatly improve client logging with dict/signal based inter-thread communication, better exception handling via try/except, attempt to improve window closing 2021-01-22 09:59:05 -06:00
Xevion
aa0b37cdaf improve message data extraction and recording, improve connection refreshing/message history processing after nickname sent 2021-01-21 15:51:08 -06:00
Xevion
76ec0fd75b fix QTextEdit not clearing properly, use minimum contrast in initial client color selection, MINIMUM_CONTRAST constant 2021-01-20 23:36:23 -06:00
Xevion
92c53aa8a8 improve nickname dialog (add text, placeholder), fix > 3 letters check, close dialog with window properly 2021-01-10 12:41:03 -06:00
Xevion
67236d2aa8 Improved formatting of users with colors, distinguishing of server messages, more message info 2021-01-09 13:16:32 -06:00
Xevion
ab1c14adb5 commit rest of old client/server fixes 2021-01-08 18:52:25 -06:00
Xevion
b792d9cb9c switch to type/request based JSON messages, improve GUI, add proper nickname dialog 2021-01-08 18:42:03 -06:00
Xevion
390595c0e2 small reorganization to old client/server, client fixed and sending messages to server 2021-01-08 15:06:52 -06:00
Xevion
4dc14d118b nearly finished client GUI with listening support 2021-01-08 14:28:01 -06:00