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
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