Olivier Goffart

Results 270 comments of Olivier Goffart

The underlying datastructure (the Model) support adding many element at the same time, (via ModelNotify https://docs.rs/slint/0.3.0/slint/struct.ModelNotify.html ) The Todo example uses `VecModel` which indeed doesn't have this capabilities. I believe...

ping. CI shows warning because of old node

thanks for reporting the issue. I think this might be a bug in one of the dependencies, that did not specify their dependency properly. `cargo update` should solve the issue

Regarding the origin, i wonder if it would not be better to have, instead of ``` rotation-origin-x: width / 2; rotation-origin-y: height / 2; ``` Maybe something like one property...

Maybe it is also better in the first release to limit rotation to `Image` elements, that do not have any children. This would solve the issue with translating input events....

Now it is implemented and documented but it only work on childless Images. I keep this open for rotating arbitrary item that may include clip and mouse event and the...

Thanks for the PR! Since the same method in Vec is called `extend_from_slice` I believe it should be called the same here. Or it should take an Iterator instead of...

Thanks, that's perfect. In order to be complete, we should also have a test (maybe similar or as an extension to `test_vecmodel_set_vec`) , and a change log entry. Perhaps the...

Thanks for your contribution. I'm just merging this and I'll write the test in a followup commit.

I don't think that's the right way to do it. We should not disable the other backend. And especially, we should not have a different default than the actual code....