summaryrefslogtreecommitdiff
path: root/clients/tui
Commit message (Expand)AuthorAgeFilesLines
* tui: quit from top-level form when exitingBeniamino Galvani2016-04-271-1/+15
* tui: return to initial menu after sub-forms exitBeniamino Galvani2016-04-157-30/+33
* build: disable deprecation checks for internal compilationThomas Haller2016-04-051-1/+0
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-1960-89/+69
* tui: disallow reserved vlan id 4095Thomas Haller2016-01-221-1/+1
* build: minor change creating symlinks in install-exec-hook for nmtuiThomas Haller2016-01-071-2/+2
* build: use symlinks for nmtuiMichael Biebl2016-01-071-1/+1
* build: rename directory "include" to "shared"Thomas Haller2015-12-242-4/+4
* tui: prefill a secret in the entry if we have a valueJiří Klimeš2015-12-121-0/+2
* tui: allow connecting to OpenConnectJiří Klimeš2015-12-121-1/+91
* clients: move vpn_get_secret_names() to nm-vpn-helpersJiří Klimeš2015-12-121-0/+2
* clients: move clients/tui/vpn-helpers.c to clients/common/nm-vpn-helpers.cJiří Klimeš2015-11-263-367/+6
* tui: add a checkbox for ignore-auto-routes (bgo #756200)Jiří Klimeš2015-10-092-0/+12
* build: extract version macros from "nm-version.h" to new header file "nm-vers...Thomas Haller2015-09-302-0/+2
* tui: fix crash during activation when failed to create secret-agentThomas Haller2015-09-301-4/+4
* build: fix out-of-tree build for missing "nm-version.h"Thomas Haller2015-08-051-0/+1
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-0538-67/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-0527-25/+27
* tui: use NMVpnPluginInfo in vpn-helper.cThomas Haller2015-07-292-132/+28
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-2426-24/+28
* tui: fix the previous commitJiří Klimeš2015-03-021-1/+1
* tui: add "Enable IGMP snooping" to bridge editor (bgo #744853)Jiří Klimeš2015-03-021-0/+6
* tui: fix a crash when connection list for activation is empty (rh #1119663)Jiří Klimeš2015-02-271-3/+5
* tui: fix crash when editing DSL connectionJiří Klimeš2015-01-071-0/+2
* tui: fix saving "Available to all users" (rh #1176042)Jiří Klimeš2015-01-071-1/+1
* tui: fix deletion of slaves with master (rh #1131574)Dan Winship2014-12-051-5/+12
* tui: width and height parameters was swapped, but they are ignored anywayJiří Klimeš2014-12-051-4/+4
* tui: set GError so that it is not NULL laterJiří Klimeš2014-12-051-1/+1
* tui: fix a bug that hid the IP method popup (rh #1167710)Dan Winship2014-11-251-0/+1
* libnm: rename NMSecretAgent to NMSecretAgentOldDan Winship2014-11-211-2/+2
* clients: merge nm_secret_agent_simple_set_connection_path() into nm_secret_ag...Dan Williams2014-11-211-7/+4
* clients: NMSecretAgentSimple API fixupsDan Winship2014-11-211-5/+5
* nmtui: Add a not reached assert to make compiler happyLubomir Rintel2014-11-211-0/+2
* tui: tweak NmtEditorGrid column rulesDan Winship2014-11-212-27/+32
* tui: simplify DSL page handlingDan Winship2014-11-213-30/+76
* tui: rework how editor pages workDan Winship2014-11-2133-269/+514
* tui: merge NmtPageMain into NmtEditorDan Winship2014-11-214-386/+193
* tui: rename two classesDan Winship2014-11-2132-347/+347
* cli: Process secret agent request for a connection only if we know its pathlr/nm-1-0-fixesLubomir Rintel2014-11-201-2/+19
* tui: refresh the "nmtui connect" list when connections are added/removedDan Winship2014-11-191-18/+9
* all: consistently include config.hDan Winship2014-11-131-0/+2
* tui: fix unsetting Gateway (rh #1163896)Dan Winship2014-11-131-1/+1
* tui: fix alignment of pop-up menusDan Winship2014-11-121-2/+17
* tui: fix gateway editingDan Winship2014-11-124-6/+122
* clients: only handle secret requests for connection being explicitly activatedJiří Klimeš2014-11-121-1/+1
* tui: fix generated new connection namesDan Winship2014-11-111-1/+1
* all: allow route metrics to be "0"Dan Winship2014-11-071-3/+6
* libnm-core: add NMSettingIPConfig:gateway, drop NMIPAddress:gatewayDan Winship2014-11-074-122/+10
* libnm-core: extract NMSettingIPConfig superclass out of IP4, IP6 classesDan Winship2014-11-073-51/+41
* libnm-core, all: merge IPv4 and IPv6 address/route typesDan Winship2014-11-077-841/+275