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
midget3111
7df1a72a77
Premature gtk-layer-shellalation
...
Removed gtk-layer-shell requirement
2020-10-19 20:14:11 +01:00
trigg
cf936286b8
- Only attempt GtkLayerShell import
2020-10-19 19:11:34 +00:00
midget3111
a2a31bbc84
update README.md
...
Added gtk-layer-shell to dependencies section.
2020-10-19 20:07:30 +01:00
trigg
3953706579
- Added some comments
2020-10-19 18:42:16 +00:00
trigg
ac2afa4d6a
- No reason to expect bugs. Unless you're using Gnome or KDE.
2020-10-19 18:07:51 +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
188237e3eb
- Use theme icon not file
2020-10-19 13:04:45 +00:00
trigg
dcbc5b2724
Update README.md
2020-10-19 11:49:06 +00:00
trigg
c6bb3fb123
- Created window placement window for wlroots env
2020-10-19 11:47:59 +00:00
trigg
7ae801ba2d
- In wlroots environment pin to all edges. Good stop-gap
2020-10-19 10:14:28 +00:00
trigg
7c97a7d9d1
- Attempt at making wayland play nicer
2020-10-19 09:54:23 +00:00
trigg
0f7f451f1e
Merge pull request #89 from MoralCode/fix-icon
...
Fix icon not displaying when falling back to systray
2020-10-19 09:10:05 +00:00
trigg
58b6f56c4b
Merge pull request #88 from MoralCode/text-channels-by-server
...
Separate Server Selection So Settings Select Succinctly
2020-10-19 09:08:26 +00:00
Adrian Edwards
3222425c2b
setup task manager icon too
2020-10-18 20:51:00 -07:00
Adrian Edwards
34e1f3b442
fix icon not displaying when falling back to systray
2020-10-18 20:09:30 -07: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
cde125874c
call the function to populate the top level lists
2020-10-18 16:12:39 -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