nmtui: initial import of nmtui
authorDan Winship <danw@gnome.org>
Mon, 2 Dec 2013 21:20:26 +0000 (16:20 -0500)
committerDan Winship <danw@gnome.org>
Fri, 13 Dec 2013 15:00:51 +0000 (16:00 +0100)
commit3bda3fb60c104114192e4e3c9c4ba0bef84d3a00
tree5671dd586ca03e07ff4df991a3b1a48ba104d2b2
parent72922f2068a6cc94cd32f7f7c2cc68c781ccc9c3
nmtui: initial import of nmtui

nmtui is a TUI (curses-based Text User Interface) for NetworkManager
129 files changed:
.gitignore
Makefile.am
configure.ac
po/POTFILES.in
tui/Makefile.am [new file with mode: 0644]
tui/newt/Makefile.am [new file with mode: 0644]
tui/newt/nmt-newt-button-box.c [new file with mode: 0644]
tui/newt/nmt-newt-button-box.h [new file with mode: 0644]
tui/newt/nmt-newt-button.c [new file with mode: 0644]
tui/newt/nmt-newt-button.h [new file with mode: 0644]
tui/newt/nmt-newt-checkbox.c [new file with mode: 0644]
tui/newt/nmt-newt-checkbox.h [new file with mode: 0644]
tui/newt/nmt-newt-component.c [new file with mode: 0644]
tui/newt/nmt-newt-component.h [new file with mode: 0644]
tui/newt/nmt-newt-container.c [new file with mode: 0644]
tui/newt/nmt-newt-container.h [new file with mode: 0644]
tui/newt/nmt-newt-entry-numeric.c [new file with mode: 0644]
tui/newt/nmt-newt-entry-numeric.h [new file with mode: 0644]
tui/newt/nmt-newt-entry.c [new file with mode: 0644]
tui/newt/nmt-newt-entry.h [new file with mode: 0644]
tui/newt/nmt-newt-form.c [new file with mode: 0644]
tui/newt/nmt-newt-form.h [new file with mode: 0644]
tui/newt/nmt-newt-grid.c [new file with mode: 0644]
tui/newt/nmt-newt-grid.h [new file with mode: 0644]
tui/newt/nmt-newt-hacks.c [new file with mode: 0644]
tui/newt/nmt-newt-hacks.h [new file with mode: 0644]
tui/newt/nmt-newt-label.c [new file with mode: 0644]
tui/newt/nmt-newt-label.h [new file with mode: 0644]
tui/newt/nmt-newt-listbox.c [new file with mode: 0644]
tui/newt/nmt-newt-listbox.h [new file with mode: 0644]
tui/newt/nmt-newt-popup.c [new file with mode: 0644]
tui/newt/nmt-newt-popup.h [new file with mode: 0644]
tui/newt/nmt-newt-section.c [new file with mode: 0644]
tui/newt/nmt-newt-section.h [new file with mode: 0644]
tui/newt/nmt-newt-separator.c [new file with mode: 0644]
tui/newt/nmt-newt-separator.h [new file with mode: 0644]
tui/newt/nmt-newt-stack.c [new file with mode: 0644]
tui/newt/nmt-newt-stack.h [new file with mode: 0644]
tui/newt/nmt-newt-textbox.c [new file with mode: 0644]
tui/newt/nmt-newt-textbox.h [new file with mode: 0644]
tui/newt/nmt-newt-toggle-button.c [new file with mode: 0644]
tui/newt/nmt-newt-toggle-button.h [new file with mode: 0644]
tui/newt/nmt-newt-types.h [new file with mode: 0644]
tui/newt/nmt-newt-utils.c [new file with mode: 0644]
tui/newt/nmt-newt-utils.h [new file with mode: 0644]
tui/newt/nmt-newt-widget.c [new file with mode: 0644]
tui/newt/nmt-newt-widget.h [new file with mode: 0644]
tui/newt/nmt-newt.h [new file with mode: 0644]
tui/nm-editor-bindings.c [new file with mode: 0644]
tui/nm-editor-bindings.h [new file with mode: 0644]
tui/nm-editor-utils.c [new file with mode: 0644]
tui/nm-editor-utils.h [new file with mode: 0644]
tui/nm-gvaluearray-compat.h [new file with mode: 0644]
tui/nm-ui-utils.c [new file with mode: 0644]
tui/nm-ui-utils.h [new file with mode: 0644]
tui/nmt-address-list.c [new file with mode: 0644]
tui/nmt-address-list.h [new file with mode: 0644]
tui/nmt-connect-connection-list.c [new file with mode: 0644]
tui/nmt-connect-connection-list.h [new file with mode: 0644]
tui/nmt-device-entry.c [new file with mode: 0644]
tui/nmt-device-entry.h [new file with mode: 0644]
tui/nmt-edit-connection-list.c [new file with mode: 0644]
tui/nmt-edit-connection-list.h [new file with mode: 0644]
tui/nmt-editor-page.c [new file with mode: 0644]
tui/nmt-editor-page.h [new file with mode: 0644]
tui/nmt-editor.c [new file with mode: 0644]
tui/nmt-editor.h [new file with mode: 0644]
tui/nmt-ip-entry.c [new file with mode: 0644]
tui/nmt-ip-entry.h [new file with mode: 0644]
tui/nmt-mac-entry.c [new file with mode: 0644]
tui/nmt-mac-entry.h [new file with mode: 0644]
tui/nmt-mtu-entry.c [new file with mode: 0644]
tui/nmt-mtu-entry.h [new file with mode: 0644]
tui/nmt-page-bond.c [new file with mode: 0644]
tui/nmt-page-bond.h [new file with mode: 0644]
tui/nmt-page-bridge-port.c [new file with mode: 0644]
tui/nmt-page-bridge-port.h [new file with mode: 0644]
tui/nmt-page-bridge.c [new file with mode: 0644]
tui/nmt-page-bridge.h [new file with mode: 0644]
tui/nmt-page-device.c [new file with mode: 0644]
tui/nmt-page-device.h [new file with mode: 0644]
tui/nmt-page-ethernet.c [new file with mode: 0644]
tui/nmt-page-ethernet.h [new file with mode: 0644]
tui/nmt-page-grid.c [new file with mode: 0644]
tui/nmt-page-grid.h [new file with mode: 0644]
tui/nmt-page-infiniband.c [new file with mode: 0644]
tui/nmt-page-infiniband.h [new file with mode: 0644]
tui/nmt-page-ip4.c [new file with mode: 0644]
tui/nmt-page-ip4.h [new file with mode: 0644]
tui/nmt-page-ip6.c [new file with mode: 0644]
tui/nmt-page-ip6.h [new file with mode: 0644]
tui/nmt-page-main.c [new file with mode: 0644]
tui/nmt-page-main.h [new file with mode: 0644]
tui/nmt-page-team-port.c [new file with mode: 0644]
tui/nmt-page-team-port.h [new file with mode: 0644]
tui/nmt-page-team.c [new file with mode: 0644]
tui/nmt-page-team.h [new file with mode: 0644]
tui/nmt-page-vlan.c [new file with mode: 0644]
tui/nmt-page-vlan.h [new file with mode: 0644]
tui/nmt-page-wifi.c [new file with mode: 0644]
tui/nmt-page-wifi.h [new file with mode: 0644]
tui/nmt-password-dialog.c [new file with mode: 0644]
tui/nmt-password-dialog.h [new file with mode: 0644]
tui/nmt-password-fields.c [new file with mode: 0644]
tui/nmt-password-fields.h [new file with mode: 0644]
tui/nmt-route-editor.c [new file with mode: 0644]
tui/nmt-route-editor.h [new file with mode: 0644]
tui/nmt-route-entry.c [new file with mode: 0644]
tui/nmt-route-entry.h [new file with mode: 0644]
tui/nmt-route-table.c [new file with mode: 0644]
tui/nmt-route-table.h [new file with mode: 0644]
tui/nmt-secret-agent.c [new file with mode: 0644]
tui/nmt-secret-agent.h [new file with mode: 0644]
tui/nmt-slave-list.c [new file with mode: 0644]
tui/nmt-slave-list.h [new file with mode: 0644]
tui/nmt-utils.c [new file with mode: 0644]
tui/nmt-utils.h [new file with mode: 0644]
tui/nmt-widget-list.c [new file with mode: 0644]
tui/nmt-widget-list.h [new file with mode: 0644]
tui/nmtui-connect.c [new file with mode: 0644]
tui/nmtui-connect.h [new file with mode: 0644]
tui/nmtui-edit.c [new file with mode: 0644]
tui/nmtui-edit.h [new file with mode: 0644]
tui/nmtui-hostname.c [new file with mode: 0644]
tui/nmtui-hostname.h [new file with mode: 0644]
tui/nmtui.c [new file with mode: 0644]
tui/nmtui.h [new file with mode: 0644]
tui/vpn-helpers.c [new file with mode: 0644]
tui/vpn-helpers.h [new file with mode: 0644]