[PATCH] smart_messaging: Remove interface on atom removal

2010-09-30 Thread Aki Niemi
--- plugins/smart_messaging.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/plugins/smart_messaging.c b/plugins/smart_messaging.c index fb44cc1..27f88e7 100644 --- a/plugins/smart_messaging.c +++ b/plugins/smart_messaging.c @@ -99,6 +99,9 @@ static void

[PATCH v2 2/3] Some instances in ControlWidget need to be deleted

2010-09-30 Thread Yang Gu
--- src/control.cpp |6 ++ src/control.h |1 + 2 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/control.cpp b/src/control.cpp index 458ee43..9e2c1f0 100644 --- a/src/control.cpp +++ b/src/control.cpp @@ -89,6 +89,12 @@ void ControlWidget::closeEvent(QCloseEvent

[PATCH v2 0/3] Patch Description

2010-09-30 Thread Yang Gu
This series of patches fix the compilation problem, as well as some memory leak. But the main focus is to enable Qt script so that phonesim GUI can be controlled using JavaScript. In the meantime, D-Bus support is added for the sake of test automation. Here are several examples: 1. call.js

[PATCH v2 1/3] Move def of class ControlWidget to header file

2010-09-30 Thread Yang Gu
Currently any modification on control.cpp will result in some unrelated obj to be regenerated, because the definition of class ControlWidget is in this .cpp file. This patch wants to fix this problem. --- Makefile.am |5 +--- src/control.cpp | 69

[PATCH v2 3/3] Enable Qt Script

2010-09-30 Thread Yang Gu
This patch is to enable Qt script so that GUI can be controlled using JavaScript. In the meantime, D-Bus support is added for the sake of test automation. --- configure.ac|2 +- src/control.cpp | 90 +++ src/control.h | 35

Re: Please comment on callhistory API

2010-09-30 Thread rajyalakshmi bommaraju
Marcel, Marcel Holtmann wrote: Hi Raji, this is the second time I have to remind you to not top post. Next time I will ignore your email. Just a friendly reminder to follow proper mailing list etiquette. org.ofono.History will be the main adapter interface and

Re: [PATCH] stk: Additional info for failed Send USSD case

2010-09-30 Thread Denis Kenzior
Hi Jeevaka, + unsigned char addnl; Lets try to be consistent with other parts of stk.c. Use unsigned char no_cause[] = { 0x00 }; if (stk-pending_cmd-send_ussd.alpha_id stk-pending_cmd-send_ussd.alpha_id[0]) @@ -1661,7 +1662,14 @@ static void

Re: [PATCH] smart_messaging: Remove interface on atom removal

2010-09-30 Thread Denis Kenzior
Hi Aki, On 09/30/2010 03:22 AM, Aki Niemi wrote: --- plugins/smart_messaging.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) This patch has been applied, thanks. Regards, -Denis ___ ofono mailing list ofono@ofono.org