aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-net-monitor.c
Commit message (Collapse)AuthorAgeFilesLines
* ephy-net-monitor: and use && instead of ||Xan Lopez2009-11-191-1/+1
|
* ephy-net-monitor: logic of the NULL checks was invertedXan Lopez2009-11-191-1/+1
|
* Disconnect dbus callbacks when disposing of the monitor.Tom Parker2009-11-181-4/+20
| | | | | | Fixes a crash in some situations, bug #572326 Signed-off-by: Xan Lopez <xan@gnome.org>
* detect NetworkManager using pkg-configBenjamin Otte2009-03-121-1/+1
| | | | svn path=/trunk/; revision=8873
* ephy-net-monitor: remove unneeded includes, fix compiler warning.Xan Lopez2009-03-071-6/+5
| | | | svn path=/trunk/; revision=8855
* Remove $Id$ marker from source files.Xan Lopez2009-01-161-1/+0
| | | | svn path=/trunk/; revision=8695
* Use G_DEFINE_TYPE* when possible in src/ (#515601)Xan Lopez2008-02-111-32/+2
| | | | svn path=/trunk/; revision=7927
* Updates to new NetworkManager API signals for status monitoring.Cosimo Cecchi2007-10-191-12/+2
| | | | | | Patch by Matthias Clasen, fix for bug #486881. svn path=/trunk/; revision=7535
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-1/+1
| | | | | | | | | | 2007-03-11 Christian Persch <chpe@gnome.org> * *: Correct FSF address. Bug #409075, patch by John Millikin. svn path=/trunk/; revision=6952
* Don't crash when we cannot access the system bus. Bug #404514, patch byChristian Persch2007-03-041-6/+11
| | | | | | | | | | | | 2007-03-04 Christian Persch <chpe@svn.gnome.org> * src/ephy-net-monitor.c: (ephy_net_monitor_check_network), (ephy_net_monitor_startup): Don't crash when we cannot access the system bus. Bug #404514, patch by Jan de Groot. svn path=/trunk/; revision=6935
* Use UTF-8 copyright symbolChristian Persch2006-09-131-1/+1
|
* Remove some unnecessary static data.Christian Persch2006-09-071-1/+1
| | | | | | | | 2006-09-06 Christian Persch <chpe@cvs.gnome.org> * *.c *.cpp: Remove some unnecessary static data.
* Improve the current code (less complex) and add a timeouted call toJean-François Rameau2006-04-041-188/+32
| | | | | | | | | | 2006-04-03 Jean-François Rameau <jframeau@cvs.gnome.org> * src/ephy-net-monitor.c: Improve the current code (less complex) and add a timeouted call to NetworkManager when requesting network status. Bug 330479.
* Don't crash when we cannot connect to the system dbus. Bug #336557.Christian Persch2006-04-031-2/+3
| | | | | | | | | | | 2006-04-03 Christian Persch <chpe@cvs.gnome.org> * src/ephy-dbus.c: (ephy_dbus_get_bus): * src/ephy-net-monitor.c: (ephy_net_monitor_check_for_active_device), (ephy_net_monitor_attach_to_dbus), (ephy_net_monitor_startup): Don't crash when we cannot connect to the system dbus. Bug #336557.
* Doesn't return the right variable ! Add a LOG to traceJean-François Rameau2006-02-131-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 Persch2006-01-261-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 theChristian Persch2006-01-261-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.