Lukas Jung

Results 9 issues of Lukas Jung

VecModel's remove() currently just removes the element but does not return it. VecModel should behave similar to Vec so we should change this behavior.

breaking change

In the gallery example if one disables the widgets, the text in of the combobox stays dark black. (At least using the Qt-Backend and native style on macOS) This also...

platform-macos
backend-qt

When running the 7guis cells example with preview, horizontal scrolling goes in the wrong direction. When disabling natural scrolling it is wrong in the other direction. If built with rust,...

bug
platform-macos
backend-winit

When loading a custom font a message like this occurs: `qt.qpa.fonts: Populating font family aliases took 212 ms. Replace uses of missing font family "Plaster" with one that exists to...

platform-macos
font
backend-qt

Switching the tab takes a suspiciously long time. I think something odd might be happening there. It works fine with the GL Backend.

optimization
backend-qt

At least when your cursor returns to the window and you are still pressing the mouse button, dragging should continue.

platform-macos
backend-qt

The background is always white and with darkmode the text is white as well.

demos

Code like this ``` confirm_popup := PopupWindow { x: (parent.width - width) / 2; y: (parent.height - height) / 2; //Rectangle { height:100%; width: 100%; background: white; } VerticalLayout {...

bug
a:compiler
a:language-slint

When moving a Window to a retina/highdpi display on macos the last few entries are not rendered properly. It can be reproduced easily with the gallery example. here's a video...

bug
platform-macos