Commit graph

121 commits

Author SHA1 Message Date
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
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
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
1280px
88fe3b4a0a l10n(ru): Russian l10n updates 2024-06-24 08:10:33 -06:00
1280px
138e019d4f l10n(ru): Russian l10n updates 2024-06-24 08:10:33 -06:00
EdenQwQ
dd5230c0be i18n(zh-CN): add Chinese translation 2024-06-16 07:10:03 -06:00
VandaLHJ
85d80f8549
i18n(pl): audio applet—unknown artist translation 2024-06-10 16:27:41 +02:00
Gustavo Santana de Aquino
c60a100135
i18n(pt-BR): Translation update (#478)
* i18n(pt-BR):Translation adjustment

* i18n(pt-BR):Translation update

* i18n(pt-BR):Translation adjustment

* i18n(pt-BR):Initial translation

* i18n(pt-BR): EOF Adjustment
2024-06-05 09:29:08 -06:00
Cherub26
177b8524a4 Added Turkish translations 2024-06-03 14:11:19 -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
0d27b2e02a refactor: set locations of auto popup hover 2024-05-13 21:11:23 +02:00
Ashley Wulber
b96d5f520b fix: mark symbolic icons 2024-05-11 01:52:16 +02:00
Ashley Wulber
60a1511d4d fix: audio-applet mpris autoclick handling 2024-05-09 16:01:01 +02:00
Ashley Wulber
55d1cc454b cleanup: applet names and comments 2024-05-07 21:28:22 +02:00
Ashley Wulber
e49327d7ca feat: add entry to applets that support popup switching on hover 2024-05-06 21:58:17 +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
Agastya Darma
019a981ffe
i18n(id): translate cosmic-applet-audio 2024-04-17 10:49:38 +02:00
FAlexei
4dd031d6c4
i18n(ru): translation update 2024-04-17 06:30:26 +02: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
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