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
Nima Fanniasl
19d59e1183
Create cosmic_applet_network.ftl
2023-02-02 15:54:39 -05:00
Ashley Wulber
982b8f5fd1
update: use dyrend & use autosized window in app-list & fix button size in workspaces & only update popup text in time when creating popup
2023-01-20 11:25:53 -05:00
Ron Waldon-Howe
9b229c6e72
fix: disable default-features for zbus
2023-01-20 08:38:16 -07:00
Ian Douglas Scott
72a75eabc7
Use cosmic::SingleThreadExecutor
...
This cuts down the number of threads per applet process. This is probably
no benefit to having multiple tokio worker threads for a typical applet.
2023-01-19 10:06:39 -05:00
Ashley Wulber
a423aaa27a
refactor: Vec::with_capacity where possible
2023-01-10 17:29:19 -05:00
Ashley Wulber
4b5cc64e30
fix: longer timeouts & cleanup
2023-01-10 14:56:16 -05:00
Ashley Wulber
d35732d120
refactor nm state
2023-01-10 14:56:15 -05:00
Ashley Wulber
e43fe95b99
fix: use timeouts
2023-01-10 14:53:27 -05:00
Ashley Wulber
6b5ce0f35f
wip: handle state after activating connections
2023-01-10 14:53:27 -05:00
Ashley Wulber
cdca1d96ac
feat: select access point
2023-01-10 14:53:26 -05:00
Ashley Wulber
d377e8055c
feat: handle passwords
2023-01-10 14:53:26 -05:00
Ashley Wulber
833e68d63b
refactor: simplify state updates from network manager subscription
2023-01-10 14:53:25 -05:00
Ashley Wulber
c10087a55d
feat: more improvements to network applet
2023-01-10 14:53:25 -05:00
Ashley Wulber
13ccc03676
wip: network applet more like mockup
2023-01-10 14:53:24 -05:00
Ian Douglas Scott
442e59073f
Update dependencies
...
Update `sctk` to version used in `cosmic-protocols`, and then `cargo
update`.
2023-01-03 15:16:56 -08:00
gildemberg-santos
a4bfe69eba
I18n
2023-01-03 00:11:43 -05:00
Ashley Wulber
88b4a7d20b
update applets using latest libcosmic auto-sizing popups
2022-12-27 18:35:06 -05:00
Ashley Wulber
a1aa87f5bd
refactor: move projects into a workspace
2022-12-23 16:14:55 -05:00
13r0ck
a682b8deb0
Move Cosmic Applets into new Dir & remove old applets
2022-12-23 16:14:55 -05:00