Commit graph

70 commits

Author SHA1 Message Date
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
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
Hugo Carvalho
de57dbf802 Create cosmic_applet_power.ftl 2024-03-06 15:44:59 -05:00
Matthew Fallah (マシュー・ファラー)
234ac0ffcb Create cosmic-applet-power for Euro Spanish 2024-02-28 21:46:40 -05:00
Matthew Fallah (マシュー・ファラー)
971a3d8f39 Almost finished translation of cosmic-applet-tiling
But I'm having trouble finding the proper translation of "navigate", as the one word I can find that doesn't seem limited to actual seafaring (ナビる) is casual speech that would not be appropriate for a computer interface.
2024-02-21 11:01:38 -05:00
Matthew Fallah (マシュー・ファラー)
361764aa82 i18n: Japanese translation of cosmic-applet-power
Plus a minor fix to the French translation
2024-02-21 11:01:38 -05:00
Ashley Wulber
f00fd8bc1a chore: update fixes 2024-02-06 16:21:16 -05:00
Ashley Wulber
0ab6f724fb chore: update libcosmic 2024-02-06 16:21:16 -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
5c4a4a6cbc Add i18n(sr-Cyrl) 2023-12-07 10:14:21 -05:00
W
58694828bb Delete cosmic-applet-power/i18n/sr directory 2023-12-07 10:14:21 -05:00
W
77ae73a8f8 Add i18n(sr-Latn) 2023-12-07 10:14:21 -05:00
Ian Douglas Scott
0e84d0f3cb Update libcosmic/iced 2023-12-05 15:32:18 -05:00
daniel.eades
b9723dd5e0 use 'Self' to refer to own type 2023-11-16 15:47:20 -05:00
daniel.eades
94f9879a39 remove needless return statements 2023-11-16 15:47:20 -05:00
lebkuchen
37cc1aa4b1 i18 de power 2023-11-09 10:07:23 -07:00
W
b595236c6b Fix suspend icon in cosmic-applet-power 2023-11-09 10:39:35 -05:00
W
9af20f22ab Add Serbian (Latin) translation 2023-11-08 11:43:59 -05:00
FAlexei
6078ea6b22 Correction of the translation 2023-11-05 13:03:43 -07:00
FAlexei
10f2d46001 Add Russian translation 2023-11-05 07:37:00 -07:00
PixelDoted
2c9470bdd7 only countdown when there's a confirm popup
Co-authored-by: Ashley Wulber <48420062+wash2@users.noreply.github.com>
2023-11-01 10:39:37 -04:00
PixelDots
2882286de6 Add countdown 2023-11-01 10:39:37 -04:00
Ashley Wulber
4c40374014 refactor(power): assume the session is Cosmic if a special case is not detected 2023-10-31 11:40:23 -04:00
Ashley Wulber
0db1a96c42 refactor(audio): use mpris2-zbus 2023-10-27 19:46:51 -04:00
Ashley Wulber
a406ec9bf0 fix(power): alignment in the lock & logout buttons 2023-10-25 16:27:00 -04:00
Ashley Wulber
85d96f39f0 fix(power): remove extra spacing from column 2023-10-25 16:27:00 -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
Ashley Wulber
2a99ad959a fix: styling 2023-10-11 19:46:07 -04:00
Eduardo Flores
486eff3eb3 Apply suggestions 2023-10-11 19:46:07 -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
Chris Kruining
fcd1cfff5e add Dutch translations 2023-10-11 09:07:36 -04:00
Ian Douglas Scott
f4cc4cecd0 Fix re-opening popup after it is dismissed by the compositor
I noticed working on https://github.com/pop-os/cosmic-applets/pull/33
that https://github.com/pop-os/cosmic-applets/pull/110 seems to have
broken the behavior here. After the popup is dismissed by the
compositor, it requires two clicks to re-open instead of one.

This change will need to be made to all the applets.
2023-09-12 16:27:25 -04:00
MJ Kim
2d1b8680f9 Added Korean translations 2023-09-05 20:53:51 -04:00
Ian Douglas Scott
a23f181b7f Use cosmic::Application/cosmic::app::applet
This saves a bit of duplicated boilerplate.

Applets seem to work fairly well with this. Though we should see if any
other changes to initial window settings are needed in certain applets
for the exact behavior we want.
2023-08-23 10:24:56 -07:00
Ashley Wulber
3ad64df5f3
Refactor icons jammy (#108)
* chore: add icons and installation

* refactor: use the new battery icons

* refactor: use audio applet icons

* chore dependency cleanup

* chore: remove icons included in cosmic-icons package

* refactor: use icons for signal strength and fix handling of new connections

* fix: improve some logic for the networking applet

* chore: add cosmic-icons to Depends

* feat: use notifications icons

* chore: set bluetooth icon depending on state

* fix: set default font and text size

* feat (network): add airplane-mode message

* feat (battery): add display icons to the battery applet

* fix (battery): logic for selecting the battery icon & use new battery icons
2023-08-08 16:18:12 -04:00
Ian Douglas Scott
294cf6f3a7 Update dependencies, and use workspace dependencies
Using `[workspace.dependencies]`, we can update `rev =` for a dependency
in one place, instead of each individual applet.
2023-08-02 12:36:01 -06:00
Ashley Wulber
20e084c808 chore: add applet icons 2023-07-12 09:39:32 -04:00
Ashley Wulber
5a15ef8d7f update libcosmic 2023-06-21 20:49:35 -04:00
Ashley Wulber
61d527a84c update deps 2023-06-21 20:49:35 -04:00