NetworkManager/src/settings
Thomas Haller 85f3da8351 core: emit UPDATED_BY_USER signal when reloading connection from file
Now UPDATED_BY_USER signal gets emitted immediately after the connection
is updated, rather then only after it is successfully saved.

This means, that the signal will be emitted earlier then before (right
after changing the connection, but before it gets commited).
Furthermore, the signal will also be emitted for connections that
get changed but are not to be saved.

Currently, the only subscriber to this signal is NMSettings
(default_wired_connection_updated_by_user_cb), which should be fine with
this change of semantics (even better).

https://bugzilla.redhat.com/show_bug.cgi?id=1040528

Signed-off-by: Thomas Haller <thaller@redhat.com>
2014-01-15 17:01:53 +01:00
..
plugins ifcfg-rh: fix handling of DHCP_SEND_HOSTNAME when no hostname is given 2014-01-06 16:20:48 -06:00
tests build: switch from $(INCLUDES) to $(AM_CPPFLAGS) to make automake happy 2013-08-22 11:49:16 -04:00
nm-agent-manager.c settings: fix secret-agent fallback 2013-12-20 14:58:04 -05:00
nm-agent-manager.h agent-manager: if an agent returns UserCanceled, stop 2013-12-03 16:41:00 -05:00
nm-inotify-helper.c libnm-glib, core: use g_cclosure_marshal_generic 2013-05-08 14:59:29 -04:00
nm-inotify-helper.h settings: add note about killing inotify helper (bgo #532815) 2013-01-11 13:02:12 -06:00
nm-secret-agent.c settings: prefer secret agents in the same process as the request 2013-12-03 16:41:00 -05:00
nm-secret-agent.h settings: prefer secret agents in the same process as the request 2013-12-03 16:41:00 -05:00
nm-settings-connection.c core: emit UPDATED_BY_USER signal when reloading connection from file 2014-01-15 17:01:53 +01:00
nm-settings-connection.h core: trivial rename NMSettings signal dbus-updated to updated-by-user 2014-01-15 17:01:53 +01:00
nm-settings-error.c Use glib-mkenums to generate enum types 2012-02-15 11:42:15 -05:00
nm-settings-error.h settings: validate hostnames from D-Bus (bgo #711179) 2013-11-07 09:56:14 -06:00
nm-settings-utils.c settings: fix getting default wired connection name with no connections 2011-03-30 12:02:50 -05:00
nm-settings-utils.h settings: fix getting default wired connection name with no connections 2011-03-30 12:02:50 -05:00
nm-settings.c core: trivial rename NMSettings signal dbus-updated to updated-by-user 2014-01-15 17:01:53 +01:00
nm-settings.h core: fuzzier matching of generated connections to persistent ones 2013-12-05 17:09:46 -06:00
nm-system-config-interface.c settings: fix return value in nm_system_config_interface_load_connection() 2013-11-18 09:13:50 +01:00
nm-system-config-interface.h core: add o.fd.NM.Settings.LoadConnections 2013-11-15 13:30:13 -05:00