No description
Find a file
Ian Douglas Scott 216d88e977 audio: Mpris media control fixes
The panel buttons for next/previous didn't do anything since `on_press`
wasn't set. Now they work.

Fixed `autosize` which I had accidentally committed after using it for
testing. (It would be good to figure out why the applets don't work
properly with autosize when run outside of the panel, since that's handy
for testing.)

I noticed with VLC, skipping a track makes the media controls disappear
very briefly, and sometimes the pause button didn't return. I guess
`can_play` (etc.) are temporarily set to false, probably expecting the
controls to be greyed out and not hidden from a panel. Anyway,
monitoring for changes to these properties as well will hopefully fix
the part where it could remain missing. Though I can't reproduce that
consistently.
2024-04-05 16:31:01 -06:00
.github chore: add libinput dependency to lint workflow 2024-02-20 10:55:08 -05:00
cosmic-app-list feat(app-list): middle click app button to launch new window 2024-04-04 13:51:21 +02:00
cosmic-applet-audio audio: Mpris media control fixes 2024-04-05 16:31:01 -06:00
cosmic-applet-battery i18n(fr): Update translations 2024-04-02 23:27:48 +02:00
cosmic-applet-bluetooth i18n(fr): Update translations 2024-04-02 23:27:48 +02:00
cosmic-applet-minimize cosmic-screencopy-v2 (#288) 2024-03-25 15:33:34 -06:00
cosmic-applet-network i18n(fr): Update translations 2024-04-02 23:27:48 +02:00
cosmic-applet-notifications i18n(fr): Update translations 2024-04-02 23:27:48 +02:00
cosmic-applet-power i18n(fr): Update translations 2024-04-02 23:27:48 +02:00
cosmic-applet-status-area status-area: Support vertical panel 2024-04-04 13:25:16 +02:00
cosmic-applet-tiling i18n(fr): Update translations 2024-04-02 23:27:48 +02:00
cosmic-applet-time feat(time): implement date selection 2024-04-04 13:53:33 +02:00
cosmic-applet-workspaces fix: better button sizing so there are no gaps 2024-03-28 19:54:24 -04:00
cosmic-applets refactor: compile applets as multicall binary 2024-03-14 23:37:37 +01:00
cosmic-panel-app-button/data Update com.system76.CosmicPanelAppButton.desktop 2024-03-06 15:44:59 -05:00
cosmic-panel-button fix: better button sizing so there are no gaps 2024-03-28 19:54:24 -04:00
cosmic-panel-launcher-button/data feat: add launcher applet based on panel button 2024-03-28 14:44:16 -04:00
cosmic-panel-workspaces-button/data Update com.system76.CosmicPanelWorkspacesButton.desktop 2024-03-06 15:44:59 -05:00
debian refactor: compile applets as multicall binary 2024-03-14 23:37:37 +01:00
.gitignore refactor: compile applets as multicall binary 2024-03-14 23:37:37 +01:00
Cargo.lock audio: Don't recreate mpris proxies and streams 2024-04-04 13:25:16 +02:00
Cargo.toml cosmic-screencopy-v2 (#288) 2024-03-25 15:33:34 -06:00
flake.lock update flake 2023-06-30 11:50:42 -04:00
flake.nix update flake 2023-06-30 11:50:42 -04:00
justfile feat: add launcher applet based on panel button 2024-03-28 14:44:16 -04:00
LICENSE license 2022-05-26 11:59:09 -04:00
rust-toolchain.toml chore: use dbus config subscription for app list 2024-01-18 23:16:17 -05:00