quickshell/src/io
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
..
test refactor: move socket and datastream types to Io module 2024-03-03 01:59:31 -08:00
CMakeLists.txt feat: add Process type 2024-03-03 14:45:49 -08:00
datastream.cpp fix(stream): segfault for datastream with no reader 2024-03-03 06:27:21 -08:00
datastream.hpp fix(socket): clear buffer when closing/opening socket 2024-03-03 15:37:31 -08:00
module.md feat: add Process type 2024-03-03 14:45:49 -08:00
process.cpp feat(process): add Process.environment 2024-03-03 19:35:10 -08:00
process.hpp feat(process): add Process.environment 2024-03-03 19:35:10 -08:00
socket.cpp fix: fix scopes of created QQmlComponents 2024-03-03 21:38:21 -08:00
socket.hpp feat: add Quickshell.env 2024-03-03 02:24:33 -08:00