[PATCH 2/2] connman-gnome: fix security type mismatch

2011-08-30 Thread Dongxiao Xu
Latest connman change the Security type to be array{String}, fix connman-gnome accordingly. Signed-off-by: Dongxiao Xu --- common/connman-dbus.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/common/connman-dbus.c b/common/connman-dbus.c index 0f4e1db..b1ab07e

[PATCH 1/2] connman-gnome: Add cellular network config option.

2011-08-30 Thread Dongxiao Xu
From: dongxiao Add cellular network config option in connman-gnome. Signed-off-by: Dongxiao Xu --- common/connman-client.c |8 +- common/connman-client.h |2 + common/connman-dbus.c | 29 +++ icons/connman-type-cellular.png | Bin 0 -> 817 by

[PATCH 09/10] Add labels for ethernet, wifi and system config

2011-03-25 Thread Dongxiao Xu
Also add offline/online mode, service enable/disable, and wifi scan functionalities. Signed-off-by: Dongxiao Xu --- common/connman-client.c | 116 +- common/connman-client.h | 21 + common/connman-dbus.c | 209

[PATCH 10/10] Enable connman-gnome applet

2011-03-25 Thread Dongxiao Xu
Let connman-applet have the ability to pop up connman-properties and show "About" Signed-off-by: Dongxiao Xu --- Makefile.am |2 +- applet/main.c | 94 +++- 2 files changed, 93 insertions(+), 3 deletions(-) diff --git a/Mak

[PATCH 06/10] Disable wifi temporarily

2011-03-25 Thread Dongxiao Xu
Signed-off-by: Dongxiao Xu --- properties/Makefile.am |2 +- properties/main.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/properties/Makefile.am b/properties/Makefile.am index 28546d5..c6839e8 100644 --- a/properties/Makefile.am +++ b/properties

[PATCH 05/10] Do some cleanup for create_config

2011-03-25 Thread Dongxiao Xu
Remove the advanced button, will display all information directly. Remove the static update_status functionality, will introduce a dynamic function to show realtime status. Signed-off-by: Dongxiao Xu --- properties/Makefile.am |3 +- properties/advanced.c | 314

[PATCH 08/10] Enable wifi service

2011-03-25 Thread Dongxiao Xu
Support both dhcp and manual configurations. Support realtime status update. Signed-off-by: Dongxiao Xu --- common/connman-client.c | 92 +- common/connman-client.h | 16 ++- common/connman-dbus.c | 68 +++--- common/connman-dbus.xml |2 + properties/Makefile.am

[PATCH 07/10] Enable ethernet service

2011-03-25 Thread Dongxiao Xu
Support both dhcp and manual configurations. Signed-off-by: Dongxiao Xu --- common/connman-client.c | 36 ++- common/connman-client.h | 17 + common/connman-dbus.c | 65 ++- properties/Makefile.am |2 +- properties/advanced.h |6 +- properties

[PATCH 02/10] Change dbus name to 'net.connman'

2011-03-25 Thread Dongxiao Xu
Also do some cleanup. Signed-off-by: Dongxiao Xu --- applet/main.c |8 common/connman-client.c |4 ++-- common/connman-dbus.c | 28 +--- common/connman-dbus.h |5 + common/instance.c |2 +- common/instance.xml |2

[PATCH 04/10] Display service names in left frame

2011-03-25 Thread Dongxiao Xu
Also modify the title name from "Devices" to "Services" Signed-off-by: Dongxiao Xu --- properties/main.c | 45 ++--- 1 files changed, 42 insertions(+), 3 deletions(-) diff --git a/properties/main.c b/properties/main.c index 03e

[PATCH 03/10] Enable properties

2011-03-25 Thread Dongxiao Xu
Change some macros according to service based solutions. Remove some unused functions in properties. Signed-off-by: Dongxiao Xu --- common/connman-client.c | 50 +-- common/connman-client.h |2 + properties/main.c | 89

[PATCH 01/10] Disable applet apps

2011-03-25 Thread Dongxiao Xu
Signed-off-by: Dongxiao Xu --- Makefile.am |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index 464c72b..280e4de 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS = po icons common applet properties +SUBDIRS = po icons

[PATCH v2 00/10] Enable connman-gnome with latest connman version

2011-03-25 Thread Dongxiao Xu
-0.65. Changes from v1: Rebase the patchset against git HEAD. Dongxiao Xu (10): Disable applet apps Change dbus name to 'net.connman' Enable properties Display service names in left frame Do some cleanup for create_config Disable wifi temporarily Enable ethernet service Enab

[PATCH 04/11] Implement connman-gnome service based APIs

2011-02-25 Thread [Dongxiao Xu
From: Dongxiao Xu Removed some unused macros and functions in service based solutions. Implement the basic functions of service_properties and service_changed. Signed-off-by: Dongxiao Xu --- common/connman-client.c | 67 +--- common/connman-client.h |7

[PATCH 11/11] Enable connman-gnome applet

2011-02-25 Thread [Dongxiao Xu
From: Dongxiao Xu Make some simplification for it and only let it has the ability to pop up connman-properties and show "About" Signed-off-by: Dongxiao Xu --- Makefile.am |2 +- applet/main.c | 275 ++- applet/statu

[PATCH 10/11] Add labels for ethernet, wifi and system config

2011-02-25 Thread [Dongxiao Xu
From: Dongxiao Xu Also add offline/online mode, service enable/disable, and wifi scan functionalities. Signed-off-by: Dongxiao Xu --- common/connman-client.c | 97 +++- common/connman-client.h | 20 + common/connman-dbus.c | 194

[PATCH 09/11] Enable wifi service

2011-02-25 Thread [Dongxiao Xu
From: Dongxiao Xu Support both dhcp and manual configurations. Support realtime status update. Signed-off-by: Dongxiao Xu --- common/connman-client.c | 90 +- common/connman-client.h | 15 ++- common/connman-dbus.c | 39 ++- common/connman-dbus.xml |2 + properties

[PATCH 08/11] Enable ethernet service

2011-02-25 Thread [Dongxiao Xu
From: Dongxiao Xu Support both dhcp and manual configurations. Signed-off-by: Dongxiao Xu --- common/connman-client.c | 32 ++ common/connman-client.h | 22 +-- common/connman-dbus.c | 62 ++- properties/advanced.h |6 +- properties/ethernet.c

[PATCH 07/11] Disable wifi temporarily

2011-02-25 Thread [Dongxiao Xu
From: Dongxiao Xu Signed-off-by: Dongxiao Xu --- properties/Makefile.am |2 +- properties/main.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/properties/Makefile.am b/properties/Makefile.am index 3a47ccf..c9cd7a9 100644 --- a/properties/Makefile.am +++ b

[PATCH 05/11] Display service names in left frame

2011-02-25 Thread [Dongxiao Xu
From: Dongxiao Xu Also modify the title name from "Devices" to "Services" Signed-off-by: Dongxiao Xu --- properties/main.c | 45 ++--- 1 files changed, 42 insertions(+), 3 deletions(-) diff --git a/properties/main.c b/properties/

[PATCH 06/11] Do some cleanup for create_config

2011-02-25 Thread [Dongxiao Xu
From: Dongxiao Xu Remove the advanced button, will display all information directly. Remove the static update_status functionality, will introduce a dynamic function to show realtime status. Signed-off-by: Dongxiao Xu --- properties/Makefile.am |3 +- properties/advanced.c | 314

[PATCH 03/11] connman-gnome: change from device based to service based

2011-02-25 Thread [Dongxiao Xu
From: Dongxiao Xu Latest connman uses serviced based protocols, change connman-gnome accordingly. Also removed some unused functions. Signed-off-by: Dongxiao Xu --- common/connman-client.c | 14 +- common/connman-dbus.c | 381 +-- common

[PATCH 02/11] Disable applet apps

2011-02-25 Thread [Dongxiao Xu
From: Dongxiao Xu Signed-off-by: Dongxiao Xu --- Makefile.am |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index 464c72b..280e4de 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ -SUBDIRS = po icons common applet properties

[PATCH 01/11] Disable test and demo apps

2011-02-25 Thread [Dongxiao Xu
From: Dongxiao Xu Signed-off-by: Dongxiao Xu --- common/Makefile.am |7 --- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/common/Makefile.am b/common/Makefile.am index ff3a996..8d74a46 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -5,13 +5,6