Re: Modemmanager - how to send sms? - receiving is ok

2012-02-07 Thread PongráczI
eredeti üzenet- Feladó: PongráczI Címzett: Dan Williams d...@redhat.com CC: networkmanager-list@gnome.org Dátum: Wed, 1 Feb 2012 23:27:35 +0100 - Dear Dan, Thank you very much for your support! I check my

[PATCH] libnm-glib: add StateReason property for NMDevice

2012-02-07 Thread Jirka Klimes
The patch adds StateReason property to libnm-glib's NMDevice and a getter function nm_device_get_state_reason(). Jirka From b7c3fde18a11ff9c9eae8476842001071d8394a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Klime=C5=A1?= jkli...@redhat.com Date: Tue, 7 Feb 2012 10:48:16 +0100

Re: libnm-glib 0.9 depends on glib 2.28 now

2012-02-07 Thread Thomas Bechtold
On Mon, 2012-02-06 at 15:14 -0500, Dan Winship wrote: On 02/06/2012 11:45 AM, Dan Williams wrote: 'g_simple_async_result_take_error' was introduced with commit 9fd98ef9 'g_clear_object' was introduced with commit cc90f101 Was this intended? I think so Actually, I meant to stick

Re: [PATCH] core: fix singleton handling in NULL/systemd session monitor

2012-02-07 Thread Thomas Bechtold
On Mon, 2012-02-06 at 17:31 -0600, Dan Williams wrote: On Sat, 2012-02-04 at 21:08 +0100, Thomas Bechtold wrote: --- src/nm-session-monitor-null.c|4 +++- src/nm-session-monitor-systemd.c |4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) Pushed, thanks, Sure? I

[PATCH] allow use of deprecated methods in MM

2012-02-07 Thread Aleksander Morgado
Hey, GValueArray is deprecated since GLib 2.31.14, but we need to use it for dbus-glib based code. The attached patch just avoids issuing warnings when we use deprecated methods, so that we can still compile with -Werror. We should re-enable deprecation warnings once we merge 06-api, as we

Re: [PATCH] core: fix singleton handling in NULL/systemd session monitor

2012-02-07 Thread Jirka Klimes
On Tuesday 07 of February 2012 11:26:48 Thomas Bechtold wrote: On Mon, 2012-02-06 at 17:31 -0600, Dan Williams wrote: On Sat, 2012-02-04 at 21:08 +0100, Thomas Bechtold wrote: --- src/nm-session-monitor-null.c|4 +++- src/nm-session-monitor-systemd.c |4 +++- 2

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-07 Thread Aleksander Morgado
Hey hey, I followed you advice, I downloaded the MM_05 branch and compiled in my system. I did not changed (means: compiled) other things on the system, so, the rest is in the same version I wrote above. After the installation, I fixed a path problem (previously I compiled it with

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-07 Thread PongráczI
Hello Aleksander, eredeti üzenet- Feladó: Aleksander Morgado aleksan...@lanedo.com Címzett: networkmanager-list@gnome.org Dátum: Tue, 07 Feb 2012 17:59:25 +0100 - Hey hey, - 0: From:

Re: [PATCH] core: fix singleton handling in NULL/systemd session monitor

2012-02-07 Thread Dan Williams
On Tue, 2012-02-07 at 13:45 +0100, Jirka Klimes wrote: On Tuesday 07 of February 2012 11:26:48 Thomas Bechtold wrote: On Mon, 2012-02-06 at 17:31 -0600, Dan Williams wrote: On Sat, 2012-02-04 at 21:08 +0100, Thomas Bechtold wrote: --- src/nm-session-monitor-null.c|4

Re: libnm-glib 0.9 depends on glib 2.28 now

2012-02-07 Thread Dan Williams
On Tue, 2012-02-07 at 11:25 +0100, Thomas Bechtold wrote: On Mon, 2012-02-06 at 15:14 -0500, Dan Winship wrote: On 02/06/2012 11:45 AM, Dan Williams wrote: 'g_simple_async_result_take_error' was introduced with commit 9fd98ef9 'g_clear_object' was introduced with commit cc90f101

Re: [PATCH] allow use of deprecated methods in MM

2012-02-07 Thread Dan Williams
On Tue, 2012-02-07 at 13:08 +0100, Aleksander Morgado wrote: Hey, GValueArray is deprecated since GLib 2.31.14, but we need to use it for dbus-glib based code. The attached patch just avoids issuing warnings when we use deprecated methods, so that we can still compile with -Werror. We

Re: [PATCH] libnm-glib: add StateReason property for NMDevice

2012-02-07 Thread Dan Williams
On Tue, 2012-02-07 at 10:57 +0100, Jirka Klimes wrote: The patch adds StateReason property to libnm-glib's NMDevice and a getter function nm_device_get_state_reason(). Actually, if you don't mind, could we change the public function here to: NMDeviceState nm_device_get_state_reason (NMDevice