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
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
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
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ć
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
Ashley Wulber
cf7fc32adf
feat: libcosmic iced 0.14 rebase
2026-03-17 21:56:55 +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
Lysander Treumann
fde0ae0beb
Added branch action-on-typing to workspace.dependencies.cosmic-comp-config, which (unless merged) contains necessary changes to build cosmic-settings.
2026-02-11 15:23:45 -07:00
Michael Aaron Murphy
0de9c33822
chore: update dependencies
2026-01-13 20:50:45 +01: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
Michael Murphy
2c9f60cd5f
feat(sound): redesign with separate device profiles page ( #1500 )
2025-11-25 21:46:17 +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
Michael Aaron Murphy
600720b7d1
feat: merge subscriptions crate into cosmic-settings repo
2025-10-08 21:48:23 +02:00
Michael Aaron Murphy
ae5f151932
perf(cargo): re-enable opt-level 3 and set panic="abort" to reduce size
2025-10-04 04:26:47 +02:00
Ashley Wulber
426fab97b3
chore: update libcosmic
2025-10-03 18:21:25 -04:00
Vukašin Vojinović
29da0330aa
chore: update dependencies
2025-09-12 17:33:40 -04:00
Ashley Wulber
d2a041f2ca
chore: libcosmic and theme updates
2025-08-27 17:04:42 +02:00
Michael Aaron Murphy
077ad931cc
chore(cargo): update dependencies
2025-08-12 18:20:50 +02:00
Michael Aaron Murphy
9a9ecd77bd
fix(sound): fix sound profiles & move logic to cosmic-settings-subscriptions
2025-08-04 17:24:38 +02:00
Michael Aaron Murphy
47f46ba9cd
wip
2025-08-04 17:15:03 +02:00
Vukašin Vojinović
a0f7b31d89
chore(appearance): disable wrapping for style text
...
Also updates all workspace members to Rust 2024, removes `once_cell` and updates dependencies.
2025-07-31 17:23:10 +02:00
Ashley Wulber
edd54f6b7b
chore: update libcosmic
2025-07-29 23:38:51 +02:00
Ashley Wulber
f312513ffb
chore: update libcosmic
2025-07-22 12:54:58 -04:00
Michael Aaron Murphy
6a29294e90
improv(sound): reduce codegen, use subscription, and fix threads not exiting on page close
2025-07-22 06:22:36 +02:00
Michael Aaron Murphy
d41cdc5dc2
fix(sound): sound profile handling improvements
2025-07-22 03:02:50 +02:00
Michael Aaron Murphy
68522ff228
fix: pin cosmic-protocols revision
2025-06-23 18:04:26 +02:00
Michael Aaron Murphy
d1bb68552e
chore: update libcosmic
2025-06-23 17:17:07 +02:00
Michael Aaron Murphy
5a1debae5a
fix: revert cosmic-text version to fix cut off text
2025-06-11 12:02:16 +02:00
Michael Aaron Murphy
5f6561c4ab
chore(bluetooth): refactor to make it easier to share logic
2025-06-05 17:24:32 +02:00
Ashley Wulber
8c95adbae6
chore: update cosmic-settings-subscriptions
2025-05-02 21:23:17 +02:00
Victoria Brekenfeld
9e94291216
chore: update cosmic-comp/randr/protocols
2025-04-14 19:27:26 +02:00
Victoria Brekenfeld
64d013ed38
chore: Update cosmic-protocols/cctk
2025-03-21 20:47:57 +01:00
Ashley Wulber
df7e95e30a
feat: dropdown popups
2025-03-14 18:12:40 +01:00
Michael Aaron Murphy
661b487397
feat: add shortcut for input source switch
2025-02-26 15:33:58 +01:00
Victoria Brekenfeld
3b840a7b72
chore: Update cosmic-protocols
2025-02-21 00:39:10 +01:00
Michael Aaron Murphy
e8f0d90572
chore: font style changes in libcosmic
2025-02-19 00:45:45 +01:00
Michael Aaron Murphy
a90d7fbc42
chore: upgrade all dependencies
2025-02-14 06:13:43 +01:00
Michael Aaron Murphy
62bb9f57d9
chore: update libcosmic and reduce binary size
2025-01-14 22:18:28 +01:00
Ashley Wulber
4be18f1434
patch cctk
2024-12-03 18:20:51 -05:00
Vukašin Vojinović
23ff6e9fcc
fix(applets context): center text without description
2024-12-03 16:57:27 -05:00
Victoria Brekenfeld
d76c564feb
chore: Update cosmic-protocols/randr
2024-11-27 17:39:23 +01:00
Ashley Wulber
437cd831b9
feat: add heaptrack to justfile
2024-11-14 14:20:00 -05:00
Ashley Wulber
fc3a3c40ed
undo patch
2024-11-01 22:54:44 -04:00
Ashley Wulber
aae148df64
fix: color picker
2024-11-01 22:49:32 -04:00
Ashley Wulber
1438f6944c
fix: patch sctk
2024-11-01 17:01:18 +01:00