Commit Graph

163 Commits

Author SHA1 Message Date
Tristan B. Kildaire cac85f254e Code cleanup 2020-10-23 22:05:17 +02:00
Tristan B. Kildaire c347490291 Removed old status protocol code 2020-10-23 22:05:08 +02:00
Tristan B. Kildaire 9561e1cbb7 Stub 2020-10-23 22:04:22 +02:00
Tristan B. Kildaire e49824b58b Clean up
Display connection assistant on link click
Display error on set prescence when no active connections
2020-10-23 22:04:19 +02:00
Tristan B. Kildaire 29fba2f7bd Test 1 2020-10-23 22:03:44 +02:00
Tristan B. Kildaire e0293bfe7b Added member listing to tooltip for each channel listed in the ChannelList window 2020-10-23 17:12:56 +02:00
Tristan B. Kildaire f57758777e Added tooltip for each channel item in the ChannelList window 2020-10-23 17:10:44 +02:00
Tristan B. Kildaire 3b22f095bb Disallow re-ordering S IT DOWNS'T ALIGN WWITH ARRAY ACCESSES 2020-10-23 17:00:04 +02:00
Tristan B. Kildaire 77575c6ff1 Connect to default server on click of gennesis link 2020-10-23 16:10:01 +02:00
Tristan B. Kildaire 0f6aabb311 Updated title font and added link to servers 2020-10-23 15:17:00 +02:00
Tristan B. Kildaire 912fdb3745 Added note on `connectServer(address, port)` 2020-10-23 15:05:13 +02:00
Tristan B. Kildaire 2454a4b484 Refactored connection logic into its own function, `connectServer(address, port)` which can be called by any GTK signal handler 2020-10-23 15:04:46 +02:00
Tristan B. Kildaire 7d0542086d Added welcome page that dissappears on first connection. 2020-10-23 15:01:26 +02:00
Tristan B. Kildaire d086492730 Added welcome page that disappears when you add your first connection 2020-10-23 14:39:12 +02:00
Tristan B. Kildaire 5ddc84417d Removed test connection 2020-10-23 14:23:08 +02:00
Tristan B. Kildaire 8060ff34d6 Test 2020-10-23 14:20:36 +02:00
Tristan B. Kildaire eb9c72d0e1 Todo 2020-10-23 14:20:33 +02:00
Tristan B. Kildaire c4d149782f Just messing around 2020-10-23 14:02:07 +02:00
Tristan B. Kildaire 0e40518dc4 Clean up 2020-10-23 14:02:01 +02:00
Tristan B. Kildaire 0c2fd122f3 Allow messages to be right -clicked and copied (their contents) 2020-10-23 09:35:45 +02:00
Tristan B. Kildaire 2c3040391d Italised whole join text 2020-10-23 08:56:52 +02:00
Tristan B. Kildaire b6781a4ce0 Set leave message to italics 2020-10-23 08:53:33 +02:00
Tristan B. Kildaire 0c3479eac6 Made channel title label larger and bold 2020-10-22 23:21:01 +02:00
Tristan B. Kildaire 682c5e482e Added new text input 2020-10-21 22:29:23 +02:00
Tristan B. Kildaire 9ea68ca748 2020-10-21 09:00:33 +02:00
Tristan B. Kildaire c9ee505167 Removed debug code.
Cleaned up.
2020-10-21 07:53:47 +02:00
Tristan B. Kildaire 001860b875 Use new `sendMessage` handler 2020-10-21 00:27:03 +02:00
Tristan B. Kildaire 953493cb07 Now messages are received and placed in the respective channel 2020-10-20 23:39:56 +02:00
Tristan B. Kildaire bf36f033be Set status to available on startup 2020-10-20 21:11:24 +02:00
Tristan B. Kildaire ed909a0558 Print out received data 2020-10-20 20:14:29 +02:00
Tristan B. Kildaire 5ae50a098f Left-aligned text 2020-10-20 19:23:54 +02:00
Tristan B. Kildaire 4bab9d04c5 Fuck Pango 2020-10-20 18:59:10 +02:00
Tristan B. Kildaire 413502d1ee Added join buttons 2020-10-20 15:36:18 +02:00
Tristan B. Kildaire ef2a48c684 Delete the status property on empty status message in status box 2020-10-20 14:02:05 +02:00
Tristan B. Kildaire 7ec56f1036 Implemented status field for setting your status 2020-10-20 12:16:44 +02:00
Tristan B. Kildaire 4d2ff21cc8 Now using User properties sub-protocol for prescence and status 2020-10-20 11:34:22 +02:00
Tristan B. Kildaire f51a118348 Cleaned up 2020-10-20 11:26:49 +02:00
Tristan B. Kildaire 26685a322c Cleaned up 2020-10-20 08:07:35 +02:00
Tristan B. Kildaire 700ccfa3c0 Cleaned up 2020-10-20 08:06:16 +02:00
Tristan B. Kildaire 65eb2d2518 Cleaned up 2020-10-20 08:04:49 +02:00
Tristan B. Kildaire 168a7c7e12 Cleaned up 2020-10-20 08:04:11 +02:00
Tristan B. Kildaire 63e0b09751 Clean up 2020-10-20 08:00:20 +02:00
Tristan B. Kildaire 9f1d51bbba Cleaned up 2020-10-19 19:28:38 +02:00
Tristan B. Kildaire 0e30d54fe6 Clean up 2020-10-19 19:19:28 +02:00
Tristan B. Kildaire ec150159df S 2020-10-19 19:12:15 +02:00
Tristan B. Kildaire 8546dff6e6 Removed uneeded method call 2020-10-19 19:08:15 +02:00
Tristan B. Kildaire 7da8efee61 Migrated channel joining code (the majority of it) from gui.d to Connection.d (only the needed left overs are in gui.d - for the handler)
Also set the fields back to private
2020-10-19 19:07:56 +02:00
Tristan B. Kildaire 5332d26be9 Channel sidebar is now for switching between channels you have joined, to join a channel you now will have to go to the list channels menu 2020-10-19 18:45:23 +02:00
Tristan B. Kildaire 99f22f96e3 Moved channel selection over to list box (accessible via toolbar).
I should clean up accessing this stuff, although I don't mind the crossover accessing to instance fields, I would lik to keep it to a minimum
2020-10-19 18:32:53 +02:00
Tristan B. Kildaire c0e55329df Made `addChannel(string)` public 2020-10-19 18:28:27 +02:00