summaryrefslogtreecommitdiff
path: root/src/connection-editor
Commit message (Expand)AuthorAgeFilesLines
* all: remove last dbus-glib bitsLubomir Rintel2016-03-081-1/+1
* wifi: remove some dead codeLubomir Rintel2016-03-081-2/+2
* wifi: add a comment to make coverity happyLubomir Rintel2016-03-081-0/+1
* connection-editor: remove unused variableThomas Haller2016-03-041-1/+1
* all: include <gtk/gtk.h> via "nm-default.h"Thomas Haller2016-02-2426-46/+0
* all: include <glib.h> via "nm-default.h"Thomas Haller2016-02-242-3/+0
* all: include <glib/gi18n.h> via "nm-default.h"Thomas Haller2016-02-2430-32/+0
* all: include "config.h" via "nm-default.h"Thomas Haller2016-02-2431-62/+1
* utils: drop unneeded "nm-glib-compat.h"Thomas Haller2016-02-245-5/+0
* editor: convert to GIO unix signal handlingdcbw/die-die-die-dbus-glib-bgo760946Dan Williams2016-02-191-18/+11
* editor: convert single-instance service to GDBus (bgo #760946)Dan Williams2016-02-193-237/+162
* all: include "nm-default.h" in every source fileThomas Haller2016-02-1631-0/+61
* include: cleanup include of "config.h"Thomas Haller2016-02-166-6/+9
* c-e: fix vlan page to disallow reserved vlan-id 4095Thomas Haller2016-01-221-1/+1
* c-e: XML escape connection id in GTK connection listThomas Haller2016-01-201-2/+5
* c-e: XML escape connection-types in GTK connection listThomas Haller2016-01-201-2/+6
* editor: populate available Bluetooth devices in Bluetooth page (rh #1271581)Jiří Klimeš2015-12-217-28/+67
* editor: do not try to set MAC into the entry if it is NULLJiří Klimeš2015-12-151-2/+5
* editor: fix mnemonic key clashes on VLAN pageJiří Klimeš2015-12-151-2/+2
* editor: add MVRP flag to VLAN editor pageJiří Klimeš2015-12-152-1/+21
* editor: do not add new IP config settings if they are already presentJiří Klimeš2015-11-191-2/+2
* connection-editor: fix error handling when we can't create an editorLubomir Rintel2015-11-012-3/+6
* editor: change properties on IP4/IP6 pages if Wi-Fi mode changesJiří Klimeš2015-10-144-1/+191
* editor: allow toggling sensitivity of combo box IP methods on IPv4 pageJiří Klimeš2015-10-141-1/+12
* editor: (trivial) fix indenting in page-ip6.cJiří Klimeš2015-10-141-8/+8
* editor: allow changes on one page modify other pagesJiří Klimeš2015-10-1444-50/+190
* editor: move Ad-Hoc mode to the end, rename "Infrastructure" to "Client"Jiří Klimeš2015-10-142-9/+9
* editor: initial hotspot mode support (bgo #755663)Dan Williams2015-10-143-80/+107
* editor: add Wake-on-LAN settings to the editor Ethernet page (bgo #755039)Jiří Klimeš2015-09-162-1/+281
* Fix a typo (addreess)Piotr Drąg2015-09-121-1/+1
* c-e: show tooltip with validation errorThomas Haller2015-09-115-32/+60
* c-e: forward the validation error to print more sensible error message to stdoutThomas Haller2015-09-1112-58/+96
* c-e/trivial: rename virtual method validate()Thomas Haller2015-09-1123-49/+49
* c-e: fix icon and tooltip of "Save" button regarding authorizationThomas Haller2015-09-111-17/+24
* c-e: don't pass actionable argument to CEPolkitButton:update_button()Thomas Haller2015-09-111-4/+6
* c-e: fix clearing error in connection_editor_validate()Thomas Haller2015-09-111-1/+1
* c-e: fix memleak of @zone in CEPageGeneral:ui_to_setting()Thomas Haller2015-09-111-6/+5
* editor: allow editing VLAN flags (bgo #754349)Jiří Klimeš2015-09-032-1/+98
* bond: fix setting MTU for bonds when it is 0 (automatic) (rh #1177860)Jiří Klimeš2015-08-271-6/+5
* editor: allow setting MTU for a team (rh #1255927)Jiří Klimeš2015-08-272-6/+104
* editor: use GSIZE_TO_POINTER and GPOINTER_TO_SIZE for GType (rh #1245789)Jiří Klimeš2015-08-201-2/+2
* vpn: gracefully print information about missing vpn pluginThomas Haller2015-08-201-2/+7
* vpn: make use of new NMVpnPluginInfo class to load vpn pluginsThomas Haller2015-08-014-161/+53
* editor: look for the right libnm plugin keyDan Williams2015-07-311-1/+1
* connection-editor/vpn-helpers: add missing translation macroThomas Haller2015-07-151-1/+1
* wimax: remove WiMAX supportThomas Haller2015-07-156-364/+0
* build: bump requirements to 1.1-devLubomir Rintel2015-07-151-1/+1
* applet/editor: no longer add 'serial' settingDan Williams2015-07-021-17/+0
* merge: branch 'lr/vlan-connection-add'Lubomir Rintel2015-06-235-10/+93
|\
| * vlan: make it possible to add parent connection from the editorlr/vlan-connection-addLubomir Rintel2015-06-081-0/+84