Commit Graph

6 Commits

Author SHA1 Message Date
Jiří Klimeš
92898e84d6 tui: fix a crash when editing IPv6 routes 2014-06-03 14:08:38 +02:00
Jiří Klimeš
d7b8aeea33 tui: use 128 as the default prefix for IPv6 addresses 2014-06-02 17:39:51 +02:00
Jiří Klimeš
5378d7929e tui: fix a crash when editing an IPv6 address (rh #1103702)
https://bugzilla.redhat.com/show_bug.cgi?id=1103702
2014-06-02 17:39:46 +02:00
Dan Winship
f6e2b6528f tui: fix binding of some int/uint properties (rh #1078281)
GLib registers number->string value transforms (meaning that
number-valued properties like NMSettingVlan:id or NMSettingWired:mtu
get loaded into their NmtNewtEntries correctly), but not the
corresponding string->number transforms (meaning changes made in the
entries don't get propagated back to the settings, and due to
http://bugzilla.gnome.org/show_bug.cgi?id=726574, there's no warning
about this). Fix this by registering our own transforms.
2014-03-21 13:32:50 -04:00
Dan Winship
4c0ac46a99 libnm-util: add a missing GValue transform needed by nmtui 2014-01-16 09:19:06 -05:00
Dan Winship
3bda3fb60c nmtui: initial import of nmtui
nmtui is a TUI (curses-based Text User Interface) for NetworkManager
2013-12-13 16:00:51 +01:00