Tobias Hunger
Tobias Hunger
So when should we refresh the window? How should we report the errors in the preview? Note that all the property information and everything else is wrong, so we need...
> Note that properties should actually work even if there are compile error (well, depending how bad it is) The property editing is based heavily on offsets in the file....
CI fails right now since rattler_lock does not have the required version.
Updated the change about adapting to rattler API changes.
@mwcampbell: I find testing accessibility to be the biggest challenge in supporting it. I did have a blind person introduce me to how he uses a computer with a braille...
Read the error message, it explains what you need to do... slap a `#[repr(C)]` on the `struct Test`.
Seems rather too complicated to me. The only thing the live preview needs the LS for is the discovery of files and it could pretty easily report files it did...
With wayland + portals we will also need a way to register external windows as "modal windows" on top of application windows. So maybe we can pass in a optional...
https://github.com/slint-ui/slint/tree/tobias/wip/indexed_children has the current state I got to.
I wanted to keep this unmerged for the time being and build on top of this PR.