[Interest] [ANNOUNCE] GammaRay 2.1.0

2014-06-27 Thread Allen Winter
Announcing GammaRay 2.1.0 Now with the much requested support for QtQuick 2! Highlights of this Release: === * Aggregated property view combining static, dynamic and non-QObject property views. * Qt5Qml/Qt5Quick support * Probe ABI auto-detection on Linux, Mac and Windows. * Supp

Re: [Interest] Integrating on Android.

2014-06-27 Thread m...@rpzdesign.com
You will have to add the Intent handling routines into the Native Activity and then call into NativeCode NativeActivity to process them (or do it all in java, but that is not what QT is all about.) Remember that NativeActivity for QT code is on a different thread than Dalvik Code, you need some th

Re: [Interest] Integrating on Android.

2014-06-27 Thread Jason H
Is this possible? -- Sent from my Android phone with GMX Mail. Please excuse my brevity.Jason H wrote: I had to go Android SDK for a project because the Qt support fell short. Now I'm starting on the next project... How can I use the SDK app's intents in the new app that I wa

[Interest] problem regarding qt-gstreamer

2014-06-27 Thread Vattipalli Praveen
hi, I dont know whether it is the right forum to post this. I not I am sorry. I am using qt-gstreamer to record and stream webcam. I am using usb camera. In x86 I am using ubuntu12.04 and i can able to capture the video using webcam. and i can stream webcam in x86. Now coming to ARM. I cros

Re: [Interest] Is is possible to connect QML signals to C++ slot using new syntax?

2014-06-27 Thread 程梁
Thank you! I understand it. Best regards, Cheng Liang Nanjing, China http://www.devbean.net > From: thiago.macie...@intel.com > To: interest@qt-project.org > Date: Thu, 26 Jun 2014 20:29:41 -0700 > Subject: Re: [Interest] Is is possible to connect QML signals to C++ slot > using new syntax?

Re: [Interest] qml performance with Qt5.2 and Qt5.3

2014-06-27 Thread Gunnar Sletta
On 27 Jun 2014, at 12:10, Nancy Zou wrote: > Dear Gunnar & other friends: > > I think performance of qml scene graph in Qt5.3 is better than Qt5.2 because > I read some commits from the git 5.3 branch. I know the qml scene graph > update a lot after Qt5.2 release. Actually, it didn't change

Re: [Interest] qml performance with Qt5.2 and Qt5.3

2014-06-27 Thread Nancy Zou
Dear Gunnar & other friends: I think performance of qml scene graph in Qt5.3 is better than Qt5.2 because I read some commits from the git 5.3 branch. I know the qml scene graph update a lot after Qt5.2 release. But I find the performance of Qt5.3 is decrease compared with Qt5.2 when I do so