Simon Hausmann

Results 545 comments of Simon Hausmann

We discussed this and started forming a plan how this could be implemented. The basic idea is to apply the following only to items (and their children) that use dynamic...

Oliver implemented Support for translations that are bundled with the app and don't require gettext. Those work everywhere and will be in the next release. You can take a sneak...

I'm not sure about adding such a specific callback to `Window`, TBH. We could indeed consider adding a hook for all platform window events dispatched from the backend, for application...

I've taken the liberty of editing the issue text and title. I think we need to decide if we want to support synthetic lines / borders (that are guaranteed to...

I'm inclined to suggest that we edit the description of this issue to track support for collapsing margins with `...Box`. What do the others think? cc @ogoffart @FloVanGH @NigelBreslaw

Thanks for filing this issue. I agree, the current solution doesn't scale very well. I wish we could use `#embed`, but I don't think that's accessible for C++ yet? What...

Oh, that's a great looking project! Certainly interesting for our Rust code generator. Regarding build times, could you work around it using precompiled headers perhaps?

Good point. We could just have a CMake "configure test for it", and if it's supported we pass some `--use-cpp-embed` command line option to the compiler. Almost sounds... trivial.

One issue with the use of `async` at rendering time is that it would seem that we'd have to make the `draw_rectangle()`, etc. functions on the `ItemRenderer` trait async. That...

There hasn’t been any progress on gettext support for Android. That said, you can use Slint‘s Translation bundling feature to translate your UI. Would that work for you?