Re: [Qt Extended] [RFC] Patch for comments *only* to enable echo suppression in 4.4.2

2008-11-12 Thread Damien Thébault
On Wed, Nov 12, 2008 at 08:35, Chris Samuel [EMAIL PROTECTED] wrote:
 To do that I abstracted the existing AT commands into a
 single function and then called that from (I hope) the
 phone initialisation, wake from suspend and hanging up
 or aborting an incoming call.

 The patch compiled first time but I've discovered that I've
 left my USB cable behind and so can't test it (luckily I've
 brought the charger with me!).

 I've posted this for comments only because:

 1) I'm not a programmer
 2) I don't know C++ (just B and C)
 3) I've no idea if what I've done covers all the necessary
 points it needs to be set at..
 4) I don't want to risk destroying anyone elses phone!

 So take a look at what I've done and comment on it please.

First, I think that the patch for the header file is missing.

And I don't know how this is done elsewhere in the QtE source code,
but using the class name to call (even static) methods is not mandatory
when it's in the same class (i.e. it's possible to use echoCancel()
instead of NeoCallProvider::echoCancel()).

Sorry, but I can't comment on other points ;)

Regards,
-- 
Damien Thebault

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [Qt Extended] [RFC] Patch for comments *only* to enable echo suppression in 4.4.2

2008-11-12 Thread Chris Samuel

- Damien Thébault [EMAIL PROTECTED] wrote:

Hi Daniel,

 On Wed, Nov 12, 2008 at 08:35, Chris Samuel [EMAIL PROTECTED]
 wrote:

  So take a look at what I've done and comment on it please.
 
 First, I think that the patch for the header file is missing.

Er, that might be because I didn't modify the header file, oops!

Bad Chris, no biscuit.   I'll sort that out next.

 And I don't know how this is done elsewhere in the QtE source
 code, but using the class name to call (even static) methods is not
 mandatory when it's in the same class (i.e. it's possible to use
 echoCancel() instead of NeoCallProvider::echoCancel()).

Not knowing C++ I thought I'd play safe and fully qualify it
everywhere to avoid confusion.  The fact that g++ 4.3.2 didn't
whinge about anything gave me some confidence I'd not done
anything mindbendingly stupid there.. ;-)

 Sorry, but I can't comment on other points ;)

No worries, thanks for taking the time to look and comment!

cheers,
Chris
-- 
 Chris Samuel  :  http://www.csamuel.org/  :  Melbourne, VIC

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: [Qt Extended] [RFC] Patch for comments *only* to enable echo suppression in 4.4.2

2008-11-12 Thread Chris Samuel

- Chris Samuel [EMAIL PROTECTED] wrote:

 - Damien Thébault [EMAIL PROTECTED] wrote:
 
 Hi Daniel,

Sorry *Damien*!

I blame it on the jet lag, this is my third timezone in 4 days..

Chris (now in Austin, Texas)
-- 
 Chris Samuel  :  http://www.csamuel.org/  :  Melbourne, VIC

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community