[Interest] Can't receive released/clicked correctly from touch screen

2018-09-29 Thread nus1998
Hi All, Sorry there are something wrong in my email client, so I repost it: I'm testing on a dialog with a touch screen, for mouse event, sometimes there is only "pressed" event, or only "released" and "clicked" events. but when checking the touch event, each timeTouchBegin and TouchEnd

Re: [Interest] Porting Qt to our RTOS

2018-09-29 Thread Roland Hughes
On 9/28/18 9:26 AM, interest-requ...@qt-project.org wrote: And we don't use Jenkins. This is a completely FALSE assertion, no basis in truth, intended to do harm. It's very easily proven wrong, since the testing is open, clearly tests and failures cause changes to be rejected. In other words,

Re: [Interest] Porting Qt to our RTOS

2018-09-29 Thread Roland Hughes
On 9/28/18 9:26 AM, Giuseppe D'Angelo wrote: I am investigating how to bring Qt to our INtime RTOS. The INtime Distributed RTOS runs on standard PC hardware as a multicore AMP OS (no SMP and not POSIX compliant). Currently the RTOS has only a text console output based on INT10 services. The

Re: [Interest] Qt with latest Android SDK

2018-09-29 Thread Vlad Stelmahovsky
love it On 9/29/18 4:41 PM, 黄其泽 wrote: The newest NDK remove android-gcc, rename libc++ to `libc++_shared( or static)`, and there are some other issues break the building. Igor Mironchik > 于2018年9月26日周三 下午5:20写道: Hello, I'm on Linux, installed

Re: [Interest] Qt with latest Android SDK

2018-09-29 Thread 黄其泽
The newest NDK remove android-gcc, rename libc++ to `libc++_shared( or static)`, and there are some other issues break the building. Igor Mironchik 于2018年9月26日周三 下午5:20写道: > Hello, > > I'm on Linux, installed latest Android SDK and NDK, trying to build > project for Android... > > 12:17:30: