summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* applet: don't crash if an agent is already registeredLubomir Rintel2015-04-281-1/+12
* editor: check gateway to be in the network specified by addr/prefix (rh #1167...Jiří Klimeš2015-04-272-28/+163
* editor: disable STP-related widgets if STP is off on init (bgo #724485)Jiří Klimeš2015-04-241-0/+1
* editor: Add support for creating Bluetooth connectionslr/bluetoothLubomir Rintel2015-04-152-1/+152
* ui: drop rest of GtkAlignmentslr/gtk-deprecationsLubomir Rintel2015-04-0714-41/+41
* ui: drop GtkAligments where they serve no purposeLubomir Rintel2015-04-078-1676/+1562
* ui: use margin_{start,end} instead of margin_{left,right}Lubomir Rintel2015-04-072-15/+15
* applet: do not crash when ModemManager is not available (rh #1199288)Jiří Klimeš2015-04-071-1/+14
* applet: do not crash when getting icon for unavailable modem (rh #1205316)Jiří Klimeš2015-04-071-1/+5
* Mark new strings as translatablePiotr Drąg2015-04-0214-29/+29
* ui: drop use of stock iconsLubomir Rintel2015-04-023-3/+3
* ui: use GtkWidget::valign instead of GtkMisc::yalignLubomir Rintel2015-04-025-6/+6
* ui: drop xalign from buttonsLubomir Rintel2015-04-0223-73/+0
* ui: drop stock buttonsLubomir Rintel2015-04-0214-58/+58
* ui: remove use of rules_hint treeview propertyLubomir Rintel2015-04-025-5/+0
* editor: additional fix for navigation in address/route treeview (rh #1201412)Jiří Klimeš2015-03-304-24/+76
* applet: display all addresses in "Connection Information" dialog (rh #953131)Jiří Klimeš2015-03-251-6/+72
* applet: fix a crash while sorting connectionsJiří Klimeš2015-03-241-4/+4
* editor: use ifname instead of UUID in slaves' master property (rh #1083186)Jiří Klimeš2015-03-204-1/+90
* applet: do not show 'Default Route' in Connection Information if there is noneJiří Klimeš2015-03-191-7/+14
* editor: fix on-the-fly color validation for 0.0.0.0/:: (rh #1201416)Jiří Klimeš2015-03-184-12/+66
* editor: improve navigation in address/route treeview (rh #1201412)Jiří Klimeš2015-03-186-81/+179
* editor: fix UI for bond page (MTU placing and mnemonic key clash)Jiří Klimeš2015-03-131-3/+3
* editor: fix assertions in filtering types of connection-helpersJiří Klimeš2015-03-101-3/+6
* editor: fix InfiniBand editor (MAC address and validation)Jiří Klimeš2015-03-101-6/+4
* editor: fix another crash when adding bridge/bond/team connectionJiří Klimeš2015-03-104-5/+11
* editor: fix a crash when editing a virtual connectionJiří Klimeš2015-03-091-1/+1
* editor: improve color-indication for bad addresses and routes (bgo #660915)Jiří Klimeš2015-03-056-56/+269
* editor: don't allow zero prefix for IP routesJiří Klimeš2015-03-042-4/+6
* editor: correct on-the-fly color error indication for empty valuesJiří Klimeš2015-03-032-2/+10
* editor: fix a crash when adding manual IPv6 routesJiří Klimeš2015-03-031-1/+0
* editor: fix displaying background color when highlighting errorsJiří Klimeš2015-03-037-13/+61
* editor: fix prefix validation for addresses, zero is not allowedJiří Klimeš2015-03-031-1/+1
* editor: allow setting multicast_snooping option for bridges (bgo #744853)Jiří Klimeš2015-03-022-20/+45
* editor: fix warning when retrieving firewall zonesDan Williams2015-02-282-2/+1
* editor: must add prefix string (not int) to list storeDan Williams2015-02-281-1/+4
* editor: fix crash in VLAN when selecting "Parent interface"Jiří Klimeš2015-02-271-9/+25
* vlan: fix setting/validation of VLAN interface nameJiří Klimeš2015-02-271-1/+1
* editor: fix setting of interface-name property for virtual connectionsJiří Klimeš2015-02-271-10/+4
* editor: fix validation of bridge/bond/team settingsJiří Klimeš2015-02-273-3/+3
* libnm-gtk: fix build in testsJiří Klimeš2015-02-271-0/+1
* applet: actually initialize the secret agentDan Williams2015-02-253-17/+14
* applet: use nm_connection_get_id()Dan Williams2015-02-251-53/+22
* applet: remove custom signal handlingDan Williams2015-02-252-26/+0
* editor: convert firewall zones retrieval to GDBusDan Williams2015-02-251-33/+64
* build: rename NMA_* to LIBNM_GLIB_*Dan Williams2015-02-255-8/+10
* applet: port to libnmDan Winship2015-02-2523-992/+699
* connection-editor: port to libnmDan Winship2015-02-2563-1202/+771
* build: split dbus-glib CFLAGS/LIBS from NMADan Williams2015-02-253-3/+6
* libnma: new libnm-based version of libnm-gtkDan Winship2015-02-2514-2/+5829