2007-02-12 Tambet Ingo <tambet@ximian.com>
authorTambet Ingo <tambet@ximian.com>
Mon, 12 Feb 2007 09:23:43 +0000 (09:23 +0000)
committerTambet Ingo <tambet@gmail.com>
Mon, 12 Feb 2007 09:23:43 +0000 (09:23 +0000)
commit8a4c57f63186bac717e3d0d547a3b5931fb19b13
tree9c6a2873c32a5a75454edc945b0747e863f626e8
parent13af56e67d54e3b9b99b8ca4e7aae5046aafd336
2007-02-12  Tambet Ingo  <tambet@ximian.com>

Totally break NetworkManager. Please use 0.6 branch until futher notice.

* src/:
- Remove old low-level dbus interface implementations and replace them
  with dbus-glib one.

* configure.in:
- Require dbus-glib >= 0.72.
- Plug in new sources to build.

* libnm-glib/:
- Implement GObject wrappers on top of DBUS glib auto-generated bindings
  to make it more convenient to use from GObject based programs.

* introspection/:
- Implement DBUS XML introspection files, used by both NM and libnm-glib.

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2309 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
44 files changed:
ChangeLog
Makefile.am
configure.in
include/NetworkManager.h
introspection/nm-access-point.xml [new file with mode: 0644]
introspection/nm-device-802-11-wireless.xml [new file with mode: 0644]
introspection/nm-device-802-3-ethernet.xml [new file with mode: 0644]
introspection/nm-device.xml [new file with mode: 0644]
introspection/nm-manager.xml [new file with mode: 0644]
libnm-glib/Makefile.am [new file with mode: 0644]
libnm-glib/libnm-glib-test.c [new file with mode: 0644]
libnm-glib/libnm-glib.pc.in [new file with mode: 0644]
libnm-glib/nm-access-point.c [new file with mode: 0644]
libnm-glib/nm-access-point.h [new file with mode: 0644]
libnm-glib/nm-client.c [new file with mode: 0644]
libnm-glib/nm-client.h [new file with mode: 0644]
libnm-glib/nm-device-802-11-wireless.c [new file with mode: 0644]
libnm-glib/nm-device-802-11-wireless.h [new file with mode: 0644]
libnm-glib/nm-device-802-3-ethernet.c [new file with mode: 0644]
libnm-glib/nm-device-802-3-ethernet.h [new file with mode: 0644]
libnm-glib/nm-device-private.h [new file with mode: 0644]
libnm-glib/nm-device.c [new file with mode: 0644]
libnm-glib/nm-device.h [new file with mode: 0644]
libnm-glib/nm-utils.c [new file with mode: 0644]
libnm-glib/nm-utils.h [new file with mode: 0644]
src/Makefile.am
src/NetworkManager.c
src/NetworkManagerDbus.c
src/NetworkManagerMain.h
src/nm-dbus-device.c
src/nm-dbus-manager.c
src/nm-dbus-manager.h
src/nm-dbus-net.c
src/nm-device-802-11-wireless.c
src/nm-device-802-3-ethernet.c
src/nm-device-802-3-ethernet.h
src/nm-device-interface.c
src/nm-device-interface.h
src/nm-device.c
src/nm-manager.c
src/vpn-manager/nm-vpn-manager.c
test/nm-tool.c
test/nminfotest.c
test/nmtestdevices.c