Commit graph

126 commits

Author SHA1 Message Date
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
Piotr
cf06e14545
feat(battery): support charging limits with system76-power 2024-09-06 17:56:11 +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
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
Benjamin Weis
845948f5c8
i18n(de): add German translation 2024-08-15 17:53:15 +02:00
lazytanuki
e51ca81f7d
feat: toggle popups on press down 2024-08-13 19:03:34 +02:00
Kamil Lihan
df46c8d5b8 i18n(sk): Add Slovak translations 2024-08-02 16:11:27 -04:00
Berk Elyesa Yıldırım
1dbdba87b4 Update Turkish translation
Fix little mistakes and bring it closer to
the established FOSS translations for consistency

Signed-off-by: Berk Elyesa Yıldırım <beryesa@sayafe.org>
2024-07-31 14:56:03 -04: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
Yevhen Popok
69507a3ee9 Update Ukrainian translation 2024-07-26 16:52:29 -04:00
Weeesly
45cb9fbf2a Create cosmic_applet_battery.ftl 2024-07-25 13:12:48 -04:00
Csani10
ea8d38b3aa Add Hungarian translation 2024-07-25 13:03:08 -04:00
Ashley Wulber
6661598839 feat: misc 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ć
d9d864f14f fix(battery): settings button 2024-07-09 16:26:27 +02:00
Vukašin Vojinović
f206a55194 cargo fmt 2024-07-09 16:26:27 +02:00
Vukašin Vojinović
46e1fdd9f0 feat(battery): add settings button 2024-07-09 16:26:27 +02:00
Vukašin Vojinović
0640e88412 chore: merge imports 2024-07-09 16:26:27 +02:00
Ian Douglas Scott
a0145bf106 battery: Fix display brightness slider 2024-07-01 20:07:39 -07:00
Ian Douglas Scott
3beda52c1c battery: Make screen brightness Option; hide if none 2024-07-01 20:07:39 -07:00
Ian Douglas Scott
61a9102fce battery: Exit on NoBattery instead of letting subscription handle it 2024-07-01 20:07:39 -07:00
Ian Douglas Scott
0ef2393288 battery: Use max_kbd_brightness as slider range
This makes sure we can listen to brightness subscription and set the
brightness without conflicts or weird workarounds.
2024-07-01 20:07:39 -07:00
Ian Douglas Scott
00e34f4eba battery: Use max_screen_brightness as range of slider
Being able to define sliders this way seems like an advantage of using a
seperate `brightness`/`max_brightness` instead of a float.

Now the `step` of the slider is a single unit as supported by the
display.
2024-07-01 20:07:39 -07:00
Ian Douglas Scott
4b83609ee8 battery: Use settings_daemon for display brightness
This shares a subscription with cosmic-osd, avoiding some duplication.
It's also important that things like selection of the display brightness
device are done consistency, and handling this in cosmic-settings-daemon
is one way to ensure consistency.
2024-07-01 20:07:39 -07: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
901a70d7a1 battery: Use cosmic-settings-subscriptions for upower subscriptions
These should be useful in `cosmic-osd` as well.
2024-07-01 20:07:39 -07:00
Ian Douglas Scott
4e3eb0a396 battery: Use upower_dbus instead of including bindings 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
Cherub26
177b8524a4 Added Turkish translations 2024-06-03 14:11:19 -06: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
dea51c7208 fix(battery): trim gpu name 2024-05-10 22:30:29 +02:00
Ashley Wulber
668b0825c9 fix(battery): show discrete gpu name 2024-05-10 10:50:18 -04: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
6a448a35cb fix(battery): remove settings button 2024-05-06 06:51:45 -06:00
Ashley Wulber
25447c80e4 fix(battery): exit when there is no battery detected 2024-05-06 06:51:45 -06:00
VandaLHJ
ce230c9f5c Update cosmic_applet_battery.ftl PL Translation
Added dgpu bits, and changed wording to less confusing
2024-05-01 20:38:39 -06:00
Agastya Darma
f1a604d8d4 feat(i18n): Add Indonesian translations for battrey applet
This pull request introduces Indonesian translations for essential terms used within the battery applets interface. These translations aim to improve the accessibility and usability of battery management features for Indonesian-speaking users.

Signed-off-by: Agastya Darma Laksana <gedeagas22@gmail.com>
2024-05-01 12:07:12 -06:00
Ashley Wulber
9f51e12fc9 fix: reset timeline when a popup is created 2024-04-30 20:14:46 -04:00
Ryan Brue
c7765278f0 fix: use same connection for all connect attempts 2024-04-30 00:14:47 +02:00