gildemberg-santos
388fcf97cd
feat(i18n bluetooth): Includes pt-BR translation for bluetooth
2023-02-24 15:25:35 -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
Ian Douglas Scott
9a3daa80a5
Merge pull request #77 from pop-os/just_jammy
...
justfile: Use recipe parameters to reduce duplication
2023-02-17 07:06:23 -08:00
Ashley Wulber
92bacfdf0b
feat(audio): allow switching input/output and update outputs/inputs when the popup or revealer is toggled
2023-02-16 18:07:58 -05:00
Ian Douglas Scott
ce060eead0
justfile: Use recipe parameters to reduce duplication
...
Just doesn't have arrays or and currently lacks new line escapes, so
this seems like the best way to do things for now.
2023-02-16 14:49:08 -08:00
Ian Douglas Scott
22b729b966
Merge pull request #74 from pop-os/network_jammy
...
feat(network): improve state handling & add disconnect option
2023-02-16 13:20:03 -08:00
Ian Douglas Scott
a8db7ba928
debian: Remove unused dependencies
2023-02-15 18:05:19 -05:00
Ashley Wulber
cac438a786
cleanup(bluetooth): remove some dbg! statements & fix typos
2023-02-15 11:17:44 -05:00
Ashley Wulber
5c725dd7a1
fix: add scrollbar with enough devices and display address for unnamed devices
2023-02-15 11:17:44 -05:00
Ashley Wulber
f272037bdd
feat(bluetooth): icons & text sizing
2023-02-15 11:17:44 -05:00
Ashley Wulber
4f9544f682
fix: uncomment lto
2023-02-15 11:17:44 -05:00
Ashley Wulber
02f3e8d76c
refactor(bluetooth): handle end of device scan stream
2023-02-15 11:17:44 -05:00
Ashley Wulber
7a9ab9de72
feat(bluetooth): define ordering of device lists
2023-02-15 11:17:44 -05:00
Ashley Wulber
b1a5468547
feat(bluetooth): add discoverable & pairable toggles + fix bug where the receiver for bluetooth events is accidentally dropped
2023-02-15 11:17:44 -05:00
Ashley Wulber
c068343c4d
cleanup
2023-02-15 11:17:44 -05:00
Ashley Wulber
5e0baa62aa
fix: don't register as default agent
2023-02-15 11:17:44 -05:00
Ashley Wulber
7a003389b8
feat: pairing via applet's agent
2023-02-15 11:17:44 -05:00
Ashley Wulber
000ac7b8b4
wip: bluetooth applet
2023-02-15 11:17:44 -05:00
Ashley Wulber
a5fe9e8d77
feat(network): improve state handling & add disconnect option
2023-02-14 20:08:10 -05:00
Enver Balalic
d621fb8936
fix: crash when no icon found
...
Specific case when using vscode, the open file/folder dialog
doesn't succeed in looking up the icon on my system. This would
cause lookup to return None, thus the ret vector is empty.
Since we removed the id before the lookup, the append below would
append an empty vec. This would cause an error in AddTopLevel
message handler when trying to remove the first item of the
returned vec.
Move the id remove directly within the map, so it only gets
removed if we succeed in looking up the icon.
2023-02-06 08:39:11 -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
d1c251d6b7
Create cosmic_applet_workspaces.ftl
2023-02-02 15:54:39 -05:00
Nima Fanniasl
19d59e1183
Create cosmic_applet_network.ftl
2023-02-02 15:54:39 -05:00
Nima Fanniasl
84515b9853
Create cosmic_applet_graphics.ftl
2023-02-02 15:54:39 -05:00
Nima Fanniasl
dbd8104c72
Create cosmic_applet_battery.ftl
2023-02-02 15:54:39 -05:00
Nima Fanniasl
b3e1822b7d
Create cosmic_app_list.ftl
2023-02-02 15:54:39 -05:00
Ashley Wulber
a76353981f
feat: update pulse connection every time the audio applet popup is opened
2023-01-31 16:11:45 -05:00
Ian Douglas Scott
62ec66ab4e
Merge pull request #62 from pop-os/dyrend_jammy
...
feat: update libcosmic to use dyrend
2023-01-25 08:10:34 -08:00
Ashley Wulber
fee32fb1f8
update iced
2023-01-23 14:00:37 -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
acc639f5e7
cleanup: unnecessary return
2023-01-17 15:22:12 -05:00
Ashley Wulber
899cc0f459
refactor: applet more like mockup
2023-01-17 15:22:12 -05:00
Ashley Wulber
dc1dc3e27b
fix: button border radius and padding
2023-01-17 13:11:43 -05:00
Ashley Wulber
ebe34377cb
refactor: border radius and padding
2023-01-17 13:02:49 -05:00
Ashley Wulber
b224e4b3f4
refactor: more like mockup with border radius, padding and some new elements
2023-01-17 13:02:34 -05:00
Ashley Wulber
a253dee83a
refactor: make the graphics applet more like the mockup
2023-01-12 18:23:56 -05:00
Ian Douglas Scott
c009d14eea
Merge pull request #54 from pop-os/network-applet-mockup_jammy
...
Refactor network applet to be more like mockup
2023-01-11 07:46:12 -08:00
Ashley Wulber
a423aaa27a
refactor: Vec::with_capacity where possible
2023-01-10 17:29:19 -05:00
Ashley Wulber
cbbd350fc6
update power applet to use latest zbus
2023-01-10 14:56:34 -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