Commit graph

11 commits

Author SHA1 Message Date
outfoxxed
4cfe6ee0a1
fix: fix scopes of created QQmlComponents
Using the scope of the component itself makes sure things availible in
its scope are usable, instead of the parent scope.
2024-03-03 21:38:21 -08:00
outfoxxed
e06b07ac01
feat(process): add Process.environment 2024-03-03 19:35:10 -08:00
outfoxxed
bbe64f42f3
feat: add support for getting and setting workdir 2024-03-03 17:05:19 -08:00
outfoxxed
b5f50cd68f
fix(socket): clear buffer when closing/opening socket 2024-03-03 15:37:31 -08:00
outfoxxed
b42add3967
fix: Process.pid and Quickshell.env returning undefined instead of null 2024-03-03 15:31:15 -08:00
outfoxxed
087c929871
fix(process): pid not emitting changed signal 2024-03-03 15:30:52 -08:00
outfoxxed
ffa9d02d48
feat(process): add ways to close stdio channels 2024-03-03 15:23:41 -08:00
outfoxxed
3f0bd20852
feat: add Process type 2024-03-03 14:45:49 -08:00
outfoxxed
cd2343e57d
fix(stream): segfault for datastream with no reader 2024-03-03 06:27:21 -08:00
outfoxxed
b5110b759e
feat: add Quickshell.env 2024-03-03 02:24:33 -08:00
outfoxxed
14e1d2d162
refactor: move socket and datastream types to Io module 2024-03-03 01:59:31 -08:00