Commit graph

328 commits

Author SHA1 Message Date
f9a442e443 chore: resolve local graphics dependencies 2026-05-25 19:37:22 +02:00
ccfa38ad44 chore: use local glyphon lockfile 2026-05-25 18:28:56 +02:00
bccdc3df16 chore: use local COSMIC support crates 2026-05-25 18:10:22 +02:00
be22ac64b7 chore: refresh lockfile and bump rust-toolchain to 1.93
Required to absorb the libcosmic-yoda squash rebase on 2026-05-25.
libcosmic-yoda now declares rust-version = "1.93".

Leyoda 2026 – GPLv3
2026-05-25 14:27:10 +02:00
6f514db1b4 chore: use local cosmic-text checkout 2026-05-25 11:34:55 +02:00
331aba9d95 yoda: use local dbus settings bindings 2026-05-25 09:55:11 +02:00
f19473a05c chore: align subscriptions with local stack 2026-05-23 20:49:24 +02:00
d8a5350fee yoda wayland-v5: redirect window_clipboard + cosmic-text to local forks
Propagates the [patch] blocks added in cosmic-yoterm v5 to keep the
whole yoda app family on a single Wayland-only stack. Without these,
iced_winit fails to select a window_clipboard version because our
fork exposes a `wayland` feature that upstream doesn't.

- window_clipboard → /home/lionel/Devels/window_clipboard (x11 gated
  behind opt-in feature)
- cosmic-text → /home/lionel/Devels/cosmic-text (EAW terminal_cells +
  upstream PR#503 applied)
2026-04-24 07:09:49 +02:00
546299dbb7 lockfile: libcosmic-yoda 0.1.0-yoda -> 0.1.0-yoda.2
Picks up the yoda-v2 libcosmic changes (color_picker Theme ref +
context_menu/menu winit ungate). Binary rebuilt and installed.
2026-04-23 18:46:17 +02:00
999e2ba4e5 yoda: rebase onto libcosmic-yoda via path deps + macOS controls toggle
Fresh rewiring from upstream master (78644a3) — the previous attempt on
051f4f9 was 137 commits behind and hit API drift (cosmic::iced_futures,
Subscription::run_with_id). Upstream master uses the newer API
(cosmic::iced::stream + Subscription::run_with) which our libcosmic-yoda
already supports.

Yoda wiring:
- [workspace.dependencies.libcosmic] (git pop-os) -> libcosmic-yoda { path, wayland }
- cosmic-config + iced_winit workspace deps -> path to libcosmic-yoda submodule
- [patch.pop-os/libcosmic] redirects transitive cosmic-config + cosmic-theme +
  iced_futures + iced_winit to our local paths so the graph resolves to a
  single copy (cosmic-bg/comp/idle/panel configs unify cleanly against master)
- subscriptions/sound + page + cosmic-settings inner Cargo.toml: libcosmic ->
  libcosmic-yoda (workspace + direct variants)
- winit feature dropped from libcosmic-yoda deps (our fork is Wayland-only)

Cherry-picked from leyoda/local/window-controls-position @ 52ce463:
- cosmic-settings/src/pages/desktop/window_management.rs — macOS toggle UI
- i18n/en + fr/cosmic_settings.ftl — translations

Installed at /usr/bin/cosmic-settings (yoda build, 78 MB).
Pre-yoda pacman version kept at /usr/bin/cosmic-settings.pre-yoda-fork.
2026-04-23 17:33:22 +02:00
Vukašin Vojinović
317de19eb3 fix(shortcuts): modified count for accessibility and tiling
These weren't being set previously, so they never showed up.
Also updates remaining things here to use ListButton.
2026-04-22 22:10:06 +02:00
Vukašin Vojinović
96ce377ebf chore: update libcosmic 2026-04-16 15:25:34 -06:00
Ashley Wulber
3639bafcfa chore: update libcosmic after reexports were removed 2026-04-10 16:39:09 +02:00
Hojjat
251162f846 chore: update libcosmic 2026-04-07 13:36:05 -06:00
Ashley Wulber
285718ac72
fix: fonts such as Droid Sans not being rendered 2026-04-03 22:27:53 +02:00
Hojjat
59ccde22fa chore: update libcosmic 2026-04-02 20:14:03 -04:00
Shane Stanley
18ff4d01de
fix: use more permissive denylist for bare shortcut key validation 2026-04-02 21:26:18 +02:00
Ashley Wulber
cf7fc32adf
feat: libcosmic iced 0.14 rebase 2026-03-17 21:56:55 +01:00
Michael Aaron Murphy
d1224aaa5e i18n: generate desktop entries with xdgen 2026-02-24 15:38:38 -07:00
Vukašin Vojinović
6e022755f1 chore: update dependencies 2026-02-20 12:46:57 +01:00
Vukašin Vojinović
91e14abe49 chore: use jiff instead of chrono where possible
`chrono` can't fully be removed until `sunrise` supports `jiff`.
Also updates `sunrise` and adapts to changes by handling polar days.
2026-02-20 12:46:57 +01:00
Michael Aaron Murphy
0a1f4901cd release: 1.0.7 2026-02-17 11:02:57 -07:00
nicole mikołajczyk
a0245a29e8
fix(region): only display 'Install additional languages' if gnome-language-selector is available 2026-02-12 19:58:19 +01:00
Lysander Treumann
9db1681e0d Added updated Cargo.lock 2026-02-11 15:23:45 -07:00
Jeremy Soller
c654b6764b Update depedendencies 2026-01-29 15:26:43 -07:00
Victoria Brekenfeld
d7f1cff725 feat(desktop): add window shadows and corners settings 2026-01-13 14:27:09 -07:00
Michael Aaron Murphy
c77655b097 chore: update ashpd to 0.12.1 2026-01-13 20:50:45 +01:00
Michael Aaron Murphy
cd640544f1 chore: update zbus to 5.13.1 with build fix 2026-01-13 20:50:45 +01:00
Michael Aaron Murphy
d2d0b51da6 chore: drop async-fn-stream for cosmic::iced_futures::stream::channel 2026-01-13 20:50:45 +01:00
Michael Aaron Murphy
0de9c33822 chore: update dependencies 2026-01-13 20:50:45 +01:00
Michael Aaron Murphy
c05dad00de fix(a11y): listen to screen reader changes from org.a11y.Bus
Enables the screen reader toggle to toggle when using the shortcut.
2026-01-09 22:28:48 +01:00
Jacob Kauffmann
96245a8fd9 chore: update cosmic-randr dependencies
Co-authored-by: Clayton Craft <clayton@craftyguy.net>
2026-01-05 21:57:12 -05:00
Ashley Wulber
1eae90fd0d chore: update dbus-settings-bindings 2026-01-05 23:14:42 +01:00
Ashley Wulber
d9b0a6944a refactor: use secret agent for managing passwords 2026-01-05 23:14:42 +01:00
Ashley Wulber
e01ada5b74 chore: screen reader toggle shortcut 2026-01-05 17:03:56 +01:00
Michael Aaron Murphy
079a1fbb55 fix(sound): set route before setting default to fix headsets 2025-12-24 05:25:43 +01:00
Fred
29f1386e58
feat(about): improve GPU names by getting info from wgpu 2025-12-12 16:57:58 +01:00
Michael Aaron Murphy
94b2466c02 chore: update cosmic-randr 2025-12-11 18:00:44 -05:00
Michael Aaron Murphy
090d8bf48e chore: update dependencies 2025-12-11 18:00:44 -05:00
Ashley Wulber
77d85438d2 chore: update winit 2025-12-09 01:47:26 +01:00
Michael Aaron Murphy
031a1971b3 chore(sound-subscription): remove unused log dependency 2025-12-02 16:27:36 -05:00
Michael Murphy
2c9f60cd5f
feat(sound): redesign with separate device profiles page (#1500) 2025-11-25 21:46:17 +01:00
Jeremy Soller
9709a2a926 Drop fork of fast_image_resize 2025-11-11 21:31:22 -07:00
Vukašin Vojinović
72daa0be06 chore: update libcosmic
Reverts the previous change in the color picker titles, since the updated context drawer design makes it look ok.
2025-11-12 01:27:48 +01:00
Ashley Wulber
41e90bde33
fix(panel): update defaults with shrinkable applets appearance fixes 2025-11-11 20:33:21 +01:00
Fred
b9dfcde7b1
feat(wifi): share public network with QR code 2025-11-11 16:21:45 +01:00
Vukašin Vojinović
1698734b28 chore: update dependencies
Adapts color picker drawers to new designs.
2025-11-05 11:00:46 +01:00
Ashley Wulber
63982cf557
chore: update libcosmic and dependencies 2025-10-09 21:13:50 +02:00
Michael Aaron Murphy
600720b7d1 feat: merge subscriptions crate into cosmic-settings repo 2025-10-08 21:48:23 +02:00
Ashley Wulber
eaea489d79 chore: update deps 2025-10-07 13:30:08 -04:00