Tobias Hunger

Results 50 issues of Tobias Hunger

This is the account of the Slint project. We do a UI crate in and for rust. I did this as an extra PR as I am not sure what...

Not that big of a difference, but I hope it will help with the next step of making the drag and drop safer.

Be way more conservative with when an element can be moved around. Look at eleemnt properties, element id, etc. Start out simple that errs on the side of caution. This...

We need this functionality, but I do not want it in the upcoming release: It is pretty confusing that it switches to a different component -- which hides all the...

Thank you for the reuse tool, it is really helpful! I work on a mono repository that contains several projects that are released together but independently. I tried to set...

faq
blocked

I will never get this right the first time round :-/

Have some tests for the functionality -- using the tools from `text_edit` :-) I only enabled renaming when on the name of a component when it gets defined. I need...

Do not `take` an ElementRc to move it into the `Component`'s `root_element`. @ogoffart spotted this! Thanks!

The property editor built into the live-preview now comes with the concept of a "simple/complex mode". There is a "K" (for complex, obviously;-) or a "S" (for simple, just as...

**Describe the bug** Whenever my laptop switches to a different WLAN, name resolution inside all open distrobox containers fails and stays broken till I restart distrobox. **To Reproduce** 1. `distrobox...

bug