tui: add support for editing DSL connections (rh #1105753)

System Internals / NetworkManager - Dan Winship [gnome.org] - 16 September 2014 07:00 UTC

35eb538 tui: add support for editing DSL connections (rh #1105753)

clients/tui/Makefile.am | 4 +
clients/tui/newt/nmt-newt-section.c | 59 ++++++--
clients/tui/newt/nmt-newt-section.h | 2 +-
clients/tui/nm-editor-utils.c | 2 +-
clients/tui/nmt-editor-page.c | 22 +++
clients/tui/nmt-editor-page.h | 3 +
clients/tui/nmt-page-device.c | 7 +-
clients/tui/nmt-page-device.h | 1 -
clients/tui/nmt-page-dsl.c | 93 ++++++++++++
clients/tui/nmt-page-dsl.h | 49 ++++++
clients/tui/nmt-page-ip4.c | 9 +-
clients/tui/nmt-page-ip4.h | 2 -
clients/tui/nmt-page-ip6.c | 9 +-
clients/tui/nmt-page-ip6.h | 2 -
clients/tui/nmt-page-main.c | 73 ++++-----
clients/tui/nmt-page-ppp.c | 285 +++++++++++++++++++++++++++++++++++
clients/tui/nmt-page-ppp.h | 49 ++++++
17 files changed, 603 insertions(+), 68 deletions(-)

Upstream: cgit.freedesktop.org


  • Share