Commit graph

554 commits

Author SHA1 Message Date
PixelDots
e5f135a76e use chrono for day of week labels
move `window::get_sunday` to `time::get_calender_first`
2023-10-24 18:40:53 -04:00
PixelDots
ee73884b07 remove events text
cleanup calender week of day labels
Use `Next` and `Previous` icons
2023-10-24 18:40:53 -04:00
PixelDots
57b2c71804 Time Applet Window design implementation 2023-10-24 18:40:53 -04:00
Ashley Wulber
9e866088e4 fix(audio): increment counter 2023-10-24 15:34:21 -04:00
Ashley Wulber
17cf0ee4cd fix(audio): layout of media controls 2023-10-24 15:34:21 -04:00
Ashley Wulber
1bd1ac004a chore(audio): styling and deps 2023-10-24 15:34:21 -04:00
Ashley Wulber
557a43517d feat: mpris support for audio applet 2023-10-24 15:34:21 -04:00
Ashley Wulber
3f0f632d41 fix: padding for notifications 2023-10-24 15:34:21 -04:00
Ashley Wulber
1d3e5e13fc fix: padding for graphics and network 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
Ashley Wulber
df63a5d141 fix: typo 2023-10-24 15:34:21 -04:00
Ashley Wulber
a01b9720de chore: update libcosmic 2023-10-24 15:34:21 -04:00
Ashley Wulber
a58fedba44 tiling applet improvements 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
Ashley Wulber
282e4911c9
Update libcosmic jammy (#128)
* update libcosmic

* fix checkmarks for graphics applet

* chore: update

* update iced

* chore: udpate libcosmic
2023-10-18 13:23:13 -04:00
Elmeri.K
9d321822a9 Added Finnish translations 2023-10-17 09:58:41 -04:00
Ashley Wulber
ff8e688121 fix: checkmark icons 2023-10-11 19:46:07 -04:00
Ashley Wulber
6dc78b9be6 fix: add libwayland-dev 2023-10-11 19:46:07 -04:00
Ashley Wulber
2a99ad959a fix: styling 2023-10-11 19:46:07 -04:00
Ashley Wulber
4107f18d81 fix: app-list panic on activate and build 2023-10-11 19:46:07 -04:00
Eduardo Flores
486eff3eb3 Apply suggestions 2023-10-11 19:46:07 -04:00
Eduardo Flores
76e26dca88 Update libcosmic 2023-10-11 19:46:07 -04:00
Eduardo Flores
f815f7f8c9 Update button style 2023-10-11 19:46:07 -04:00
Eduardo Flores
df72ee5f05 Style improvements 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
Eduardo Flores
3353dc95ac Initial implementation of the Tiling applet 2023-10-11 19:46:07 -04:00
Chris Kruining
fcd1cfff5e add Dutch translations 2023-10-11 09:07:36 -04:00
Dominic Gerhauser
fefaea9b63 i18(de): Add German translation 2023-10-04 18:57:57 -04:00
Dominic Gerhauser
9535cd6629 i18(de): Add German translation 2023-10-04 18:57:57 -04:00
Victoria Brekenfeld
b71d1b0e1b app-list: Use cosmic theme instead of pop 2023-09-29 10:43:12 -04:00
Victoria Brekenfeld
1bcd7aa19e
Merge pull request #123 from pop-os/fix-wmclass_jammy
app-list: Match by startup WM Class for Xwayland compatibility
2023-09-29 15:08:28 +02:00
Victoria Brekenfeld
02ec3a1bf2 app-list: Merge wm_class with app_id and preferr the latter 2023-09-29 14:35:13 +02:00
Victoria Brekenfeld
3488600e82 app-list: Fix default icon 2023-09-29 14:35:13 +02:00
Victoria Brekenfeld
6e15d8e282 app-list: Match by startup WM Class for Xwayland compatibility 2023-09-29 11:43:32 +02:00
Victoria Brekenfeld
2bad36ebed
Merge pull request #122 from alyssais/Cargo-lock 2023-09-22 09:33:29 +02:00
Alyssa Ross
a136ee7122
Fix Cargo.lock
This was mistakenly left out of the commit that updated
freedesktop-icons, breaking cargo with --frozen.

Fixes: c16f761 ("app-list: chore: update freedesktop-icons")
2023-09-21 22:23:35 +00:00
Victoria Brekenfeld
519466f00b
Merge pull request #121 from pop-os/applist-fix-icons_jammy
Applist fix icons
2023-09-21 20:57:40 +02:00
Victoria Brekenfeld
d93282c084 app-list: Try to use generic application icon, if icon is missing 2023-09-21 19:21:03 +02:00
Victoria Brekenfeld
353985170c app-list: Don't skip DesktopEntry if icon is missing 2023-09-21 13:20:56 +02:00
Victoria Brekenfeld
c16f761bc0 app-list: chore: update freedesktop-icons 2023-09-21 13:16:13 +02:00
Ashley Wulber
2552578eab fix(app-list): increment id counter before use 2023-09-20 18:28:13 -04:00
Ashley Wulber
c67c1911c5 fix: autosize the app list 2023-09-18 11:30:10 -04:00
Ashley Wulber
56d96e5282 fix: clear popup state when it is dismissed by the compositor 2023-09-12 16:27:25 -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
Ashley Wulber
28446a33ab fix(graphics): exit if connection to com.system76.PowerDaemon fails 2023-09-12 15:53:02 -04:00
MJ Kim
2d1b8680f9 Added Korean translations 2023-09-05 20:53:51 -04:00
Alyssa Ross
03ec568527 justfile: respect target variable
This variable was defined, but never used, and "release" was hardcoded
instead.
2023-09-05 20:53:32 -04:00