Simple and flexbile QtQuick based desktop shell toolkit.
Go to file
outfoxxed 1da43be6c0
feat: completely redesign hot reloader
The hot reloader previously attempted to figure out which parent a
component would attach to as it loaded. This was fairly error prone as
it was heuristic based and didn't work as soon as you split
definitions into multiple QML files.

The new hot reloader functions by first completely building the widget
tree, then applying the old tree to the first tree and pulling out
usable values. Proxy windows now wait to appear until being reloaded.

Additionally added support for `reloadableId` to help match a
Reloadable to its value in the previous widget tree.
2024-02-16 17:09:50 -08:00
docs@94f0754393 feat: add clickthrough mask to windows 2024-02-13 06:12:31 -08:00
src/cpp feat: completely redesign hot reloader 2024-02-16 17:09:50 -08:00
.clang-format feat: begin work on docs, also minor refactoring 2024-02-12 16:00:42 -08:00
.clang-tidy feat: completely redesign hot reloader 2024-02-16 17:09:50 -08:00
.editorconfig feat: begin work on docs, also minor refactoring 2024-02-12 16:00:42 -08:00
.gitignore feat: basic QtShell and ShellComponent types 2024-01-25 04:33:02 -08:00
.gitmodules feat: begin work on docs, also minor refactoring 2024-02-12 16:00:42 -08:00
CMakeLists.txt feat: completely redesign hot reloader 2024-02-16 17:09:50 -08:00
Justfile feat: rename project to quickshell 2024-02-12 02:16:22 -08:00
shell.nix feat: add layershell support 2024-02-04 04:58:58 -08:00