Commit Graph

89 Commits

Author SHA1 Message Date
ouwou
c43b39fe70 add some workarounds/fixes for css stuff
adds a separate css file registered with a lower priority to allow for application-wide css while allowing the main css file to override more general selectors
2021-05-28 04:04:06 -04:00
ouwou
b2655260fa pull out chat list into a separate component 2021-05-24 01:42:04 -04:00
ouwou
0aaebf9ea7 fix handling of reconnect messages 2021-04-15 02:32:47 -04:00
ouwou
3c7c40edcd improve handling of unexpected disconnect 2021-04-14 02:00:59 -04:00
ouwou
b6c6c03f87 pass message object through signal instead of just the id 2021-04-13 04:33:19 -04:00
ouwou
ceaf4649dc show dialog on unexpected socket close code 2021-04-12 03:03:18 -04:00
ouwou
15d0a45627 center dialogs and fix warning 2021-04-12 03:00:31 -04:00
ouwou
77b43f0f24 show pending/failed messages
css changes:
- added .failed
- added .pending
2021-04-03 02:40:37 -04:00
ouwou
599a768459 remove old messages when new ones come in to save resources 2021-03-30 22:31:13 -04:00
ouwou
ac31bc6b94 basic member verification for guilds that set rules 2021-03-22 01:30:51 -04:00
ouwou
60404783bd manage emojis 2021-03-17 23:55:41 -04:00
ouwou
818aacb49c fix errors with user menu and window management 2021-03-15 00:28:42 -05:00
ouwou
927acfb9fe add ability to create replies 2021-03-14 17:59:52 -05:00
ouwou
2d65ed96bc disable CSD on windows unless GTK_CSD=1 2021-02-25 23:59:16 -05:00
ouwou
3ab3119602 add menu item to add recipient to group dm 2021-02-18 14:38:40 -05:00
ouwou
a721600016 fix some remove dm member logic 2021-02-18 14:36:58 -05:00
ouwou
4df9b148e2 add option to remove user from group dm in menu
also fix a crash when opening empty group dms
2021-02-18 12:45:14 -05:00
ouwou
b1c7ac7120 open dm tries to bring you to new dm if it doesnt exist now 2021-02-15 02:26:50 -05:00
ouwou
64adcffe42 view user profile (notes+connections+badges)
change some stuff with callbacks
2021-02-04 23:41:53 -05:00
ouwou
dabfefafd9 show status indicators in member list, change some other shit with presences 2021-01-26 02:40:50 -05:00
ouwou
6152610d95 hide instead of grey out some menu items, fix role visibility 2021-01-25 01:12:16 -05:00
ouwou
e13a6eab81 handle opcode 9 invalid session and improve handling socket closure 2021-01-25 00:47:48 -05:00
ouwou
3a25249a0d add role list to user menu 2021-01-16 23:48:19 -05:00
ouwou
462f801af2
Guild settings 1 (#19)
* start guild settings window, tweak style
2021-01-15 06:37:35 +00:00
ouwou
587713f924 change id 2021-01-13 00:07:50 -05:00
ouwou
8cf95fce0c improve build process, add github actions 2021-01-07 02:41:49 -05:00
ouwou
712eba816e reload settings + custom css path 2020-12-18 02:05:24 -05:00
ouwou
3916a50bf9 add prefetch (default off) 2020-12-18 01:13:31 -05:00
ouwou
58d0424dfc abstract away settings some more 2020-12-17 01:40:02 -05:00
ouwou
2667a4b30d display reactions + click to add/remove 2020-12-15 01:51:49 -05:00
ouwou
22578921b9 pretend to be a real client a little better 2020-12-14 03:05:16 -05:00
ouwou
850b87c1ec cache channels 2020-12-10 03:50:40 -05:00
ouwou
f277753375 Merge branch 'master' into disk-cache 2020-12-09 23:50:37 -05:00
ouwou
7969576070 mask user agent 2020-12-09 21:35:23 -05:00
ouwou
bd918e7606 disk cache guild 2020-12-08 20:59:41 -05:00
ouwou
1989b22993 Merge branch 'master' into disk-cache 2020-11-28 02:16:59 -05:00
ouwou
ae77bfd1d1 set user-agent through ini 2020-11-27 01:37:01 -05:00
ouwou
0b8c83eaa1 progress 2 2020-11-23 20:34:09 -05:00
ouwou
deb482a8db initial sqlite, store user 2020-11-19 19:18:59 -05:00
ouwou
1e3ebefb5e remove some stuff 2020-11-14 00:15:15 -05:00
ouwou
ded2007b53 put original message in edit dialog 2020-11-10 23:53:00 -05:00
ouwou
976e653393 block menu items for self 2020-11-08 21:30:50 -05:00
ouwou
67ee799f04 add open dm to user menu 2020-11-08 01:23:50 -05:00
ouwou
f124626a6d allow multiple components to display shared user menu 2020-11-08 00:44:26 -05:00
ouwou
8efa202458 show news channels 2020-11-01 17:15:34 -05:00
ouwou
534bfccf23 add set status for funsies 2020-11-01 02:53:37 -05:00
ouwou
ec8117a24b update channel list selection when channel mention is clicked 2020-11-01 00:13:52 -04:00
ouwou
79e4252ab3 handle GUILD_UPDATE 2020-11-01 00:01:48 -04:00
ouwou
7c31190adc render emojis 2020-10-24 19:42:06 -04:00
ouwou
cb73bba135 CHANNEL_CREATE, CHANNEL_UPDATE, CHANNEL_DELETE 2020-10-19 20:35:10 -04:00