Commit graph

834 commits

Author SHA1 Message Date
Ryan Brue
608d7837b5
feat: set integer X-MinimizeApplet priorities 2024-03-25 15:33:33 -06:00
Ashley Wulber
40bae48195
fix: connect to paired and trusted devices when they reappear 2024-03-25 15:33:32 -06:00
Ashley Wulber
829ae04cde
fix: autoconnect to paired and trusted devices 2024-03-25 15:33:31 -06:00
Mitchel Stewart
ebe720038a
fix(justfile): add prefixdir for symlink 2024-03-25 15:33:31 -06:00
Ashley Wulber
4510e81f6f
fix: better handling of request results in the network applet 2024-03-25 15:33:30 -06:00
Matthew Fallah (マシュー・ファラー)
f36684d773
i18n(es): fix typo 2024-03-25 15:33:29 -06:00
Gabriele
d22d4274ec
i18n(it): translation improvements 2024-03-25 15:33:28 -06:00
VandaLHJ
4fc2c93664
i18n(pl): add translations for run keywords 2024-03-25 15:33:27 -06:00
Michael Aaron Murphy
00eef45c70
chore(cargo): update image crate and unset default features 2024-03-25 15:33:26 -06:00
Michael Aaron Murphy
d080480708
fix(justfile): wrong target path for symlink 2024-03-25 15:33:25 -06:00
Michael Aaron Murphy
313b4cb943
chore(cargo): add cargo-machete ignore list 2024-03-25 15:33:24 -06:00
Michael Aaron Murphy
ca8c674014
chore(cargo): remove unused dependencies 2024-03-25 15:33:23 -06:00
Michael Aaron Murphy
132ea0de3c
chore(cargo): replace nix with rustix 2024-03-25 15:33:23 -06:00
Michael Aaron Murphy
32229c16f0
chore(cargo): replace log dependency with tracing 2024-03-25 15:33:22 -06:00
Michael Aaron Murphy
074d962ae9 chore(cargo): remove unused icon-loader dependency 2024-03-15 16:21:29 +01: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
4099624499 fix: reset cosmic-time togglers when state changes with no animations 2024-03-12 12:53:32 -04:00
Ryan Brue
ac91761921 clippy: remove needless borrowing 2024-03-12 09:55:35 -04:00
Ryan Brue
b46c4ca110 chore: bump libcosmic 2024-03-12 09:55:35 -04:00
Ryan Brue
5723bdee81 fix: app list doesn't match fallback apps with their favorited entry 2024-03-12 09:55:35 -04:00
Ashley Wulber
b7b4a7be34 refactor(app-list): no need to check name when sorting 2024-03-11 22:16:15 -04:00
Ashley Wulber
ed049b1269 chore: update libcosmic 2024-03-11 22:16:15 -04:00
Ashley Wulber
13dedfc3c7 chore: update libcosmic
updates applet sizes
2024-03-09 07:34:39 -07:00
Ashley Wulber
ec75698a00 chore(app-list): install config defaults 2024-03-08 14:15:43 -07: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
cd296207a7 Update com.system76.CosmicPanelWorkspacesButton.desktop 2024-03-06 15:44:59 -05:00
Hugo Carvalho
5c40222b46 Update com.system76.CosmicAppletStatusArea.desktop 2024-03-06 15:44:59 -05:00
Hugo Carvalho
e2822b7935 Update com.system76.CosmicPanelAppButton.desktop 2024-03-06 15:44:59 -05:00
Hugo Carvalho
69ea442967 Create cosmic_applet_workspaces.ftl 2024-03-06 15:44:59 -05:00
Hugo Carvalho
24d155680f Create cosmic_applet_time.ftl 2024-03-06 15:44:59 -05:00
Hugo Carvalho
bc898025d2 Create cosmic_applet_tiling.ftl 2024-03-06 15:44:59 -05:00
Hugo Carvalho
de57dbf802 Create cosmic_applet_power.ftl 2024-03-06 15:44:59 -05:00
Hugo Carvalho
06f575677e Create cosmic_applet_notifications.ftl 2024-03-06 15:44:59 -05:00
Hugo Carvalho
b9a868eed8 Create cosmic_applet_network.ftl 2024-03-06 15:44:59 -05:00
Hugo Carvalho
1ec5d82eef Create cosmic_applet_bluetooth.ftl 2024-03-06 15:44:59 -05:00
Hugo Carvalho
67f4b704f7 Create cosmic_applet_battery.ftl 2024-03-06 15:44:59 -05:00
Hugo Carvalho
50e230c635 Create cosmic_applet_audio.ftl 2024-03-06 15:44:59 -05:00
Ashley Wulber
004d627b71 feat(notifications): add clear all button to notifications 2024-03-06 13:33:04 -05:00
Ashley Wulber
ebca17aba7 refactor: set dispatch to None for tiling and workspaces 2024-03-06 11:51:44 -05:00
Ryan Brue
bd1f7d6064 fix: center and enlarge app-list icons 2024-03-05 18:46:54 -05:00
Ashley Wulber
674e0940c5 cargo fmt 2024-03-05 14:50:12 -05:00
Ashley Wulber
4bef8171d5 chore: update libcosmic 2024-03-05 14:50:12 -05:00
Ryan Brue
05af004ce5 Limit number of app list dots to 3 2024-03-05 07:00:56 -07:00
Ashley Wulber
090bb9653f
minimize applet (#217)
* chore: add minimize applet skeleton

* fix(minimize): desktop typo

* wip: minimize applet

* feat: include window images, and overlay their icon

* cleanup

* fix: add minimize applet to workspace

* chore: add host wayland display to desktop file for minimize applet

* chore: Cargo.lock

* cleanup: fix typos

* fix: don't hide minimized apps in app-list
2024-03-04 13:08:52 -05:00
Hugo Carvalho
06634c3348 Create cosmic_app_list.ftl
Add Portuguese translation
2024-03-01 20:48:17 -05:00
minomit
537341c78a Create cosmic_app_list.ftl 2024-03-01 20:48:07 -05:00
Matthew Fallah (マシュー・ファラー)
a6f724e103 es-ES and ja for com.system76.CosmicPanelAppButton.desktop 2024-02-28 21:46:40 -05:00
Matthew Fallah (マシュー・ファラー)
36eeacfa8d Create cosmic_applet_workspaces.ftl for Euro Spanish 2024-02-28 21:46:40 -05:00