Commit graph

1047 commits

Author SHA1 Message Date
Hans Gaiser
d10bc475b7 fix(power): lock only User sessions 2024-07-29 10:44:04 -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
Ian Douglas Scott
b0e4e6fc6d Remove unused imports 2024-07-28 20:25:23 -07:00
Phan Huy Hoang
10b69b07c2 fix: add padding to show media controls toggler 2024-07-27 15:22:08 -04:00
Phan Huy Hoang
c773847d1f fix: fix formatting issue 2024-07-27 15:22:08 -04:00
Snêu
a7c5a2f2ba fix: remove sound settings menu button 2024-07-27 15:22:08 -04:00
Snêu
2f33509d2a fix: disable sound settings menu button 2024-07-27 15:22:08 -04:00
Snêu
2a4e1cf45d fix: click on open setting button doesn't open COSMIC Settings 2024-07-27 15:22:08 -04:00
Yevhen Popok
5be5d5dd89 Ukrainian translation: use plural forms for the countdown in "seconds" 2024-07-26 16:52:29 -04:00
Yevhen Popok
e49e61f288 Ukrainian translation: use "[one]" plural category
For Ukrainian language "[one]" plural category covers multiple digits (1, 21, 31, 41, 51, 61, 71, 81, 101, 1001, …). It must be used instead of "[1]" in COSMIC translation files.
Source: https://cldr.unicode.org/index/cldr-spec/plural-rules
2024-07-26 16:52:29 -04:00
Yevhen Popok
69507a3ee9 Update Ukrainian translation 2024-07-26 16:52:29 -04:00
Weeesly
478bb3e500 Create cosmic_applet_workspaces.ftl 2024-07-25 13:12:48 -04:00
Weeesly
a36056140e Create cosmic_applet_time.ftl 2024-07-25 13:12:48 -04:00
Weeesly
42651dadb6 Create cosmic_applet_tiling.ftl 2024-07-25 13:12:48 -04:00
Weeesly
e1e00a695b Create cosmic_applet_power.ftl 2024-07-25 13:12:48 -04:00
Weeesly
cb3a7d8381 Create cosmic_applet_notifications.ftl 2024-07-25 13:12:48 -04:00
Weeesly
62141ac223 Create cosmic_applet_network.ftl 2024-07-25 13:12:48 -04:00
Weeesly
5bbad078c0 Create cosmic_applet_input_sources.ftl 2024-07-25 13:12:48 -04:00
Weeesly
0607791e4c Create cosmic_applet_bluetooth.ftl 2024-07-25 13:12:48 -04:00
Weeesly
45cb9fbf2a Create cosmic_applet_battery.ftl 2024-07-25 13:12:48 -04:00
Weeesly
74068b506e Create cosmic_applet_audio.ftl 2024-07-25 13:12:48 -04:00
Weeesly
f1b465ed56 Create cosmic_app_list.ftl 2024-07-25 13:12:48 -04:00
Csani10
ea8d38b3aa Add Hungarian translation 2024-07-25 13:03:08 -04:00
git-f0x
bd8a7ecb93 cargo fmt 2024-07-24 13:14:34 -04:00
git-f0x
84826b36a7 fix(app-list): add padding to unpinned app divider 2024-07-24 13:14:34 -04:00
Ashley Wulber
c6291c7c09 fix: cap index to len of pinned when inserting dnd icon 2024-07-24 08:51:46 -04:00
Ashley Wulber
481573ec27 refactor: make app-tray config its own crate 2024-07-24 08:51:46 -04:00
Ashley Wulber
8870851f81 cleanup 2024-07-24 08:51:46 -04:00
Ashley Wulber
9a63b6afd2 fix(app-list): size limits for overflow popups 2024-07-24 08:51:46 -04:00
Ashley Wulber
eaeee04f1e update deps 2024-07-24 08:51:46 -04:00
Ashley Wulber
68af00a29e feat: minimize overflow 2024-07-24 08:51:46 -04:00
Ashley Wulber
c761acd007 refactor: shrink min sizes 2024-07-24 08:51:46 -04:00
Ashley Wulber
6661598839 feat: misc overflow 2024-07-24 08:51:46 -04:00
Ashley Wulber
f46f50e8e2 feat: app tray overflow menus 2024-07-24 08:51:46 -04:00
Ashley Wulber
0571c97b86 wip: overflow 2024-07-24 08:51:46 -04:00
Ashley Wulber
62eeb5a704 wip: overflow 2024-07-24 08:51:46 -04:00
Vukašin Vojinović
0c7083ecb4 cleanup 2024-07-18 11:00:47 -04:00
git-f0x
d10f1e27ac improv: change Pin/Unpin to "Pin to app tray" 2024-07-18 11:00:47 -04:00
git-f0x
ca0e99268c chore(notifications): update strings 2024-07-18 11:00:47 -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
Vukašin Vojinović
c6004b67e5 fix(app-list): toplevel name ellipsizing 2024-07-09 16:26:27 +02:00
Michael Aaron Murphy
9d734dcd19
chore(app-list): set icon_spacing to 4 2024-07-08 16:56:59 +02:00
Mineeagle
8805d38df6
i18n(de): add German translation 2024-07-08 16:21:00 +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