Re: [MM] [PATCH] broadband-modem: fix enable flag in UnsolicitedRegistrationEventsContext

2013-03-06 Thread Aleksander Morgado
On 05/03/13 22:21, Ben Chan wrote: --- src/mm-broadband-modem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Pushed, thanks. diff --git a/src/mm-broadband-modem.c b/src/mm-broadband-modem.c index 9d127c9..b3ec35a 100644 --- a/src/mm-broadband-modem.c +++

Re: [MM] [PATCH] iface-modem-3gpp: handle non-deferrable registration state updates

2013-03-06 Thread Jiri Pirko
Wed, Mar 06, 2013 at 09:35:03AM CET, aleksan...@lanedo.com wrote: On 05/03/13 22:41, Dan Williams wrote: On Tue, 2013-03-05 at 21:27 +0100, Jiri Pirko wrote: Tue, Mar 05, 2013 at 07:32:21PM CET, aleksan...@lanedo.com wrote: On 03/05/2013 03:37 AM, Ben Chan wrote: This patch changes

Re: NetworkManager C99 compiler requirement for 0.9.10 (and therefore 0.9.9)

2013-03-06 Thread Dan Winship
On 02/28/2013 10:57 AM, Pavel Simerda wrote: Hi all, I would like to do *occasional* C99-style declarations in the code to avoid ugly hacks when using conditionally built code. That means bumping up the compiler requirements to the C99 standard. As we currently only target to GCC and

Re: NetworkManager on routers

2013-03-06 Thread Dan Winship
On 03/01/2013 05:15 AM, Philip Boulain wrote: How suitable do you feel that it is to use NetworkManager in a *router* role, where it is being asked to apply and respond to queries about an arbitrary number of more complicated devices and connections? ... and to a large extent its desktop-y

Franklin Wireless u770 and other modems with a web-ui

2013-03-06 Thread Shawn J. Goff
I have a Franklin Wireless u770 modem here that ModemManager doesn't know how to deal with. Its configuration is all done through a web interface. Is there any interest or existing effort to get ModemManager to handle this type? -- Shawn J. Goff | Accelerated Concepts | Embedded Systems Engineer

Re: Franklin Wireless u770 and other modems with a web-ui

2013-03-06 Thread Dan Williams
On Tue, 2013-03-05 at 13:29 -0500, Shawn J. Goff wrote: I have a Franklin Wireless u770 modem here that ModemManager doesn't know how to deal with. Its configuration is all done through a web interface. Is there any interest or existing effort to get ModemManager to handle this type? It

Re: Join ' Integrate Proxy Settings and Network Connections(Locations)' Project

2013-03-06 Thread Mathieu Trudel-Lapierre
-- I am not involved in Fedora, so can't help you with GSoC administrativia... however, Yes, sounds about right. Proxy support is also something I'd love to see in NetworkManager, and it sounds like it's the right place to keep that kind of information, given that it's usually per-connection.

Re: Franklin Wireless u770 and other modems with a web-ui

2013-03-06 Thread Shawn J. Goff
On Wed 06 Mar 2013 10:52:48 AM EST, Dan Williams wrote: On Tue, 2013-03-05 at 13:29 -0500, Shawn J. Goff wrote: I have a Franklin Wireless u770 modem here that ModemManager doesn't know how to deal with. Its configuration is all done through a web interface. Is there any interest or existing

Re: Franklin Wireless u770 and other modems with a web-ui

2013-03-06 Thread Dan Williams
On Wed, 2013-03-06 at 11:11 -0500, Shawn J. Goff wrote: On Wed 06 Mar 2013 10:52:48 AM EST, Dan Williams wrote: On Tue, 2013-03-05 at 13:29 -0500, Shawn J. Goff wrote: I have a Franklin Wireless u770 modem here that ModemManager doesn't know how to deal with. Its configuration is all done

[PATCH] applet: position some more dialogs to the center of the screen

2013-03-06 Thread Mathieu Trudel-Lapierre
--- src/applet-dialogs.c | 4 src/utils/utils.c| 2 ++ 2 files changed, 6 insertions(+) diff --git a/src/applet-dialogs.c b/src/applet-dialogs.c index 53167b7..1e7359e 100644 --- a/src/applet-dialogs.c +++ b/src/applet-dialogs.c @@ -55,6 +55,7 @@ info_dialog_show_error (const char *err)

[PATCH] keyfile plugin patches

2013-03-06 Thread Colin Walters
Hopefully the first patch for error handling is something we can do in the rest of the codebase too, because it's s much better. From de1e3e809d06529afc0eb95ba38b374e1487924b Mon Sep 17 00:00:00 2001 From: Colin Walters walt...@verbum.org Date: Wed, 6 Mar 2013 14:00:41 -0500 Subject: [PATCH