Commit graph

516 commits

Author SHA1 Message Date
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
Ian Douglas Scott
4678e95e9e
Merge pull request #33 from pop-os/iced-status-area_jammy
Iced port of status area applet
2023-08-25 09:34:05 -07:00
Ian Douglas Scott
6a64486163 Iced port of status area applet
This is based on the GTK version of the status area applet that was
previously in this repository.

This exposes app indicators found over dbus. As used in applications
like nm-applet and steam.
2023-08-24 16:57:27 -07:00
Ian Douglas Scott
29a2dea760
Merge pull request #110 from pop-os/applets-applications-trait
Use `cosmic::Application`
2023-08-23 12:17:26 -07: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
Ashley Wulber
76ce8838b5 chore: add toolchain 2023-08-03 12:33:09 -04:00
Ashley Wulber
6726873761 fix build 2023-08-03 12:33:09 -04:00
Ashley Wulber
c77265eaed feat(notifications): add icon to show less button 2023-08-03 12:33:09 -04:00
Ashley Wulber
7073d8fc22 fix: add no notifications message to fluent 2023-08-03 12:33:09 -04:00
Ashley Wulber
0476ddd00b fix: remove card stacks that don't have any cards 2023-08-03 12:33:09 -04:00
Ashley Wulber
6ff3e669de remove cards that have no associated notifications 2023-08-03 12:33:09 -04:00
Ashley Wulber
97e82e1299 chore: update cosmic-time 2023-08-03 12:33:09 -04:00
Ashley Wulber
c8891c8af9 refactor: use the cards widget and use peer to peer dbus 2023-08-03 12:33:09 -04:00
Ashley Wulber
c8273f0b4d fix(notifications): layout 2023-08-03 12:33:09 -04:00
Ashley Wulber
9cad9ba649 cleanup(notifications): layout, popup size, and i18n 2023-08-03 12:33:09 -04:00
Ashley Wulber
eb6ac8958d fix(notifications): better handle singular and plural hours and minutes 2023-08-03 12:33:09 -04:00
Ashley Wulber
cc592846cc chore: update dependencies 2023-08-03 12:33:09 -04:00
Ashley Wulber
ee3be25b9b refactor: read initial fd from env 2023-08-03 12:33:09 -04:00
Ashley Wulber
6bb6ee6a92 fix: better handle daemon restarts 2023-08-03 12:33:09 -04:00
Ashley Wulber
94becddc2d cleanup: adjust the layout and styles to more closely match the mockup 2023-08-03 12:33:09 -04:00
Ashley Wulber
44146f8b3d update: notifications util to fix duration since 2023-08-03 12:33:09 -04:00
Ashley Wulber
1767bc2a9d update notifications applet with clear button, and times 2023-08-03 12:33:09 -04:00
Ashley Wulber
68dec69d4c feat: handling of notifications events 2023-08-03 12:33:09 -04:00
Ashley Wulber
060b316365 wip: send dismiss requests and display notifications 2023-08-03 12:33:09 -04:00
Ashley Wulber
c4566730ab more logging 2023-08-03 12:33:09 -04:00
Ashley Wulber
2f7255ea1b notifications: add X-NotificationsApplet key 2023-08-03 12:33:09 -04:00
Ashley Wulber
39b4b1f932 wip: notifications applet subscription for receiving notifications 2023-08-03 12:33:09 -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
322e13c80d refactor(workspaces list): use channel subscription 2023-08-02 12:35:26 -06:00
Ashley Wulber
7249b6af68 refactor(bluetooth): use channel subscription 2023-08-02 12:35:26 -06:00
Ashley Wulber
8d9bb40b1b refactor(battery): use channel subscription 2023-08-02 12:35:26 -06:00
Ashley Wulber
ff6e9e3483 refactor(app-list): use channel subscription 2023-08-02 12:35:26 -06:00
Ashley Wulber
1074f3f49b refactor(audio) use channel subscription 2023-08-02 12:35:26 -06:00
Ashley Wulber
aaf0aa674c fix: app-list ordering of favorites and config updates on drop 2023-07-28 19:21:38 -04:00
Ashley Wulber
20e084c808 chore: add applet icons 2023-07-12 09:39:32 -04:00
Ashley Wulber
4b9f46b388 refactor(network): use channel subscriptions 2023-07-10 20:11:04 -04:00
Ashley Wulber
fad3b097d9 fix(network): better handle disconnect 2023-07-10 20:11:04 -04:00
Ashley Wulber
0b0a30898d update flake 2023-06-30 11:50:42 -04:00