• Berlin
  • Joined on 2025-01-15
vinzenz pushed to main at vinzenz/nova-shell 2026-05-07 21:49:41 +02:00
628ae67b7d systemd: hm-module systemd.machines option + warn on fetch failures
vinzenz pushed to main at vinzenz/nova-shell 2026-05-07 21:03:30 +02:00
dfa3840d97 systemd: container/remote restart, permanent-error backoff, recursive section via loader (step 6)
vinzenz pushed to main at vinzenz/nova-shell 2026-05-07 20:51:53 +02:00
5676b1ac62 systemd: fetch unit state for local + remote nspawn containers (step 5)
vinzenz pushed to main at vinzenz/nova-shell 2026-05-07 20:25:03 +02:00
2ab2af8a23 systemd: fetch remotes via busctl --host, applet-open gating, error states (step 4)
vinzenz pushed to main at vinzenz/nova-shell 2026-05-07 20:17:34 +02:00
6224d86965 systemd: parse static machines list, render placeholders (step 3)
3fb9a36f3b systemd applet: aggregate counts + lazy running list (step 2)
Compare 2 commits »
vinzenz pushed to main at vinzenz/nova-shell 2026-05-07 18:16:20 +02:00
6fc7e8bc8a merge systemd + machinectl into one module/applet (step 1)
96bfc1fd5a add systemd_service rust plugin (step 1a, no qml wiring yet)
Compare 2 commits »
vinzenz pushed to main at vinzenz/nova-shell 2026-05-05 22:24:32 +02:00
d55753ab28 fix tooltip binding loop on _shown via assignedScreen mirror
4f5cf5f5fa plugin: switch from ld.gold to mold (cxx-qt docs recommend moving away from gold)
Compare 2 commits »
vinzenz pushed to main at vinzenz/nova-shell 2026-05-04 22:58:48 +02:00
f34f3f2f4e plugin: rust-side modules + theme services with serde-typed config
vinzenz pushed to main at vinzenz/nova-shell 2026-05-04 19:23:20 +02:00
a86e90e927 plugin: nixpkgs qt6 headers live in default output not .dev
vinzenz pushed to main at vinzenz/nova-shell 2026-05-04 00:56:32 +02:00
1b07787764 plugin: give moc qtdeclarative include path so QML attrs reach qmltyperegistrar
vinzenz pushed to main at vinzenz/nova-shell 2026-05-04 00:37:09 +02:00
78abe800ed plugin: log build.rs bridge-file presence; use manifest dir for robust path
vinzenz pushed to main at vinzenz/nova-shell 2026-05-03 23:27:46 +02:00
fa861a4399 plugin: workaround cxx-qt 0.8.1 dyn plugin not calling qml_register_types
vinzenz pushed to main at vinzenz/nova-shell 2026-05-03 22:58:22 +02:00
8b73f3d692 plugin: switch dynamic-list to version-script (only the latter overrides local: *)
vinzenz pushed to main at vinzenz/nova-shell 2026-05-03 22:53:45 +02:00
3fae09b2b6 nix: scope crane src filter exception to qt_plugin_exports.txt only
6a0feebf98 nix: extend crane src filter to keep qt_plugin_exports.txt
Compare 2 commits »
vinzenz pushed to main at vinzenz/nova-shell 2026-05-03 22:49:06 +02:00
d2708087be plugin: use --dynamic-list to add qt entry symbols past rust's version script
vinzenz pushed to main at vinzenz/nova-shell 2026-05-03 22:40:46 +02:00
12c5f3283f plugin: use bare --export-dynamic to expose qt_plugin syms (per-sym form is exec-only)
vinzenz pushed to main at vinzenz/nova-shell 2026-05-03 21:08:40 +02:00
d47200932d plugin: anchor qt_plugin entry symbols past --gc-sections so qt finds them
vinzenz pushed to main at vinzenz/nova-shell 2026-05-03 20:08:29 +02:00
bf5cb913fc nix: build nova-plugin via crane to cache deps separately from crate src
vinzenz pushed to main at vinzenz/nova-shell 2026-05-03 19:55:24 +02:00
2a691aa66f plugin: export Qt plugin entry symbols from cdylib via --export-dynamic
vinzenz pushed to main at vinzenz/nova-shell 2026-05-03 19:32:08 +02:00
dad977d4c5 plugin: anchor cxx-qt plugin init symbol so the linker keeps QQmlEngineExtensionPlugin