[network-manager-applet: 15/15] merge: port applet and editor to libnm (bgo #736911)



commit de31e3fb7ed9d3c8398cd74b3764ffec3a81e88a
Merge: 87dbb92 e988ccd
Author: Dan Williams <dcbw redhat com>
Date:   Wed Feb 25 13:11:39 2015 -0600

    merge: port applet and editor to libnm (bgo #736911)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=736911

 .gitignore                                         |    5 +-
 configure.ac                                       |   72 +-
 po/POTFILES.in                                     |    2 -
 src/Makefile.am                                    |   41 +-
 src/ap-menu-item.c                                 |   13 +-
 src/applet-agent.c                                 |  157 +-
 src/applet-agent.h                                 |   11 +-
 src/applet-device-bond.c                           |   24 +-
 src/applet-device-bridge.c                         |   24 +-
 src/applet-device-broadband.c                      |   48 +-
 src/applet-device-bt.c                             |   32 +-
 src/applet-device-ethernet.c                       |   72 +-
 src/applet-device-infiniband.c                     |   25 +-
 src/applet-device-team.c                           |   25 +-
 src/applet-device-vlan.c                           |   34 +-
 src/applet-device-wifi.c                           |  289 ++--
 src/applet-device-wimax.c                          |   24 +-
 src/applet-dialogs.c                               |  297 +--
 src/applet-vpn-request.c                           |   52 +-
 src/applet-vpn-request.h                           |    2 +-
 src/applet.c                                       |  589 ++---
 src/applet.h                                       |   23 +-
 src/connection-editor/Makefile.am                  |   19 +-
 src/connection-editor/ce-page.c                    |  105 +-
 src/connection-editor/ce-page.h                    |   24 +-
 src/connection-editor/ce-polkit-button.c           |    8 +-
 src/connection-editor/ce-polkit-button.h           |    4 +-
 src/connection-editor/connection-helpers.c         |   49 +-
 src/connection-editor/connection-helpers.h         |   11 +-
 src/connection-editor/ip4-routes-dialog.c          |  101 +-
 src/connection-editor/ip4-routes-dialog.h          |    8 +-
 src/connection-editor/ip6-routes-dialog.c          |   94 +-
 src/connection-editor/ip6-routes-dialog.h          |    8 +-
 src/connection-editor/main.c                       |    7 +-
 src/connection-editor/nm-connection-editor.c       |  133 +-
 src/connection-editor/nm-connection-editor.h       |   12 +-
 src/connection-editor/nm-connection-list.c         |  184 +-
 src/connection-editor/nm-connection-list.h         |    9 +-
 src/connection-editor/page-8021x-security.c        |   15 +-
 src/connection-editor/page-8021x-security.h        |    7 +-
 src/connection-editor/page-bluetooth.c             |   21 +-
 src/connection-editor/page-bluetooth.h             |    5 +-
 src/connection-editor/page-bond.c                  |   38 +-
 src/connection-editor/page-bond.h                  |    7 +-
 src/connection-editor/page-bridge-port.c           |    8 +-
 src/connection-editor/page-bridge-port.h           |    5 +-
 src/connection-editor/page-bridge.c                |   42 +-
 src/connection-editor/page-bridge.h                |    7 +-
 src/connection-editor/page-dcb.c                   |    9 +-
 src/connection-editor/page-dcb.h                   |    7 +-
 src/connection-editor/page-dsl.c                   |   26 +-
 src/connection-editor/page-dsl.h                   |    7 +-
 src/connection-editor/page-ethernet.c              |   44 +-
 src/connection-editor/page-ethernet.h              |    7 +-
 src/connection-editor/page-general.c               |  121 +-
 src/connection-editor/page-general.h               |   13 +-
 src/connection-editor/page-infiniband.c            |   25 +-
 src/connection-editor/page-infiniband.h            |    7 +-
 src/connection-editor/page-ip4.c                   |  190 +-
 src/connection-editor/page-ip4.h                   |    5 +-
 src/connection-editor/page-ip6.c                   |  179 +-
 src/connection-editor/page-ip6.h                   |    5 +-
 src/connection-editor/page-master.c                |   54 +-
 src/connection-editor/page-master.h                |    4 +-
 src/connection-editor/page-mobile.c                |   23 +-
 src/connection-editor/page-mobile.h                |    7 +-
 src/connection-editor/page-ppp.c                   |   11 +-
 src/connection-editor/page-ppp.h                   |    5 +-
 src/connection-editor/page-team-port.c             |   19 +-
 src/connection-editor/page-team-port.h             |    8 +-
 src/connection-editor/page-team.c                  |   39 +-
 src/connection-editor/page-team.h                  |   10 +-
 src/connection-editor/page-vlan.c                  |   63 +-
 src/connection-editor/page-vlan.h                  |    7 +-
 src/connection-editor/page-vpn.c                   |   55 +-
 src/connection-editor/page-vpn.h                   |    9 +-
 src/connection-editor/page-wifi-security.c         |   15 +-
 src/connection-editor/page-wifi-security.h         |    7 +-
 src/connection-editor/page-wifi.c                  |   88 +-
 src/connection-editor/page-wifi.h                  |   11 +-
 src/connection-editor/page-wimax.c                 |   30 +-
 src/connection-editor/page-wimax.h                 |    7 +-
 src/connection-editor/ppp-auth-methods-dialog.c    |    4 +-
 src/connection-editor/vpn-helpers.c                |   49 +-
 src/connection-editor/vpn-helpers.h                |    8 +-
 src/ethernet-dialog.c                              |   13 +-
 src/ethernet-dialog.h                              |    7 +-
 src/gconf-helpers/Makefile.am                      |   43 -
 src/gconf-helpers/gconf-helpers.c                  | 2678 --------------------
 src/gconf-helpers/gconf-helpers.h                  |  253 --
 src/gconf-helpers/gconf-upgrade.c                  | 2365 -----------------
 src/gconf-helpers/gconf-upgrade.h                  |   60 -
 src/gconf-helpers/tests/08openvpn-not-saved.xml    |  106 -
 src/gconf-helpers/tests/08openvpn-saved.xml        |  106 -
 src/gconf-helpers/tests/08vpnc.xml                 |  127 -
 src/gconf-helpers/tests/08wifi.xml                 |   96 -
 src/gconf-helpers/tests/Makefile.am                |   33 -
 src/gconf-helpers/tests/fake-gconf.c               |  878 -------
 src/gconf-helpers/tests/fake-keyring.c             |  442 ----
 src/gconf-helpers/tests/fake-keyring.h             |   27 -
 src/gconf-helpers/tests/test-import.xml            |  207 --
 src/gconf-helpers/tests/test-upgrade.c             |  528 ----
 src/gnome-bluetooth/Makefile.am                    |   38 -
 src/gnome-bluetooth/bt-widget.c                    |  604 -----
 src/gnome-bluetooth/nma-bt-device.c                | 1124 --------
 src/gnome-bluetooth/nma-bt-device.h                |   84 -
 src/libnm-gtk/Makefile.am                          |   13 +-
 src/libnm-gtk/libnm-gtk.pc.in                      |    2 +-
 src/libnm-gtk/nm-wifi-dialog.c                     |    4 +-
 src/libnm-gtk/tests/Makefile.am                    |    4 +-
 src/libnm-gtk/tests/test-mobile-providers.c        |    2 +
 src/libnma/Makefile.am                             |   75 +
 .../tests/fake-gconf.h => libnma/init.c}           |   27 +-
 src/libnma/libnma.pc.in                            |   11 +
 src/libnma/nma-mobile-providers.c                  | 1575 ++++++++++++
 src/libnma/nma-mobile-providers.h                  |  144 ++
 src/libnma/nma-mobile-wizard.c                     | 1675 ++++++++++++
 src/libnma/nma-mobile-wizard.h                     |   62 +
 src/libnma/nma-vpn-password-dialog.c               |  446 ++++
 src/libnma/nma-vpn-password-dialog.h               |   80 +
 src/libnma/nma-wifi-dialog.c                       | 1407 ++++++++++
 src/libnma/nma-wifi-dialog.h                       |   80 +
 src/libnma/wifi.ui                                 |  234 ++
 src/main.c                                         |   25 -
 src/marshallers/Makefile.am                        |   26 -
 src/migration-tool.c                               |   98 -
 src/mobile-helpers.c                               |   17 +-
 src/mobile-helpers.h                               |    4 +-
 src/utils/Makefile.am                              |   32 +-
 src/utils/tests/Makefile.am                        |    7 +-
 src/utils/tests/test-utils.c                       |   13 +-
 src/utils/utils.c                                  |   19 +-
 src/utils/utils.h                                  |   52 +-
 src/wireless-security/Makefile.am                  |   36 +-
 src/wireless-security/eap-method-fast.c            |    5 +-
 src/wireless-security/eap-method-leap.c            |    3 +-
 src/wireless-security/eap-method-peap.c            |    5 +-
 src/wireless-security/eap-method-simple.c          |    4 +-
 src/wireless-security/eap-method-tls.c             |    5 +-
 src/wireless-security/eap-method-ttls.c            |    5 +-
 src/wireless-security/eap-method.c                 |   24 +-
 src/wireless-security/eap-method.h                 |    8 +-
 src/wireless-security/helpers.c                    |    2 +-
 src/wireless-security/helpers.h                    |    9 +-
 src/wireless-security/wireless-security.c          |   12 +-
 src/wireless-security/wireless-security.h          |   12 +-
 src/wireless-security/ws-dynamic-wep.c             |    5 +-
 src/wireless-security/ws-dynamic-wep.h             |    8 +-
 src/wireless-security/ws-leap.c                    |    5 +-
 src/wireless-security/ws-leap.h                    |    8 +-
 src/wireless-security/ws-wep-key.c                 |    7 +-
 src/wireless-security/ws-wep-key.h                 |    8 +-
 src/wireless-security/ws-wpa-eap.c                 |    5 +-
 src/wireless-security/ws-wpa-eap.h                 |    8 +-
 src/wireless-security/ws-wpa-psk.c                 |    5 +-
 src/wireless-security/ws-wpa-psk.h                 |   10 +-
 156 files changed, 7596 insertions(+), 12526 deletions(-)
---


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]