Commit graph

91 commits

Author SHA1 Message Date
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
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
06d81111e7 fix(notifications): remove settings button 2024-05-06 06:51:45 -06:00
Ashley Wulber
9f51e12fc9 fix: reset timeline when a popup is created 2024-04-30 20:14:46 -04:00
Matthew Fallah (マシュー・ファラー)
cec2499435
i18n: misc. translation fixes 2024-04-17 10:47:18 +02:00
FAlexei
4dd031d6c4
i18n(ru): translation update 2024-04-17 06:30:26 +02:00
Grooble
22d7501aee i18n(fr): Update translations 2024-04-02 23:27:48 +02:00
Gabriele
d22d4274ec
i18n(it): translation improvements 2024-03-25 15:33:28 -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
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
06f575677e Create cosmic_applet_notifications.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
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
Matthew Fallah (マシュー・ファラー)
afbf3177c9 Create cosmic_applet_notifications for Euro Spanish 2024-02-28 21:46:40 -05:00
Matthew Fallah (マシュー・ファラー)
2253f104e1 Translate cosmic-applet-notifications to Japanese
Wasn't sure if literally translating Do Not Disturb made sense so I copied the translation that GNOME uses in this context
2024-02-21 11:01:38 -05:00
gildemberg-santos
add95f568f feat(i18n): 🌐 translate cosmic_applet_notifications pt-br 2024-02-21 11:01:18 -05:00
Ashley Wulber
d17894f94e chore: clippy 2024-02-20 10:55:08 -05:00
Ashley Wulber
f8a6fd7ab6 update: notifications dependencies 2024-01-22 10:11:44 -05:00
Ashley Wulber
6875bb38c0 fix(notifications): only connect to notifications daemon once 2024-01-18 23:16:17 -05:00
Ashley Wulber
d4e0dd8fb8 fix: make all subscriptions resistant to being restarted
many of the errors we've been seeing the last few days are because of subscriptions which are restarting
2024-01-18 23:16:17 -05:00
Ashley Wulber
6851d9de54 fix: logging and use dbus config subscription in audio applet 2024-01-18 23:16:17 -05:00
VandaLHJ
85e4e65eb8 Update cosmic_applet_notifications.ftl
Fixed time to follow fluent convention better.
2024-01-18 11:20:48 -05:00
VandaLHJ
5b30363f2a Add cosmic_applet_notifications.ftl PL translation
Added basic Polish translation to fill the void.
2024-01-17 12:12:56 -05:00
Yevhen Popok
48154da855 Add Ukrainian translation 2024-01-17 11:03:59 -05:00
Ashley Wulber
e5db5ab1dd
chore: update libcosmic (#168) 2023-12-11 14:45:36 -05:00
W
2b903ca147 Add i18n(sr-Cyrl) 2023-12-07 10:14:21 -05:00
W
41cf9497c2 Delete cosmic-applet-notifications/i18n/sr directory 2023-12-07 10:14:21 -05:00
W
9b58a8ad8e Add i18n(sr-Latn) 2023-12-07 10:14:21 -05:00
Ashley Wulber
b7b7b9541e chore: open notification settings when the button is pressed 2023-11-22 08:03:54 -05:00
Ashley Wulber
9974b2f99f fix: log fewer error messages from notifications subscription 2023-11-19 06:28:16 -08:00
daniel.eades
b9723dd5e0 use 'Self' to refer to own type 2023-11-16 15:47:20 -05:00
daniel.eades
c085758d20 remove useless 'format' calls 2023-11-16 15:47:20 -05:00
daniel.eades
12ef9ce993 remove useless conversions 2023-11-16 15:47:20 -05:00
W
5b8125b2be Add Serbian (Latin) translations
Abbreviations are used for the *[other] cases because the noun forms change depending on the number.
2023-11-09 10:06:29 -07:00
FAlexei
85440c7169 Add Russian translation 2023-11-05 07:37:00 -07:00
Ashley Wulber
0db1a96c42 refactor(audio): use mpris2-zbus 2023-10-27 19:46:51 -04:00
Ashley Wulber
12ac3e7e2f fix(notifications): text size adjustments and spacing 2023-10-25 16:27:00 -04:00
Ashley Wulber
3f0f632d41 fix: padding for notifications 2023-10-24 15:34:21 -04:00
Ashley Wulber
3338cb74b6 refactor: styling improvements 2023-10-24 15:34:21 -04:00
Ashley Wulber
d80a801fe5 refactor: use menu button 2023-10-24 15:34:21 -04:00
GroobleDierne
46e9329614 i18(fr): Fix typo, improve with more context 2023-10-23 09:30:52 -06:00
GroobleDierne
c077b5e440 i18(fr): Update French translation 2023-10-23 09:30:52 -06:00
Elmeri.K
9d321822a9 Added Finnish translations 2023-10-17 09:58:41 -04:00
Eduardo Flores
276ecc7d6c Switch back to libcosmic upstream 2023-10-11 19:46:07 -04:00
Eduardo Flores
c7b25daa71 Update libcosmic 2023-10-11 19:46:07 -04:00