[network-manager-applet: 17/20] merge: move password icon/menu funcs to libnm-gtk and extend them (bgo #731891)
- From: Jiří Klimeš <jklimes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-applet: 17/20] merge: move password icon/menu funcs to libnm-gtk and extend them (bgo #731891)
- Date: Thu, 9 Jul 2015 10:06:03 +0000 (UTC)
commit 410609a7765867ccad9aadd5a56d477d0eac97d3
Merge: d6e83cb 5900719
Author: Jiří Klimeš <jklimes redhat com>
Date: Thu Jul 9 11:56:30 2015 +0200
merge: move password icon/menu funcs to libnm-gtk and extend them (bgo #731891)
The functions handling password icon/menu moved to libnm-gtk so that they are
available outside nm-connection-editor, in VPN plugins for example.
New menu entries have been added for "always ask" and for "not required"
(optional).
VPN password dialog has been added an entry for ternary password.
https://bugzilla.gnome.org/show_bug.cgi?id=731891
src/libnm-gtk/nm-ui-utils.c | 394 +++++++++++++++++++++++++++-
src/libnm-gtk/nm-ui-utils.h | 20 ++-
src/libnm-gtk/nm-vpn-password-dialog.c | 91 +++++++
src/libnm-gtk/nm-vpn-password-dialog.h | 10 +
src/utils/utils.c | 184 -------------
src/utils/utils.h | 13 -
src/wireless-security/Makefile.am | 3 +-
src/wireless-security/eap-method-leap.c | 27 ++-
src/wireless-security/eap-method-simple.c | 110 ++++-----
src/wireless-security/eap-method-simple.ui | 17 +--
src/wireless-security/eap-method-tls.c | 14 +-
src/wireless-security/ws-leap.c | 22 +-
src/wireless-security/ws-wep-key.c | 23 +-
src/wireless-security/ws-wpa-psk.c | 25 +-
14 files changed, 630 insertions(+), 323 deletions(-)
---
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]