Commit graph

320 commits

Author SHA1 Message Date
Jonathan Capps
6afa338fdb
feat(users): validate user account details details before creating 2025-03-27 15:22:27 +01:00
Vukašin Vojinović
8512fad641 fix(app): padding fixes
Also removes some unnecessary code for the applet context drawer content.
2025-03-27 15:20:07 +01:00
Vukašin Vojinović
8d8536da21 fix(startup_apps): improve interface 2025-03-27 15:20:07 +01:00
Vukašin Vojinović
486b4b9cad fix(accessibility): use popup_dropdown 2025-03-26 17:21:10 +01:00
ellieplayswow
8b5b2aca0a feat(startup_apps): fallback icon/name, removing cosmic applets from search list 2025-03-26 16:48:07 +01:00
Ashley Wulber
5ec142a480 fix: set theme builder to match theme after theme is changed 2025-03-26 16:45:50 +01:00
Jonathan Capps
c94886a6f8
fix(accessibility): allow localisation on the string 'Default' 2025-03-24 14:20:31 +01:00
ellieplayswow
4097556957
fix(default_apps): include applications defining applicat/ogg as music players 2025-03-23 23:54:58 +01:00
Ashley Wulber
6e4ea7675d
fix(wallpaper): color picker functionality 2025-03-22 01:25:42 +01:00
Victoria Brekenfeld
6cb05e6494 feat: Add screen filter settings 2025-03-21 20:47:57 +01:00
Ashley Wulber
4029f7b547 chore: update libcosmic 2025-03-21 20:12:22 +01:00
Vukašin Vojinović
cc8586e380 feat: add applications page 2025-03-21 19:37:16 +01:00
ellieplayswow
5f8e9d1327
feat: add startup applications page 2025-03-20 21:14:15 +01:00
Jonathan Capps
11b0c59a4e fix: 'open' arrow icon on user details 2025-03-20 21:10:57 +01:00
Ashley Wulber
0c625958f5 fix: return tasks from the window management page 2025-03-20 21:10:45 +01:00
Ashley Wulber
ccbf883ff0 fix(dock): msg conversion using provided function 2025-03-17 17:08:38 -04:00
Ashley Wulber
df7e95e30a feat: dropdown popups 2025-03-14 18:12:40 +01:00
Michael Aaron Murphy
bb7cc2b568
fix(about): change hostname when input focus changes
Closes #1047
2025-03-14 02:57:26 +01:00
Michael Aaron Murphy
9fb29f0a2a
chore(cargo): switch lichen-system dep to locales-rs
Fixes #1049
2025-03-13 21:24:40 +01:00
Jeremy Soller
d2c1756c86 Fix features to improve portability 2025-03-13 14:04:04 -06:00
Ashley Wulber
efabc394fc
feat: high contrast toggle (#1039) 2025-03-10 21:14:58 +01:00
Paul Daniel Faria
8c87db2235 feat(keyboard): add numlock configuration 2025-03-10 17:56:39 +01:00
Victoria Brekenfeld
b2101e41a8 accessibility/magnifier: Compose shortcut list from config 2025-03-10 17:25:44 +01:00
Victoria Brekenfeld
6fd9012717 shortcuts: Ignore deprecated shortcuts 2025-03-10 17:25:44 +01:00
Michael Aaron Murphy
4e08ccf384
chore(display): better error messages 2025-03-08 05:03:03 +01:00
Michael Aaron Murphy
3ee46f3d58
fix(wallpapers): regression in same-on-all not being applied
Closes #720
Closes #877
2025-03-04 17:09:26 +01:00
ellieplayswow
dfea9dfc2f
fix(default_apps): apps missing if they had duplicate desktop entry keys 2025-03-04 00:05:17 +01:00
Michael Aaron Murphy
95e77491c5
chore(display): remove commented code block 2025-02-28 16:59:09 +01:00
Michael Aaron Murphy
dda70e1441
refactor: use Task::stream instead of a channel subscription 2025-02-28 16:55:48 +01:00
Michael Aaron Murphy
855ba59cab
refactor(display): use Task::stream instead of on_enter sender
The on_enter sender was introduced before iced supported creating tasks from streams
2025-02-28 15:12:11 +01:00
Michael Aaron Murphy
c8b9ee951d
fix(display): refresh displays on display hotplug events
Closes #772
2025-02-28 14:55:49 +01:00
Michael Aaron Murphy
c4eb4b1823
fix(about): shorten the width of the hostname input
Closes #994
2025-02-28 12:04:06 +01:00
Michael Aaron Murphy
5aeeab9392
refactor(appearance): use cosmic::dialog for xdg file chooser dialogs 2025-02-28 11:59:21 +01:00
Michael Aaron Murphy
61f2103b3e
fix: set active page through state file
Closes #771
2025-02-28 11:32:59 +01:00
Michael Aaron Murphy
324b8c1622
feat: add configurables for accent_palette_dark and accent_palette_light
Closes #749
2025-02-27 17:17:03 +01:00
Michael Aaron Murphy
fc3bc8f2f2
fix(vpn): handle file_chooser dialog cancellation
Closes #1009
2025-02-27 15:32:56 +01:00
Michael Aaron Murphy
a8b41c90f5
fix(appearance): limit active window hint to 64 width max
Closes #1012
2025-02-27 15:31:42 +01:00
Michael Aaron Murphy
661b487397 feat: add shortcut for input source switch 2025-02-26 15:33:58 +01:00
Vukašin Vojinović
d853267ef1
fix: prevent checkmark clipping in font and region selection drawers 2025-02-21 00:39:59 +01:00
Victoria Brekenfeld
8e7ed01fe6 pages: Add Accessibility/Magnifier page 2025-02-21 00:39:10 +01:00
Michael Aaron Murphy
43e0040a67
perf: update libcosmic to improve window resize performance 2025-02-20 14:03:48 +01:00
Michael Aaron Murphy
8246b8ab3b
fix(displays): fix display data refresh spam & mismatched scale value 2025-02-19 13:11:44 +01:00
Michael Aaron Murphy
804340f744
fix(displays): fix tabs changing on display updates 2025-02-19 01:13:40 +01:00
Michael Aaron Murphy
646f36ff7d
improv(display): apply adjusted scale only if it changed 2025-02-17 20:57:41 +01:00
Michael Aaron Murphy
43f2652d5d
improv(display): switch scaling slider to spin button 2025-02-17 20:54:12 +01:00
Michael Aaron Murphy
d1e41d53f6 fix(window_management): fix overflow of edge gravity control
Closes #982
2025-02-17 19:10:40 +01:00
Michael Aaron Murphy
dab4bfb828 fix(displays): keep refresh rate when changing scale 2025-02-17 19:10:40 +01:00
Michael Aaron Murphy
b4fb20f235 fix(displays): scaling slider should adjust selected scale 2025-02-17 19:10:40 +01:00
Alexander Bachmann
2f4e7a5a81
refactor(bluetooth): integrate cosmic-settings-subscriptions 2025-02-17 14:59:55 +01:00
l-const
a7be043ebe fix(power): Fix battery charged icon when a device is fully charged. 2025-02-14 23:41:51 +01:00