Re: [Sugar-devel] [PATCH] Simple NetworkManager-0.9 port

2011-11-14 Thread Sascha Silbe
Excerpts from Daniel Drake's message of 2011-11-11 18:18:31 +0100: On Mon, Oct 24, 2011 at 6:41 PM, Sascha Silbe si...@activitycentral.com wrote: [GSM settings] -    def undo(self): -        self._model.undo() What happened to the undo functionality? Since we still apply the changes

Re: [Sugar-devel] [PATCH] Simple NetworkManager-0.9 port

2011-11-11 Thread Daniel Drake
Thanks for the review. I've made all changes except for the ones listed below: On Mon, Oct 24, 2011 at 6:41 PM, Sascha Silbe si...@activitycentral.com wrote: [extensions/cpsection/modemconfiguration/view.py] [ModemConfiguration.__init__()] +        self._timeout_sid = 0 How about

Re: [Sugar-devel] [PATCH] Simple NetworkManager-0.9 port

2011-10-24 Thread Sascha Silbe
Excerpts from Daniel Drake's message of 2011-09-15 21:36:58 +0200: Adapt sugar to NetworkManager-0.9 API changes. [...] Thanks a lot for the patch! [extensions/cpsection/modemconfiguration/model.py] +def get_settings(secrets_cb, secrets_err_cb): +connection = get_connection() +if

Re: [Sugar-devel] [PATCH] Simple NetworkManager-0.9 port

2011-10-24 Thread Frederick Grose
On Mon, Oct 24, 2011 at 1:41 PM, Sascha Silbe sascha-ml-reply-to-201...@silbe.org wrote: Excerpts from Daniel Drake's message of 2011-09-15 21:36:58 +0200: {...} +def _secrets_err_cb(self, err): +logging.debug(No GSM secrets present, or error: %s, err) In Sugar source, we

Re: [Sugar-devel] [PATCH] Simple NetworkManager-0.9 port

2011-09-22 Thread Daniel Drake
On Thu, Sep 15, 2011 at 9:30 PM, Thomas C Gilliard satel...@bendbroadband.com wrote: Please look at http://bugs.sugarlabs.org/ticket/3100 #3100 UNSP: Soas-v5-Coconut Beta only connects to jabber if using wired connection Sugar on a Stick 5 (Coconut) Fedora release 15 (Lovelock) Sugar:

Re: [Sugar-devel] [PATCH] Simple NetworkManager-0.9 port

2011-09-15 Thread Thomas C Gilliard
Please look at http://bugs.sugarlabs.org/ticket/3100 #3100 UNSP: Soas-v5-Coconut Beta only connects to jabber if using wired connection Sugar on a Stick 5 (Coconut) Fedora release 15 (Lovelock) Sugar: 0.92.4-2 Tom Gilliard satellit Daniel Drake wrote: Adapt sugar to