summaryrefslogtreecommitdiff
path: root/clients/tui
Commit message (Expand)AuthorAgeFilesLines
* 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
* clients: move secret agent to common directoryJiří Klimeš2014-11-075-720/+20
* Revert "tui: additional fix for 'primary' option"Lubomir Rintel2014-11-041-1/+1
* libnm: change GSList to GPtrArray in libnm methodsDan Winship2014-10-285-69/+48
* libnm: consolidate NMClientError and NMObjectErrorDan Winship2014-10-221-1/+1
* libnm-core, libnm, settings: move NMSecretAgentError to nm-errorsDan Winship2014-10-221-1/+1
* tui: fix incorrect chain up to parentDan Williams2014-10-211-1/+1
* tui: clarify the "Device" widget with PPPoE connections (rh #1105753)Dan Winship2014-10-191-1/+10
* libnm: fix NMActiveConnection object-path-valued propertiesDan Winship2014-10-101-4/+3
* libnm: merge NMRemoteSettings into NMClientDan Winship2014-10-109-43/+32
* tui: when deleting a bridge/bond/team, delete its slaves too (rh #1131574)Dan Winship2014-10-081-11/+40
* tui: show orphaned slaves in the connection editor listDan Winship2014-10-081-1/+25
* tui: fix multiple route editor bugs (rh #1149175)Dan Winship2014-10-081-9/+11
* tui: fix some valgrind warningsDan Winship2014-10-071-0/+3
* tui: fix accessing NULL in g_bytes_get_data()Jiří Klimeš2014-10-061-4/+10
* tui: fix an NmtMacEntry bug introduced when changing hwaddrs to stringsDan Winship2014-10-021-1/+1
* libnm-core: add nm_utils_wifi_strength_bars(), use it in nmcli and nmtuiDan Winship2014-09-271-30/+1
* libnm: make sync/async APIs more GLib-likeDan Winship2014-09-254-45/+73
* libnm: merge saved and unsaved connection methodsDan Winship2014-09-251-2/+2
* tui: additional fix for 'primary' optionJiří Klimeš2014-09-231-1/+1
* tui: fix displaying bond ARP IP targetsJiří Klimeš2014-09-221-1/+1