NetworkManager/clients/tui
Dan Winship 677314c540 libnm: fix NMActiveConnection object-path-valued properties
NMActiveConnection:connection was an object path rather than an
NMRemoteConnection because in the past the NMObject property system
wasn't capable of handling NMRemoteConnection-valued properties.
NMActiveConnection:master was an object path rather than an NMDevice
entirely by accident. Fix both.

NMActiveConnection:specific-object can't currently be converted to an
object, because we don't know ahead of time what object type it is,
and NMObject can't deal with that. Instead, we rename it to
:specific-object-path (and likewise for its get function), both to
emphasize that it doesn't behave like other properties, and to leave
the old name open for an actual object-valued property later on.
2014-10-10 13:10:19 -04:00
..
newt tui: fix some valgrind warnings 2014-10-07 07:54:47 -04:00
Makefile.am libnm: port to GDBus 2014-09-18 11:51:09 -04:00
nm-editor-bindings.c Revert "tui: fix a crash" 2014-09-17 08:21:21 -04:00
nm-editor-bindings.h all: stop using virtual interface-name properties 2014-09-04 09:18:43 -04:00
nm-editor-utils.c libnm: merge NMRemoteSettings into NMClient 2014-10-10 12:40:19 -04:00
nm-editor-utils.h libnm: merge NMRemoteSettings into NMClient 2014-10-10 12:40:19 -04:00
nmt-address-list.c tui: don't call g_strv_length() on NULL 2014-09-22 12:25:20 +02:00
nmt-address-list.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-connect-connection-list.c libnm: fix NMActiveConnection object-path-valued properties 2014-10-10 13:10:19 -04:00
nmt-connect-connection-list.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-device-entry.c libnm: change empty-GPtrArray-return semantics 2014-09-04 09:21:05 -04:00
nmt-device-entry.h libnm: add NetworkManager.h, disallow including individual headers 2014-08-01 14:34:40 -04:00
nmt-edit-connection-list.c libnm: merge NMRemoteSettings into NMClient 2014-10-10 12:40:19 -04:00
nmt-edit-connection-list.h libnm: add NetworkManager.h, disallow including individual headers 2014-08-01 14:34:40 -04:00
nmt-editor-page.c tui: reorganize page-creation code a bit 2014-09-16 07:58:37 -04:00
nmt-editor-page.h tui: reorganize page-creation code a bit 2014-09-16 07:58:37 -04:00
nmt-editor.c libnm: merge NMRemoteSettings into NMClient 2014-10-10 12:40:19 -04:00
nmt-editor.h libnm: add NetworkManager.h, disallow including individual headers 2014-08-01 14:34:40 -04:00
nmt-ip-entry.c clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-ip-entry.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-mac-entry.c tui: fix an NmtMacEntry bug introduced when changing hwaddrs to strings 2014-10-02 13:18:26 -04:00
nmt-mac-entry.h libnm-core: include ETH_ALEN/INFINIBAND_ALEN defines in nm-utils.h 2014-08-07 14:04:14 -04:00
nmt-mtu-entry.c clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-mtu-entry.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-page-bond.c tui: additional fix for 'primary' option 2014-09-23 08:27:49 +02:00
nmt-page-bond.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-page-bridge-port.c clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-page-bridge-port.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-page-bridge.c all: stop using virtual interface-name properties 2014-09-04 09:18:43 -04:00
nmt-page-bridge.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-page-device.c tui: reorganize page-creation code a bit 2014-09-16 07:58:37 -04:00
nmt-page-device.h tui: reorganize page-creation code a bit 2014-09-16 07:58:37 -04:00
nmt-page-dsl.c tui: add support for editing DSL connections (rh #1105753) 2014-09-16 07:58:38 -04:00
nmt-page-dsl.h tui: add support for editing DSL connections (rh #1105753) 2014-09-16 07:58:38 -04:00
nmt-page-ethernet.c clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-page-ethernet.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-page-grid.c clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-page-grid.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-page-infiniband.c clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-page-infiniband.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-page-ip4.c tui: reorganize page-creation code a bit 2014-09-16 07:58:37 -04:00
nmt-page-ip4.h tui: reorganize page-creation code a bit 2014-09-16 07:58:37 -04:00
nmt-page-ip6.c tui: reorganize page-creation code a bit 2014-09-16 07:58:37 -04:00
nmt-page-ip6.h tui: reorganize page-creation code a bit 2014-09-16 07:58:37 -04:00
nmt-page-main.c tui: fix error: ‘return’ with no value, in function returning non-void 2014-09-16 18:26:17 +02:00
nmt-page-main.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-page-ppp.c tui: add support for editing DSL connections (rh #1105753) 2014-09-16 07:58:38 -04:00
nmt-page-ppp.h tui: add support for editing DSL connections (rh #1105753) 2014-09-16 07:58:38 -04:00
nmt-page-team-port.c clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-page-team-port.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-page-team.c all: stop using virtual interface-name properties 2014-09-04 09:18:43 -04:00
nmt-page-team.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-page-vlan.c all: stop using virtual interface-name properties 2014-09-04 09:18:43 -04:00
nmt-page-vlan.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-page-wifi.c tui: fix accessing NULL in g_bytes_get_data() 2014-10-06 13:52:43 +02:00
nmt-page-wifi.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-password-dialog.c tui: fix an earlier bugfix 2014-09-19 10:05:46 -04:00
nmt-password-dialog.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-password-fields.c tui: fix updating of NmtPasswordFields passwords (bgo #733002) 2014-09-04 09:49:14 -05:00
nmt-password-fields.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-route-editor.c clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-route-editor.h libnm: add NetworkManager.h, disallow including individual headers 2014-08-01 14:34:40 -04:00
nmt-route-entry.c libnm: add NetworkManager.h, disallow including individual headers 2014-08-01 14:34:40 -04:00
nmt-route-entry.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-route-table.c tui: fix multiple route editor bugs (rh #1149175) 2014-10-08 10:18:42 -04:00
nmt-route-table.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-secret-agent.c tui: fix a double free 2014-09-19 09:43:01 -04:00
nmt-secret-agent.h libnm: add NetworkManager.h, disallow including individual headers 2014-08-01 14:34:40 -04:00
nmt-slave-list.c libnm-core: drop nm_{setting,connection}_get_virtual_iface_name() 2014-09-04 09:18:43 -04:00
nmt-slave-list.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-utils.c clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-utils.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmt-widget-list.c all: remove a bunch of unnecessary dbus/dbus-glib includes 2014-09-03 10:45:24 -04:00
nmt-widget-list.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmtui-connect.c libnm: make sync/async APIs more GLib-like 2014-09-25 09:29:20 -04:00
nmtui-connect.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmtui-edit.c libnm: merge NMRemoteSettings into NMClient 2014-10-10 12:40:19 -04:00
nmtui-edit.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmtui-hostname.c libnm: merge NMRemoteSettings into NMClient 2014-10-10 12:40:19 -04:00
nmtui-hostname.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00
nmtui.c libnm: merge NMRemoteSettings into NMClient 2014-10-10 12:40:19 -04:00
nmtui.h libnm: merge NMRemoteSettings into NMClient 2014-10-10 12:40:19 -04:00
vpn-helpers.c libnm, core, cli, tui: fix the capitalization of various types 2014-08-01 14:34:06 -04:00
vpn-helpers.h clients: reorganize source tree, put all the installed clients together 2014-07-30 15:56:19 -04:00