Commit graph

145 commits

Author SHA1 Message Date
Michael Murphy
fa22b556dd
feat(networking): add VPN, WiFi, and Wired network pages 2024-09-13 21:45:49 +02:00
Antoine Colombier
40d56e6ea7
feat(power): add connected devices section 2024-09-05 15:59:43 +02:00
Vukašin Vojinović
fbd9e231d3
improv: radio button style improvements 2024-08-30 16:57:13 +02:00
Michael Aaron Murphy
3ec53d7f8a
chore: update dependencies 2024-08-21 05:11:08 +02:00
Michael Aaron Murphy
ddbe8577cc
fix(sound): profile mismatch and device shuffling 2024-08-15 22:10:53 +02:00
Michael Aaron Murphy
c63ae64029
feat(sound): sound profiles, bluetooth codecs, and fixes 2024-08-15 09:40:12 +02:00
Michael Aaron Murphy
6f26ad7974
fix(sound): Bluez5 device support 2024-08-14 01:16:06 +02:00
Michael Aaron Murphy
481a67d341
chore: update cosmic-settings-subscriptions 2024-08-13 18:15:30 +02:00
Michael Aaron Murphy
7cf99665d6 feat: add sound settings page 2024-08-13 10:10:29 -06:00
Michael Aaron Murphy
fa0ce598e5 feat(date-time): select timezones from searchable context drawer 2024-08-06 17:20:16 +02:00
Victoria Brekenfeld
648c4e24ab shortcuts: Add new Play-(Pause/Next/Prev) shortcuts 2024-08-05 10:14:03 -06:00
Michael Aaron Murphy
3a71b4b843
fix(libcosmic): multiple text input focus
Closes #452
2024-08-03 12:35:20 +02:00
Michael Murphy
36542ea0b9
feat: automatic dates; timezone setting support 2024-08-02 17:59:09 +02:00
Michael Aaron Murphy
4c5724d9d2
improv: update cosmic-text; improve memory & startup time 2024-08-01 18:42:11 +02:00
Michael Aaron Murphy
359bb86e7a
fix(vendor): define revision for cosmic-protocols 2024-07-31 16:39:44 +02:00
Michael Aaron Murphy
b004b9d815
chore: update dependencies
Fixes #318
2024-07-31 08:10:48 +02:00
Ashley Wulber
48fedb6e75
fix(libcosmic): visibility of color picker handles 2024-07-17 23:16:51 +02:00
Michael Aaron Murphy
ab392fd7a0
improv: disable flex layout for toggler and dropdown controls
Closes #372
2024-07-11 10:01:37 +02:00
Michael Aaron Murphy
acd3c23798
chore: update libcosmic and other dependencies
Closes #293
2024-07-10 16:57:04 +02:00
Michael Aaron Murphy
a9253a03b3
fix(shortcuts): allow case-sensitive key names like space
Fixes #393
2024-07-02 17:09:03 +02:00
Michael Aaron Murphy
329b78dc78
fix(shortcuts): allow defining key by name
Fixes #390
2024-07-02 16:04:20 +02:00
Joshua Megnauth
6d039eb4c3
fix(wallpaper): duplicate color wallpaper previews
The issue arises after the wallpaper settings page is opened after
choosing a default color as a background. The chosen color is treated as
a custom color on reload which is then duplicated when the default
colors are displayed. Solving this issue is as simple as filtering the
customs colors list for default colors.

I unwrap two `Options` from `partial_cmp` in this fix. Floats don't
implement `Eq` due to `NaN`s but they do implement `PartialOrd` and
`PartialEq`. Colors shouldn't have `NaN`s at all, so unwrapping here is
fine as that invariant should hold unless there is a bug elsewhere.
2024-07-02 15:12:57 +02:00
Michael Aaron Murphy
cf322fdb5e
feat(shortcuts): runtime configurable keyboard shortcuts 2024-07-01 07:11:13 +02:00
Ashley Wulber
6e6403e1ca update libcosmic 2024-06-18 10:30:01 -04:00
Michael Aaron Murphy
f6e50f1d9b
refactor: use Slab for storing page section descriptions 2024-06-06 16:00:04 +02:00
Michael Aaron Murphy
6b57e7a784
chore: update libcosmic 2024-05-31 11:49:21 +02:00
Ashley Wulber
a48e0797d4 fix: wrap scrollbar in id_container so it resets on page change 2024-05-30 23:49:26 +02:00
Michael Aaron Murphy
4ceac69f09
improv: update libcosmic to bring in nav bar fixes 2024-05-30 21:45:00 +02:00
Michael Aaron Murphy
cd5a8a701a
feat: responsive controls and standard button fixes 2024-05-30 17:16:44 +02:00
Michael Aaron Murphy
d1a47cbded
feat: switch to wgpu renderer 2024-05-28 09:05:25 +02:00
Ashley Wulber
c64030c898
fix: update dependencies 2024-05-26 19:50:10 +02:00
Ashley Wulber
2a1e77e625
chore: update zbus to 4.2.1 2024-05-17 08:46:05 +02:00
Ashley Wulber
8e1bcafa9f fix: typo in default themes
This also makes them pretty printed and it seemsto fix the bug related to switching after first install.
2024-05-16 05:00:51 +02:00
Ashley Wulber
7c4bd78174 cleanup: remove notifications page 2024-05-09 14:29:06 +02:00
Michael Aaron Murphy
48a6ec042f fix(cargo): patch override cosmic-protocols 2024-05-08 18:15:04 +02:00
Michael Aaron Murphy
554824aedf feat(displays): listen to display change events with cosmic-randr 2024-05-08 18:15:04 +02:00
Michael Aaron Murphy
d964b14212 chore(cargo): update dependencies 2024-05-08 18:15:04 +02:00
Michael Aaron Murphy
b443dd5b53 improv: create subscription channel for pages to send messages to 2024-05-08 18:15:04 +02:00
Michael Aaron Murphy
d1f7da1349
fix(libcosmic): misapplication of accent colors in header and context drawer 2024-04-26 17:02:05 +02:00
Michael Aaron Murphy
2975318137
improv(theme): theme generation improvements 2024-04-24 18:25:39 +02:00
Michael Aaron Murphy
37ba8168a3
fix(cargo): revert libcosmic local patch 2024-04-23 12:40:01 +02:00
Michael Aaron Murphy
dac0e5ab25
fix(appearance): default light theme should have brighter surfaces 2024-04-23 11:00:05 +02:00
Michael Aaron Murphy
5ee8c4f5f9
fix(appearance): dark theme generation affected by previous commit 2024-04-22 23:53:23 +02:00
Michael Aaron Murphy
0bfc7e3fbe
fix(appearance): inverted surface colors when building light themes 2024-04-22 21:07:12 +02:00
Michael Aaron Murphy
21031486bb
fix: panic on right click of nav bar 2024-04-19 23:07:43 +02:00
Ashley Wulber
379eae2286 fix(appearance): update libcosmic 2024-04-19 00:46:32 +02:00
Michael Aaron Murphy
0e3f629e24
chore(cargo): libcosmic modal dialog and editable input improvements 2024-04-11 23:14:38 +02:00
Michael Aaron Murphy
b5789e5c6c fix(keyboard): update libcosmic to fix dropdown widget 2024-04-11 23:08:02 +02:00
Michael Aaron Murphy
247d7c4678
fix(cargo): enforce sctk version on dependencies 2024-04-10 19:31:10 +02:00
Michael Aaron Murphy
451f8bf5b7
chore(cargo): update dependencies 2024-04-10 17:55:21 +02:00