Commit graph

16 commits

Author SHA1 Message Date
c6dde9ca9d
refactor(wayland): seperate cmake files for modularity 2024-02-19 00:52:03 -08:00
a361930865
feat: expose ProxyWindowBase.screen 2024-02-18 19:31:46 -08:00
6ad4fffc17
feat: expose ProxyWindowBase contentItem 2024-02-18 19:02:10 -08:00
ea2cdf38b8
feat: make proxy windows visible by default 2024-02-17 05:24:29 -08:00
dc616923aa
refactor: rename ProxyShell/FloatingWindow to Shell/FloatingWindow
also make ProxyWindowBase visible in docs
2024-02-17 05:14:15 -08:00
ed62193978
feat: use an intermediary content item for proxy windows (fixes in desc)
fix: combo boxes not opening after a soft reload
fix: anchors breaking after a soft reload
2024-02-17 04:16:57 -08:00
d967d56d3b
fix: regression of default window color from white to black 2024-02-16 21:17:05 -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
5f75c40b67
feat: expose the backing window for ProxyWindowBase 2024-02-13 06:12:25 -08:00
bb16054b84
feat: add NOTIFY for ProxyWindowBase.color 2024-02-12 16:01:07 -08:00
424a45be05
feat: begin work on docs, also minor refactoring 2024-02-12 16:00:42 -08:00
d76100781f
feat: add layershell support 2024-02-04 04:58:58 -08:00
b62f2f3a50
fix: setting visible above geom in ProxyFloatingWindow
Used to shrink window to the given size.
2024-02-01 22:35:04 -08:00
e1281b8e7b
fix: make ProxyWindowBase's contentItem accessible for anchors 2024-02-01 02:40:05 -08:00
362789fc46
feat: implement soft reloading 2024-02-01 01:29:45 -08:00