Commit graph

560 commits

Author SHA1 Message Date
trigg
c1d7447db1 - draw img helper function 2020-10-05 16:26:11 +01:00
trigg
3e766aff66 - Optional sort by last spoken
- Fixes #69
- Causes #73
2020-10-05 14:47:03 +01:00
trigg
a4535ba807
Merge pull request #70 from iommu/icon-only
Added option to display icons only
2020-10-05 11:22:56 +01:00
Alex Carter
6888081bcd Added option to display icons only 2020-10-04 15:42:42 +11:00
trigg
6f3d2ca2d3
Merge pull request #68 from bytechef/master
Use nicknames
2020-10-03 15:33:32 +01:00
mastercooker
0407a59fcb Fix nicknames 2020-10-03 15:13:09 +01:00
mastercooker
2fd5d18604 Use nicknames 2020-10-03 15:05:49 +01:00
trigg
029c4a3ad1 - Overzelous cleanup 2020-10-03 15:02:11 +01:00
mastercooker
9143799bed Fix import error 2020-10-03 14:46:38 +01:00
trigg
7a61f9d00b -Version push 2020-10-03 13:01:42 +01:00
trigg
42f832c1c5 - Clean imports 2020-10-03 13:01:01 +01:00
trigg
4c9b7a6790
Merge pull request #66 from bytechef/master
Add "Higlight Self" option
2020-10-03 12:18:11 +01:00
mastercooker
bd2be2b98c Add "Higlight Self" option 2020-10-03 11:28:17 +01:00
trigg
5e03ac23ed Merge branch 'master' of github.com:trigg/Discover into master 2020-10-02 23:58:55 +01:00
trigg
b46d398a81 - Fixed popup mode text 2020-10-02 23:58:36 +01:00
midget3111
2f341254b4 Changed "Only Speaking" to "Display Speakers Only" 2020-10-02 23:44:05 +01:00
trigg
03835616ae
Update README.md 2020-10-02 23:08:04 +01:00
trigg
d8c99c4673 - Undo debugging edit in emoji 2020-10-02 22:55:09 +01:00
trigg
bfcd40169d - Default should ideally match old behaviour 2020-10-02 22:52:36 +01:00
trigg
645fc7e9c7 - Added rich text (bold/italic/underline) fixes #59
- Added option to show attachments fixes #57
- Include in-line custom emoji (why god why)
2020-10-02 22:51:08 +01:00
trigg
287f5c2872
Merge pull request #61 from bytechef/deaf
Draw deaf icon
2020-10-02 20:48:19 +01:00
mastercooker
ed8ebf3fbe Draw deaf icon 2020-10-02 20:42:32 +01:00
trigg
d2b9a5a178
Merge pull request #60 from bytechef/master
Added option to only display users that are speaking
2020-10-02 19:26:57 +01:00
mastercooker
de2b43d163 Added option to only display users that are speaking 2020-10-02 19:13:22 +01:00
trigg
f09a6c1314 - Regex out microtime in timestamps. 2020-10-02 14:08:15 +01:00
Murdo Maclachlan
4eae3d1875
Merge pull request #1 from trigg/master
pull latest updates into this fork
2020-10-02 12:00:29 +01:00
trigg
449dd9aefb Merge branch 'master' of github.com:trigg/Discover into master 2020-10-01 19:02:14 +01:00
trigg
2c91f2a49b - I have no idea why this fixes #56 2020-10-01 19:01:50 +01:00
trigg
b92610a8f7
Merge pull request #55 from MurdoMaclachlan/master
Fix for #54, crash when starting with autostart disabled.
2020-10-01 00:19:38 +01:00
Murdo Maclachlan
a6fd10e989
Update autostart.py
Return false rather than none if autostart is disabled
2020-09-30 23:33:33 +01:00
trigg
6f04bd0444 - Hide option to anchor text 2020-09-30 19:55:34 +01:00
trigg
8d68816d21 - Fixed #52
- expand .gitignore
2020-09-30 19:51:19 +01:00
trigg
7e5334c72a - Variable time on recent messages fixes #50 2020-09-30 19:29:59 +01:00
trigg
8d0f2671ab - Added Desktop file
- Added tickbox to allow autostart
- Toggle symlink in ~/.config/autostart
- Fixes #47
2020-09-30 18:59:57 +01:00
trigg
e3004b817d - Text Popup Style. Fixes #23 2020-09-30 17:14:17 +01:00
trigg
6b2c257086 - Added voice horizontal padding fixes #46 2020-09-30 15:29:55 +01:00
trigg
9ca2cc51a3 - Attempt listing channels in unicode 2020-09-30 14:20:31 +01:00
trigg
463b59a098 - Removed print statements
- fixed #45
2020-09-30 13:51:51 +01:00
trigg
5d6632455d - Fixed System tray fallback 2020-09-30 00:39:59 +01:00
trigg
88729253b2 - Changed incorrectly named discover config directory
- Changed discover.png to discover_overlay.png
2020-09-29 19:18:53 +01:00
trigg
1ee0d46cb8 - Check for multi-monitor capabilities, attempt to fallback 2020-09-29 18:50:16 +01:00
trigg
da718bafc2 - Included .gitignore 2020-09-29 18:25:23 +01:00
trigg
f0553039ad - Remove accidentally commited build dir 2020-09-29 18:21:22 +01:00
trigg
51896fd3ee - Instructions for latest & stable 2020-09-29 18:15:39 +01:00
trigg
ff715f7868 - Show suppress as mute fixing #38 2020-09-29 18:13:02 +01:00
trigg
524e09d16c - Separated classes into files
- Ran a formatter
- Moved all globals bar entry point into classes
- This addresses #25 There are likely a few mistakes in discord connector so testing is needed
2020-09-29 18:01:00 +01:00
trigg
59d4530fc9 - Overlay covers more screen, fixing #29
- Check for input shapes because without it we just steal X and nothing ever gets done again
2020-09-28 23:58:04 +01:00
trigg
6f980557d3 - Close & save placement window on closing a settings window. Fixes #40 2020-09-28 23:39:11 +01:00
trigg
9de3acc938 - Seperate text channels by server. #37 2020-09-28 23:17:32 +01:00
trigg
3ed0aff847 - Corrected string sanitization
- Check for source of messages
2020-09-28 22:08:33 +01:00