Commit graph

69 commits

Author SHA1 Message Date
daniel.eades
03bb6ea3be collapse nested 'if' statements 2023-11-16 15:47:20 -05:00
daniel.eades
e6010b147a avoid using 'map' and then returning '()' 2023-11-16 15:47:20 -05:00
daniel.eades
3d81eb874f remove redundant closures 2023-11-16 15:47:20 -05:00
daniel.eades
6cb69bc63b remove redundant pattern matching 2023-11-16 15:47:20 -05:00
daniel.eades
12ef9ce993 remove useless conversions 2023-11-16 15:47:20 -05:00
daniel.eades
41b88532c9 remove needless borrows 2023-11-16 15:47:20 -05:00
Ashley Wulber
ed2ab8d91a update deps and cleanup 2023-11-13 12:41:37 -05:00
W
6f76185225 Fix airplane mode text in cosmic-applet-network
Turn on... -> Turn off...
2023-11-08 15:54:03 -05:00
W
710bbb18a1 Update Serbian translation 2023-11-08 11:43:59 -05:00
FAlexei
7ac2542a9c Add Russian translation 2023-11-05 07:37:00 -07:00
Ashley Wulber
a9b82222c4 refactor(network): update the icon name for disconnected state, and improve subscriptions 2023-11-01 19:14:44 -04:00
Ashley Wulber
0db1a96c42 refactor(audio): use mpris2-zbus 2023-10-27 19:46:51 -04:00
Ashley Wulber
d8a806b109 fix(network): add dividers and network settings button 2023-10-25 16:27:00 -04:00
Ashley Wulber
df8ab735a9 fix(network): add connected text, icon and improve layout for active ethernet and vpn connections 2023-10-25 16:27:00 -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
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
Elmeri.K
9d321822a9 Added Finnish translations 2023-10-17 09:58:41 -04:00
Ashley Wulber
2a99ad959a fix: styling 2023-10-11 19:46:07 -04:00
Eduardo Flores
486eff3eb3 Apply suggestions 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
Chris Kruining
fcd1cfff5e add Dutch translations 2023-10-11 09:07:36 -04:00
Ashley Wulber
56d96e5282 fix: clear popup state when it is dismissed by the compositor 2023-09-12 16:27:25 -04:00
MJ Kim
2d1b8680f9 Added Korean translations 2023-09-05 20:53:51 -04: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
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
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
5a15ef8d7f update libcosmic 2023-06-21 20:49:35 -04:00
Ashley Wulber
61d527a84c update deps 2023-06-21 20:49:35 -04:00
Ashley Wulber
76bf6a4519 feat: theme management 2023-06-21 20:49:35 -04:00
Brock
3ec06bef80
Init Animations: animate toggler widgets (#96) 2023-06-07 13:43:49 -06:00
Ashley Wulber
8119b29aca chore: add applet key and do some cleanup
the applet key marks an application as possible to be used as an applet
2023-06-01 20:45:31 -04:00
Ashley Wulber
9ebd9b511a
wip: update libcosmic (#93)
* wip: update libcosmic

* fix: damge issue resolved by updating iced

* fix: high cpu usage by time applet and app-list

* refactor subscriptions to produce fewer events

* refactor network applet to use less cpu

* fix: text size

* refactor: i18n for audio applet

* refactor: power applet i18n setup

* fix (battery): always send profile update

* fix (battery): set toggler width to layout correctly

* fix (app-list): backoff for restarts of toplevel subscription

* fix (network): alignment

* feat: ask for comfirmation before applying power applet actions

* wip: integrate cosmic-config

* update zbus

* feat: update to use latest libcosmic

* update iced

* udpate deps

* update deps

* refactor: move applet helpers to this repo, outside of libcosmic.

this should help alleviate some dependency hell

* chore update deps

* update deps

* cleanup
2023-06-01 12:23:12 -04:00
Ashley Wulber
903a5589a3 update libcosmic 2023-04-06 15:12:49 -04:00
Ian Douglas Scott
17c268d9c9 Remove old .gresource.xml files 2023-03-30 14:05:26 -07:00
joeftiger
0fee545797 feat(i18n cosmic-applet-network): fix WPS name 2023-03-03 10:53:21 -05:00
joeftiger
b9863e9cfc feat(i18n cosmic-applet-network): fix German translation 2023-03-03 10:53:21 -05:00
joeftiger
280ea13901 feat(i18n cosmic-applet-network): add German translation 2023-03-03 10:53:21 -05:00
Ian Douglas Scott
6d7727a5d0 Update sctk, libcosmic, cosmic-client-toolkit 2023-03-02 14:06:52 -05:00
AAnzel
1d03f5be99 i18n(sr): Add Serbian (Latin) translation 2023-02-24 15:25:46 -05:00
Vixea
a01d5f1b8a Remove extensions from key "Icon"
desktop-file-validate reports that in the future file extensions with relative path files in the future will be fatal error - it seems like it was done in some files lets fix it for the rest
2023-02-22 19:31:04 -05:00
Ashley Wulber
a5fe9e8d77
feat(network): improve state handling & add disconnect option 2023-02-14 20:08:10 -05:00
Gildemberg Santos
aee2213ed8
I18n pt-BR (#71) 2023-02-06 08:38:23 -05:00
Ashley Wulber
b692cdcc05 chore: use latest libcosmic 2023-02-02 23:47:33 -05:00