Olivier Goffart

Results 105 issues of Olivier Goffart

Add a feature to only generate a specified component.

We have a proxy in the backend, use it

The current interpreter is trying to interpret the data structures from the compiler's object_tree. It doesn't use the LLR that was written to reduce duplication between Rust and C++ generator....

enhancement
a:language-interpreted

Document what happens to global when we instantiate two instances of a component.

a:documentation

Multiple component export is implemented in Rust and C++ to open different window. But the interpreter still can only generate one componenet and so only one component can be exposed...

a:language-interpreted

Don't have Qt by default on non-linux Make skia the default on non-wasm (but unfortunately still builds femtovg by default) In order to have default feature dependent on the platform,...

The viewport of a flickable is of ElementType::Native, and `lookup_property` don't query the builtin reserved properties in that case. This commit fix the assert by allowing Type::Invalid as well. Fixes...

The Window geometry depends on its constraints, so its constraints cannot depends on its geometry This fixes Infinitely growing layout, and other panics Fixes #3989 Fixes #2902

As to make more obvious that these header are private