Commit graph

220 commits

Author SHA1 Message Date
trigg
4d917d30c8 - Added Horizontal & Icon only voice layout
- fixes #144
2021-04-26 19:40:51 +01:00
trigg
b21c05c02e - Added Background highlight option for voice chat 2021-04-26 18:09:04 +01:00
trigg
70feb71b09
Merge pull request #142 from TastyPi/master
Add a setting for enabling/disabling the tray icon
2021-04-07 15:20:27 +01:00
Graham Rogers
eaac472a6b Add a setting for enabling/disabling the tray icon 2021-04-07 02:14:49 +01:00
trigg
0b7c09d2dd
Update README.md
- Add externally packaged options
2021-04-03 00:13:38 +01:00
trigg
c774954914
Update setup.py
- Removed extra .desktop from installer
2021-04-03 00:07:35 +01:00
trigg
9fb2092314
Merge pull request #141 from mavit/desktop-actions
Merge .desktop files into a single menu entry
2021-04-03 00:06:47 +01:00
Peter Oliver
03dadd255d Merge .desktop files into a single menu entry
This causes a single item to appear in the Gnome application menu.  Close and Settings can be accessed by right-clicking on the icon.

Fixes #138.
2021-04-02 23:57:08 +01:00
trigg
f5d4b0be0c - Manually rate-limit channel-list requests to avoid Discord from hitting its own rate limiter
- Potentially fixes  #134
2021-03-13 13:43:14 +00:00
trigg
011be71466 - Remove message spam mentioned in #133 2021-03-13 13:11:23 +00:00
trigg
92b12351eb - Better object catching 2021-03-13 13:06:00 +00:00
trigg
faf9336e79 - Check for object instead of nickname 2021-03-13 12:59:50 +00:00
trigg
343eb48db8 - Error and quit without Layer shell 2021-01-08 21:30:18 +00:00
trigg
44fe4d4bcf - Removed tickbox for talking background colour. 2021-01-08 21:22:39 +00:00
trigg
8c57340f94
Merge pull request #125 from jantap/master
 highlight bg when user is speaking
2021-01-06 17:43:20 +00:00
Jan Wojcicki
3210360c46 highlight bg when user is speaking 2021-01-03 13:58:48 +01:00
trigg
afe38f7554 - Switched layer from TOP to OVERLAY
- Fixes #107
2020-12-22 16:55:28 +00:00
trigg
c6b915eb90 - Added preliminary autohide setup
- Stopped crash when joining private call
- - No way to know who is in a call until they talk currently.
2020-12-22 16:44:52 +00:00
trigg
6ce99ac9cd - Removed unused imports 2020-12-22 15:21:27 +00:00
trigg
49f49c9d78 - Changed text renderer for Voice Overlay
- Changed generic overlay font handling
- Fixes #123
- Breaks #115 again? I can't tell
2020-12-22 15:19:20 +00:00
trigg
83caf06371
Merge pull request #115 from tyzoid/master
Vertically center voice overlay usernames
2020-11-16 09:22:06 +00:00
Tyler Dence
af5eafe474
#114: Add vertical baseline adjustment for non-centered fonts 2020-11-15 20:33:21 -05:00
Tyler Dence
88035357c0
#114: Fixed text centering by using font extents 2020-11-15 20:14:35 -05:00
trigg
3630462d5b
Update README.md 2020-10-25 20:32:18 +00:00
trigg
63a9b31317 - Seperate icons. Fixes #103 2020-10-25 07:11:15 +00:00
trigg
5f0d0d9779 -Bump minor version 2020-10-23 12:13:23 +00:00
trigg
9af40576c5 - Fixed race condition on guild channels 2020-10-23 12:11:50 +00:00
trigg
317adab635 - Don't attempt to render from other thread.
- Causes race condition on drawing
2020-10-22 20:37:10 +00:00
trigg
4064ce48b5 - Remove gtk warning 2020-10-22 08:29:21 +00:00
trigg
99fb380b15
Merge pull request #99 from luni3359/fix-text-channel-order
Various changes
2020-10-21 14:47:59 +00:00
luni3359
1ecd23045d Undo changes 2020-10-21 08:41:15 -05:00
luni3359
ef2acea5b0 Fix typos again 2020-10-21 07:33:03 -05:00
luni3359
8624a1dced Try to get the channel position 2020-10-21 07:17:57 -05:00
luni3359
c7efccfdaa Add information 2020-10-21 07:16:19 -05:00
luni3359
9263beb8c7 Fix typos 2020-10-21 07:16:19 -05:00
trigg
51b0152c2a - Don't attempt to load non-image attachments 2020-10-21 11:09:56 +00:00
trigg
2fcf3c1c31 - Request channel details when selecting guild in text settings
- Store channels until all replies are in and then repopulate gui
- Fix a bug in non-image attachment loading
2020-10-21 11:00:31 +00:00
trigg
00ebe352ac - Re fixed sanitizing 2020-10-20 18:58:06 +00:00
trigg
e6045a9244 - Skip off-by-one in text-channel chooser 2020-10-20 18:42:52 +00:00
trigg
2215bfd9e7 - no typo 2020-10-20 16:54:05 +00:00
trigg
f5b5eb1dfc - A comment for every function. Improvements welcome
- fixes #94
2020-10-20 16:49:04 +00:00
trigg
86c5988fe7 - Coding standard comments added 2020-10-20 14:26:33 +00:00
trigg
c98a2f37b2 - Removed camelCase 2020-10-20 14:08:33 +00:00
trigg
719dc6c19e - Changed all one or two character long variable names to be more clear what they are
- Limited line lengths
- Fixed #95
2020-10-20 14:07:14 +00:00
trigg
3dd4fdb4ee - Remove long json strings
- Correctly encode contents to avoid errors
- Fixed #93
2020-10-20 11:28:25 +00:00
trigg
1bb1986c11 - bump version 2020-10-20 10:19:52 +00:00
trigg
b05573915f
Merge pull request #96 from MurdoMaclachlan/master
Fix for a crash occurring when AppIndicator3 cannot be found
2020-10-20 10:14:22 +00:00
Murdo Maclachlan
7b39cadae8
Fix crash on attempting to run 2020-10-20 11:02:15 +01:00
Murdo Maclachlan
74f664d0d2
Merge pull request #2 from trigg/master
Pull latest version into this fork
2020-10-20 11:00:18 +01:00
trigg
8e8b060889 - Bumped version 2020-10-20 09:28:40 +00:00