Olivier Goffart

Results 105 issues of Olivier Goffart

Note that the trick to use the same file for both was not ideal because it produces a warning and would compile it twice if it was by default. So...

Dyn is currently Send+Sync, so `VRc` is also Send+Sync. So we shouldn't really allow conversion between `VRc` to `VRc` that can be sent between threads This is a breaking change...

breaking change

The SpinBox for the qt style don't have an edit field like the other styles. When this is fixed, one can re-enable the spinbox_basic test in https://github.com/slint-ui/slint/blob/35a846abfeef348c7130c838c9854ba7ab33ca48/tests/cases/widgets/spinbox_basic.slint#L5-L6

a:backend-qt
a:widgets

Also add completion for the inherits keyword

`JNIEnv::register_native_methods` takes an array of `NativeMethod` that contains pointers. These pointers could be dangling or pointing to something else than a function with the right signature or calling convention. It...

Support for copy and paste on Android in the text fields ### Discussed in https://github.com/slint-ui/slint/discussions/4864

good first issue
a:platform-android