16172ad5a3
yoda: relocate local fork paths from ~/Devels to ~/Projets/COSMIC
...
Mise à jour des path= absolus (libcosmic, cosmic-config, cosmic-theme,
iced_futures/winit, window_clipboard, dnd, mime, cosmic-text) après
consolidation des forks cosmic-* sous ~/Projets/COSMIC/.
Inclut subscriptions/sound/Cargo.toml (libcosmic-yoda).
Leyoda 2026 – GPLv3
2026-05-16 18:08:59 +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
Ashley Wulber
3639bafcfa
chore: update libcosmic after reexports were removed
2026-04-10 16:39:09 +02:00
Ashley Wulber
cf7fc32adf
feat: libcosmic iced 0.14 rebase
2026-03-17 21:56:55 +01:00
Vukašin Vojinović
787c5ed49f
chore: clippy
2026-02-20 12:46:57 +01:00
Vukašin Vojinović
6e022755f1
chore: update dependencies
2026-02-20 12:46:57 +01:00
Michael Aaron Murphy
0a1f4901cd
release: 1.0.7
2026-02-17 11:02:57 -07:00
Michael Aaron Murphy
1139e34928
fix(sound): only consider active routes when setting volume and mute-ness
2026-02-12 13:54:54 -05: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
Ashley Wulber
1eb345085d
chore: clippy
2026-01-05 23:14:42 +01:00
Michael Aaron Murphy
079a1fbb55
fix(sound): set route before setting default to fix headsets
2025-12-24 05:25:43 +01:00
Michael Aaron Murphy
9165b42099
fix(sound): do not set default device when active route is found
2025-12-08 22:57:54 +01:00
Michael Aaron Murphy
107f19b03e
fix(sound): Use crate feature to disable auto-profile on init by default
...
Adds `auto-profile-init` feature to the subscription crate and then
adds it to cosmic-settings' import. When updating the applet, this
feature will be disabled by default.
Also makes a change to not auto-set the Off profile in case pipewire
reports the profile to be `Off`.
2025-12-04 20:44:06 +01:00
Michael Aaron Murphy
9aefd9b9d3
fix(cargo): no-default-features -> default-feature
2025-12-02 16:27:36 -05:00
Michael Aaron Murphy
031a1971b3
chore(sound-subscription): remove unused log dependency
2025-12-02 16:27:36 -05:00
Michael Aaron Murphy
8dfc4d06ea
chore(sound-subscription): disable libcosmic default features
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
Vukašin Vojinović
1698734b28
chore: update dependencies
...
Adapts color picker drawers to new designs.
2025-11-05 11:00:46 +01:00
Michael Aaron Murphy
600720b7d1
feat: merge subscriptions crate into cosmic-settings repo
2025-10-08 21:48:23 +02:00