Vukašin Vojinović
2c618622d3
chore: update dependencies
...
Sets the resolver to 3, so it's Rust-version aware. Without it, some dependencies get updated to versions needing Rust versions newer than the target.
2025-08-18 16:44:50 +02:00
Vukašin Vojinović
2b7b4cba56
chore: update to Rust 2024 edition
2025-08-18 16:44:50 +02:00
Vukašin Vojinović
c3fafd3910
chore: use std::sync::LazyLock
...
Removes `once_cell` as a direct dependency.
2025-08-18 16:44:50 +02:00
Feike Donia
c171f048a6
i18n: update fluent numbering scheme, with German and Dutch translations
2025-07-08 17:03:57 +02:00
Jason Hansen
2e4460b423
fix(time): update time when resuming from sleep
2025-07-08 16:58:08 +02:00
SpecialSUDO
06791c6ef7
i18n(ar): add Arabic translation
2025-07-08 16:55:14 +02:00
oddib
b61e0bc94d
i18n(nb): add Norwegian translation
2025-05-28 17:25:20 +02:00
therealmate
75e36d4c15
i18n(hu): update translation
2025-05-28 17:24:22 +02:00
David Carvalho
0dc0dbf56d
i18n (pt-BR): Update translations
2025-05-28 17:23:43 +02:00
twlvnn kraftwerk
b0f3c82826
i18n(bg): Add Bulgarian translation to applets
2025-05-12 16:14:35 +02:00
Jeremy Soller
515dbb3337
Restructure config to fix debian builds
2025-05-09 19:17:28 -06:00
Jeremy Soller
edaf5b994e
Expose applet configs, starting with time applet
2025-05-09 13:49:30 -06:00
铺盖崽
513639f407
i18n(zh-CN): update translation
2025-05-01 17:11:41 +02:00
Ashley Wulber
f26992e41a
fix(time): popup initial wrong size
2025-04-22 16:14:03 +02:00
David Carvalho
2573eb7545
i18n - update portuguese translations
2025-04-08 15:56:30 -06:00
David Carvalho
715f5b2732
i18n (pt-BR) Update translations
2025-04-08 08:33:44 -06:00
Matei Pralea
05d6f04e1a
i18n(ro): Add Romanian translations
2025-04-08 08:32:25 -06:00
Sachin Malik
546811981e
fix(time): align calendar
2025-03-22 23:46:33 +01:00
Jonathan Capps
2d248ae17e
fix(time): current date highlight not respecting timezones
2025-03-21 17:55:08 +01:00
Ashley Wulber
619550cf61
fix: handling of surface action
2025-03-18 08:13:03 -04: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
a2c4268eb9
cargo fmt
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
dc86f23a73
chore: upgrade all dependencies
2025-02-19 18:31:56 +01:00
Aindriú Mac Giolla Eoin
fc2693f4d2
i18n(ga): add translations
2025-02-17 15:02:24 +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
therealmate
c133152b87
i18n(hu): update Hungarian translations
2025-02-10 13:18:14 +01:00
Feike Donia
54ed76a3b1
i18n(nl): translation update
2025-01-14 19:35:50 +01:00
mkljczk
52bbf0f4d8
i18n(pl): update translation
2025-01-14 19:33:38 +01:00
Josh Megnauth
7932be526d
fix(time): Update calendar on timezone change
...
Closes : #698
2024-12-31 17:07:27 +01:00
LazyTanuki
110c68d9a8
fix: use on_press_down to toggle time applet
2024-11-07 09:56:32 -05:00
Vukašin Vojinović
6b740c59be
fix(app-list): use context menu radius from theme
2024-11-04 08:47:36 -05:00
Ashley Wulber
5b5cd77e7c
update iced
2024-10-31 17:52:33 -04:00
Kartik Nayak
a5c201aedd
i18n: add Hindi translation
2024-10-16 19:00:14 -06:00
Kartik Nayak
2552b0283a
i18n: add Kannada translation
2024-10-16 19:00:14 -06:00
skygrango
4591eb85f4
i18n(zh-TW): add Taiwanese translation
2024-10-02 17:02:15 +02:00
Aliaksandr Truš
3e2da9b90f
i18n(be): add Belarusian translations
2024-10-02 17:01:42 +02:00
Vukašin Vojinović
941cbf546b
fix: padding, spacing, context menu style, and settings buttons
2024-09-24 15:52:17 +02:00
Ryan Brue
0a32d27c70
chore(license): clarify GPL-3.0 license as GPL-3.0-only
...
Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>
2024-09-16 07:40:23 -06:00
wiiznokes
58a61b7eee
fix(time): improve display of time
2024-09-06 17:55:28 +02:00
Vukašin Vojinović
02b3fbdb11
fix: use cosmic::widget::text instead of cosmic::iced::widget::text
2024-09-03 16:52:59 +02:00
Joshua Megnauth
77e6fc5908
fix(time): Try LC_TIME before LANG
2024-09-01 15:30:20 +02:00
Josh Megnauth
93e3b0f8f3
feat(time): Option to show seconds on the clock
...
Closes : #496
Requires: pop-os/cosmic-settings#509
I based some of this code off of `i3status-rust` to double check that I
handled it efficiently.
2024-08-29 21:08:17 +02:00
Joshua Megnauth
0d0a13a062
fix(time): Timezone stream spams updates
2024-08-20 14:20:47 +02:00
Josh Megnauth
323e8a55b2
fix(time): Update applet timezone on change
...
Closes : #582
The chrono crate caches the local timezone but doesn't update it. This
makes sense because it'd be inefficient to constantly evaluate the local
timezone.
Instead of using the local timezone, this patch changes the applet to
use a fixed offset internally which is updated if the external timezone
changes.
2024-08-17 13:24:19 +02:00
Vukašin Vojinović
e61de72c9c
update libcosmic
...
Also fixes the padding of some things to better match designs.
2024-08-15 10:18:19 +02:00
lazytanuki
e51ca81f7d
feat: toggle popups on press down
2024-08-13 19:03:34 +02:00
Kamil Lihan
df46c8d5b8
i18n(sk): Add Slovak translations
2024-08-02 16:11:27 -04:00