Re: [MeeGo-dev] Will clutter, mutter be configured to use gles in OBS?

2011-04-29 Thread Tapani Pälli
On Fri, 2011-04-29 at 08:57 +0300, ext Tapani Pälli wrote: On Fri, 2011-04-29 at 13:49 +0800, ext Zhao, Juan J wrote: On Fri, 2011-04-29 at 08:33 +0300, Tapani Pälli wrote: Measuring fps : https://gitorious.org/swaplogger/ Good point. I am also working on this now. But I have

Re: [MeeGo-dev] Will clutter, mutter be configured to use gles in OBS?

2011-04-29 Thread Zhao, Juan J
On Fri, 2011-04-29 at 08:57 +0300, Tapani Pälli wrote: On Fri, 2011-04-29 at 13:49 +0800, ext Zhao, Juan J wrote: On Fri, 2011-04-29 at 08:33 +0300, Tapani Pälli wrote: Measuring fps : https://gitorious.org/swaplogger/ Good point. I am also working on this now. But I have some

Re: [MeeGo-dev] Will clutter, mutter be configured to use gles in OBS?

2011-04-29 Thread Zhao, Juan J
You calculate eglswapbuffers and xshmputimage, that's a good point. And you also create one damage, and Xorg will generate DamageNotify envent. But Window manager will also use this event.Won't this method caused performance dropping? Any idea about this damage usage? Please ignore my

[MeeGo-dev] https://bugs.meego.com/ can not work now, when will it be recovered?

2011-04-29 Thread Li, Hao H
Li Hao Best Regards Email:hao.h...@intel.commailto:hao.h...@intel.com MeeGo Enabling Support Team Software and Service Group Intel Asia-Pacific Research Development Ltd. Tel: 86-21-61167039 ___ MeeGo-dev mailing list MeeGo-dev@meego.com

Re: [MeeGo-dev] Will clutter, mutter be configured to use gles in OBS?

2011-04-29 Thread Tapani Pälli
On Fri, 2011-04-29 at 14:09 +0800, ext Zhao, Juan J wrote: On Fri, 2011-04-29 at 08:57 +0300, Tapani Pälli wrote: On Fri, 2011-04-29 at 13:49 +0800, ext Zhao, Juan J wrote: On Fri, 2011-04-29 at 08:33 +0300, Tapani Pälli wrote: Measuring fps : https://gitorious.org/swaplogger/

Re: [MeeGo-dev] Will clutter, mutter be configured to use gles in OBS?

2011-04-29 Thread Zhao, Juan J
On Fri, 2011-04-29 at 09:17 +0300, Tapani Pälli wrote: Depending on how your drivers work you could get a usable benchmark by measuring the framerate from eglSwapBuffers by passing '--only-egl' (not tracking damage). good way to track gles2+egl applications. -- *^_^* Many thanks Best

Re: [MeeGo-dev] https://bugs.meego.com/ can not work now, when will it be recovered?

2011-04-29 Thread Andre Klapper
Works fine. Whatever can not work now is meant to mean, next time at least posting your error message would be welcome. andre -- Andre Klapper (maemo.org bugmaster) http://www.openismus.com ___ MeeGo-dev mailing list MeeGo-dev@meego.com

Re: [MeeGo-dev] How to download Meego IVI sources and BUILD it for atom based processor.

2011-04-29 Thread Ameya Palande
Hi Kuladeep, On 04/29/2011 08:20 AM, ext kuladeep wrote: Hi, I am new bee to MeeGo. I want to download MeeGo sources for IVI version and want to compile the sources. Till now i have followed the steps mentioned in the link http://wiki.meego.com/Image_Creation for image creation and I am able

Re: [MeeGo-dev] Labels on switches widgets considered evil

2011-04-29 Thread David Greaves
On 28/04/11 16:56, Andy Ross wrote: On 04/28/2011 08:04 AM, David Woodhouse wrote: I am distinctly unimpressed by the fact that in GNOME 3 I have to click where it says 'OFF' to make my VPN connect, and click where it says 'ON' to make it disconnect. Can I set up a translation so that _(ON) ==

[MeeGo-dev] Validating QML TextInput’s text by using virtual keyboard on MeeGo 1.1.80.6 OS

2011-04-29 Thread Meraj Ahmad Ansari
Hi All, I am using QML TextInput control. I want to validate the entered text (only alphanumeric is allowed) so i wrote code like this – if ( ( event.key = Qt.Key_A ) ( event.key = Qt.Key_Z ) ) { event.accepted = false; } else if ( ( event.key = Qt.Key_0 ) ( event.key = Qt.Key_9 ) ) {

Re: [MeeGo-dev] Validating QML TextInput’s text by using virtual keyboard on MeeGo 1.1.80.6 OS

2011-04-29 Thread Pekka Vuorela
On Fri, 2011-04-29 at 17:18 +0530, ext Meraj Ahmad Ansari wrote: Hi All, I am using QML TextInput control. I want to validate the entered text (only alphanumeric is allowed) so i wrote code like this – if ( ( event.key = Qt.Key_A ) ( event.key = Qt.Key_Z ) ) { event.accepted = false; }

Re: [MeeGo-dev] Validating QML TextInput’s text by using virtual keyboard on MeeGo 1.1.80.6 OS

2011-04-29 Thread Meraj Ahmad Ansari
Thanks Pekka. Regular Expression works fine in my scenario. From: Pekka Vuorela [pekka.ta.vuor...@nokia.com] Sent: Friday, April 29, 2011 5:24 PM To: Meraj Ahmad Ansari Cc: meego-dev@meego.com Subject: Re: [MeeGo-dev] Validating QML TextInput’s text by

[MeeGo-dev] Which meego project should have xorg.conf.d files?

2011-04-29 Thread Kimitake
Hi, I need to add a file to xorg.conf.d for Netbook UX, so I'm wondering if I can send a merge request, but I don't know which project should have it. Does somebody know about it? I have tried to install Netbook UX image to ExoPC, and encountered strange mouse cursor moving issue, I have filed

Re: [MeeGo-dev] Which meego project should have xorg.conf.d files?

2011-04-29 Thread Gabriel M. Beddingfield
On Friday, April 29, 2011 11:14:57 pm Kimitake wrote: I need to add a file to xorg.conf.d for Netbook UX, so I'm wondering if I can send a merge request, but I don't know which project should have it. Does somebody know about it? Generally, you should submit it to the project with the

Re: [MeeGo-dev] Which meego project should have xorg.conf.d files?

2011-04-29 Thread Andy Ross
On 04/29/2011 09:36 PM, Gabriel M. Beddingfield wrote: I need to add a file to xorg.conf.d for Netbook UX, so I'm wondering if I can send a merge request, but I don't know which project should have it. Does somebody know about it? Generally, you should submit it to the project with the