Commit graph

1215 commits

Author SHA1 Message Date
David Carvalho
715f5b2732 i18n (pt-BR) Update translations 2025-04-08 08:33:44 -06:00
therealmate
7eaad1ec47 Update Hungarian translations 2025-04-08 08:33:20 -06:00
neko0xff
1eac886e93 i18n(zh-TW): update zh-TW translation 2025-04-08 08:33:02 -06:00
Gabriele
38dd27e886 Add endline to cosmic_applet_tiling 2025-04-08 08:32:43 -06:00
gabriele2000
5c567944b6 Update existing translation, minor fixes 2025-04-08 08:32:43 -06:00
Matei Pralea
05d6f04e1a i18n(ro): Add Romanian translations 2025-04-08 08:32:25 -06:00
Michael Aaron Murphy
ce4bfdd643
fix(minimize): fixes for recent changes 2025-04-04 03:02:39 +02:00
Michael Aaron Murphy
a45427cb74
fix: update libcosmic to use correct imports for fde and fd-icons 2025-04-04 02:39:44 +02:00
Michael Aaron Murphy
25263dad7d
fix: missing icons and actions from the dock 2025-04-04 02:30:03 +02:00
Ashley Wulber
6b47c3b5b9
chore: update cosmic-settings-subscriptions 2025-03-28 15:45:51 +01:00
Sachin Malik
546811981e fix(time): align calendar 2025-03-22 23:46:33 +01:00
Victoria Brekenfeld
9ca6b4ed8f feat: add inverted-colors to a11y applet 2025-03-21 21:01:42 +01:00
Victoria Brekenfeld
ca9238c9a7 chore: Update cosmic-protocols/cctk 2025-03-21 21:01:42 +01:00
Jonathan Capps
2d248ae17e
fix(time): current date highlight not respecting timezones 2025-03-21 17:55:08 +01:00
Ashley Wulber
28c3c7c456 fix(bluetooth): await sleep 2025-03-19 15:56:49 +00:00
Ashley Wulber
619550cf61 fix: handling of surface action 2025-03-18 08:13:03 -04:00
Ian Douglas Scott
2a939e5a11 status-area: Handle changes to icon properties
It seems status icons, at least some, don't send property change
notifications. So we can't rely on that, and have to disable caching.
And handle the `NewIcon` signal defined in
https://www.freedesktop.org/wiki/Specifications/StatusNotifierItem/StatusNotifierItem

I'm not sure whether or not there's a *good* reason it works this way,
but regardless I see `nm-applet` and `ibus` update their icons as
they should after these changes.
2025-03-17 20:46:08 -07:00
Feike Donia
7fdaf839e0
i18n(nl): update Dutch translation 2025-03-17 21:45:34 +01:00
VandaLHJ
4b3482205e
i18n(pl): add translations for a11y 2025-03-17 21:44:44 +01:00
Benjamin Weis
91e457b230 i18n(de): add German translation 2025-03-17 21:44:10 +01:00
therealmate
bd006dee4a
i18n(hu): update hungarian translation 2025-03-17 21:43:19 +01:00
Matthew Fallah (マシュー・ファラー)
adc88bbafa
i18n: add Japanese and Spanish translations; fix misplaced Ukrainian translation 2025-03-17 21:39:34 +01:00
Jonathan Capps
1578e7c85b
fix: password hide/show on wifi authentication 2025-03-17 21:38:08 +01:00
Jonathan Capps
2f18d1e920
fix: password hide/show on wifi authentication 2025-03-17 21:29:00 +01:00
Jonathan Capps
e55d59ed94 fix: prevent time remaining showing 0 after unplugging 2025-03-17 21:27:27 +01:00
Ashley Wulber
25064dff8a fix: battery indicator height 2025-03-17 19:29:21 +01:00
Ashley Wulber
c54ddeb38a chore: udpate libcosmic 2025-03-14 14:26:42 -04:00
Ashley Wulber
61d1d1b91d fix: use fixed window width for all applets 2025-03-14 14:26:42 -04:00
Ashley Wulber
9b09c97665 fix(status arrea): padding 2025-03-14 14:26:42 -04:00
Ashley Wulber
5af413b834 update libcosmic 2025-03-14 14:26:42 -04:00
Ashley Wulber
a2c4268eb9 cargo fmt 2025-03-14 14:26:42 -04:00
Ashley Wulber
4ce388b115 cleanup 2025-03-14 14:26:42 -04:00
Ashley Wulber
d29c756c3c feat: tooltips for app-list, minimize, and applet buttons 2025-03-14 14:26:42 -04:00
Ashley Wulber
0de336d0d7 update libcosmic: adds tooltip support 2025-03-14 14:26:42 -04:00
Jonathan Capps
38982176f0 feat: date applet - add highlight for current day 2025-03-13 20:13:23 +01:00
Michael Aaron Murphy
f53e3bd90e
fix(libcosmic): theme subscription 2025-03-09 15:15:55 +01:00
Ashley Wulber
115e526528 fix(bluetooth): use rfkill for blocking bluetooth
this state will be persisted after reboot
2025-03-09 14:40:26 +01:00
Ian Douglas Scott
7ba2ed0c53 Update to workspace v2, based on ext-workspace
In the workspace applet, this now uses `Workspace` in the front-end code
instead of a tuple with unnamed fields. Handling of scrolling is also
moved to the frontend, which uses less code and seems more natural. It
would be good to have a helper in libcosmic for this. It also changes
`ObjectId` to `ExtWorkspaceHandleV1`, which is a little simpler and I
see no reason here to avoid the more strongly typed object.

At some point we may want a shared subscription for workspaces in
multiple applets. As well as a higher-level abstraction for screen
capture.
2025-03-07 22:23:55 -08:00
Ashley Wulber
f08d80a891 fix(bluetooth): watch devices for changes after toggled back on 2025-03-05 13:02:46 -05:00
Ashley Wulber
406cdd3627 fix(audio): delay retries 2025-03-04 17:47:44 +01:00
ellieplayswow
6399cc51af
fix: missing icon & actions for apps with desktop entries containing duplicate keys 2025-03-04 00:03:15 +01:00
Victoria Brekenfeld
2b88f35991 a11y: Add magnifier toggle 2025-02-21 00:38:02 +01:00
Victoria Brekenfeld
257784ebc8 chore: Upgrade cctk/cosmic-protocols 2025-02-21 00:38:02 +01:00
Ashley Wulber
19d88a57cd chore: update libcosmic 2025-02-20 19:24:08 +01:00
Michael Aaron Murphy
dc86f23a73
chore: upgrade all dependencies 2025-02-19 18:31:56 +01:00
Michael Aaron Murphy
09ae094000
chore: update libcosmic text styles 2025-02-19 04:41:39 +01:00
Aindriú Mac Giolla Eoin
fc2693f4d2
i18n(ga): add translations 2025-02-17 15:02:24 +01:00
zanaviska
b710832892
i18n(uk): fix translation 2025-02-17 15:01:57 +01:00
mkljczk
8181bfa98c i18n(pl): translate desktop entries and metainfo
Signed-off-by: mkljczk <git@mkljczk.pl>
2025-02-17 15:01:34 +01:00
Mattias Eriksson
65ad4d8c53
i18n(sv): add translation for power applet 2025-02-17 15:01:01 +01:00