quickshell/src/core
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
..
CMakeLists.txt refactor: move socket and datastream types to Io module 2024-03-03 01:59:31 -08:00
doc.hpp docs: add macro hints for typegen to paper over weird interfaces 2024-02-26 00:30:25 -08:00
floatingwindow.cpp rename: QuickShell => Quickshell 2024-02-26 00:57:47 -08:00
floatingwindow.hpp rename: QuickShell => Quickshell 2024-02-26 00:57:47 -08:00
main.cpp feat: basic plugin system 2024-02-25 23:47:17 -08:00
module.md refactor: move socket and datastream types to Io module 2024-03-03 01:59:31 -08:00
panelinterface.cpp feat(wayland): create cross platform window interfaces 2024-02-25 07:13:54 -08:00
panelinterface.hpp docs: add macro hints for typegen to paper over weird interfaces 2024-02-26 00:30:25 -08:00
persistentprops.cpp refactor(wayland): seperate cmake files for modularity 2024-02-19 00:52:03 -08:00
persistentprops.hpp refactor(wayland): seperate cmake files for modularity 2024-02-19 00:52:03 -08:00
plugin.cpp cleanup(plugin): remove dependency on unstable moc functions 2024-02-26 00:08:30 -08:00
plugin.hpp feat: basic plugin system 2024-02-25 23:47:17 -08:00
proxywindow.cpp feat(slock): add user facing SessionLock and SessionLockSurface 2024-02-28 19:55:49 -08:00
proxywindow.hpp rename: QuickShell => Quickshell 2024-02-26 00:57:47 -08:00
qmlglobal.cpp feat: add support for getting and setting workdir 2024-03-03 17:05:19 -08:00
qmlglobal.hpp feat: add support for getting and setting workdir 2024-03-03 17:05:19 -08:00
qmlscreen.cpp rename: QuickShell => Quickshell 2024-02-26 00:57:47 -08:00
qmlscreen.hpp rename: QuickShell => Quickshell 2024-02-26 00:57:47 -08:00
region.cpp refactor(wayland): seperate cmake files for modularity 2024-02-19 00:52:03 -08:00
region.hpp refactor(wayland): seperate cmake files for modularity 2024-02-19 00:52:03 -08:00
reload.cpp feat(socket): add SocketServer and Socket.write 2024-03-03 01:26:43 -08:00
reload.hpp refactor: rename ReloadPropagator to Scope 2024-03-03 17:10:29 -08:00
rootwrapper.cpp feat: attach Qt.quit and Qt.exit functions 2024-03-03 21:37:47 -08:00
rootwrapper.hpp feat: add support for getting and setting workdir 2024-03-03 17:05:19 -08:00
shell.cpp feat: add support for getting and setting workdir 2024-03-03 17:05:19 -08:00
shell.hpp fix: ShellRoot missing NOTIFY for configChanged 2024-03-03 17:08:20 -08:00
variants.cpp fix: fix scopes of created QQmlComponents 2024-03-03 21:38:21 -08:00
variants.hpp rename: QuickShell => Quickshell 2024-02-26 00:57:47 -08:00
watcher.cpp refactor(wayland): seperate cmake files for modularity 2024-02-19 00:52:03 -08:00
watcher.hpp refactor(wayland): seperate cmake files for modularity 2024-02-19 00:52:03 -08:00
windowinterface.cpp feat(wayland): create cross platform window interfaces 2024-02-25 07:13:54 -08:00
windowinterface.hpp rename: QuickShell => Quickshell 2024-02-26 00:57:47 -08:00