Re: [MeeGo-dev] Downgrading to X1.8 in Meego 1.1

2010-11-29 Thread Thiago Macieira
On Sunday, 28 de November de 2010 05:30:10 Ash wrote: Has anyone had any luck downgrading the X version to 1.8 using Meego 1.1? If so, any tips on how we could do this? Note that downgrading will probably put you in violation of the MeeGo Compliance spec. -- Thiago Macieira - thiago (AT)

Re: [MeeGo-dev] how to build all meego packages locally ?

2010-11-29 Thread Dave Neary
Hi Andrew, Andrew Tverdohlebov wrote: Dear community, Please help me with this problem. Thanks! I hesitated to reply to your email, because I don't have any answer to your question. But this email is a nice example of how not to ask a question. 1. You completely cut your original question -

[MeeGo-dev] SSE optimization for gstreamer audio resample

2010-11-29 Thread Yue, Ling
Hi, group I am looking at Meego bug #5603: Bug 5603 - SSE misalignment removal in gstreamer base plugin audioresample (http://bugs.meego.com/show_bug.cgi?id=5603) It's about removing the SSE misalignment in gstreamer audio resample element. Since the input array can't ensure 16-byte aligned, when

Re: [MeeGo-dev] Tag usage in kernel-source repository

2010-11-29 Thread Tapio Rantala
pe, 2010-11-26 kello 15:18 +0100, ext Rolf Offermanns kirjoitti: Do I have to diff the src.rpm contents to find out what has changed? In short: Yes. I'm not affiliated in kernel development so the rest are just general observations. The release number is handled by the build machinery,

Re: [MeeGo-dev] Information on contribution to upstream components

2010-11-29 Thread Dave Neary
Hi Aparna, aparna.n...@wipro.com wrote: 1. There could be a great difference between latest version of the upstream components and the version running on MeeGo in which case the upstream version of the component may not even be compiling on the MeeGo env. So are we expected to put our

Re: [MeeGo-dev] Downgrading to X1.8 in Meego 1.1

2010-11-29 Thread Dave Neary
Thiago Macieira wrote: On Sunday, 28 de November de 2010 05:30:10 Ash wrote: Has anyone had any luck downgrading the X version to 1.8 using Meego 1.1? If so, any tips on how we could do this? Note that downgrading will probably put you in violation of the MeeGo Compliance spec. ...

Re: [MeeGo-dev] Information on contribution to upstream components

2010-11-29 Thread Tomeu Vizoso
Hi, I'm just a developer in a Meego-based project, but will share my point of view just for what it may be worth. On Sun, Nov 28, 2010 at 11:28, aparna.n...@wipro.com wrote: 1.   There could be a great difference between latest version of the upstream components and the version running

Re: [MeeGo-dev] SSE optimization for gstreamer audio resample element

2010-11-29 Thread Stefan.Kost
Hi, -Original Message- From: ext lisa yue [mailto:lisayue...@gmail.com] Sent: 29 November, 2010 10:10 To: MeeGo-dev@meego.com Cc: Kost Stefan (Nokia-MS/Helsinki) Subject: SSE optimization for gstreamer audio resample element Hi, group I am looking at Meego bug #5603: Bug 5603 - SSE

Re: [MeeGo-dev] Downgrading to X1.8 in Meego 1.1

2010-11-29 Thread Clark, Joel
-Original Message- Dave Neary wrote: Thiago Macieira wrote: On Sunday, 28 de November de 2010 05:30:10 Ash wrote: Has anyone had any luck downgrading the X version to 1.8 using Meego 1.1? If so, any tips on how we could do this? Note that downgrading will probably put

Re: [MeeGo-dev] SSE optimization for gstreamer audio resample

2010-11-29 Thread pl bossart
On Mon, Nov 29, 2010 at 2:13 AM, Yue, Ling ling@intel.com wrote: Hi, group I am looking at Meego bug #5603: Bug 5603 - SSE misalignment removal in gstreamer base plugin audioresample (http://bugs.meego.com/show_bug.cgi?id=5603) It's about removing the SSE misalignment in gstreamer

Re: [MeeGo-dev] SSE optimization for gstreamer audio resample

2010-11-29 Thread dianming hu
Hi Yueling, you can declare the input array as follow: _MM_ALIGN16 float array[index]; _MM_ALIGN16 will call __declspec(align(16)) indirectly, then you can use _mm_load_ps safely. BR dianming 2010/11/29 pl bossart bossart.nos...@gmail.com On Mon, Nov 29, 2010 at 2:13 AM, Yue,

Re: [MeeGo-dev] Academic Survey for MeeGo Community Contributors

2010-11-29 Thread Auke Kok
On 11/22/10 23:18, Jarkko Moilanen wrote: Hi, Note! This message is NOT directly about MeeGo platform or MeeGo app development. Dawn, Dave, Henri, Randall and others have done a great job at creating tools to gather information about and for the community[1]. Current tools are excellent for

Re: [MeeGo-dev] Academic Survey for MeeGo Community Contributors

2010-11-29 Thread Jarkko Moilanen
Quoting Auke Kok auke-jan.h@intel.com: On 11/22/10 23:18, Jarkko Moilanen wrote: Hi, Note! This message is NOT directly about MeeGo platform or MeeGo app development. Dawn, Dave, Henri, Randall and others have done a great job at creating tools to gather information about and for the

Re: [MeeGo-dev] Academic Survey for MeeGo Community Contributors

2010-11-29 Thread Gabriel M. Beddingfield
Hi Auke, On Mon, 29 Nov 2010, Auke Kok wrote: Since you clearly state your survey is Academic, I assume it directly benefits you as a person, providing you with research data. As such, this invitation is a direct violation of list policies, and as such not allowed use of this or any MeeGo

Re: [MeeGo-dev] Academic Survey for MeeGo Community Contributors

2010-11-29 Thread Auke Kok
On 11/29/10 14:10, Gabriel M. Beddingfield wrote: Hi Auke, On Mon, 29 Nov 2010, Auke Kok wrote: Since you clearly state your survey is Academic, I assume it directly benefits you as a person, providing you with research data. As such, this invitation is a direct violation of list policies,

Re: [MeeGo-dev] Academic Survey for MeeGo Community Contributors

2010-11-29 Thread Julien Fourgeaud
Dear all, On Mon, Nov 29, 2010 at 10:33 PM, Auke Kok auke-jan.h@intel.com wrote: In general, any form of spam or advertisement is outside regular mailing list policy. Since the post discussed is an invitation to a non-MeeGo survey, it's an advertisement. I can't see spam/advertisement

[MeeGo-dev] how to build all meego packages locally ?

2010-11-29 Thread AndrewT
I hesitated to reply to your email, because I don't have any answer to your question. But this email is a nice example of how not to ask a question. 1. You completely cut your original question - please leave somee context for those who don't have your original email lying around 2. You

Re: [MeeGo-dev] Academic Survey for MeeGo Community Contributors

2010-11-29 Thread Auke Kok
On 11/29/10 14:47, Julien Fourgeaud wrote: Dear all, On Mon, Nov 29, 2010 at 10:33 PM, Auke Kokauke-jan.h@intel.commailto:auke-jan.h@intel.com wrote: In general, any form of spam or advertisement is outside regular mailing list policy. Since the post discussed is an invitation to a

Re: [MeeGo-dev] Academic Survey for MeeGo Community Contributors

2010-11-29 Thread harri.hakulinen
Hello all, [Disclaimer: I don't know Jarkko Moilanen or hardly anyone from uta.fi, but I do know many people from tut.fi ] From: meego-dev-boun...@meego.com [meego-dev-boun...@meego.com] on behalf of ext Julien Fourgeaud [jul...@lecatalyst.com] Sent: Tuesday, November 30, 2010 12:47 AM On

Re: [MeeGo-dev] SSE optimization for gstreamer audio resample

2010-11-29 Thread Yue, Ling
Thank you, Pierre So it's safe to without audio resample element in the pipeline. It's good to do sample rate conversion all once in pulseaudio. Do you have any SSE optimization plan for pulseaudio or do you know that status? Thanks! Regards, Lisa -Original Message- From: pl bossart

[MeeGo-dev] Which component in MeeGo control the display brightness?

2010-11-29 Thread Zhao, Forrest
Hi, Could you please give some light on which component in MeeGo control the display brightness? I'd like extend this component to respond to the proximity sensor event to adjust the display brightness accordingly. For example the display brightness SHALL be turned down when the handset is

Re: [MeeGo-dev] Which component in MeeGo control the display brightness?

2010-11-29 Thread Debayan Banerjee
On 30 November 2010 02:44, Zhao, Forrest forrest.z...@intel.com wrote: Hi, Could you please give some light on which component in MeeGo control the display brightness? zypper si moblin-panel-devices -- Debayan Banerjee Software Engineer ___

Re: [MeeGo-touch-dev] QT Gesture Application

2010-11-29 Thread Michal Guminiak
Does pinching work in the MTF applications? Try running widgetsgallery and see if you can pinch-resize the image in simple widgets - image widget. If yes, then most probably everything is ok with your touch events. BR, Michał. -Wiadomość oryginalna- Od: Lin, Weiliang

[MeeGo-touch-dev] interception of touch events w/ QGestureEvent::accept?

2010-11-29 Thread Jackson, Thomas (Tom)
Hello, Previously, we were investigating whether or not it is possible to intercept all the touch input events and return the predefined gestures information back to Meego Touch Framework for handling. At the time we were told this was not possible and will require an extension to the core library

Re: [MeeGo-touch-dev] QT Gesture Application

2010-11-29 Thread Lin, Weiliang
Currently, QT on MeeGo does not support multitouch, the pinching does not work in MTF application. But all single touch gestures can be captured by MTF application. Thanks -Weiliang From: Michal Guminiak [mailto:michal.gumin...@teleca.com] Sent: Monday, November 29, 2010 5:52 PM To: Lin,

Re: [MeeGo-touch-dev] QT Gesture Application

2010-11-29 Thread Lin, Weiliang
I think setAcceptTouchEvents(true) only works for The Graphics View Framework which is used by MTF. In this gesture example which QT uses to demonstrate what gesture program is like, QWidget is used, so there is no setAcceptTouchEvents(true). In the example guide, it says we only need to call