Ashley Wulber
af658aa14d
fix(audio): rtl media title overlap on controls
2024-08-13 19:01:18 +02:00
Vukašin Vojinović
8f3131615a
chore(audio): add cosmic-settings button
2024-08-13 18:32:40 +02:00
Ian Douglas Scott
293a91e8b1
Update for spawn_desktop_exec that calls SpawnTransientUnit
...
Allows `xdg-desktop-portal` to get app id from PID.
Also updates calls to `cosmic::process::spawn` to spawn in future.
2024-07-28 20:25:23 -07:00
Phan Huy Hoang
10b69b07c2
fix: add padding to show media controls toggler
2024-07-27 15:22:08 -04:00
Phan Huy Hoang
c773847d1f
fix: fix formatting issue
2024-07-27 15:22:08 -04:00
Snêu
a7c5a2f2ba
fix: remove sound settings menu button
2024-07-27 15:22:08 -04:00
Snêu
2f33509d2a
fix: disable sound settings menu button
2024-07-27 15:22:08 -04:00
Snêu
2a4e1cf45d
fix: click on open setting button doesn't open COSMIC Settings
2024-07-27 15:22:08 -04:00
Ashley Wulber
6661598839
feat: misc overflow
2024-07-24 08:51:46 -04:00
Ashley Wulber
62eeb5a704
wip: overflow
2024-07-24 08:51:46 -04:00
Vukašin Vojinović
0640e88412
chore: merge imports
2024-07-09 16:26:27 +02:00
Jason Hansen
a630428f08
feat(audio): update volume sliders when changing volume with media keys
2024-07-08 16:20:28 +02:00
leb-kuchen
b4d280c477
feat(audio): scroll audio icon to apply volume changes
2024-07-08 16:19:31 +02:00
Ian Douglas Scott
78b734afc2
audio: Use volume subscription to detect changes
...
Fixes https://github.com/pop-os/cosmic-applets/issues/301 .
Should be combined with the subscription code here to avoid duplication,
and two things using pulse.
2024-07-01 20:07:39 -07:00
Ian Douglas Scott
35491b80a2
audio: Make output_icon_name/input_icon_name functions
...
There's no need to deviate from a functional pattern here.
2024-07-01 20:07:39 -07:00
Ashley Wulber
37a60b7759
fix(input-sources): text size
2024-05-18 02:01:40 +02:00
Ashley Wulber
0d27b2e02a
refactor: set locations of auto popup hover
2024-05-13 21:11:23 +02:00
Ashley Wulber
60a1511d4d
fix: audio-applet mpris autoclick handling
2024-05-09 16:01:01 +02:00
Michael Aaron Murphy
8527257ddd
chore: add SPDX license identifiers
2024-05-06 21:56:50 +02:00
Ashley Wulber
9f51e12fc9
fix: reset timeline when a popup is created
2024-04-30 20:14:46 -04:00
jilv220
d9b8794652
fix(audio): volume icon display
2024-04-26 00:58:54 -04:00
Ian Douglas Scott
08a334fc13
audio: Don't use linear volume ( #348 )
...
Fixes https://github.com/pop-os/cosmic-applets/issues/335 .
This calculates volume as a percentage of `Volume::NORMAL`, which seems
to be the correct way to display PulseAudio volumes to the user. This
matches `cosmic-osd`, and seems to match alsamixer.
2024-04-15 17:23:55 -07:00
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
Ian Douglas Scott
1475f8f32b
audio: Don't recreate mpris proxies and streams
...
Fixes https://github.com/pop-os/cosmic-applets/issues/306 and should
overall be more correct and performant.
2024-04-04 13:25:16 +02:00
Ian Douglas Scott
fba8596759
audio: Use correct icons for volume levels
...
These seem to match Gnome. "Overamplified" is a volume above 100%, which
can be set in `pavucontrol`.
2024-04-04 13:25:16 +02:00
Michael Aaron Murphy
ed335b256a
chore: migrate volume change sound to cosmic-osd
2024-04-02 23:29:17 +02:00
Michael Aaron Murphy
3c4acdacd7
refactor: compile applets as multicall binary
2024-03-14 23:37:37 +01:00