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
Ashley Wulber
d654743234
fix: format of month can overflow bounds of panel if Long
2024-08-01 19:05:40 +02:00
Ian Douglas Scott
293a91e8b1
Update for spawn_desktop_exec that calls SpawnTransientUnit
...
Allows `xdg-desktop-portal` to get app id from PID.
Also updates calls to `cosmic::process::spawn` to spawn in future.
2024-07-28 20:25:23 -07:00
Weeesly
a36056140e
Create cosmic_applet_time.ftl
2024-07-25 13:12:48 -04:00
Csani10
ea8d38b3aa
Add Hungarian translation
2024-07-25 13:03:08 -04:00
Ashley Wulber
6661598839
feat: misc overflow
2024-07-24 08:51:46 -04:00
Ryan Brue
d4c5cc969d
chore(desktop-file): remove Iced category
2024-07-18 06:29:36 +02:00
Vukašin Vojinović
4ceac0c57b
cleanup: applet names and comments
2024-07-09 21:06:01 +02:00
Vukašin Vojinović
0640e88412
chore: merge imports
2024-07-09 16:26:27 +02:00
Mineeagle
27bbd9bdb3
Add German translation
2024-06-24 13:31:44 -06:00
EdenQwQ
dd5230c0be
i18n(zh-CN): add Chinese translation
2024-06-16 07:10:03 -06:00
Gustavo Santana de Aquino
c60a100135
i18n(pt-BR): Translation update ( #478 )
...
* i18n(pt-BR):Translation adjustment
* i18n(pt-BR):Translation update
* i18n(pt-BR):Translation adjustment
* i18n(pt-BR):Initial translation
* i18n(pt-BR): EOF Adjustment
2024-06-05 09:29:08 -06:00
Cherub26
177b8524a4
Added Turkish translations
2024-06-03 14:11:19 -06:00
wiiznokes
406cab9a91
Time applet localization v2 ( #455 )
2024-05-24 23:16:25 -04:00
Ashley Wulber
37a60b7759
fix(input-sources): text size
2024-05-18 02:01:40 +02:00