Vukašin Vojinović
cdf431c510
chore: cargo fmt
2025-06-08 22:16:20 -04:00
Vukašin Vojinović
8b2bf931ae
fix(applets_inner): use radius_s for dnd items
...
Also fixes compile errors on the Bluetooth page.
2025-06-08 22:16:20 -04:00
ellieplayswow
7ca678e18e
i18n: replace missing key in users page
2025-06-07 17:00:20 +02:00
sandptel
badd201e44
fix: right alt key as alternate key
2025-06-07 16:59:57 +02:00
Lampan-git
ce6158f6df
feat(region): update datetime formatting on region change
...
Update military_time and first_day_of_week on region change to be of
what is preferred in the region
2025-06-07 16:59:46 +02:00
Lampan-git
836c1b09ba
feat(date): default to locale's preferred date settings
...
Default military_time and first_day_of_week to locale's preferred values
2025-06-07 16:59:31 +02:00
Michael Aaron Murphy
1e05e146f2
perf(accessibility): consolidate message types in view to reduce code gen
2025-06-05 17:24:55 +02:00
Michael Aaron Murphy
c5bdce7385
fix(users): wrong text for dialog adding profile image
2025-06-05 17:24:44 +02:00
Michael Aaron Murphy
5f6561c4ab
chore(bluetooth): refactor to make it easier to share logic
2025-06-05 17:24:32 +02:00
Michael Aaron Murphy
6701a634b7
feat: add subscription method for Page trait
2025-06-05 17:24:16 +02:00
Alexander Bachmann
220bca0f70
improv(bluetooth): stop bluetooth discovery on page leave
2025-05-29 16:58:43 +02:00
Ryan Brue
24e6e2f28f
feat(panel): custom panel sizes
...
All this involves is having a certain notch that the panel size slider is on when the panel is set to a custom size
Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>
2025-05-28 17:21:17 +02:00
Jason Hansen
908432d32b
feat(shortcuts): search by key bindings
2025-05-28 17:19:37 +02:00
Jorge Menjivar
7df9700a94
fix(power): freeze if a power daemon was not active or enabled
2025-05-28 04:52:27 +02:00
Alexander Bachmann
c4a73dc378
fix(sound): display unknown input/output devices
2025-05-27 05:11:50 +02:00
Alexander Bachmann
2a7d07c966
chore: fix compiler warnings
2025-05-26 22:56:09 +02:00
Alexander Bachmann
44ac9a4f3e
chore: update dependencies
2025-05-26 22:54:52 +02:00
Josh Megnauth
b229c80717
fix(display): Show revert dialog iff mode changed
...
Closes : #1190
RandR may revert or not apply invalid mode changes. The revert dialog
shouldn't show in these cases.
2025-05-23 17:33:10 +02:00
Jonathan Capps
f3d99c98a9
fix: apply the toggle overflow fix to the user list
2025-05-14 17:04:14 +02:00
Jonathan Capps
ab6af974ac
fix: user admin toggle overflowing container
2025-05-12 16:12:25 +02:00
Ashley Wulber
8c95adbae6
chore: update cosmic-settings-subscriptions
2025-05-02 21:23:17 +02:00
Ashley Wulber
be6b799b51
chore(accessibility): use settings subscription for color filter
2025-05-01 19:55:41 +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
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
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
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
Michael Aaron Murphy
6ee6366a1a
fix(shortcuts): quick fix for custom shortcuts not being clickable
2025-04-15 17:12:54 +02: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
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
Jeremy Soller
d27ee218cf
Add feature for legacy applications page
2025-04-02 14:33:45 -06:00
Victoria Brekenfeld
582a94ce06
feat(applications): Add xwayland global shortcuts configuration
2025-04-02 18:45:33 +02:00
Michael Aaron Murphy
1e5aaad61c
chore: Rust 2024 edition format
2025-03-28 21:11:38 +01:00
Victoria Brekenfeld
665e4e13b8
accessibility/magnifier: Add new settings
2025-03-28 18:44:58 +01:00
Michael Aaron Murphy
48e14d4add
improv(keyboard): shortcuts UI improvements
2025-03-28 17:08:56 +01:00
Ashley Wulber
bcd8293c3e
chore: update deps
2025-03-28 10:46:27 -04:00
Ashley Wulber
cc25cdd08e
feat(a11y): mono sound toggle
2025-03-28 10:46:27 -04:00
Ashley Wulber
d8edef49f4
feat: sound balance
2025-03-28 10:46:27 -04:00