Grooble
22d7501aee
i18n(fr): Update translations
2024-04-02 23:27:48 +02:00
Ashley Wulber
40bae48195
fix: connect to paired and trusted devices when they reappear
2024-03-25 15:33:32 -06:00
Ashley Wulber
829ae04cde
fix: autoconnect to paired and trusted devices
2024-03-25 15:33:31 -06:00
Gabriele
d22d4274ec
i18n(it): translation improvements
2024-03-25 15:33:28 -06:00
Michael Aaron Murphy
ca8c674014
chore(cargo): remove unused dependencies
2024-03-25 15:33:23 -06:00
Michael Aaron Murphy
32229c16f0
chore(cargo): replace log dependency with tracing
2024-03-25 15:33:22 -06:00
Michael Aaron Murphy
e0632b8c6f
chore(cargo): upgrade dependencies across workspace
2024-03-14 23:37:37 +01:00
Michael Aaron Murphy
3c4acdacd7
refactor: compile applets as multicall binary
2024-03-14 23:37:37 +01:00
Hugo Carvalho
1ec5d82eef
Create cosmic_applet_bluetooth.ftl
2024-03-06 15:44:59 -05:00
Matthew Fallah (マシュー・ファラー)
8d3acb0726
Create cosmic-applet-bluetooth for Euro Spanish
2024-02-28 21:46:40 -05:00
Matthew Fallah (マシュー・ファラー)
16c2f2ee24
Translated cosmic-app-bluetooth to Japanese
...
Also fixed a mistake in another file where 表現 (to express) was used instead to 表示 (to display)
2024-02-21 11:01:38 -05:00
Ashley Wulber
6851d9de54
fix: logging and use dbus config subscription in audio applet
2024-01-18 23:16:17 -05:00
Yevhen Popok
48154da855
Add Ukrainian translation
2024-01-17 11:03:59 -05:00
VandaLHJ
f8b498d4f5
Add cosmic_applet_bluetooth.ftl PL Translation
...
Here is basic Polish translation, there wasn't any so i wrote one.
2024-01-04 17:19:49 -05:00
Ashley Wulber
e5db5ab1dd
chore: update libcosmic ( #168 )
2023-12-11 14:45:36 -05:00
W
f1b28abd99
Add i18n(sr-Cyrl)
2023-12-07 10:14:21 -05:00
W
89f926b867
Delete cosmic-applet-bluetooth/i18n/sr directory
...
Deleted to enable Serbian (Cyrillic) support
2023-12-07 10:14:21 -05:00
W
abd3e65a11
Add i18n(sr-Latn)
...
Used existing translation
2023-12-07 10:14:21 -05:00
Ashley Wulber
158139d466
fix: update and fixes for bluetooth
2023-12-05 15:32:18 -05:00
Ashley Wulber
13f4757a3f
chore: open bluetooth settings when button is pressed
2023-11-22 08:03:54 -05:00
daniel.eades
b9723dd5e0
use 'Self' to refer to own type
2023-11-16 15:47:20 -05:00
daniel.eades
b1aa5debc1
tighten significant 'Drop'
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
c360a6158e
prefer 'is_empty' to comparison with empty str
2023-11-16 15:47:20 -05:00
daniel.eades
974367f312
don't clone 'Copy' types
2023-11-16 15:47:20 -05:00
FAlexei
c42b43fc53
Add Russian translation
2023-11-05 07:37:00 -07:00
Ashley Wulber
a43df1df01
fix(bluetooth): add divider and button for settings
2023-10-25 16:27:00 -04:00
Ashley Wulber
ea0ae6e874
cleanup(bluetooth): remove extra toggles
2023-10-25 16:27:00 -04:00
Ashley Wulber
730a02881d
fix(bluetooth): remove extra spacing from column
2023-10-25 16:27:00 -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
7249b6af68
refactor(bluetooth): use channel subscription
2023-08-02 12:35:26 -06:00
Ashley Wulber
20e084c808
chore: add applet icons
2023-07-12 09:39:32 -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