Re: [MeeGo-dev] Second Call for Proposals for MeeGo Conference

2011-05-09 Thread Thiago Macieira
On Monday, 9 de May de 2011 06:48:00 Carsten Munk wrote: 2011/5/9 Zhao, Juan J juan.j.z...@intel.com: Hi Thiago, What is on-line program? Does that mean we can set up the session on line? Just curious:) Means that the session won't be on the printed program that everyone gets

Re: [MeeGo-dev] what is bind_mount error about ?

2011-05-09 Thread Thiago Macieira
On Monday, 9 de May de 2011 08:31:51 yongbo...@elektrobit.com wrote: what is bind_mount ? A bind mount is when you mount one directory at another place. Usually, you mount a device on a directory, so the filesystem stored on that device is shown to the system. A bind mount doesn't take a

Re: [MeeGo-dev] what is bind_mount error about ?

2011-05-09 Thread WuYongbo
got it. and thanks :-) but it seems error is strange. /opt/local-dir does exit. any other reason why this happened ? 2011/5/9 Thiago Macieira thi...@kde.org On Monday, 9 de May de 2011 08:31:51 yongbo...@elektrobit.com wrote: what is bind_mount ? A bind mount is when you mount one

[MeeGo-dev] [SSO] - AuthSession::signedOut() Signal

2011-05-09 Thread Aurel Vasile Popirtac
Hi, Here are 3 patches. 1.The most important is the AuthSession::signedOut() signal, Signon Qt lib implementation, so that we have the API updated (still need to add it to the glib part). -- (Patch 2) 2.The deprecated errors enum defs are removed from the client API code -- (Patch 1) 3.

[MeeGo-dev] [SSO] - Removed Encryption in the Signon Plugins IPC Context

2011-05-09 Thread Aurel Vasile Popirtac
Hi, A small patch for removing the encryption of the signon service -- signon authentication plugins IPC. The encryption handlers are buggy and affect the overall IPC, while being itself not needed at the same time - the pipes are owner by root. Br, Aurel From

Re: [MeeGo-dev] [SSO] - AuthSession::signedOut() Signal

2011-05-09 Thread Alberto Mardegan
On 05/09/2011 10:49 AM, Aurel Vasile Popirtac wrote: Hi, Here are 3 patches. Please send them as a merge request. :-) Ciao, Alberto -- http://blog.mardy.it -- geek in un lingua international! ___ MeeGo-dev mailing list MeeGo-dev@meego.com

Re: [MeeGo-dev] Howto lock screen orientation in MeeGo/Tablet 1.2 ?

2011-05-09 Thread Dave Neary
Ville M. Vainio wrote: On Sat, May 7, 2011 at 12:33 PM, Andrew Flegg and...@bleb.org wrote: This has been discussed - and agreed before - but the changes never seemed to happen :-( I think the agreed approach now is to educate rather than fix. I think you mean the approach being adopted -

Re: [MeeGo-dev] libmeegotouch in 'MeeGo Core' in 1.3?

2011-05-09 Thread Sakari Poussa
On May 6, 2011, at 10:45 PM, Michael Hasselmann wrote: On Fri, 2011-05-06 at 11:46 -0700, Arjan van de Ven wrote: MTF as a whole got deprecated with less than minimal resources on it... That's not quite what the git logs say. I count 60 commits for this Friday alone. Looks rather well

Re: [MeeGo-dev] libmeegotouch in 'MeeGo Core' in 1.3?

2011-05-09 Thread Alberto Mardegan
Hi, On 05/09/2011 01:23 PM, Sakari Poussa wrote: [...] As we know, in the future Qt versions the QtGraphicsView will be deprecated in the favor of SceneGraph. Never heard of this. AFAIK, the scene graph doesn't even exist as an API yet. What's your source? Ciao, Alberto --

Re: [MeeGo-dev] QtContacts/KCal-EDS

2011-05-09 Thread Patrick Ohly
Hello! For those wondering: I encouraged Chris to CC meego-dev so that others are kept abreast of what is going on in the QtContacts-EDS project. I like that the AcccountsSSO and Dialer teams do their patch reviewing in public. Chris and I considered gitorious merge requests, but I found the

Re: [MeeGo-dev] QtContacts/KCal-EDS

2011-05-09 Thread Patrick Ohly
On Fr, 2011-05-06 at 14:08 +0100, Dumez, Christophe wrote: Please find attached another set of patches for QtContacts-EDS engine: #0001: Support filtering for all contact details. For those that are not directly supported by libebook, use a fallback mechanism: Fetch all contacts from EDS and

Re: [MeeGo-dev] QtContacts/KCal-EDS

2011-05-09 Thread Patrick Ohly
On So, 2011-05-08 at 09:56 -0700, Dumez, Christophe wrote: Hi, Please find attached a few more patches for QtContacts EDS backend: 0001: QContactEBook::removeContact() eContact pointer check Merged. 0002: Engine: support for contact change timestamp. Bring support for

Re: [MeeGo-dev] QtContacts/KCal-EDS

2011-05-09 Thread Robin Burchell
On 09/05/11 12:57, Patrick Ohly wrote: How many individual tests should there be in bin/tests? I see: # bin/tests -functions testAddContactUpdateTimeStamp() testRemoveContact() It's probably just my ignorance of the Qt testing framework. I was looking for a way to run individual tests, because

[MeeGo-dev] right click touchscreens

2011-05-09 Thread Gabriel M. Beddingfield
I need to add right-click support from the touchscreen to the application at the OS-level (i.e. not having to patch applications). Does anyone know how to go about implementing that? It looks like I need to patch mcompositor to put in some kind of filter that will recognize the right click

Re: [MeeGo-dev] libmeegotouch in 'MeeGo Core' in 1.3?

2011-05-09 Thread Carsten Munk
2011/5/9 Alberto Mardegan ma...@users.sourceforge.net: Hi, On 05/09/2011 01:23 PM, Sakari Poussa wrote: [...] As we know, in the future Qt versions the QtGraphicsView will be deprecated in the favor of SceneGraph. Never heard of this. AFAIK, the scene graph doesn't even exist as an API

Re: [MeeGo-dev] libmeegotouch in 'MeeGo Core' in 1.3?

2011-05-09 Thread Michael Hasselmann
On Mon, 2011-05-09 at 14:49 +0200, Carsten Munk wrote: As we know, in the future Qt versions the QtGraphicsView will be deprecated in the favor of SceneGraph. Never heard of this. AFAIK, the scene graph doesn't even exist as an API yet. What's your source? I believe

Re: [MeeGo-dev] right click touchscreens

2011-05-09 Thread Zhang, Austin
Reasonable to do it from input driver? I remembered someone had mentioned evtouch input driver has similar features (simulate right-click for touch panel). -Original Message- From: meego-dev-boun...@meego.com [mailto:meego-dev-boun...@meego.com] On Behalf Of Gabriel M. Beddingfield

Re: [MeeGo-dev] right click touchscreens

2011-05-09 Thread Kimmo Hämäläinen
On 05/09/11 15:12, ext Gabriel M. Beddingfield wrote: I need to add right-click support from the touchscreen to the application at the OS-level (i.e. not having to patch applications). Does anyone know how to go about implementing that? It looks like I need to patch mcompositor to put in some

Re: [MeeGo-dev] right click touchscreens

2011-05-09 Thread Gabriel M. Beddingfield
On Mon, 9 May 2011, Zhang, Austin wrote: Reasonable to do it from input driver? I remembered someone had mentioned evtouch input driver has similar features (simulate right-click for touch panel). Thanks, I'll check in to this (as well as mtev). -gabriel

Re: [MeeGo-dev] right click touchscreens

2011-05-09 Thread Gabriel M. Beddingfield
On Mon, 9 May 2011, Kimmo Hämäläinen wrote: Normally, MCompositor does not receive button events at all: applications receive the button events directly from the X server. Right, but I figured it could install a filter of some sort. If you want to add some kind of right click event, you

Re: [MeeGo-dev] Howto lock screen orientation in MeeGo/Tablet 1.2 ?

2011-05-09 Thread Foster, Dawn M
On May 7, 2011, at 2:33 AM, Andrew Flegg wrote: On Sat, May 7, 2011 at 05:56, Randall Arnold tex...@ovi.com wrote: On Fri, 2011-05-06 at 16:31 +0200, Cornelius Hald wrote: On Fri, 2011-05-06 at 07:20 -0700, Foster, Dawn M wrote: Please post future application development questions to

Re: [MeeGo-dev] MeeGo Compliance, specifically IVI

2011-05-09 Thread Rudolf Streif
Hypothetically, what about a device that doesn't fit into any of these categories? What if it doesn't have a traditional display/touchscreen/mouse/ivi-scrollwheel/etc. or what if the human interface is remote, over a network, or implemented entirely over audio? What if the device looks like