Re: Howto about Qt QML and Ofono

2010-07-22 Thread Matthias Günther
I wrote a little howto about how to use Ofono with Phonesim in the back and a Qt application as frontend. The Qt applicatin is devided into two parts, the C++ part where all the D-Bus stuff is handled and the QML part where you can use C++ methods to e.g. activate the Ofono modem or do

RE: Howto about Qt QML and Ofono

2010-07-22 Thread Gu, Yang
Hi Matthias, http://matgnt.wordpress.com/2010/07/19/qt-ofono-d-bus-and-qml-part-1/ http://matgnt.wordpress.com/2010/07/19/qt-ofono-d-bus-and-qml-part-2/ http://matgnt.wordpress.com/2010/07/19/qt-ofono-d-bus-and-qml-part-3/ I hope this helps people out there to create cool new phone

Re: Howto about Qt QML and Ofono

2010-07-22 Thread Marcel Holtmann
Hi Joao, http://matgnt.wordpress.com/2010/07/19/qt-ofono-d-bus-and-qml-part-1/ http://matgnt.wordpress.com/2010/07/19/qt-ofono-d-bus-and-qml-part-2/ http://matgnt.wordpress.com/2010/07/19/qt-ofono-d-bus-and-qml-part-3/ I hope this helps people out there to create cool new phone

Re: Howto about Qt QML and Ofono

2010-07-22 Thread Matthias Günther
Hi Yang, http://matgnt.wordpress.com/2010/07/19/qt-ofono-d-bus-and-qml-part-1/ http://matgnt.wordpress.com/2010/07/19/qt-ofono-d-bus-and-qml-part-2/ http://matgnt.wordpress.com/2010/07/19/qt-ofono-d-bus-and-qml-part-3/ I hope this helps people out there to create cool new phone

Re: [PATCH] sim: Read EFust and EFest

2010-07-22 Thread Denis Kenzior
Hi Yang, On 07/21/2010 06:07 AM, Yang Gu wrote: --- src/sim.c | 77 +++- src/simutil.h | 98 + 2 files changed, 173 insertions(+), 2 deletions(-) diff --git a/src/sim.c b/src/sim.c

[PATCH 2/5] stk: Add menu related utilities.

2010-07-22 Thread Andrzej Zaborowski
--- src/stk.c | 104 + 1 files changed, 104 insertions(+), 0 deletions(-) diff --git a/src/stk.c b/src/stk.c index 3ccb7e9..22cf99b 100644 --- a/src/stk.c +++ b/src/stk.c @@ -55,6 +55,17 @@ enum stk_agent_result {

[PATCH 1/5] stk: Add agent registration and logic.

2010-07-22 Thread Andrzej Zaborowski
This patch adds a skeleton that command implementations use in the subsequent patches. Icons and text attributes are not implemented in this series, I'll send them separately. There are slight differences from doc/stk-api.txt, for example org.ofono.Error.EndSession can be used to terminate

[PATCH 3/5] stk: Handle the main menu.

2010-07-22 Thread Andrzej Zaborowski
--- src/stk.c | 183 - 1 files changed, 181 insertions(+), 2 deletions(-) diff --git a/src/stk.c b/src/stk.c index 22cf99b..17daa00 100644 --- a/src/stk.c +++ b/src/stk.c @@ -86,6 +86,7 @@ struct ofono_stk { struct stk_command

[PATCH 0/2] convert img to xpm

2010-07-22 Thread Kristen Carlson Accardi
Changes from last version: * Added length parameter * created enum for scheme * added sanity checking for img length * added character lookup table to keep color strings to no more than 2 chars per pixel. Kristen Carlson Accardi (2): stkutil: convert img to xpm test-stkutil: unit test for

[PATCH 2/2] test-stkutil: unit test for img to xpm converter

2010-07-22 Thread Kristen Carlson Accardi
--- unit/test-stkutil.c | 240 +++ 1 files changed, 240 insertions(+), 0 deletions(-) diff --git a/unit/test-stkutil.c b/unit/test-stkutil.c index 1d7485a..ea65621 100644 --- a/unit/test-stkutil.c +++ b/unit/test-stkutil.c @@ -22693,6 +22693,233

Re: [PATCH 1/2] stkutil: convert img to xpm

2010-07-22 Thread Marcel Holtmann
Hi Kristen, Also, XPM is pretty flexible here, there's no need to use 0-9 digits only. For instance, you can do two look up tables, one for images with LUTs up to 64 entries and another for LUTs with more. E.g. a-za-z...@$ and 'aa ab ac .. pp' or something like that. I realize

TODO update

2010-07-22 Thread Denis Kenzior
Hi Everyone, I added some STK related tasks to the TODO list. You might find your name as the Owner of some of them. Hopefully there are no surprises there. As always, if I screwed something up, let me know ;) Regards, -Denis ___ ofono mailing list