Commit graph

11 commits

Author SHA1 Message Date
c6e5a35745
core/reloader: fix more crashes (not all of them) 2024-04-20 02:59:50 -07:00
31462b9797
core/reloader: fix UAF of old generation during scene destroy 2024-04-20 00:36:25 -07:00
6eb68d2cd7
core/reloader: fix late creation of Reloadable types 2024-04-19 15:45:07 -07:00
3a0381dcbe
core/window: backing windows can now be destroyed and recreated
This fixes a crash in layershells and the setVisible crash on nvidia.
2024-03-27 00:45:53 -07:00
b6dc6967a1
core/generation: fix incuabation controller use after free
qobject_casts were failing causing old controllers to never be removed
from the list.
2024-03-25 02:02:46 -07:00
c6bf826031
core/reloader: fix Quickshell.reload not working
Has been broken since engine generations were introduced.
2024-03-25 01:57:15 -07:00
31264ac7d1
core/singleton: fix PostReloadHook in singletons 2024-03-20 01:37:30 -07:00
9f38908bdf
core/intercept: do not intercept non qml files
Avoids forcing Images to lazy load which causes unexpected flashes.
2024-03-19 21:30:46 -07:00
518977932d
core/lazyloader: add LazyLoader
Also fixes qml incubation in general, which was completely broken,
meaning the native qml Loader type should also work now.
2024-03-19 05:35:44 -07:00
ffbdac9977
core: synthesized qmldir files and new qml scanning strategy 2024-03-14 00:16:22 -07:00
1687ff3614
reload: encapsulate each engine generation more 2024-03-13 22:53:05 -07:00