Ashley Wulber
09062c10c9
refactor: status area single threaded executor
2024-11-11 11:05:10 -05:00
Ashley Wulber
5b5cd77e7c
update iced
2024-10-31 17:52:33 -04:00
Ryan Brue
0a32d27c70
chore(license): clarify GPL-3.0 license as GPL-3.0-only
...
Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>
2024-09-16 07:40:23 -06:00
LazyTanuki
b41f30e1a1
fix: make overflow button and status area buttons popup on press down instead of on press
...
leftovers from #568
2024-08-15 17:52:23 +02:00
Ashley Wulber
6661598839
feat: misc overflow
2024-07-24 08:51:46 -04:00
Ryan Brue
d4c5cc969d
chore(desktop-file): remove Iced category
2024-07-18 06:29:36 +02:00
Vukašin Vojinović
4ceac0c57b
cleanup: applet names and comments
2024-07-09 21:06:01 +02:00
Vukašin Vojinović
0640e88412
chore: merge imports
2024-07-09 16:26:27 +02:00
Ian Douglas Scott
1eaccc0f24
status-area: Send opened/closed dbus menu events
2024-06-24 13:34:15 -06:00
Ian Douglas Scott
a5dfc883b8
status-area: Call AboutToShow before showing menu
...
Comments in `gnome-shell-extension-appindicator` indicate this is
necessary for some clients. Checking the return value doesn't seem to
be.
There are more comments about Dropbox; more may be needed to fix it,
which doesn't seem to behave very properly.
2024-06-24 13:34:15 -06:00
Ian Douglas Scott
1370558546
status-area: Ignore shortcut field to fix parse error
...
If this has the wrong type, it causes a parse error due to
https://github.com/dbus2/zbus/issues/856 .
This fixes the status icon for Slack, and probably other applications.
Not sure how this field is defined in general, but with Slack it is
an `aas`.
`gnome-shell-extension-appindicator` doesn't seem to use the `shortcut`
field either.
2024-06-24 13:34:15 -06:00
Ian Douglas Scott
3641bf8bce
status-area: Use zbus::interface instead of deprecated dbus_interface
2024-06-24 13:34:15 -06:00
Ashley Wulber
37a60b7759
fix(input-sources): text size
2024-05-18 02:01:40 +02:00
Ashley Wulber
87250b5e50
zbus update
2024-05-18 01:38:41 +02:00
Ashley Wulber
3a39874291
fix(status-area): update existing menu if a duplicate is registered
2024-05-14 17:46:36 -04:00
Ashley Wulber
0d27b2e02a
refactor: set locations of auto popup hover
2024-05-13 21:11:23 +02:00
Ashley Wulber
b3440c5834
feat: auto-switch popup for status-area
2024-05-09 16:01:01 +02:00
W
df6f6c948c
Update Notifications Tray icon
2024-05-08 15:50:29 -04:00
Ashley Wulber
55d1cc454b
cleanup: applet names and comments
2024-05-07 21:28:22 +02:00
Ryan Brue
4609f7acbd
fix(typo): Fix typo in icon directory for status area
2024-05-07 19:09:46 +02:00
Michael Aaron Murphy
8527257ddd
chore: add SPDX license identifiers
2024-05-06 21:56:50 +02:00
Ashley Wulber
73ae871088
fix(status-area): force size to match symbolic icons
2024-04-30 20:15:07 -04:00
Ashley Wulber
8900b93c85
fix(app-list): padding typo
2024-04-15 23:46:48 -04:00
Ashley Wulber
8bf340aa8e
chore: update applet icon sizes
2024-04-15 23:46:48 -04:00
Ian Douglas Scott
56d3a754e2
status-area: Support vertical panel
2024-04-04 13:25:16 +02:00
Ian Douglas Scott
d5aa2f3252
status-area: Handle clients that don't provide icon_name/icon_pixmap
...
It seems some clients expose the properties and leave them empty, but
others just provide either one on its own.
This fixes clients like Mattermost.
2024-03-28 15:31:44 -07:00
Ian Douglas Scott
180e75cb9a
status-area: Show icons that have icon_pixmap but not icon_name ( #302 )
...
This is at least one of the issue behind
https://github.com/pop-os/cosmic-applets/issues/165 . OBS now shows it's
icon instead of an empty space. But the Mattermost flatpak doesn't show
anything. (Is that Flatpak related, or does it not use
`StatusNotifierItem`?)
Requires https://github.com/pop-os/libcosmic/pull/368 . Ideally, it
should have some way to choose from multiple icons in memory of
different sizes.
2024-03-27 13:33:37 -07:00
Michael Aaron Murphy
e0632b8c6f
chore(cargo): upgrade dependencies across workspace
2024-03-14 23:37:37 +01:00
Michael Aaron Murphy
3c4acdacd7
refactor: compile applets as multicall binary
2024-03-14 23:37:37 +01:00
Hugo Carvalho
5c40222b46
Update com.system76.CosmicAppletStatusArea.desktop
2024-03-06 15:44:59 -05:00
Ashley Wulber
37fd39340b
chore: fmt
2024-02-20 10:55:08 -05:00
Ashley Wulber
d17894f94e
chore: clippy
2024-02-20 10:55:08 -05:00
Ashley Wulber
f00fd8bc1a
chore: update fixes
2024-02-06 16:21:16 -05:00
Ashley Wulber
0ab6f724fb
chore: update libcosmic
2024-02-06 16:21:16 -05:00
Ashley Wulber
e5db5ab1dd
chore: update libcosmic ( #168 )
2023-12-11 14:45:36 -05:00
daniel.eades
aa2d9fe374
add linting CI jobs
2023-11-21 16:59:14 -05:00
daniel.eades
0e28a940da
remove needless 'as_deref'
2023-11-16 15:47:20 -05:00
daniel.eades
fed18d3726
avoid single variant match statements
2023-11-16 15:47:20 -05:00
daniel.eades
41b88532c9
remove needless borrows
2023-11-16 15:47:20 -05:00
Ashley Wulber
0db1a96c42
refactor(audio): use mpris2-zbus
2023-10-27 19:46:51 -04:00
Ashley Wulber
d80a801fe5
refactor: use menu button
2023-10-24 15:34:21 -04:00
Eduardo Flores
276ecc7d6c
Switch back to libcosmic upstream
2023-10-11 19:46:07 -04:00
Eduardo Flores
c7b25daa71
Update libcosmic
2023-10-11 19:46:07 -04:00
Ian Douglas Scott
6a64486163
Iced port of status area applet
...
This is based on the GTK version of the status area applet that was
previously in this repository.
This exposes app indicators found over dbus. As used in applications
like nm-applet and steam.
2023-08-24 16:57:27 -07:00