Commit graph

856 commits

Author SHA1 Message Date
Ian Douglas Scott
fbd1489c7b audio: Set source/sink mute state
Setting the volume to a non-zero value will unmute the source or sink,
and setting it to zero will mute it. This matches the behavior on Gnome.
2024-04-04 13:25:16 +02:00
Ryan Brue
1e5af14bc4 fix: clippy lints 2024-04-03 20:12:45 -04:00
Ryan Brue
7aead1ce47 fix: don't take screencopy on every new toplevel 2024-04-03 20:12:45 -04:00
Michael Aaron Murphy
ed335b256a chore: migrate volume change sound to cosmic-osd 2024-04-02 23:29:17 +02:00
maciekk64
52aa97945b feat(time): first_day_of_week config 2024-04-02 23:29:00 +02:00
maciekk64
51eed6ec12 feat(time): military_time and show_date_in_top_panel config 2024-04-02 23:29:00 +02:00
Grooble
22d7501aee i18n(fr): Update translations 2024-04-02 23:27:48 +02:00
Ryan Brue
7592a3144f feat: Set focused window as selected 2024-04-02 23:25:12 +02:00
Ryan Brue
769af3d944 improv(app-list): only send screencopy requests as needed 2024-04-02 23:24:18 +02:00
Ryan Brue
2f1b20e1c7 design: vertical app-list multi-window pop-up 2024-04-01 19:09:17 -04:00
Ryan Brue
e12c91b2cb fix: design of multi-window menu should have corner radii 2024-04-01 19:09:17 -04:00
Ryan Brue
63c2bcc99b fix: increase character allowance for window preview title 2024-04-01 19:09:17 -04:00
Ryan Brue
a4842f0cf9 fix: Change activate calls to toggle calls 2024-04-01 19:09:17 -04:00
Ryan Brue
91b4f80a9f fix: don't allow favoriting apps without an exec string 2024-04-01 19:09:17 -04:00
Ryan Brue
0629b18e00 feat: app list click: two or more toplevel behavior 2024-04-01 19:09:17 -04:00
Ryan Brue
5b78a9f22e feat: app-list click: zero and single toplevel behavior 2024-04-01 19:09:17 -04:00
Ashley Wulber
71cb9e64ec fix: better button sizing so there are no gaps 2024-03-28 19:54:24 -04:00
Ian Douglas Scott
a18d64add7 battery: Show keyboard backlight only when supported 2024-03-28 15:31:44 -07:00
Ian Douglas Scott
d5aa2f3252 status-area: Handle clients that don't provide icon_name/icon_pixmap
It seems some clients expose the properties and leave them empty, but
others just provide either one on its own.

This fixes clients like Mattermost.
2024-03-28 15:31:44 -07:00
Ryan Brue
4103b2e359 feat: add launcher applet based on panel button 2024-03-28 14:44:16 -04:00
Ian Douglas Scott
180e75cb9a
status-area: Show icons that have icon_pixmap but not icon_name (#302)
This is at least one of the issue behind
https://github.com/pop-os/cosmic-applets/issues/165. OBS now shows it's
icon instead of an empty space. But the Mattermost flatpak doesn't show
anything. (Is that Flatpak related, or does it not use
`StatusNotifierItem`?)

Requires https://github.com/pop-os/libcosmic/pull/368. Ideally, it
should have some way to choose from multiple icons in memory of
different sizes.
2024-03-27 13:33:37 -07:00
Ian Douglas Scott
8128b6cf89
cosmic-screencopy-v2 (#288) 2024-03-25 15:33:34 -06:00
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