Re: [Interest] issues with Qt 5.9.3 with eglfs QPA_Platform on DRM/KMS kernel on Arm32/Mali HW

2018-03-09 Thread Andrea Venturi
thanx Laszlo for the fast reply. Weston indeed is working pretty well, but two issues: * is "wasting" a 10% of CPU power and * we are finding some issue on the Qt setting the right display "programmatically". for example this invocation of the example app *hellowindow* was displaying TWO rotati

Re: [Interest] QQmlExtensionPlugin not loading

2018-03-09 Thread Martin Leutelt
From: Jesper Huijgens To: Sent: 3/9/2018 3:43 PM Subject: Re: [Interest] QQmlExtensionPlugin not loading Hello, First of all. Thanks for the help so far, got me quite a bit further. What I try to achieve is having plugins that can inject e.g. a

[Interest] Using GStreamer as QtMultimedia Backend on iOS

2018-03-09 Thread Knut Schleßelmann
Hi, is it possible to tell QtMultimedia on iOS to use GStreamer as its backend? We already build our app with gstreamer since we have to use it for some custom video streaming. Now it'd be nice if for example QML Audio would use this gstreamer backend as well. Any suggestions? Regards K

Re: [Interest] KDE's qqc2-desktop-style

2018-03-09 Thread Jason H
So I wrote the maintainer. He was amenable to it becoming a standard but cautioned that it's not the panacea that it seems to be - at least in its current form. However he thinks that if it were to become part of Qt the issues could be addressed by the Qt project. He also stated that it had bee

Re: [Interest] QQmlExtensionPlugin not loading

2018-03-09 Thread Jesper Huijgens
Hello, First of all. Thanks for the help so far, got me quite a bit further. What I try to achieve is having plugins that can inject e.g. a button on a toolbar. Simply put: an application that can be extended via plugins. During development I do not know what plugins there will be at runtime.

Re: [Interest] QQmlExtensionPlugin not loading

2018-03-09 Thread Jesper Huijgens
Ok, I see what the problem is. I expected Qt to automatically register the types. Even without the import statement. -- Jesper On 09-03-18 14:44, Martin Leutelt wrote: *From: * Jesper Huijgens *To: * *Sent: * 3/9/2018 2:24 PM *Subject: * Re: [Interest] QQmlExtensionPlugin not loading

Re: [Interest] QQmlExtensionPlugin not loading

2018-03-09 Thread Martin Leutelt
From: Jesper Huijgens To: Sent: 3/9/2018 2:24 PM Subject: Re: [Interest] QQmlExtensionPlugin not loading With QML_IMPORT_TRACE I see again the right folders. But I do not see any attempt of loading the plugin. You're missing an import statement in your main.qml to

Re: [Interest] issues with Qt 5.9.3 with eglfs QPA_Platform on DRM/KMS kernel on Arm32/Mali HW

2018-03-09 Thread Laszlo Agocs
Hi, eglfs_mali is for Mali userspace drivers (https://developer.arm.com/products/software/mali-drivers/user-space) marked as fbdev. This is from the time when there were only two options, fbdev and x11. When having the wayland variants in place, use eglfs_kms instead. When in doubt, try runnin

Re: [Interest] Unit test framework

2018-03-09 Thread Konrad Rosenbaum
Hi, On Fri, March 9, 2018 06:35, Himanshu Vishwakarma wrote: > I have certain question rise after doing much research. please the > clear my confusion. I can clearly see the confusion... ..let's see whether we can clear some things up! ;-) > Q1. A squish is a software by which we can test the s

Re: [Interest] QQmlExtensionPlugin not loading

2018-03-09 Thread Jesper Huijgens
With QML_IMPORT_TRACE I see again the right folders. But I do not see any attempt of loading the plugin. Kind regards, Jesper On 09-03-18 14:20, Martin Leutelt wrote: *From: * Jesper Huijgens *To: * *Sent: * 3/9/2018 2:04 PM *Subject: * [Interest] QQmlExtensionPlugin not loading Hi all

Re: [Interest] QQmlExtensionPlugin not loading

2018-03-09 Thread Martin Leutelt
From: Jesper Huijgens To: Sent: 3/9/2018 2:04 PM Subject: [Interest] QQmlExtensionPlugin not loading Hi all, For our project we see that QQmlExtensionPlugins are not loaded. I made a very basic example project that creates a QQmlExtensionPlugin and an application that shou

[Interest] QQmlExtensionPlugin not loading

2018-03-09 Thread Jesper Huijgens
Hi all, For our project we see that QQmlExtensionPlugins are not loaded. I made a very basic example project that creates a QQmlExtensionPlugin and an application that should use. The plugin, with the corresponding qmldir, are placed in a plugin subdir in the output directory of the application.

[Interest] issues with Qt 5.9.3 with eglfs QPA_Platform on DRM/KMS kernel on Arm32/Mali HW

2018-03-09 Thread Andrea Venturi
hello guys, the subject says a lot.. :-) let me extend a bit in the body, anyway! i'm working on a buildroot based OS on top of a Allwinner A20 based EVB (Olimex A20 SOM) with both a LCD and an HDMI interface. with a fairly latest 4.15 kernel and proper DTS i can see kmstest showing correctly tw

Re: [Interest] Unit test framework

2018-03-09 Thread Christian Gagneraud
On 9 March 2018 at 18:35, Himanshu Vishwakarma wrote: > Hi, > > Thanks for your response. > > Actually, I am a beginner in the qt and C++. > and I am participating in this GSoC where I have to unit testing of > software GCompris: > https://community.kde.org/GSoC/2018/Ideas#Project:_Unit_test_frame

[Interest] Mouse as touch

2018-03-09 Thread Filip Piechocki
Hi, I have two similar devices with the only significant difference in touch screens - one is resistive and the other capacitive. I'm running linux with X11 and need to show fullscreen web content in WebEngineView. The thing is that this resistive touch screen produces mouse events so trying to cli