Re: Status of ubuntumirclient platform plug-in

2015-11-21 Thread Darren Landoll
After building a custom libqpa-ubuntumirclient.so with debug, I get the following output but don't see any additional Qt debug output when touching the screen or pressing keyboard keys... (amd64)ubuntu@localhost:/apps/qmldemo.sideload/current/usr/lib/x86_64-linux-gnu$ qmldemo.qmldemo Loading modu

Re: Status of ubuntumirclient platform plug-in

2015-11-19 Thread Darren Landoll
I set MIR_CLIENT_INPUT_RECEIVER_REPORT=log when running the qmldemo example and observed the following... 1) After startup I tried pressing keys on the keyboard, no debug output was shown. 2) Touches on the screen show output like the following, but are not recognized by the application [1447986

Re: Status of ubuntumirclient platform plug-in

2015-11-17 Thread Darren Landoll
> > Yes, I'm testing with the mir_demo_server snap from the store (snap1.1 > mvp-demo version). I am using a QML based application that implements > it's own main() and loads QML files as resources. > > I have not tested with a QML file loaded by qmlscene in a snap though. > I have now tested with

Re: Status of ubuntumirclient platform plug-in

2015-11-16 Thread Darren Landoll
> > Hi Darren, > the ubuntumirclient QPA has had working touch and keyboard input well > before 15.04. Mouse events however were only more recently wired up. How > exactly are you testing? mir_demo_server with a qml file? > -G > Yes, I'm testing with the mir_demo_server snap from the store (snap1.

Re: Status of ubuntumirclient platform plug-in

2015-11-16 Thread Gerry Boland
On 15/11/15 13:09, Darren Landoll wrote: > What is the current status of keyboard and touch input for the Mir > server and Qt QPA ubuntumirclient plug-in on Snappy 15.04? > > I can enable touch spots on the Mir server and verify that touches are > detected, but my Qt/QML application doesn't appear