Commit Graph

46 Commits

Author SHA1 Message Date
Tristan B. Kildaire 65720725c3 Make channel tabs scrollable 2020-10-18 22:47:51 +02:00
Tristan B. Kildaire 1f146e9d4a Status setting now working 2020-10-18 22:46:36 +02:00
Tristan B. Kildaire 58b002afa5 Added missing handlers. 2020-10-18 21:44:50 +02:00
Tristan B. Kildaire 0bffe2fb27 Upgraded to new version of libdnet 2020-10-18 21:43:21 +02:00
Tristan B. Kildaire 72cf00a614 Added a toolbar.
Added status buttons to the toolbar for setting your status.
2020-10-18 21:41:22 +02:00
Tristan B. Kildaire 409f25250d Set tooltip function for all user Labels.
Upgraded to fixed libdnet
2020-10-18 21:20:53 +02:00
Tristan B. Kildaire 4587e41aee Added missing argument 2020-10-18 21:09:34 +02:00
Tristan B. Kildaire ad85be4f55 Now compiles as `getMemberInfo` added only in libdnet v0.1.6 2020-10-18 21:09:09 +02:00
Tristan B. Kildaire 5bfe749f72 Hovering over a user will now show his name and status line along with an icon reflecting his prescene 2020-10-18 18:21:06 +02:00
Tristan B. Kildaire dd043623ef Now shows tooltip on hover 2020-10-18 18:01:03 +02:00
Tristan B. Kildaire a6bcf811f1 Added missing render call 2020-10-18 16:34:41 +02:00
Tristan B. Kildaire 29b1bc84c7 Clear text box after sending. 2020-10-18 16:31:21 +02:00
Tristan B. Kildaire 922e8278b2 Now you can send messages 2020-10-18 16:29:49 +02:00
Tristan B. Kildaire 2abc0ce956 Fixed leave message 2020-10-18 14:26:50 +02:00
Tristan B. Kildaire 8989d00db6 Code cleanup 2020-10-18 13:44:42 +02:00
Tristan B. Kildaire aabc1f7768 Now shows leave and join messages for the correct channels 2020-10-18 13:43:23 +02:00
Tristan B. Kildaire 8ee893e73a Updated to new protocol 2020-10-18 13:27:47 +02:00
Tristan B. Kildaire b442c36101 Set the tab's title to that of the channel's name 2020-10-18 12:34:06 +02:00
Tristan B. Kildaire 5da6691c4a Kinda works. 2020-10-18 12:24:30 +02:00
Tristan B. Kildaire 4f1fc32f8b Bug fix whereby `findChannel(string)` would never find the channel requested 2020-10-18 12:21:23 +02:00
Tristan B. Kildaire 695d624fe9 Now adds, just need to sort out redrawing 2020-10-18 12:16:48 +02:00
Tristan B. Kildaire e4f373ceb3 Use notebook per channel 2020-10-18 12:12:03 +02:00
Tristan B. Kildaire a928733263 Disabled a lot of code for transition to new system. 2020-10-18 12:06:05 +02:00
Tristan B. Kildaire bee0cbc5b7 Added `hasJoinedBefore()` to check whether the channel has been joined or not 2020-10-18 11:49:04 +02:00
Tristan B. Kildaire e126bf62c1 Added new type 'Channel' to encapsulate per Channel widget instances 2020-10-18 00:53:33 +02:00
Tristan B. Kildaire 0da0b58760 Added textbox for chat input 2020-10-17 21:05:21 +02:00
Tristan B. Kildaire ae961a86a7 Fixed layout to expand and fill out 2020-10-17 20:43:20 +02:00
Tristan B. Kildaire f48f9b36ce Test 2020-10-17 20:33:18 +02:00
Tristan B. Kildaire 1e6cce9163 FInished 2020-10-17 20:26:23 +02:00
Tristan B. Kildaire 01b77e4573 Packed the `textBox` now to dusplay as the single box item used too.
Channel name being set now remains
2020-10-17 19:38:03 +02:00
Tristan B. Kildaire 3bfe967e68 Some more stuff 2020-10-17 19:32:31 +02:00
Tristan B. Kildaire 5d76b434cb Only connect to one test server, take in authentication details on Connection construction 2020-10-17 15:58:09 +02:00
Tristan B. Kildaire fde6ce576b License correction 2020-10-17 14:37:48 +02:00
Tristan B. Kildaire e34c5b75a9 Correctedlicense 2020-10-17 14:32:26 +02:00
Tristan B. Kildaire 14f47922d6 Improved redraw performance 2020-10-17 14:29:41 +02:00
Tristan B. Kildaire e193c167c9 Improved redraw performance 2020-10-17 14:28:54 +02:00
Tristan B. Kildaire da9d63a1f1 Improvements. 2020-10-17 14:26:17 +02:00
Tristan B. Kildaire e164054849 On user join, add to list. 2020-10-17 14:15:48 +02:00
Tristan B. Kildaire b77c7bbf1b Improved redraw efficiency 2020-10-17 14:10:04 +02:00
Tristan B. Kildaire abe25ccd6b Show members on channel click 2020-10-17 14:06:38 +02:00
Tristan B. Kildaire 82cb39ebf6 h 2020-10-17 14:00:39 +02:00
Tristan B. Kildaire ab1a2520eb Updated package description 2020-10-17 13:59:13 +02:00
Tristan B. Kildaire 75fe1db9ff Changed name 2020-10-17 13:58:03 +02:00
Tristan B. Kildaire 7c4ca7c2e8 Added .gitignore 2020-10-17 13:54:34 +02:00
Tristan B. Kildaire c09d654fe6 Initial code 2020-10-17 13:54:07 +02:00
Tristan B. Kildaire b832c8c2de
Initial commit 2020-10-17 13:51:11 +02:00