Commit graph

373 commits

Author SHA1 Message Date
trigg
59f35eef90 - Use guild icon in channel title 2022-07-09 21:58:43 +01:00
trigg
8672f87613 - Added option to show voice connection status
- Added option to show channel title
- Added option to not hide voice overlay on disconnect (debug)
- Added font picker for voice title
- Added new translations to base pot
- Update discord connector to chase forcibly moved user
2022-07-09 21:14:30 +01:00
trigg
8b507a5323 - Attempt to compensate for compositor stopping 2022-07-07 15:45:36 +01:00
trigg
48107b1f69 - Added toggle option for #238 2022-07-07 15:25:40 +01:00
trigg
d70328d2df - Clean up extra reference keeping
- bump minor version
2022-07-07 15:04:05 +01:00
trigg
2d67b2527f - Allow showing test content without a running connection. 2022-07-07 14:58:02 +01:00
trigg
8ffd0790d1 - Skip RPC if no connection is established 2022-06-23 19:31:11 +01:00
trigg
109225081a - Keep monitor selector for floating type
- Force monitor draggable window selection
2022-06-23 19:02:30 +01:00
trigg
491cac0bf2 - Reinforce input shape after monitor switch 2022-06-23 18:50:45 +01:00
Trigg
4c074737aa - Fix #254 2022-06-10 09:17:55 +00:00
Trigg
c9790a6009 - Hide & show support for gamescope 2022-05-31 11:04:53 +00:00
trigg
53d26e1e36 - Clarification on accepting new language PRs 2022-05-29 23:41:13 +00:00
trigg
d9a69cb0f6 - Updated base transkation
- Minor readability tweaks to translation section of readme
2022-05-29 23:29:47 +00:00
trigg
05f97aa075 - Updated version 2022-05-29 23:05:58 +00:00
trigg
bc7a3c4d61
Merge pull request #252 from luni3359/translation-crash-fix
Fix missing language fallback causing the program to crash
2022-05-29 23:03:28 +00:00
luni3359
952175628e Fix no language fallback crashing the program
Without the fallback, the program will immediately crash at the start when it tries
to load a translation that doesn't exist.
2022-05-29 00:13:50 -05:00
trigg
781af22ffa - Include a __main__ to allow vscode debugging
- Fix #251
2022-05-28 17:36:39 +00:00
trigg
e2a44d98a8 - Push new stable 2022-05-27 17:16:19 +00:00
Trigg
01248c39f1 - Include installed version at start of log
- Include installed version in 'about' screen
2022-05-17 14:52:30 +00:00
Trigg
57b482ebf4 - Implemented line limit for text overlay
- Remove attachments when that are out of scope
2022-05-17 10:11:59 +00:00
Trigg
3a97c6dbed - Remove duplication of data in notifications 2022-05-17 09:03:31 +00:00
Trigg
bd2a64ac70 - Remove dbus
- hopefully fixes #248
- hopefully fixes #242
- Removed birdy
- Moved notification logic into overlay
2022-05-17 08:52:39 +00:00
trigg
bb0819f291 - Remove old unused code 2022-04-30 17:29:04 +00:00
Trigg
e7fe5a2b52 - Fixed set font on load config
- fix #237
2022-04-28 21:14:02 +00:00
trigg
277a92572e - Fix comment typo 2022-04-25 21:31:04 +00:00
trigg
20a86af53b - Mention AppIndicator requirement 2022-04-25 21:23:47 +00:00
trigg
9b506b269b - Update translations with new options 2022-04-24 10:40:31 +00:00
trigg
4f7a5b19df - Remove last remnants of warning message 2022-04-23 22:25:23 +00:00
trigg
0379334b1f - Remove guild list from voice
- Implement 'test content' to help user choose voice options
- Added 'Wrap' and 'Shrink' options to voice overlay
2022-04-23 22:19:36 +00:00
Trigg
0c165b31fc - Fix #234 2022-04-22 09:28:49 +00:00
Trigg
e3a9d387c1 - Use gettext for UI and --help
- Add Welsh using google. Sorry.
2022-04-21 17:39:06 +00:00
trigg
3239f4da15 - Fix placement window in GTK Scale above 1
- Fixes #189
2022-04-15 14:35:41 +00:00
trigg
fa5a948197 - Improve error reporting
- Added Idle border colour option
2022-04-15 13:46:52 +00:00
trigg
a6bd38bf8e - Fix #233 2022-04-15 12:58:15 +00:00
Trigg
c8122b2cca - Added functions to alter some user state
- Hooked in new RPC commands
2022-04-14 22:01:54 +00:00
trigg
77ec14b4d2 - Clear userlist between rooms
- Fixes for logger
- remove some unneeded logs
2022-04-12 19:58:11 +00:00
trigg
f690fe5740 - Always add user to current room on update 2022-04-12 18:24:33 +00:00
Trigg
6cca44581d - Discard unused SELECT
- Add two curretly unused convenience functions.
2022-04-12 16:03:50 +00:00
Trigg
481cfc916e - Finish polling guild on channel create 2022-04-12 14:19:22 +00:00
trigg
94f1aa5cff - Huge overhaul of connector
- Removed almost all uses of GET_CHANNEL
- Rate limiting no longer in use
- Probably don't need server limit any more
- Unsubscribe from events when changing text/voice room
- find_user now has a direct method call which is miles better than previous
- hooked 'GUILD_CREATE" but currently not tested
2022-04-12 00:21:07 +00:00
Trigg
014f176dc8 - Correctly save border radius in notifications 2022-04-11 10:54:56 +00:00
Trigg
f0fdcfa564 - Added Arc support 2022-04-11 10:37:30 +00:00
Trigg
9baf3147c1 - Preparing for new release 2022-04-11 09:50:11 +00:00
Trigg
60c352bf11 - Remove old prints
- Set channel & guild lists to insensitive when changing
- Set to sensitive when updated
- Add manual refresh buttons
2022-04-11 09:28:06 +00:00
trigg
1c154c19f4 - Don't set functions to None. 2022-04-09 11:31:13 +00:00
trigg
ab5093773c - Some notifications crashes fixed
- Icon gap removed if no icon needed in notification
2022-04-09 11:14:52 +00:00
trigg
746a621dad - Catch missing image sooner 2022-04-09 11:03:16 +00:00
Trigg
48a99eb33b - Use channels in order given by API, ignore 'position'
- fix? #178
- fix #228
2022-04-08 16:09:10 +00:00
Trigg
74d192a222 - Guild number warning should use real numbers 2022-04-08 11:10:26 +00:00
trigg
0975bc8275 - Accidental NoneType ref when auth error is triggered 2022-04-07 14:12:39 +00:00