Re: [MeeGo-dev] on meego-ux sharing

2011-04-20 Thread James Ausmus
to extend the system beyond the initial Audio/Video/Photo media sharing paradigm. Please let me know if you have any additional questions. Thanks! -James For example, a contact list view might be embedded in a mail application to select emails in an email application, or SMS in an SMS

Re: [MeeGo-dev] launching apps from Chrome

2011-04-08 Thread Wei, James
You can have a look at the file src/chrome/browser/external_protocol_handler.cc maybe that's what you want. Regards James From: Michelon, Philippe Sent: Friday, April 08, 2011 3:48 PM To: Wei, James; meego-dev@meego.com Subject: RE: launching apps from Chrome Well, rather than using xdg-open

Re: [MeeGo-dev] launching apps from Chrome

2011-04-07 Thread Wei, James
Do you mean something like launching pdf viewer to open PDF file in browser? Chrome browser uses xdg-open to use external application to open some links. Regards James From: meego-dev-boun...@meego.com [mailto:meego-dev-boun...@meego.com] On Behalf Of Michelon, Philippe Sent: Wednesday, April

Re: [MeeGo-dev] Updating 1.2 Netbook to gain facebook, lose twitter, and fix a major gnome lib bug

2011-04-01 Thread James Ausmus
kind of deal for Last.fm - both would work fine if an API key existed at the proper location. HTH- James ___ MeeGo-dev mailing list MeeGo-dev@meego.com http://lists.meego.com/listinfo/meego-dev http://wiki.meego.com/Mailing_list_guidelines

Re: [MeeGo-dev] Qt situation with single touch?

2011-02-01 Thread James
to known values to correspond to ButtonLeft, ButtonRight, etc. The code logic breaks down in Qt's src/gui/kernel/qapplication_x11.cpp's mapXI2ButtonToButtonLabel() since the label provided by X is bogus it can't be mapped to a Qt button label, resulting in no button being identified. James

Re: [MeeGo-dev] Qt situation with single touch?

2011-02-01 Thread James
advertised by the input device driver in order to correctly map labeled buttons to Qt buttons. Unfortunately, when the evtouch driver is used, the driver advertises that it has the data, but doesn't seem to set that data up correctly. James regards Joel -Original Message- From

Re: [MeeGo-dev] State of multi-touch in MeeGo 1.1.80?

2011-01-13 Thread James
by multipointtouchplugin directly into Qt. We are working to get those patches into the MeeGo Trunk. James Thanks! ___ MeeGo-dev mailing list MeeGo-dev@meego.com http://lists.meego.com/listinfo/meego-dev

Re: [MeeGo-dev] Qt menus not showing up and QDesktopServices::openUrl() not working?

2010-12-08 Thread James
. Please file a bug on bugs.meego.com with what you discover. Thanks, James ___ MeeGo-dev mailing list MeeGo-dev@meego.com http://lists.meego.com/listinfo/meego-dev

Re: [MeeGo-dev] Meego Handset UX - Rotate Screen

2010-12-01 Thread James
etc. James [MeeGo-dev] Handset UX rotation -- how is it implemented? It's implemented by applying a 90° rotation on the world transform in the main QGraphicsView. So the rotation is entirely done by the application. Remember that it's not just showing the rotated screen, but also

[MeeGo-dev] contextkit Media.NowPlaying questions

2010-09-01 Thread James
? If not, what should the application be calling in order to invoke the system player to correctly manage the Media.NowPlaying property? Thanks, James ___ MeeGo-dev mailing list MeeGo-dev@meego.com http://lists.meego.com/listinfo/meego-dev

Re: [MeeGo-dev] [PATCH 0/4] cy8ctmg110 touch screen improvements

2010-08-31 Thread James
On 08/31/2010 05:34 AM, Gary Birkett wrote: James, A question about the patch for capacitive cy8ctmg110: Added fuzz to ABS_X and ABS_Y to remove jitter I cannot determine from the patch what it does, does it reduce the resolution down to 4 unit blocks, or does it still allow single unit

[MeeGo-dev] [PATCH] cy8ctmg110_ts: Fix broken build introduced by multi-input patch

2010-08-27 Thread James
and CONFIG_CY8CTMG110_MULTIPLE_INPUT=n Tracked on bugs.meego.com as #5951 Signed-off-by: James Ketrenosjketr...@linux.intel.com --- drivers/input/touchscreen/cy8ctmg110_ts.c | 56 +++- 1 files changed, 38 insertions(+), 18 deletions(-) diff --git a/drivers/input/touchscreen

Re: [MeeGo-dev] [PATCH 1/2] fixed seg fault when ofono isn't running

2010-08-26 Thread James
-dev list configuration may be stripping CC: recipients that are already subscribed to the mailing list. James ___ MeeGo-dev mailing list MeeGo-dev@meego.com http://lists.meego.com/listinfo/meego-dev

Re: [MeeGo-dev] [PATCH 1/2] fixed seg fault when ofono isn't running

2010-08-26 Thread James
On 08/26/2010 03:53 PM, James wrote: On 08/26/2010 03:42 PM, Shane Bryan wrote: On Thu, 26 Aug 2010 22:56:24 +0200 Dave Nearydne...@maemo.org wrote: ... I just checked, and I did reply to all. Kevron hadn't included you in the CC list for the mail sent to the mailing list. Not sure what

Re: [MeeGo-dev] [PATCH 2/4] cy8ctmg110: Rework to be multi-touch ready

2010-08-23 Thread James
On 08/19/2010 05:11 PM, Greg KH wrote: On Thu, Aug 19, 2010 at 04:24:59PM -0700, James wrote: This patch modifies cy8ctmg110_touch_pos to map all of the data provided from the hardware into the cy8ctmg110 data structure for use within the driver. In doing so, the patch also cleans up some

Re: [MeeGo-dev] [PATCH 0/4] cy8ctmg110 touch screen improvements

2010-08-23 Thread James
On 08/19/2010 05:09 PM, Greg KH wrote: On Thu, Aug 19, 2010 at 04:21:18PM -0700, James wrote: This series fixes two bugs (jitter and calibration), provides some general cleanups, and adds multi-touch capabilities to for the cy8ctmg110 touch screen driver. James Ketrenos (4): cy8ctmg110

Re: [MeeGo-dev] [PATCH 4/4] cy8ctmg110: Add multi-touch capabilities

2010-08-23 Thread James
On 08/19/2010 05:10 PM, Greg KH wrote: On Thu, Aug 19, 2010 at 04:28:39PM -0700, James wrote: ... The above is enabled via CONFIG_TOUCHSCREEN_CY8CTMG110_MULTIPLE_INPUT with the default set to 'Y' (to enable current Qt 4.7 based applications to leverage this capability) ... +config

Re: [MeeGo-dev] [PATCH 4/4] cy8ctmg110: Add multi-touch capabilities

2010-08-20 Thread James
be the case. I plan to do some more testing on that next week and file some bugs on http://bugs.meego.com about it. From what I can tell so far, the driver is doing the right thing, but the hardware/firmware/touch controller is going bonkers. James

[MeeGo-dev] [PATCH 0/4] cy8ctmg110 touch screen improvements

2010-08-19 Thread James
This series fixes two bugs (jitter and calibration), provides some general cleanups, and adds multi-touch capabilities to for the cy8ctmg110 touch screen driver. James Ketrenos (4): cy8ctmg110: Removed X and Y scaling factor for send_event cy8ctmg110: Rework to be multi-touch ready

[MeeGo-dev] [PATCH 1/4] cy8ctmg110: Removed X and Y scaling factor

2010-08-19 Thread James
configuration, that should likely be managed via input_set_abs_params() (or similar) This fixes bugs.meego.com bug #4985. Signed-off-by: James Ketrenos jketr...@linux.intel.com --- drivers/input/touchscreen/cy8ctmg110_ts.c | 15 ++- 1 files changed, 2 insertions(+), 13 deletions(-) diff

[MeeGo-dev] [PATCH 2/4] cy8ctmg110: Rework to be multi-touch ready

2010-08-19 Thread James
to support multi-touch. Signed-off-by: James Ketrenos jketr...@linux.intel.com --- drivers/input/touchscreen/cy8ctmg110_ts.c | 80 ++-- 1 files changed, 51 insertions(+), 29 deletions(-) diff --git a/drivers/input/touchscreen/cy8ctmg110_ts.c b/drivers/input/touchscreen

[MeeGo-dev] [PATCH 3/4] cy8ctmg110: Added fuzz to ABS_X and ABS_Y to remove jitter

2010-08-19 Thread James
work correctly. While making the above change, the patch also switches from doing direct bit-banging on the input_dev structure to using the input_set_capability() functions. Signed-off-by: James Ketrenos jketr...@linux.intel.com --- drivers/input/touchscreen/cy8ctmg110_ts.c | 16

[MeeGo-dev] Successful install on AO532h-2588

2010-05-27 Thread James Abernathy
I successfully installed Meego 1.0 to the AO532h-2588 (1024x600 LCD). I have several issues. Could be configuration or bugs. Don't know yet-too soon. 1. I did a dual boot install with Win 7, but since Meego isn't using Grub, I'm not sure how to select Win 7 at power up time. I've hit random keys

[MeeGo-dev] Evolution configuration for Meego 1.0

2010-05-27 Thread James Abernathy
I had to changed the port that the default gmail setup script established for SMTP from 993 to 465. 993 is correct for IMAP receiving but SMTP is 465 or 587. ___ MeeGo-dev mailing list MeeGo-dev@meego.com http://lists.meego.com/listinfo/meego-dev