- 16 Jan, 2014 10 commits
-
-
Dan Winship authored
-
Dan Winship authored
"Cancel" didn't really make sense here, but changing it to "Quit" is also weird because if you were going to use the "OK" button you'd have to tab past "Quit" first... So make it be an option in the menu instead.
-
Dan Winship authored
-
Dan Winship authored
-
Dan Winship authored
-
Dan Winship authored
Unless NMTUI_DEBUG is set, don't pop up a dialog when a g_warning/critical/etc occurs. Just hide the main screen briefly so the error doesn't get printed over the UI, and restore it after; any messages that get logged will be visible after nmtui exits.
-
Dan Winship authored
They end up not working right from the build tree anyway, because the nmtui libtool wrapper doesn't pass its argv[0] on to the actual binary.
-
Dan Winship authored
Since we can't align buttons to half-character positions, they end up looking more random than centered: | <Add> | | <Edit...> | | <Delete> | So just let them be left-aligned instead. It looks better.
-
Dan Winship authored
The keyboard focus was getting reset to the first widget any time a widget changed validity, because the form wasn't updating priv->focus when it should have.
-
Jiří Klimeš authored
-
- 15 Jan, 2014 10 commits
-
-
Jiří Klimeš authored
-
Jiří Klimeš authored
-
Thomas Haller authored
This restores the behaviour, that was removed in commit e299d7b3. https://bugzilla.redhat.com/show_bug.cgi?id=1040528Signed-off-by:
Thomas Haller <thaller@redhat.com>
-
Thomas Haller authored
This forwards the signal UPDATED_BY_USER received from one of their NMConnection. Signed-off-by:
Thomas Haller <thaller@redhat.com>
-
Thomas Haller authored
Now UPDATED_BY_USER signal gets emitted immediately after the connection is updated, rather then only after it is successfully saved. This means, that the signal will be emitted earlier then before (right after changing the connection, but before it gets commited). Furthermore, the signal will also be emitted for connections that get changed but are not to be saved. Currently, the only subscriber to this signal is NMSettings (default_wired_connection_updated_by_user_cb), which should be fine with this change of semantics (even better). https://bugzilla.redhat.com/show_bug.cgi?id=1040528Signed-off-by:
Thomas Haller <thaller@redhat.com>
-
Thomas Haller authored
https://bugzilla.redhat.com/show_bug.cgi?id=1040528Signed-off-by:
Thomas Haller <thaller@redhat.com>
-
Thomas Haller authored
Signed-off-by:
Thomas Haller <thaller@redhat.com>
-
Thomas Haller authored
This changes behaviour of nm_connection_update_secrets() in that it will now return %TRUE, if there are no secrets to be cleared. Seems more correct, to return success if there is nothing to do. Signed-off-by:
Thomas Haller <thaller@redhat.com>
-
Thomas Haller authored
Often, nm_connection_clear_secrets does have no consequences, because there is nothing to be cleared. Only raise a signal, if something actually changed. Signed-off-by:
Thomas Haller <thaller@redhat.com>
-
Jiří Klimeš authored
It is mainly useful for GObject introspection users helping them to find out whether the connection is VPN easier.
-
- 13 Jan, 2014 2 commits
-
-
Yuri Chornoivan authored
https://bugzilla.gnome.org/show_bug.cgi?id=722130Signed-off-by:
Thomas Haller <thaller@redhat.com>
-
Christian Kirbach authored
https://bugzilla.gnome.org/show_bug.cgi?id=722061Signed-off-by:
Thomas Haller <thaller@redhat.com>
-
- 10 Jan, 2014 8 commits
-
-
Thomas Haller authored
- use a more efficient implementation for prefix_to_netmask - fix netmask_to_prefix to behave consistently in case of invalid netmask - remove unused duplicated functions from NetworkManagerUtils.c - add test functions Based-on-patch-by:
Pavel Šimerda <psimerda@redhat.com> Signed-off-by:
Thomas Haller <thaller@redhat.com> Related: https://bugzilla.gnome.org/show_bug.cgi?id=721771
-
Jiří Klimeš authored
Don't print extra empty lines before the error.
-
Thomas Haller authored
Signed-off-by:
Thomas Haller <thaller@redhat.com>
-
Thomas Haller authored
Commands now support help at the second level. Add completion for it. Signed-off-by:
Thomas Haller <thaller@redhat.com>
-
Thomas Haller authored
Only complete the ids/uuids for active connections in `nmcli connection down <type> <TAB>`. Signed-off-by:
Thomas Haller <thaller@redhat.com>
-
Thomas Haller authored
Instead of having several bash functions that return some values via nmcli, add few functions that accept parameters. Signed-off-by:
Thomas Haller <thaller@redhat.com>
-
Thomas Haller authored
wimax does not support these arguments. This was a copy&paste error from wifi. Signed-off-by:
Thomas Haller <thaller@redhat.com>
-
Thomas Haller authored
Signed-off-by:
Thomas Haller <thaller@redhat.com>
-
- 09 Jan, 2014 1 commit
-
-
Jiří Klimeš authored
In addition to 'nmcli connection help', you can now use: nmcli con up help nmcli con down help nmcli dev wifi help etc. The help option can also be in the form of --help/-h, or even shortened. https://bugzilla.gnome.org/show_bug.cgi?id=698237 https://bugzilla.redhat.com/show_bug.cgi?id=1034119
-
- 08 Jan, 2014 3 commits
-
-
Piotr Drąg authored
https://bugzilla.gnome.org/show_bug.cgi?id=721423Signed-off-by:
Thomas Haller <thaller@redhat.com>
-
Thomas Haller authored
Make some suppressions more generic, because they did not match on my F20. The previous suppression for 'fun:gobject_init_ctor' also had a syntax error. Fix that too. Signed-off-by:
Thomas Haller <thaller@redhat.com>
-
Thomas Haller authored
Signed-off-by:
Thomas Haller <thaller@redhat.com>
-
- 06 Jan, 2014 4 commits
-
-
Dan Williams authored
For now, ignore them, as libnl does not support IPv6 PtP addresses and returns an error. In the future perhaps we'll want to add a host route for the peer instead of using the point-to-point address.
-
Dan Williams authored
Move DHCP_SEND_HOSTNAME parsing out of the check for DHCP_HOSTNAME so that users can disable NM sending the system hostname to the DHCP server when DHCP_HOSTNAME is not defined.
-
Dan Williams authored
dhcp6_lease_change() needs to be called *after* updating the DHCP config object to ensure that the dispatcher gets the new values.
-
Scott Shambarger authored
dhcp4_lease_change() needs to be called *after* updating the DHCP config object to ensure that the dispatcher gets the new values.
-
- 03 Jan, 2014 1 commit
-
-
- 20 Dec, 2013 1 commit
-
-
Dan Winship authored
NMAgentManager was supposed to be trying multiple secret agents on any error except UserCanceled, but due to a botched last-minute rewrite, it was actually doing the reverse.
-