Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doesn't return the right variable ! Add a LOG to trace | Jean-François Rameau | 2006-02-13 | 1 | -1/+3 |
| | | | | | | | | | 2006-02-12 Jean-François Rameau <jframeau@cvs.gnome.org> * src/ephy-net-monitor.c: (ephy_net_monitor_check_for_active_device): Doesn't return the right variable ! Add a LOG to trace EphyNetworkMonitor's check for active device. | ||||
* | Store the detected network status even if we're not active. | Christian Persch | 2006-01-26 | 1 | -2/+2 |
| | | | | | | | | | 2006-01-25 Christian Persch <chpe@cvs.gnome.org> * src/ephy-net-monitor.c: (ephy_net_monitor_set_net_status), (notify_network_managed_cb): Store the detected network status even if we're not active. | ||||
* | libnm-glib be-gone! Use NetworkManager directly via DBUS, by importing the | Christian Persch | 2006-01-26 | 1 | -0/+584 |
2006-01-25 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * data/epiphany.schemas.in: * embed/mozilla/Makefile.am: * embed/mozilla/mozilla-embed-single.cpp: * lib/ephy-prefs.h: * src/Makefile.am: * src/ephy-net-monitor.c: * src/ephy-net-monitor.h: * src/ephy-shell.c: (ephy_shell_sync_network_status), (impl_get_embed_single), (ephy_shell_dispose), (ephy_shell_get_net_monitor), (_ephy_shell_create_instance), (_ephy_shell_startup): * src/ephy-shell.h: libnm-glib be-gone! Use NetworkManager directly via DBUS, by importing the excellent net-monitor extension directly into Epiphany. Code by Jean-François Rameau. |