incity

Results 6 issues of incity

Command line: D:\Projects\jarm\target/LightSwitch.jar -android -ios -linux -linux_arm -win32 -wince /n LightSwitch /p /r 5443444B5AAEEB90306B00E4 TotalCross SDK version 7.1.0.0 running on windows 10 with JDK 11.0 Current folder: D:/Projects/jarm Etc directory:...

bug

Will add input method support in the future??

feature

There is no interface to register devices with libinput_read_state.(3 parameters) ![13e8eaa807ba78a1d1555fe83cfb9f7](https://github.com/lvgl/lv_drivers/assets/7846605/a7701b0d-5035-443a-9b35-dd5961f31f44) ![5ba0ca1c82620778cdb9aad4050af7a](https://github.com/lvgl/lv_drivers/assets/7846605/f9181107-05c7-4b34-9a4b-ccdb9535142e) ![82797b9b91210ae649b9de199c535d5](https://github.com/lvgl/lv_drivers/assets/7846605/fceec68e-27a5-4f64-ad28-3c68ed3f372f) ![df09e8e4499ad0c5a5a4e7868b6bf4b](https://github.com/lvgl/lv_drivers/assets/7846605/87616632-c9f8-48b9-ba16-70f105d5fd2e)

stale

1. http proxy client glider socks5 forwarder [test OK] 2. v2ray client (socks5) glider http forwarder [test NG] ``` 2024/04/24 12:25:55 server.go:147: [socks5u] remote dial error: not supported 2024/04/24 12:25:55...

in ViewModelBase.cpp: ``` struct ViewModelBase::ViewModelBaseImpl { ViewModelBase* model{nullptr}; std::unique_ptr root; ViewModelBaseImpl(ViewModelBase* model) : model(model) {} bool item_belongs_to_model(ViewItem* item) { return model->indexFromItem(item).isValid() || item == model->rootItem(); } }; QModelIndex ViewModelBase::indexFromItem(const ViewItem*...