summaryrefslogtreecommitdiff
path: root/tui
Commit message (Expand)AuthorAgeFilesLines
* tui: fix inverted option "Require IPvX addressing for this connection"Thomas Haller2014-06-232-2/+4
* all: remove remaining GParamSpec name/blurb stringsDan Winship2014-06-1933-547/+648
* tui: fix NmtMacEntry validation/displayDan Winship2014-06-031-3/+8
* tui: fix setting Clone MAC Address propertiesDan Winship2014-06-031-0/+14
* tui: fix a crash when editing IPv6 routesJiří Klimeš2014-06-032-8/+8
* tui: use 128 as the default prefix for IPv6 addressesJiří Klimeš2014-06-021-2/+6
* tui: fix a crash when editing an IPv6 address (rh #1103702)Jiří Klimeš2014-06-021-1/+1
* all: fix various warnings detected with coverityThomas Haller2014-05-022-1/+5
* tui: fix route editing (rh #1090422)Dan Winship2014-04-291-1/+8
* tui: fix title of "Edit Connection" form (rh #1090397)Dan Winship2014-04-251-1/+1
* tui: fix a crash when connecting to a password-secured Wi-Fi (rh #1090773)Jiří Klimeš2014-04-241-2/+2
* all: set G_LOG_DOMAIN appropriately, for better g_log() messagesDan Winship2014-04-232-0/+2
* tui: allow ^Z to suspend the appDan Winship2014-03-241-0/+10
* tui: allow Esc to cancel "nmtui connect"Dan Winship2014-03-241-16/+57
* tui: add nmt_newt_widget_get_realized(), realize forms properlyDan Winship2014-03-243-2/+19
* tui: add some comments to nmt-newt-form.cDan Winship2014-03-211-1/+20
* tui: fix using Escape from main menuDan Winship2014-03-211-3/+4
* tui: fix crashes in nmtui-connect (rh #1078281)Jiří Klimeš2014-03-211-4/+5
* tui: fix binding of some int/uint properties (rh #1078281)Dan Winship2014-03-213-0/+41
* tui: fix quitting from "nmtui edit CONN-ID"Dan Winship2014-03-217-41/+40
* tui: fix selection bugs after deleting a connectionDan Winship2014-03-212-10/+32
* trivial: fix a typo in a commentJiří Klimeš2014-03-171-1/+1
* trivial: fix variable name in declarationDan Winship2014-02-271-1/+1
* tui: don't expand editor form to fullscreen horizontallyDan Winship2014-02-172-1/+45
* tui: fix flickering with large windowsDan Winship2014-02-171-1/+1
* tui: handle Esc correctly from toplevel windowsDan Winship2014-02-174-7/+37
* tui: handle Wi-Fi networks with multiple APs correctlyDan Winship2014-02-171-0/+62
* tui: fix srcdir != builddir buildJiří Klimeš2014-02-131-0/+1
* tui: properly initialize InfiniBand transport-modeJiří Klimeš2014-02-131-0/+6
* build: improve our use of glib's version macros to catch more bugsDan Winship2014-02-133-0/+13
* libnm-util, libnm-glib: add versioned deprecation/availability macrosDan Winship2014-02-131-0/+1
* tui: properly initialize the IP4 and IP6 settings on new connectionsDan Winship2014-01-302-0/+6
* tui: fix a crash when creating a new connectionDan Winship2014-01-304-8/+8
* tui: use nm_remote_settings_get_connection_by_id()Thomas Haller2014-01-272-28/+6
* tui: use the new libnm-util/libnm-glib device/connection utilsDan Winship2014-01-274-633/+2
* tui: add a (void) cast to avoid a coverity warningDan Winship2014-01-231-1/+1
* trivial: fix variable shadowingDan Williams2014-01-171-4/+4
* tui: fix buildDan Winship2014-01-161-0/+1
* trivial: annotate/adjust some code to appease CoverityDan Winship2014-01-161-2/+1
* tui: fix activation of "new" Wi-Fi networksDan Winship2014-01-161-8/+28
* tui: add nmt_newt_text_width()Dan Winship2014-01-167-21/+54
* tui: implement deactivation in "nmtui connect"Dan Winship2014-01-163-17/+89
* tui: reorganize "nmtui connect" codeDan Winship2014-01-163-241/+197
* tui: correctly return errors from NmtSecretAgentDan Winship2014-01-161-1/+2
* libnm-util: add a missing GValue transform needed by nmtuiDan Winship2014-01-163-35/+0
* tui: rename nmt_newt_error_dialog() to nmt_newt_message_dialog()Dan Winship2014-01-167-31/+28
* tui: reorganize the main dialogDan Winship2014-01-161-11/+18
* tui: fix the error-on-startup casesDan Winship2014-01-163-6/+10
* tui: localize startup/usage-related stringsDan Winship2014-01-161-11/+16
* tui: error out if NM is not runningDan Winship2014-01-161-0/+4