Commit Graph

314 Commits

Author SHA1 Message Date
Qubasa
5ab94861f9 clan_vm_manager: Fix incorrect signal behaviour in GKVStore setitem 2024-03-03 15:47:00 +07:00
Qubasa
86313b301d clan_vm_manager: Fix dynamic join 2024-03-03 15:47:00 +07:00
Qubasa
ff29e91542 clan_cli: history_add now returns newly added HistoryEntry. clan-vm-manager: Join now uses signals instead of callbacks. 2024-03-03 15:47:00 +07:00
Qubasa
ed3ee26bb6 clan-vm-manager: Fix incorrect use of all Glib.idle_add uses 2024-03-03 15:47:00 +07:00
lassulus
cfdba84d9d fix pyproject syntax, ignore E731 2024-03-03 06:20:08 +01:00
Jörg Thalheim
a6f46e88ca rename lol.clan to org.clan 2024-03-01 12:52:05 +01:00
DavHau
148e8b0ac0 devShells: one global python devshell + activation via command
- this adds devShells.{system}.python
- a 'select-shell' command to switch between devshells
2024-03-01 18:16:38 +07:00
Qubasa
85844bc750 clan_vm_manager: Fix gdb package incompatible with aarch darwin 2024-03-01 10:46:35 +07:00
Qubasa
d611729e32 clan_vm_manager: Fix GLib.idle_add rexecuting the VM push multiple times because of missing GLib.SOURCE_REMOVE 2024-03-01 01:58:03 +07:00
Qubasa
5950b26413 clan_vm_manager: Working GKVStore that emulates the ListStore Object 2024-03-01 01:26:45 +07:00
Qubasa
3a5280f22a clan_vm_manager: Add GKVStore to combat O(n2) runtimes. Add pygdb to devshell 2024-02-29 22:46:09 +07:00
Qubasa
062b39e64c clan-vm-manager: Moved switch from list view to VM object. 2024-02-27 03:53:19 +07:00
Qubasa
61f2df7130 clan-vm-manager: Fix ui state desync on build error. Add build progress bar 2024-02-26 01:59:45 +07:00
Qubasa
6de8393df1 clan_vm_manager: Fix qmp shutdown command, bad socket error on retried shutdown 2024-02-26 01:18:13 +07:00
Qubasa
e38aa7b73e clan_vm_manager: Improve VM start and stop switch. Switch will be disabled while stopping vm 2024-02-26 01:04:09 +07:00
Qubasa
aebf960188 clan-vm-manager: Fix double instantiation of Singleton. clan_cli: Shorten filepath of logging messages 2024-02-21 16:16:58 +07:00
Qubasa
e20ac2c4d9 Working demo script 2024-02-16 17:51:55 +07:00
Qubasa
8e50af967e Working demo script 2024-02-16 17:47:34 +07:00
Qubasa
b47a04f478 demo script 2024-02-16 17:47:05 +07:00
Qubasa
8a0edddca7 clan-vm-manager: Fixing vm starting. 2024-02-16 16:10:49 +07:00
Qubasa
0b0867907e clan-vm-manager: Added clan icon to trayicon 2024-02-16 12:25:06 +07:00
clan-bot
f91df4fb88 Merge pull request 'clan_vm_manager: --debug enables debug mode in clan_cli too' (#840) from Qubasa-add_spinner into main 2024-02-14 08:43:14 +00:00
a-kenji
7aab4ade6c Fix demo script
The `--wayland` cli option is now a module option.
2024-02-13 16:15:36 +01:00
Jörg Thalheim
e8bb051c35 demo.sh: make relative path configureable 2024-02-13 11:45:42 +01:00
Qubasa
6d06742c49 clan_cli: Added lazy qmp 2024-02-13 16:44:09 +07:00
Qubasa
a1afd05fcb clan_cli: Made qmp implementation lazy 2024-02-13 16:44:09 +07:00
Qubasa
4323e73517 clan_vm_manager: started spinner. not fully working yet 2024-02-13 16:44:09 +07:00
Qubasa
d828a73aa4 UI: Improve README 2024-02-13 16:44:09 +07:00
Qubasa
8c8481d9fe clan_vm_manager: --debug enables debug mode in clan_cli too 2024-02-13 16:44:09 +07:00
Qubasa
d54531e38c update flake lock 2024-02-12 14:52:01 +07:00
Qubasa
e30168742e clan_vm_manager: Added VM shutdown timeout 2024-02-12 14:16:44 +07:00
Qubasa
b54e6eb520 UI: Added tray icon 2024-02-12 13:43:54 +07:00
DavHau
a438a27c69 vms: init graceful shutdown for GUI
- add python modules for qemu protocols: QMP (hardware interactions) and QGA (guest service interaction)
- refactor state directory: remove name from path (already contains url)
- add impure vm test for basic qmp interaction
- simplify existing vm persistance test (factor out shared code)
- integrate graceful shutdown into GUI

the GUI integration still needs to be improved later:
- add fallback in case system doesn't react to powerdown button
- shutdown GUI switch fails if VM hasn't been started yet, and then remains in a wrong position
2024-02-09 19:55:18 +07:00
Qubasa
d99ef89f7c UI: Fixed incorrect display of cLAN icon in window switcher 2024-02-08 15:00:36 +07:00
Johannes Kirschbauer
1d50d8824c Clan VM Manager: add dropdown to add more machines 2024-02-08 14:36:47 +07:00
Qubasa
67029693aa UI: Improved Join card display 2024-02-08 14:28:34 +07:00
Qubasa
58065a7401 UI: Fixed style.css not working when installed 2024-02-08 14:10:17 +07:00
Qubasa
e6e4f6f958 UI: Added joining multiple clans one after another over clan url 2024-02-07 17:16:20 +07:00
Johannes Kirschbauer
14cb6544ec Clan VM Manager: detect if clan exists 2024-02-07 16:08:48 +07:00
Johannes Kirschbauer
3c28e82a0c Clan VM Manager: init per vm settings handler 2024-02-07 15:41:18 +07:00
Qubasa
74323595c9 clan_manager: UI is now a singelton. 2024-02-07 12:03:12 +07:00
Qubasa
79ee50b810 clan_manager: Implemented machine_icon, machine_description 2024-02-06 20:13:18 +07:00
Qubasa
e0ba8dd6cb build-clan: Removed unecessary arg, machineDescription and machineIcon 2024-02-05 16:56:13 +07:00
Qubasa
4fa82b993d vm_manager: Fixed uri join and then vm start not working 2024-02-05 15:57:14 +07:00
Johannes Kirschbauer
327645486f async join 2024-02-05 15:05:14 +07:00
Qubasa
e8416856f7 Added machineIcon and machineDescription to buildClan 2024-02-05 14:18:40 +07:00
Qubasa
bc1842dd2b UI: Fixed multiple connects to signal 2024-02-05 13:37:35 +07:00
clan-bot
3183a3e2fc Merge pull request 'Starting to implement logs' (#796) from Qubasa-main into main 2024-02-02 05:07:39 +00:00
Qubasa
a894b358b4 vm-manager: Added log console printing on vm start. Added python logging module 2024-02-02 12:04:30 +07:00
Johannes Kirschbauer
88a947f41a multi join via cli 2024-02-02 10:58:28 +07:00