Re: Routing SMS to another app.

2010-04-05 Thread Cláudio Sampaio
On Sat, Apr 3, 2010 at 9:51 AM, kate.alh...@nokia.com wrote:

  Kate, can we use this to hijack voice calls also? Like the SMS thing you
 mentioned, that before the message comes we can trap the signal. Does the
 same hold for voice calls too?

 There is not yet voice call support in QtMobility but you can get signal of
 incoming voice call using libtpsession. It then depends what do you mean
 hijack.
 You can Catch SMS or Voice call singal but with these methods you can't
 prevent other applications like Messaging Ui or Phone UI getting also
 notification of incoming SMS or Call.


Case in point, would it be possible to make an application for custom
ringtones for contacts? This is a request made very often by users of the
N900.

As you response readily implies a 'no', the 'not yet' means how long? I
mean, PR1.2 has something for it? Is it planned for some release, or what?
Wouldn't that be very very simple to code in the phone call library?

Sorry for being too inquisitive and I know Nokia does not give dates. But I
just want to know if it's worth spending my time on this issue.

Thanks in advance,
-- 
Cláudio Patola Sampaio
IRC: ptl  - Yahoo: patolaaa
Campinas, SP - Brazil.
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


RE: Routing SMS to another app.

2010-04-05 Thread kate.alhola


From: ext Cláudio Sampaio [pat...@gmail.com]
Sent: Monday, April 05, 2010 11:39 AM
To: Alhola Kate (Nokia-FNDC/Helsinki)
Cc: singheinst...@gmail.com; maemo-developers@maemo.org
Subject: Re: Routing SMS to another app.

On Sat, Apr 3, 2010 at 9:51 AM, 
kate.alh...@nokia.commailto:kate.alh...@nokia.com wrote:
Kate, can we use this to hijack voice calls also? Like the SMS thing you 
mentioned, that before the message comes we can trap the signal. Does the 
same hold for voice calls too?

There is not yet voice call support in QtMobility but you can get signal of 
incoming voice call using libtpsession. It then depends what do you mean 
hijack.
You can Catch SMS or Voice call singal but with these methods you can't 
prevent other applications like Messaging Ui or Phone UI getting also
notification of incoming SMS or Call.

Case in point, would it be possible to make an application for custom 
ringtones for contacts? This is a request made very often by users of the N900.

When you can catch indication of incoming call with number on it, you can play 
your custom ring tone but i am not sure, how you can easily prevent
system ringtone playing.

As you response readily implies a 'no', the 'not yet' means how long? I mean, 
PR1.2 has something for it? Is it planned for some release, or what? Wouldn't 
that be very very simple to code in the phone call library?

Sorry for being too inquisitive and I know Nokia does not give dates. But I 
just want to know if it's worth spending my time on this issue.

WIth these methods does not mean impossible but it needs more complicated 
methods. The call and SMS system is based on Telepathy framework.
You can check rough diagram from http://tpsession.garage.maemo.org/ .  With 
tpsession or qtmobility you can receive events that Telepathy is sending via 
dbus
but you can't prevent other stake holdsers receiving these events. Technically 
Telepathy framework allows implementing filters in message path that 
does exactly what you are asking and there is TelepathyQt4 library. I am using 
TelepathyQt4 for TpSesison. I have not tried to implement filters
with Telepathy and Telepathy is not simplest API at all. There has been 
discussion having simplifies filter API for TpSession but i have not
had even Time to check it now. At the moment only way to do filtes is to use 
Telepathy API's.

Kate

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Routing SMS to another app.

2010-04-05 Thread Cláudio Sampaio
On Mon, Apr 5, 2010 at 6:19 AM, kate.alh...@nokia.com wrote:


 Case in point, would it be possible to make an application for custom
 ringtones for contacts? This is a request made very often by users of the
 N900.

 When you can catch indication of incoming call with number on it, you can
 play your custom ring tone but i am not sure, how you can easily prevent
 system ringtone playing.


I think the rough part wouldn't even be preventing the system ringtone from
playing, but controlling it the same way - e.g. stopping it if the call
stops and such.

As you response readily implies a 'no', the 'not yet' means how long? I
 mean, PR1.2 has something for it? Is it planned for some release, or what?
 Wouldn't that be very very simple to code in the phone call library?

 WIth these methods does not mean impossible but it needs more complicated
 methods. The call and SMS system is based on Telepathy framework.
 You can check rough diagram from http://tpsession.garage.maemo.org/ .
  With tpsession or qtmobility you can receive events that Telepathy is
 sending via dbus(...)


Thank you very much for the very enlightening message, Kate. Now I have some
trail to follow. Might be difficult, but if there is any way to do that, I
think it will eventually be figured out.

Best regards,
-- 
Cláudio Patola Sampaio
IRC: ptl  - Yahoo: patolaaa
Campinas, SP - Brazil.
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: GSOC application !

2010-04-05 Thread 姚杰

 hi everyone,
 I have finally submitted my proposal about google apps for Maemo.

   I am really excited to have comments and feedbacks on it.



 my proposal :

 http://socghop.appspot.com/gsoc/student_proposal/private/google/gsoc2010/mubaile/t127047585224


 --
 Yao Liujie

 ___



___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


proper icon path

2010-04-05 Thread Stefanos Harhalakis
Hello,

I'm trying to figure out which is the proper icon location for menu icons.

I'm currently using /usr/share/icons/hicolor/64x64/apps/, but I see other 
applications using /usr/share/icons/hicolor/64x64/hildon, or even 
/usr/share/icons/hicolor/scalable/apps and 
/usr/share/icons/hicolor/scalable/hildon.

Is there a proper location or is everything acceptable?

I also noticed that putting an icon under hildon/ dirs makes it usable 
(visible) without requiring a reboot / hildon-desktop restart with PR=1.1. Is 
this correct?
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


GSoC2010 proposal: Gtk+ Input Method Plugin for the Harmattan Input Method Framework

2010-04-05 Thread Javier S. Pedro
After much deliberation, I've finally decided to present my GSoC proposal.

I've decided to develop mdamt's idea about a Gtk+ IM plugin for the 
Harmattan Qt based input framework. I think it's basically a _must_ for MeeGo,
I haven't seen much activity around it, and also feel that I'm now an
experienced person for this project, having played with the Hildon Input
Method framework quite a lot while doing SDL_him (an API to use HIM from SDL
1.2 apps).

You can see my full proposal here:
http://socghop.appspot.com/gsoc/student_proposal/show/google/gsoc2010/javispedro/t127051361417

I will be thankful for any comment, opinion, or rant you have about it. :)

-- 
Javier

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Saving JPEG with RGB888 format

2010-04-05 Thread rahul.nimbalkar

Is there any way to save JPEG using Qimage with RGB888 format.

When I try to use the RGB format either I see error: 'QJpegHandler: unable to 
write image of format 7'
And junk image is saved in file.

Any solutions?

Thanks in advance.

Regards,

Rahul
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


GSoC 10 - A Qt binding Gmail library for Maemo

2010-04-05 Thread 姚杰
Hi everyone,
I have submitted my proposal about google apps for Maemo.

I would appreciate it if I get comments and feedbacks on it.

See my proposal:
http://socghop.appspot.com/gsoc/student_proposal/private/google/gsoc2010/mubaile/t127047585224
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: GSoC 10 - A Qt binding Gmail library for Maemo

2010-04-05 Thread anky
On Tue, Apr 6, 2010 at 8:32 AM, 姚杰 muba...@gmail.com wrote:

 Hi everyone,
 I have submitted my proposal about google apps for Maemo.

 I would appreciate it if I get comments and feedbacks on it.

 See my proposal:

 http://socghop.appspot.com/gsoc/student_proposal/private/google/gsoc2010/mubaile/t127047585224

 we cant see your proposal till you make it public.

 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers




-- 
ANKY
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers