Commit graph

1116 commits

Author SHA1 Message Date
Ashley Wulber
c42f70e67a fix(a11y): padding 2024-11-04 10:28:32 -05:00
Ashley Wulber
96c456fdf1 fix(a11y): symbolic icon 2024-11-04 10:28:32 -05:00
Ashley Wulber
eb27387fee feat: a11y applet 2024-11-04 10:28:32 -05:00
Vukašin Vojinović
6b740c59be fix(app-list): use context menu radius from theme 2024-11-04 08:47:36 -05:00
Ashley Wulber
5b5cd77e7c update iced 2024-10-31 17:52:33 -04:00
Kartik Nayak
11faa567f3 feat: enable button to open Bluetooth settings page from applet 2024-10-21 11:25:03 -04:00
Kartik Nayak
a5c201aedd i18n: add Hindi translation 2024-10-16 19:00:14 -06:00
Kartik Nayak
2552b0283a i18n: add Kannada translation 2024-10-16 19:00:14 -06:00
lucamosca1
ffc94d8b44 Update cosmic_app_list.ftl ITA 2024-10-16 18:59:44 -06:00
Ashley Wulber
6630709970 chore: update libcosmic
enable desktop-systemd-scope
2024-10-16 18:59:22 -06:00
lucamosca1
d193f10102 Update cosmic_applet_workspaces.ftl ITA 2024-10-16 14:31:20 -06:00
lucamosca1
5481e738d1 Update cosmic_applet_power.ftl ITA 2024-10-16 14:31:20 -06:00
lucamosca1
b5a2c0a3ef Update cosmic_applet_input_sources.ftl ITA 2024-10-16 14:31:20 -06:00
lucamosca1
83530554f7 Create cosmic_applet_input_sources.ftl ITA 2024-10-16 14:31:20 -06:00
lucamosca1
f8334d7a3c Update cosmic_applet_notifications.ftl ITA 2024-10-16 14:31:20 -06:00
lucamosca1
4d23f4a93a Update cosmic_applet_network.ftl ITA 2024-10-16 14:31:20 -06:00
Jeremy Soller
4ffac8cbd5 Provide system76-power-applet-virtual 2024-10-16 14:24:07 -06:00
l-const
7b005f977f fix(audio-applet): Render input volume level instead of output. 2024-10-13 23:57:10 -04:00
Bastien Voirin
652ea5b171
i18n(fr): update French translation 2024-10-02 17:03:39 +02:00
Ashley Wulber
ab7cafd186 feat: add appstream metadata 2024-10-02 17:02:55 +02:00
skygrango
4591eb85f4 i18n(zh-TW): add Taiwanese translation 2024-10-02 17:02:15 +02:00
Aliaksandr Truš
3e2da9b90f i18n(be): add Belarusian translations 2024-10-02 17:01:42 +02:00
Grooble
3670f124fb
fix: show empty dropdown menu when no app uses dGPU 2024-09-24 15:52:53 +02:00
Vukašin Vojinović
941cbf546b
fix: padding, spacing, context menu style, and settings buttons 2024-09-24 15:52:17 +02: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
wiiznokes
6b8d3dc415 improv: filter firefox player 2024-09-12 17:03:11 +02:00
Michael Aaron Murphy
c8d91a8a9a perf(audio): further reduce CPU usage 2024-09-12 17:02:29 +02:00
wiiznokes
fe598a7a60
fix(audio): fix high CPU usage 2024-09-09 21:37:25 +02:00
wiiznokes
b449d0668b
feat: add cosmic-panel-button to multicall binary 2024-09-09 19:08:21 +02:00
Luca Biendl
7e61e8b829
fix(audio): panic when pulseaudio channel is full 2024-09-09 14:35:45 +02:00
wiiznokes
adc2c7e871
chore: update freedesktop-desktop-entry to 0.7.5 2024-09-09 14:34:36 +02:00
Piotr
cf06e14545
feat(battery): support charging limits with system76-power 2024-09-06 17:56:11 +02:00
wiiznokes
58a61b7eee
fix(time): improve display of time 2024-09-06 17:55:28 +02:00
João Ribeiro
0b536349cb
i18n(pt): add Portuguese translations 2024-09-03 16:56:08 +02:00
Vukašin Vojinović
d657b1941a fix: use text::body 2024-09-03 16:52:59 +02:00
Vukašin Vojinović
02b3fbdb11 fix: use cosmic::widget::text instead of cosmic::iced::widget::text 2024-09-03 16:52:59 +02:00
Vukašin Vojinović
a2063213e4 improv(bluetooth): align confirm and cancel buttons closer to design 2024-09-03 16:52:59 +02:00
Joshua Megnauth
77e6fc5908
fix(time): Try LC_TIME before LANG 2024-09-01 15:30:20 +02:00
Josh Megnauth
93e3b0f8f3 feat(time): Option to show seconds on the clock
Closes: #496
Requires: pop-os/cosmic-settings#509

I based some of this code off of `i3status-rust` to double check that I
handled it efficiently.
2024-08-29 21:08:17 +02:00
patrulhasirius
f9c01f54d2
fix(battery): too many decimals in battery percent
Co-authored-by: Lucas Ribeiro <estg-lnr@tce.rs.gov.br>
2024-08-29 20:59:54 +02:00
Levi Portenier
53848e4201
Add issue template (#627) 2024-08-28 11:57:35 -06:00
Ashley Wulber
386e8681dd fix: zombie processes 2024-08-22 11:36:12 -06:00
Joshua Megnauth
0d0a13a062
fix(time): Timezone stream spams updates 2024-08-20 14:20:47 +02:00
Josh Megnauth
323e8a55b2 fix(time): Update applet timezone on change
Closes: #582

The chrono crate caches the local timezone but doesn't update it. This
makes sense because it'd be inefficient to constantly evaluate the local
timezone.

Instead of using the local timezone, this patch changes the applet to
use a fixed offset internally which is updated if the external timezone
changes.
2024-08-17 13:24:19 +02:00
Roxfr
f43705d31f
i18n(fr): translate reset 2024-08-17 13:24:02 +02:00
Roxfr
4306820acd
i18n(fr): translate notifications applet 2024-08-17 13:23:17 +02:00
Roxfr
ee0570bed3
i18n(fr): translate input sources applet 2024-08-17 13:22:32 +02:00
Csani10
1e3eaf463f
i18n(hu): fix translation for log-out 2024-08-17 13:21:53 +02:00
Matthew Fallah (マシュー・ファラー)
1e01da7982
i18n: updates for es-ES, nl, fr, ja, and it 2024-08-17 13:21:21 +02:00
Benjamin Weis
845948f5c8
i18n(de): add German translation 2024-08-15 17:53:15 +02:00