outfoxxed
outfoxxed pushed to master at quickshell/quickshell 2024-03-04 09:31:52 +00:00
706a6adc01 refactor: move settings to their own object
outfoxxed pushed to master at quickshell/quickshell 2024-03-04 07:17:40 +00:00
62f99f5754 feat: add Process.manageLifetime
outfoxxed pushed to master at quickshell/quickshell 2024-03-04 05:39:10 +00:00
4cfe6ee0a1 fix: fix scopes of created QQmlComponents
7467b65809 feat: attach Qt.quit and Qt.exit functions
Compare 2 commits »
outfoxxed pushed to master at quickshell/quickshell 2024-03-04 03:35:27 +00:00
e06b07ac01 feat(process): add Process.environment
outfoxxed pushed to master at quickshell/quickshell-docs 2024-03-04 03:32:08 +00:00
1ca13d9ffd fix: make qmap parseable (but still not a type)
outfoxxed pushed to master at quickshell/quickshell 2024-03-04 01:10:43 +00:00
65ad2a9877 refactor: rename ReloadPropagator to Scope
outfoxxed pushed to master at quickshell/quickshell 2024-03-04 01:08:36 +00:00
1188bdd8b3 fix: ShellRoot missing NOTIFY for configChanged
outfoxxed pushed to master at quickshell/quickshell 2024-03-04 01:05:54 +00:00
bbe64f42f3 feat: add support for getting and setting workdir
outfoxxed pushed to master at quickshell/quickshell-docs 2024-03-04 00:06:08 +00:00
7fa1a10c78 fix(parse): stop constructors from being picked up as invokables
outfoxxed pushed to master at quickshell/quickshell 2024-03-03 23:37:52 +00:00
b5f50cd68f fix(socket): clear buffer when closing/opening socket
outfoxxed pushed to master at quickshell/quickshell 2024-03-03 23:31:40 +00:00
b42add3967 fix: Process.pid and Quickshell.env returning undefined instead of null
087c929871 fix(process): pid not emitting changed signal
Compare 2 commits »
outfoxxed pushed to master at quickshell/quickshell 2024-03-03 23:24:23 +00:00
ffa9d02d48 feat(process): add ways to close stdio channels
3f0bd20852 feat: add Process type
Compare 2 commits »
outfoxxed pushed to master at quickshell/quickshell 2024-03-03 14:55:04 +00:00
d11ffc1475 feat: add Process type
outfoxxed pushed to master at quickshell/quickshell 2024-03-03 14:27:54 +00:00
cd2343e57d fix(stream): segfault for datastream with no reader
bccf43f1f7 fix: root is now destroyed on exit
Compare 2 commits »
outfoxxed pushed to master at quickshell/quickshell 2024-03-03 10:24:54 +00:00
b5110b759e feat: add Quickshell.env
outfoxxed pushed to master at quickshell/quickshell-docs 2024-03-03 10:20:23 +00:00
8b40a464af fix: allow const and references in function params
outfoxxed pushed to master at quickshell/quickshell 2024-03-03 09:59:49 +00:00
14e1d2d162 refactor: move socket and datastream types to Io module
outfoxxed pushed to master at quickshell/quickshell-docs 2024-03-03 09:59:00 +00:00
79579222a3 feat: add Io module
outfoxxed pushed to master at quickshell/quickshell 2024-03-03 09:27:32 +00:00
f45d298b66 feat(socket): add SocketServer and Socket.write
f004454395 fix(slock): memory leak when creating non SessionLockSurface
Compare 2 commits »
outfoxxed pushed to master at quickshell/quickshell 2024-03-02 13:07:19 +00:00
83a0ec6fc6 feat(socket): add unix socket listener