Commit graph

92 commits

Author SHA1 Message Date
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
Ian Douglas Scott
fbd1489c7b audio: Set source/sink mute state
Setting the volume to a non-zero value will unmute the source or sink,
and setting it to zero will mute it. This matches the behavior on Gnome.
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
Gabriele
d22d4274ec
i18n(it): translation improvements 2024-03-25 15:33:28 -06:00
Michael Aaron Murphy
ca8c674014
chore(cargo): remove unused dependencies 2024-03-25 15:33:23 -06: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
Ashley Wulber
30fd5c2c6e chore: update config to use version 2024-03-08 07:16:59 -07:00
Ashley Wulber
0505524eae fix: playback icons on panel should use applet icon button 2024-03-08 07:16:59 -07:00
Hugo Carvalho
50e230c635 Create cosmic_applet_audio.ftl 2024-03-06 15:44:59 -05:00
Matthew Fallah (マシュー・ファラー)
e9ed6ef226 syntax error :P 2024-02-28 21:46:40 -05:00
Matthew Fallah (マシュー・ファラー)
80e320182a Add fallback for unknown artist 2024-02-28 21:46:40 -05:00
Matthew Fallah (マシュー・ファラー)
ca19e14a1e Add fallback for unknown artists 2024-02-28 21:46:40 -05:00
Matthew Fallah (マシュー・ファラー)
7b9980b5e7 Create cosmic_applet_audio.ftl for Euro Spanish 2024-02-28 21:46:40 -05:00
jilv220
a6494e8ed5 fix(audio): title/artists truncate now works on non-english utf8 languages 2024-02-21 18:55:37 -05:00
Matthew Fallah (マシュー・ファラー)
16c2f2ee24 Translated cosmic-app-bluetooth to Japanese
Also fixed a mistake in another file where 表現 (to express) was used instead to 表示 (to display)
2024-02-21 11:01:38 -05:00
Matthew Fallah (マシュー・ファラー)
22ed66b4ff Translated cosmic applet audio to japanese
I couldn't tell if the disconnected string means "PulseAudio IS disconnected" (safer, and what I and the French translator used) or if "PulseAudio HAS BEEN disconnected" (which the Dutch translator implied).
2024-02-21 11:01:38 -05:00
Gildemberg Santos
c8156a0494 Update cosmic_applet_audio.ftl 2024-02-21 11:01:18 -05:00
gildemberg-santos
ec43175b8d feat(i18n): 🌐 translate cosmic_applet_audio pt-br 2024-02-21 11:01:18 -05:00
jilv220
59af0f1b8b feat(audio): add fallback when title/artist not found 2024-02-21 11:01:03 -05:00
Ashley Wulber
d17894f94e chore: clippy 2024-02-20 10:55:08 -05:00
Ashley Wulber
34c4bada71 fix(audio): no media player will be chosen unless paused or playing 2024-02-15 22:42:48 -05:00
Michael Aaron Murphy
847db3a4f2 feat(audio): play audio-volume-change sound on volume change 2024-02-06 16:21:48 -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
d4e0dd8fb8 fix: make all subscriptions resistant to being restarted
many of the errors we've been seeing the last few days are because of subscriptions which are restarting
2024-01-18 23:16:17 -05:00
Ashley Wulber
ebe688c747 chore: use dbus config subscription for app list 2024-01-18 23:16:17 -05:00
Ashley Wulber
6851d9de54 fix: logging and use dbus config subscription in audio applet 2024-01-18 23:16:17 -05:00
Ashley Wulber
ea1db02280 fix: log errors when sending fails instead of panic 2024-01-17 09:46:41 -07:00
Yevhen Popok
48154da855 Add Ukrainian translation 2024-01-17 11:03:59 -05:00
VandaLHJ
1f8ee2e42d Add cosmic_applet_audio PL translation
There is no Polish translation, added basic one.
2024-01-04 17:20:17 -05:00
Ashley Wulber
78f8a3f722 fix: better handling of mpris changes 2023-12-11 15:25:42 -05:00
Ashley Wulber
e5db5ab1dd
chore: update libcosmic (#168) 2023-12-11 14:45:36 -05:00
W
1286e24d3c Add sr-Cyrl 2023-12-07 10:14:21 -05:00
W
b59c9c6c85 Delete cosmic-applet-audio/i18n/sr directory 2023-12-07 10:14:21 -05:00
W
09cb573257 Add sr-Latn 2023-12-07 10:14:21 -05:00
Ashley Wulber
158139d466 fix: update and fixes for bluetooth 2023-12-05 15:32:18 -05:00
Ashley Wulber
2dcb76c2d4 chore: open sound settings when button pressed 2023-11-22 08:03:54 -05:00
daniel.eades
aa2d9fe374 add linting CI jobs 2023-11-21 16:59:14 -05:00
daniel.eades
b9723dd5e0 use 'Self' to refer to own type 2023-11-16 15:47:20 -05:00
daniel.eades
a88cbad37f remove needless mutable references 2023-11-16 15:47:20 -05:00
daniel.eades
b472a155fc remove redundant clones 2023-11-16 15:47:20 -05:00
daniel.eades
6cb69bc63b remove redundant pattern matching 2023-11-16 15:47:20 -05:00
W
23294bc529 Add Serbian (Latin) translation 2023-11-09 10:06:29 -07:00
FAlexei
e06158f1e7 Add Russian translation 2023-11-05 07:37:00 -07:00
Ashley Wulber
eef73793bf refactor(audio): update the connection after it has disconnected or been initialized 2023-10-31 11:40:23 -04:00
Ashley Wulber
0db1a96c42 refactor(audio): use mpris2-zbus 2023-10-27 19:46:51 -04:00
Ashley Wulber
9e866088e4 fix(audio): increment counter 2023-10-24 15:34:21 -04:00
Ashley Wulber
17cf0ee4cd fix(audio): layout of media controls 2023-10-24 15:34:21 -04:00