Commit graph

58 commits

Author SHA1 Message Date
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
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
9263beb8c7 Fix typos 2020-10-21 07:16:19 -05: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
e6045a9244 - Skip off-by-one in text-channel chooser 2020-10-20 18:42:52 +00:00
trigg
f5b5eb1dfc - A comment for every function. Improvements welcome
- fixes #94
2020-10-20 16:49:04 +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
3953706579 - Added some comments 2020-10-19 18:42:16 +00:00
trigg
fddd68eeb1 - Initialised all variables in respective __init__.. even if it gets set instantly elsewhere 2020-10-19 18:06:39 +00:00
trigg
39b1a19e3c - Heavy refactor
- - Rename unused vars with _ or removed
- - Remove unused sections of code
- - Change name collisions with Gtk/bultins
- Bumped internal version to 0.3.0 in prep
2020-10-19 17:46:13 +00:00
trigg
060fc11818 - Added Wayland multimonitor
- Redraw after avatar downloaded
- Show monitor select for free-placed overlay
2020-10-19 13:44:44 +00:00
trigg
c6bb3fb123 - Created window placement window for wlroots env 2020-10-19 11:47:59 +00:00
Adrian C. Edwards
fb7003dc8f
Merge branch 'master' into text-channels-by-server 2020-10-18 19:19:15 -07:00
Adrian Edwards
a20f80ac79 remove guild update from channel update function 2020-10-18 19:09:52 -07:00
Adrian Edwards
e3bcddcf4f update channel list when a new server is selected 2020-10-18 19:07:10 -07:00
Adrian Edwards
1215e6f561 fix off-by-one issue when selecting a guild 2020-10-18 19:06:41 -07:00
Adrian Edwards
87df7c85ca update comments 2020-10-18 19:06:41 -07:00
Adrian Edwards
9f7d0b44e9 fix consistency of guild_lookup data 2020-10-18 19:06:41 -07:00
Adrian Edwards
31b7cbd324 move update_channel_model above present() as it is called there 2020-10-18 16:58:27 -07:00
Adrian Edwards
3bafb21ab3 create update_channel_model function to update the channel selections when the guild is changed 2020-10-18 16:57:56 -07:00
Adrian Edwards
145586a85e correctly fetch the guild ID for a channel when setting it in change_channel 2020-10-18 16:46:02 -07:00
Adrian Edwards
11c8b257d1 fix duplicate channels in channel list for one guild 2020-10-18 16:45:38 -07:00
Adrian Edwards
d45065a51c create a constant to store the default guild id 2020-10-18 16:42:46 -07:00
Adrian Edwards
866145e61e set a default value for guilds_by_id middleman variable so that it has the right scope (?) 2020-10-18 16:32:14 -07:00
Adrian Edwards
52d3d39241 set the guild's id as the config value because lists arent allowed
and this is apparently a list
2020-10-18 16:31:45 -07:00
Adrian Edwards
f6da14636a remove needless appending of "0" to channel_lookup 2020-10-18 16:30:51 -07:00
Adrian Edwards
e11ba8eb96 set the guild as well if guild and channel do not match 2020-10-18 16:30:28 -07:00
Adrian Edwards
b1adea4199 fix guild selection not populating previously selected value 2020-10-18 16:30:08 -07:00
Adrian Edwards
7dd5a44c70 link to documentation explaining the magic number for channel type 2020-10-18 16:13:22 -07:00
Adrian Edwards
b1115a3fe4 simplify guild lookup when changing guilds 2020-10-18 16:12:56 -07:00
Adrian Edwards
8e5232ef80 create a function for populating top-level guild lookup lists 2020-10-18 16:12:12 -07:00
Adrian Edwards
7fb5e45b09 change copy-pasted guild_list function to look up guilds not channels 2020-10-18 16:11:40 -07:00
Adrian Edwards
d663886670 create class-level guild lists for more lookup 2020-10-18 16:10:58 -07:00
Adrian Edwards
fbd3c5b28e prepopoulate the selected guild in the dropdown if one is already selected 2020-10-18 16:10:07 -07:00
Adrian Edwards
e145437c62 populate the channel model with only channels from the selected guild (if there is one) 2020-10-18 16:09:15 -07:00
Adrian Edwards
59d9b877c9 set the guild model for the guild widget/UI 2020-10-18 16:07:33 -07:00
Adrian Edwards
5a907309a0 create and populate g_model and guild_lookup 2020-10-18 16:07:13 -07:00
Adrian Edwards
741edc96d4 rename channel model temp variable to c_model 2020-10-18 16:04:26 -07:00
trigg
1bd27b2506 - Subscribe less greedily. We'll need to ensure we subscribe when we need them now! 2020-10-17 17:06:34 +00:00
Adrian Edwards
75a25f3ec4 duplicate and tweak change_channel to use as change_guild 2020-10-14 12:27:10 -07:00
Adrian Edwards
8f6c8690cf add guild option to config 2020-10-14 12:25:56 -07:00
Adrian Edwards
0868a351a3 Copy and tweak channel selection box to use for guild selection 2020-10-14 12:25:10 -07:00
trigg
377787ef29 - Put all the setings windows together 2020-10-12 18:40:26 +00:00
trigg
36411ca6c8 - Some minor fixes. Added extra debug to assist with #41 2020-10-11 15:11:43 +00:00
trigg
8c50d3c2cc - Added RPC file, monitor for changes
- Added PID file and if it is already locked then write args to RPC file
- open configuration from args
- option to '--close' and '--configure'
- Added PIL and pidfile as dependencies
- Added desktop files for --configure and --close
- Fixed #75
- Fixed 78
2020-10-11 14:55:18 +00:00
trigg
029c4a3ad1 - Overzelous cleanup 2020-10-03 15:02:11 +01:00