Jumar Macato
|
e787bb4e64
|
Revert "Bump DBus stack (#15568)" (#15656)
This reverts commit 5956ae71cd.
|
2 years ago |
Jumar Macato
|
d84d9233cf
|
Fix crash when linux tray icon's visibility is toggled on/off. (#15582)
* Call RemoveMethodHandlers to "dispose" method handlers in dbus tray icons.
* just move the handler to the ctor and remove the reflection hacks
|
2 years ago |
affederaffe
|
5956ae71cd
|
Bump DBus stack (#15568)
* Bump DBus stack
- Use new Variant system
* Fix merge issues
|
2 years ago |
affederaffe
|
51da158ad6
|
Fix DBus Tray Icon when the org.kde.StatusNotifierWatcher service is unavailable
|
3 years ago |
affederaffe
|
de617de3d7
|
Don't create DBus Tray Icon when not connected
|
3 years ago |
affederaffe
|
7b6cabe608
|
Fix TrayIcons on Gnome
|
3 years ago |
affederaffe
|
b4b3b913f1
|
Use Tmds.DBus.SourceGenerator 0.0.3
|
3 years ago |
affederaffe
|
bdebcca9da
|
Use Tmds.DBus.Protocol package
|
3 years ago |
affederaffe
|
dff80c8ded
|
Remove ListServicesAsync usage
- Uses Reflection underneath
- It's faster to just fail than receiving all available services first
|
3 years ago |
affederaffe
|
a4665747e3
|
Don't dispose DBus connection in tray icon
|
3 years ago |
affederaffe
|
b570bfa1a9
|
Fix ObjectDisposedException on Dispose
|
3 years ago |
affederaffe
|
18737db8f4
|
Use generated signal emit methods
|
3 years ago |
affederaffe
|
2c2eed724e
|
Use source generator
|
3 years ago |
affederaffe
|
d5df9298bd
|
Fix warnings
|
3 years ago |
affederaffe
|
d7904b34cd
|
Use Tmds.DBus.Protocol
|
3 years ago |
Max Katz
|
59d7874b1d
|
Replace System.Reactive with internal extensions
|
3 years ago |
robloo
|
1bb84cab7c
|
Ensure invariant culture in relevant string interpolation
|
3 years ago |
Giuseppe Lippolis
|
a25ce2fb08
|
feat: move InternalsVisibleTo in csproj
|
4 years ago |
Takoooooo
|
90b251bf3a
|
cleanup
|
5 years ago |
Dan Walmsley
|
cede7dfab8
|
make delegate nullable.
|
5 years ago |
Jumar Macato
|
e0fff15af3
|
handle WatchAsync better
|
5 years ago |
Jumar Macato
|
fc4c0b09ca
|
make the icon converter delegate static to avoid unnecessary allocs
|
5 years ago |
Jumar Macato
|
27cfa606f2
|
Use empty icon if seticon receives null
|
5 years ago |
Jumar Macato
|
22f2a01182
|
ignore if passed with null icon
|
5 years ago |
Jumar Macato
|
8590607358
|
fix warnings
|
5 years ago |
Jumar Macato
|
6fc61952e7
|
more fixes
|
5 years ago |
Jumar Macato
|
d819bd0979
|
some more fixes
|
5 years ago |
Jumar Macato
|
7603e57ae9
|
fix review comments
|
5 years ago |
Jumar Macato
|
66bb61c7a2
|
suppress warning
|
5 years ago |
Jumar Macato
|
2d56501015
|
suppress warning and make a log event that probably will never happen in real life
|
5 years ago |
Jumar Macato
|
409f74b134
|
refactor if statement to switch as suggested
|
5 years ago |
Jumar Macato
|
c1b68b1836
|
refactor to remove redundant X11TrayIconImpl.cs
|
5 years ago |
Jumar Macato
|
5871218737
|
fix some more
|
5 years ago |
Jumar Macato
|
ef231e6836
|
fix
|
5 years ago |
Jumar Macato
|
6f16f8b66f
|
some fixes
|
5 years ago |
Jumar Macato
|
3f348288b3
|
add signed build InternalsVisibleTo
|
5 years ago |
Jumar Macato
|
be94e30080
|
simplify logic
|
5 years ago |
Jumar Macato
|
1302d3459a
|
Fix review comments
|
5 years ago |
Jumar Macato
|
c4b0b99027
|
Gracefully handle tray service restarts
|
5 years ago |
Jumar Macato
|
141e749226
|
Initial Commit for handling DBus SNI Tray Icons gracefully and also making a skeleton class for the future XEmbed Tray Icon impl.
|
5 years ago |
Giuseppe Lippolis
|
e44e0308ff
|
fix: XML Comment
|
5 years ago |
Takoooooo
|
7b0fbe6d3a
|
minor nits
|
5 years ago |
Takoooooo
|
afd7203087
|
fix formatting
|
5 years ago |
Dan Walmsley
|
ca39b411f5
|
use subscribe instead of assign.
|
5 years ago |
Dan Walmsley
|
24faaee758
|
fix static variable.
|
5 years ago |
Jumar Macato
|
8183d24200
|
add a comment re: SNIItemProps
|
5 years ago |
Jumar Macato
|
63e616c32f
|
zero warnings on X11TrayIconImpl.cs
|
5 years ago |
Jumar Macato
|
4288565590
|
fix nullable warnings
|
5 years ago |
Jumar Macato
|
ffc79482be
|
fix review comments on X11TrayIconImpl.cs
|
5 years ago |
Jumar Macato
|
285e483cf9
|
remove unnecessary async Tasks and replace them with non-async Task.FromResult
|
5 years ago |