mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-22 13:38:11 +02:00
* configure.in gnome/applet/Makefile.am - Conditionalize all the notify stuff Merge most of Chris Aillon's notification patch: * gnome/applet/applet-notifications.[ch] - New files; show a notification * gnome/applet/applet-dbus-devices.[ch] - (nmwa_dbus_device_activated, nmwa_dbus_device_activated_cb, nmwa_dbus_device_deactivated, nmwa_dbus_device_deactivated_cb): new functions, do the right thing when a device change occurs * gnome/applet/applet-dbus.c - (nmwa_dbus_filter): Split out DeviceNowActive and DeviceNoLongerActive signals, so we can handle them specially * gnome/applet/applet.[ch] - nmwa_schedule_vpn_login_banner -> nmwa_show_vpn_login_banner - nmwa_schedule_vpn_failure_alert -> nmwa_show_vpn_failure_alert - (nmwa_notify_state): remove - (nmwa_update_state); remove call to nmwa_notify_state, since the notification work is now done when the appropriate dbus signals are received. - (nmwa_show_vpn_login_banner, nmwa_show_vpn_failure_alert): don't defer execution of the notification/dialog stuff. That was an artifact of the previous multi-threaded nature of the applet and is now pointless. - (nmwa_notify_vpn_failure, nmwa_notify_vpn_login_banner): remove, no longer needed. Function folded into applet-notifications.c * src/NetworkManagerPolicy.c - (nm_policy_activation_finish): send the AP along with the device status change signal, if the connection is wireless. Should fix the race where applet would show a connection to "unknown" git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1498 4912f4e0-d625-0410-9fb7-b9a5a253dbdc |
||
|---|---|---|
| .. | ||
| icons | ||
| .cvsignore | ||
| applet-compat.c | ||
| applet-compat.h | ||
| applet-dbus-devices.c | ||
| applet-dbus-devices.h | ||
| applet-dbus-info.c | ||
| applet-dbus-info.h | ||
| applet-dbus-vpn.c | ||
| applet-dbus-vpn.h | ||
| applet-dbus.c | ||
| applet-dbus.h | ||
| applet-notifications.c | ||
| applet-notifications.h | ||
| applet.c | ||
| applet.h | ||
| eggtrayicon.c | ||
| eggtrayicon.h | ||
| gconf-helpers.c | ||
| gconf-helpers.h | ||
| keyring.png | ||
| main.c | ||
| Makefile.am | ||
| menu-items.c | ||
| menu-items.h | ||
| nm-applet.conf | ||
| nm-device.c | ||
| nm-device.h | ||
| nm-gconf-wso-private.h | ||
| nm-gconf-wso-wep.c | ||
| nm-gconf-wso-wep.h | ||
| nm-gconf-wso-wpa-eap.c | ||
| nm-gconf-wso-wpa-eap.h | ||
| nm-gconf-wso-wpa-psk.c | ||
| nm-gconf-wso-wpa-psk.h | ||
| nm-gconf-wso.c | ||
| nm-gconf-wso.h | ||
| other-network-dialog.c | ||
| other-network-dialog.h | ||
| passphrase-dialog.c | ||
| passphrase-dialog.h | ||
| vpn-connection.c | ||
| vpn-connection.h | ||
| vpn-password-dialog.c | ||
| vpn-password-dialog.h | ||
| wireless-applet.glade | ||
| wireless-network.c | ||
| wireless-network.h | ||
| wireless-security-manager.c | ||
| wireless-security-manager.h | ||
| wireless-security-option.c | ||
| wireless-security-option.h | ||
| wso-none.c | ||
| wso-none.h | ||
| wso-private.h | ||
| wso-wep-ascii.c | ||
| wso-wep-ascii.h | ||
| wso-wep-hex.c | ||
| wso-wep-hex.h | ||
| wso-wep-passphrase.c | ||
| wso-wep-passphrase.h | ||
| wso-wpa-eap.c | ||
| wso-wpa-eap.h | ||
| wso-wpa-psk.c | ||
| wso-wpa-psk.h | ||