Commit graph

113 commits

Author SHA1 Message Date
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
Lily Foster
e4a6f94723 battery: Give up if both power-profiles-daemon and system76-power connections fail 2024-04-18 20:17:48 -04:00
FAlexei
4dd031d6c4
i18n(ru): translation update 2024-04-17 06:30:26 +02:00
Ryan Brue
25c24ce184 feat: add power-profiles-daemon as an additional power profile backend 2024-04-16 17:50:02 -04:00
Grooble
22d7501aee i18n(fr): Update translations 2024-04-02 23:27:48 +02:00
Ian Douglas Scott
a18d64add7 battery: Show keyboard backlight only when supported 2024-03-28 15:31:44 -07:00
Gabriele
d22d4274ec
i18n(it): translation improvements 2024-03-25 15:33:28 -06:00
Michael Aaron Murphy
32229c16f0
chore(cargo): replace log dependency with tracing 2024-03-25 15:33:22 -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
Hugo Carvalho
67f4b704f7 Create cosmic_applet_battery.ftl 2024-03-06 15:44:59 -05:00
Matthew Fallah (マシュー・ファラー)
d7beb35afa Spanish (Spain) i18n: Create cosmic_applet_battery.ftl 2024-02-28 21:46:40 -05:00
Matthew Fallah (マシュー・ファラー)
72da609fe5 Translate cosmic-applet-battery
There may or may not be issues with the wording on the "this much time remaining" prompt because the grammar here is different from Western languages. For now, I have translated around this.
2024-02-21 11:01:38 -05:00
Gildemberg Santos
12458aded1 Update cosmic_applet_battery.ftl 2024-02-21 11:01:18 -05:00