Commit graph

918 commits

Author SHA1 Message Date
Ashley Wulber
8c95adbae6 chore: update cosmic-settings-subscriptions 2025-05-02 21:23:17 +02:00
Luna Jernberg
482fa9466a
i18n(sv): update translation 2025-05-02 15:57:53 +02:00
David Carvalho
d66c137730 i18n(pt-BR) - Update translations 2025-05-02 15:49:43 +02:00
Ashley Wulber
be6b799b51 chore(accessibility): use settings subscription for color filter 2025-05-01 19:55:41 +02:00
pugaizai
cc2e4f77a0 i18n(zh-CN): update translation 2025-05-01 19:17:06 +02:00
MKacprzak
8afcd4d00a i18n(pl) Update and fix Polish translation 2025-05-01 13:23:04 +02:00
ellieplayswow
93215f8f2d
fix(wallpapers): iterate XDG_DATA_DIRS when loading backgrounds 2025-05-01 07:31:21 +02:00
Ashley Wulber
af75e4832a feat(accessibility): screen reader toggle 2025-04-30 19:23:53 +02:00
lucamosca1
f67162a867
i18n(it): update translation 2025-04-28 17:19:31 +02:00
Luna Jernberg
059c1e0fe5
i18n(sv): update bluetooth translation 2025-04-28 17:18:52 +02:00
Aindriú Mac Giolla Eoin
3336301a17 Updated Irish translation 2025-04-28 09:40:31 -04:00
lucamosca1
a875cedf1c
Updated cosmic settings ITA (#1149)
* Update cosmic_settings.ftl ITA

* Update cosmic_settings.ftl ITA
2025-04-28 09:40:20 -04:00
Feike Donia
1da512744a i18n(nl) update Dutch translation 2025-04-25 10:55:15 -04:00
19MisterX98
bc70106fe5
fix(shortcuts): disable default keybind when modified 2025-04-23 22:07:08 +02:00
Michael Aaron Murphy
f16244b400 fix(bluetooth): resolve issues with bluetooth settings page 2025-04-23 17:52:12 +02:00
Jonathan Capps
db54245aa7
fix: save on unfocus for inline editable fields 2025-04-23 17:19:59 +02:00
Ashley Wulber
43ebdad303 fix(appearance): load theme for initial default 2025-04-22 18:06:35 +02:00
Jonathan Capps
ca101c431d fix: use appropriate hashing method for passwords 2025-04-22 16:13:31 +02:00
David Carvalho
33559861bd i18n(pt-BR) Update translations 2025-04-22 01:21:52 +02:00
Vukašin Vojinović
5c92c91443 improv: use ContextDrawer model in pages 2025-04-22 01:21:24 +02:00
Michael Aaron Murphy
45f1183d92 feat: make ContextDrawer model accessible to pages 2025-04-21 18:54:08 +02:00
therealmate
bb41b4985e Fixup #1125 2025-04-18 13:11:18 -04:00
therealmate
aedca063a1 Update Hungarian translations 2025-04-18 13:11:18 -04:00
Ashley Wulber
78c379eb7d chore: update settings subscriptions 2025-04-18 18:22:21 +02:00
Jonathan Capps
4bbd9c4856 fix: username fallback when there's no full name 2025-04-18 18:12:56 +02:00
Jonathan Capps
44ad521ab0 fix: username fallback when there's no full name 2025-04-18 18:12:56 +02:00
Jonathan Capps
b340489946 fix: user list style and layout 2025-04-18 18:12:56 +02:00
Jonathan Capps
5159116544 fix: hash password befote saving on user create and password update 2025-04-18 14:28:12 +02:00
Jonathan Capps
646e4aabd9 feat: improved password workflow 2025-04-18 14:28:12 +02:00
Jonathan Capps
a045947f12 feat: improved password workflow 2025-04-18 14:28:12 +02:00
Ashley Wulber
2397a003d7 fix wording of panel descriptions 2025-04-16 10:52:35 -04:00
Mateusz Mikuła
45c56c6852 Fix an error in Polish translation
Meaning of the modified words:
`Powiększ` - "make it bigger"
`Zmniejsz` - "make it smaller"
2025-04-15 12:35:02 -04:00
Michael Aaron Murphy
6ee6366a1a
fix(shortcuts): quick fix for custom shortcuts not being clickable 2025-04-15 17:12:54 +02:00
Feike Donia
acb6d66888
i18n(nl): update translation 2025-04-15 14:15:08 +02:00
Victoria Brekenfeld
5e6a06dbde chore: Update wording on magnifier scroll controls 2025-04-14 14:32:29 -04:00
Victoria Brekenfeld
558994e84b feat(legacy_apps): Add primary output selection 2025-04-14 19:27:26 +02:00
Victoria Brekenfeld
8cec1acc1e feat(legacy_apps): Add new scaling modes 2025-04-14 19:27:26 +02:00
Victoria Brekenfeld
9e94291216 chore: update cosmic-comp/randr/protocols 2025-04-14 19:27:26 +02:00
VandaLHJ
4cb42b0c4f
i18n(pl): X11 and accessibility settings translations 2025-04-14 14:16:57 +02:00
Luna Jernberg
ac61c96b76
Update Swedish translation (#1114)
* Update cosmic_settings.ftl (sv translation)

More accessibility translations into Swedish

* Update cosmic_settings.ftl (SV)

Update Swedish translation

* Update cosmic_settings.ftl (put at correct place)

* Update cosmic_settings.ftl
2025-04-11 10:41:23 -04:00
David Carvalho
b9ec509897
i18n (pt-BR) update translations (#1112) 2025-04-10 19:44:08 -06:00
Pratham Patel
2e2898b31f
feat: change default_folder path of system backgrounds based on distribution
NixOS is not a Linux distribution that is compliant with the "File
Hierarchy System." The top-level directory `/usr` does not exist on
NixOS. So on NixOS, we won't find any backgrounds in the
`/usr/share/backgrounds/` directory.

Instead, what one usually finds in `/usr/share` on FHS-compliant
distributions, on NixOS, it is found in the
`/run/current-system/sw/share` directory.

So, check if we are on NixOS or a NixOS-like distribution by checking
the `/etc/os-release` file. If we are on such distribution, use the
`/run/current-system/sw/share/backgrounds/` directory. Otherwise,
use the `/usr/share/backgrounds/` directory for getting system
backgrounds.
2025-04-10 19:23:37 +02:00
Ashley Wulber
78ba1212da fix(network): vpn dropdown styling 2025-04-10 03:49:53 +02:00
David Carvalho
202e739222
i18n - update portuguese translations (#1108)
* i18n - update portuguese translations

* i18n - update portuguese translations
2025-04-08 14:54:23 -06:00
Wenhchin
a19a19d24c
i18n(zh-TW): update Taiwanese translation (#1065) 2025-04-08 08:31:06 -06:00
VandaLHJ
7ce15c520f
Update cosmic_settings.ftl PL translation Applications Accessibility (#1087)
Added missing bits
2025-04-08 08:30:51 -06:00
Luna Jernberg
f250ec5707
Update cosmic_settings.ftl (sv translation) (#1093)
More accessibility translations into Swedish
2025-04-08 08:30:32 -06:00
David Carvalho
bccc11c74a
i18n (pt-BR) Update translation (#1096)
Co-authored-by: Jeremy Soller <jackpot51@gmail.com>
2025-04-08 08:30:15 -06:00
Feike Donia
14090c385f
i18n(nl) update Dutch translations (#1097)
* i18n(nl) update some Dutch translations

* i18n(nl) update Dutch translation

* i18n(nl) translate the colorfilter section to Dutch

* i18n(nl) add translation startup apps

* i18n(nl) translate legacy-app-global-shortcuts

* i18n(nl) making some minor improvements

* i18n(nl) changing "applicaties" to "toepassingen" or "vensters"
2025-04-08 08:27:52 -06:00
therealmate
a61e1ec3da
Update Hungarian translations (#1100) 2025-04-08 08:27:33 -06:00