[PATCH] doc: fix Forwarded signal name in VoiceCallManager

2011-08-05 Thread Alexander Kanavin
--- doc/voicecallmanager-api.txt |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/voicecallmanager-api.txt b/doc/voicecallmanager-api.txt index 73205f0..bd38229 100644 --- a/doc/voicecallmanager-api.txt +++ b/doc/voicecallmanager-api.txt @@ -202,7 +202,7 @@ Signals

[PATCH] Add missing PreferredLanguages property to SimManager documentation

2011-08-04 Thread Alexander Kanavin
--- doc/sim-api.txt |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/doc/sim-api.txt b/doc/sim-api.txt index 22fe22b..ba8fdb1 100644 --- a/doc/sim-api.txt +++ b/doc/sim-api.txt @@ -114,6 +114,11 @@ Properties boolean Present [readonly] Contains

Re: [PATCH] Add missing PreferredLanguages property to SimManager documentation

2011-08-04 Thread Alexander Kanavin
2011/8/4 Marcel Holtmann mar...@holtmann.org: patch has been applied, but I had to fix up the commit message for to have a proper prefix. Keep that in mind next time. Perhaps this rule should be documented too :) -- Alexander ___ ofono mailing list

Re: [PATCH] Add missing PreferredLanguages property to SimManager documentation

2011-08-04 Thread Alexander Kanavin
2011/8/4 Marcel Holtmann mar...@holtmann.org: patch has been applied, but I had to fix up the commit message for to have a proper prefix. Keep that in mind next time. Perhaps this rule should be documented too :) you do know the answer to this one, patches are welcome ;) I know, but I

ofono-qt - anything to add/improve?

2011-07-04 Thread Alexander Kanavin
Hi, I am the maintainer of ofono-qt library, which provides Qt bindings to ofono services and licensed under LGPL 2.1: http://meego.gitorious.org/meego-cellular/ofono-qt I would like to get in touch with everyone who is using it, or perhaps would like to use it, and find out if there is anything

Re: ofono-qt - anything to add/improve?

2011-07-04 Thread Alexander Kanavin
2011/7/4 Michael ofonoc...@encambio.com: I am the maintainer of ofono-qt library, which provides Qt bindings to ofono services and licensed under LGPL 2.1: http://meego.gitorious.org/meego-cellular/ofono-qt I would like to get in touch with everyone who is using it, or perhaps would like to use

[PATCH] Document the SS control string API

2010-10-15 Thread Alexander Kanavin
--- doc/supplementaryservices-api.txt | 95 +++- 1 files changed, 92 insertions(+), 3 deletions(-) diff --git a/doc/supplementaryservices-api.txt b/doc/supplementaryservices-api.txt index 5ef123e..d80770a 100644 --- a/doc/supplementaryservices-api.txt +++

[PATCH] Document the SS control string API

2010-10-15 Thread Alexander Kanavin
--- doc/supplementaryservices-api.txt | 103 +++- 1 files changed, 100 insertions(+), 3 deletions(-) diff --git a/doc/supplementaryservices-api.txt b/doc/supplementaryservices-api.txt index 5ef123e..0857412 100644 --- a/doc/supplementaryservices-api.txt +++

Re: [PATCH 2/3] Fix COLR typo

2010-10-13 Thread Alexander Kanavin
On 07.10.2010 14:11, ext Marcel Holtmann wrote: src/call-settings.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) patch has been applied. Thanks. Why hasn't the third patch been applied? I'll resend it now - there's been a small tweak. Regards, Alex

[PATCH] Document the SS control string API

2010-10-13 Thread Alexander Kanavin
--- doc/supplementaryservices-api.txt | 95 +++- 1 files changed, 92 insertions(+), 3 deletions(-) diff --git a/doc/supplementaryservices-api.txt b/doc/supplementaryservices-api.txt index 5ef123e..d80770a 100644 --- a/doc/supplementaryservices-api.txt +++

Re: [fix-isi-udev PATCH 0/3] Improve udev with isi

2010-10-08 Thread Alexander Kanavin
On 07.10.2010 22:41, ext Aki Niemi wrote: [fix-isi-udev PATCH 3/3] ofono.rules: assign isigen driver by USB ids This one was left dangling; let's see if we can come up with a better way to match the modems driven by cdc_phonet. (Although, admittedly this same approach is already used with some

[PATCH 1/3] Fix typo in SS enum to string conversion

2010-10-07 Thread Alexander Kanavin
--- src/common.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/common.c b/src/common.c index 55c4b40..bcd42f6 100644 --- a/src/common.c +++ b/src/common.c @@ -438,7 +438,7 @@ const char *ss_control_type_to_string(enum ss_control_type type) { switch (type)

[PATCH 2/3] Fix COLR typo

2010-10-07 Thread Alexander Kanavin
--- src/call-settings.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/call-settings.c b/src/call-settings.c index f206e7b..23da47e 100644 --- a/src/call-settings.c +++ b/src/call-settings.c @@ -551,7 +551,7 @@ static void clip_colp_colr_ss_query_cb(const struct

return values of org.ofono.SupplementaryServices.Initiate

2010-10-05 Thread Alexander Kanavin
Hi, doc/supplementaryservices-api.txt says nothing about return values of SupplementeryServices.Initiate method (or that the method can take SS requests in addition to USSD). Can the API designer/implementer fix this please? string, variant Initiate(string command)

Re: return values of org.ofono.SupplementaryServices.Initiate

2010-10-05 Thread Alexander Kanavin
On 05.10.2010 15:06, ext Marcel Holtmann wrote: doc/supplementaryservices-api.txt says nothing about return values of SupplementeryServices.Initiate method (or that the method can take SS requests in addition to USSD). Can the API designer/implementer fix this please? why don't you just send a

Re: [PATCH] Fix a crash during isimodem initialization

2009-12-09 Thread Alexander Kanavin
ext Denis Kenzior wrote: While the patch does indeed fix the issue, it does it mostly by accident. To add insult to injury it also has two style issues, all within 4 lines of code. I must be blind. Which are the style issues exactly? Alex ___