summaryrefslogtreecommitdiff
path: root/src/connection-editor
Commit message (Expand)AuthorAgeFilesLines
* Correctly capitalize InfiniBandPiotr Drąg2012-08-072-5/+5
* connection-editor: add InfiniBand supportDan Winship2012-08-0712-62/+600
* connection-editor: add WiMAX supportDan Winship2012-08-077-0/+452
* connection-editor: redo as a single page with a tree of connectionsDan Winship2012-08-073-806/+397
* connection-editor: Add a new New Connection dialog, merge in VPN stuffDan Winship2012-08-0720-220/+569
* connection-editor: pass NMRemoteSettings to PageNewConnectionFuncDan Winship2012-08-0713-34/+30
* connection-editor: move VPN import/exportDan Winship2012-08-077-352/+241
* connection-editor: fix cancel from --create --type vpnDan Winship2012-08-071-1/+17
* connection-editor: update .ui fileDan Winship2012-08-071-50/+127
* Fix some leaksDan Winship2012-08-074-16/+42
* connection-editor: show the IPv6 page for VPNs that support itDan Winship2012-06-143-0/+26
* editor: fix defaults for lcp-echo-failure and lcp-echo-interval (bgo #663970)Jiří Klimeš2012-05-282-6/+9
* editor: mark DNS labels for translationJiří Klimeš2012-05-212-8/+8
* editor: allow appending manual DNS servers,domains in auto mode (bgo #611236)Jiří Klimeš2012-05-182-0/+22
* ui: add a missing mnemonic for "Available to all users" (bgo #671879)Jiří Klimeš2012-04-031-1/+2
* editor: disable Ad-Hoc WPA connections (lp:905748)Dan Williams2012-03-163-21/+79
* editor: implement blank CA certificate nag dialogDan Williams2012-03-136-0/+65
* connection-editor: Fix reparenting of GtkBuilder widgetsDan Winship2012-03-123-5/+12
* Fix use of GErrorDan Winship2012-03-1216-27/+31
* Use the new typed nm_connection_get_setting_*() methodsDan Winship2012-03-1212-40/+37
* editor: remove "close" signal connection. It caused problems on 'Esc' key.Jiří Klimeš2012-02-093-6/+3
* ui: GtkWidget "extension-events" property has been removed from GTK+Jiří Klimeš2012-02-091-1/+0
* ui: adjust mnemonics keys not to collideJiří Klimeš2012-02-097-11/+14
* editor: fix mnemonics for wired and wireless pages (rh #787479)Jiří Klimeš2012-02-095-8/+17
* editor: make connection list sortable by "Name" or "Last Used" (rh #787480)Jiří Klimeš2012-02-081-1/+22
* editor: fix interaction of single-edit mode with PolicyKit authentication (bg...Dan Williams2012-01-251-12/+28
* ppp: set default values of lcp-echo-failure and lcp-echo-interval (bgo #663970)Jiří Klimeš2012-01-161-0/+4
* trivial: fix compat with glib 2.31+Dan Williams2011-11-031-1/+6
* libnm-gtk: Restrict the list of exported symbolsMichael Biebl2011-11-031-1/+1
* vpn: select the user's home directory by default as path for import/export (l...Mathieu Trudel-Lapierre2011-09-271-0/+7
* libnm-gtk: split wireless and mobile dialogs in a separate library (bgo #657092)Giovanni Campagna2011-08-262-21/+23
* editor: fix compat with GTK+ <= 2.22Dan Williams2011-08-174-14/+68
* editor: change "Device MAC address" to combo box with an entryJiří Klimeš2011-07-2125-40/+229
* editor: default to IPv6 Auto for manually created connections tooMathieu Trudel-Lapierre2011-07-201-1/+3
* editor: get secrets for VPN export tooDan Williams2011-07-141-2/+29
* editor: remove dead VPN save secrets codeDan Williams2011-07-132-21/+0
* core: get rid of remaining gtk_hbox_new()/gtk_vbox_new() callsJiří Klimeš2011-06-212-2/+14
* Avoid one more hboxMatthias Clasen2011-06-201-0/+4
* editor: remove some debugging messagesDan Williams2011-06-201-2/+0
* applet: don't show irrelevant security options during secrets requestsDan Williams2011-06-202-5/+7
* editor: update secret flags when updating visibilityDan Williams2011-06-181-14/+50
* editor: fix calling connections_read() on freed data (rh #706906)Jiří Klimeš2011-06-071-3/+9
* editor: fix resizing GtkNotebook when user resizes main window (rh #707269)Jiří Klimeš2011-05-311-0/+1
* editor: allow _ as a valid character for GSM APNsDan Williams2011-05-171-1/+4
* editor: don't allow inserting 0.0.0.0 as destination and netmask for IPv4 routesJiří Klimeš2011-05-171-0/+6
* editor: don't crash in edit_done_cb() when connection is invalid (rh #704848)Jiří Klimeš2011-05-171-2/+5
* editor: fix widget color functions for GTK+ 3.0 and laterDan Williams2011-05-024-28/+56
* editor: validate static IP/route values while editing cells in treeviewJiří Klimeš2011-04-294-28/+249
* editor: improve usability for entering manual IP addresses and routes (rh #69...Jiří Klimeš2011-04-294-8/+516
* editor: remove pointless warning messageDan Williams2011-04-191-12/+8