Commit graph

64 commits

Author SHA1 Message Date
c6dde9ca9d
refactor(wayland): seperate cmake files for modularity 2024-02-19 00:52:03 -08:00
5bbd0333ef
refactor(wayland): start factoring wayland out of ShellWindow 2024-02-19 00:36:51 -08:00
083fff57be
feat: add PersistentProperties 2024-02-17 04:24:03 -08:00
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
82aa7d45d3
feat: add clickthrough mask to windows 2024-02-13 06:12:31 -08:00
5de0ae095b
feat: rename project to quickshell 2024-02-12 02:16:22 -08:00
ae5363a351
build: add missing qt module deps 2024-02-04 23:03:44 -08:00
c0d6e63f6c
feat: add filesystem watcher and rename QtShell object 2024-02-04 23:00:59 -08:00
cab5ffc65e
build: add option to not build layershell 2024-02-04 20:08:46 -08:00
d76100781f
feat: add layershell support 2024-02-04 04:58:58 -08:00
362789fc46
feat: implement soft reloading 2024-02-01 01:29:45 -08:00
9a5ad44aa9
feat: add hard reload signal and wrap root object 2024-01-31 18:02:20 -08:00
d14258df8e
feat: add Variants type for creating instances 2024-01-31 17:45:26 -08:00
23837e5195
feat: basic QtShell and ShellComponent types 2024-01-25 04:33:02 -08:00