aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@novell.com>2006-04-18 23:51:43 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2006-04-18 23:51:43 +0800
commitab7c700749f00c81fb6ceb56ec2ea2f79be1734a (patch)
tree3adbb9d2b4fcaaf94583ab6cc3142ce33b5efea0 /shell/ChangeLog
parent9e929ed567809d60a9eabf29289d72ccd2325e11 (diff)
downloadgsoc2013-evolution-ab7c700749f00c81fb6ceb56ec2ea2f79be1734a.tar
gsoc2013-evolution-ab7c700749f00c81fb6ceb56ec2ea2f79be1734a.tar.gz
gsoc2013-evolution-ab7c700749f00c81fb6ceb56ec2ea2f79be1734a.tar.bz2
gsoc2013-evolution-ab7c700749f00c81fb6ceb56ec2ea2f79be1734a.tar.lz
gsoc2013-evolution-ab7c700749f00c81fb6ceb56ec2ea2f79be1734a.tar.xz
gsoc2013-evolution-ab7c700749f00c81fb6ceb56ec2ea2f79be1734a.tar.zst
gsoc2013-evolution-ab7c700749f00c81fb6ceb56ec2ea2f79be1734a.zip
Intercept the Disconnected signal and setup a timeout to try and reconnect
2006-04-18 Jeffrey Stedfast <fejj@novell.com> * e-shell-nm.c (e_shell_network_monitor): Intercept the Disconnected signal and setup a timeout to try and reconnect when the dbus daemon comes back up. svn path=/trunk/; revision=31828
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog94
1 files changed, 49 insertions, 45 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 3b79d33599..4a87fb5467 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,9 @@
+2006-04-18 Jeffrey Stedfast <fejj@novell.com>
+
+ * e-shell-nm.c (e_shell_network_monitor): Intercept the
+ Disconnected signal and setup a timeout to try and reconnect when
+ the dbus daemon comes back up.
+
2006-02-21 Tor Lillqvist <tml@novell.com>
* main.c (main): On Win32, finally call link_shutdown() (from
@@ -74,10 +80,9 @@
2006-01-02 Harish Krishnaswamy <kharish@novell.com>
- * e-shell-nm-glib.c: (e_shell_nm_glib_initialise):
- Remove suspicious and possibly redundant
- register/unregister calls. Fixes #325364 (critical
- warning crasher).
+ * e-shell-nm-glib.c (e_shell_nm_glib_initialise): Remove
+ suspicious and possibly redundant register/unregister calls. Fixes
+ #325364 (critical warning crasher).
2005-12-30 Andre Klapper <a9016009@gmx.de>
@@ -104,7 +109,6 @@
* shell.error.xml: fixed two dead links to "support.ximian.com" now to
the (yet to come) FAQ at go-evolution.org. (#315866)
-
2005-12-22 Parthasarathi Susarla <sparthasarathi@novell.com>
* Evolution-Component.idl
@@ -148,44 +152,44 @@
e_shell_go_online.
2005-12-21 Not Zed <NotZed@Ximian.com>
-
- * e-shell-view.c (impl_ShellView_setTitle): take a component id
- argument.
-
- * e-shell-window.c (component_view_free): release the corba object
- properly.
- (e_shell_window_set_title): new helper to set the title for the
- component.
- (switch_view): use the component specific title if available or
- fallback to the component name.
-
+
+ * e-shell-view.c (impl_ShellView_setTitle): take a component id
+ argument.
+
+ * e-shell-window.c (component_view_free): release the corba object
+ properly.
+ (e_shell_window_set_title): new helper to set the title for the
+ component.
+ (switch_view): use the component specific title if available or
+ fallback to the component name.
+
2004-12-21 Not Zed <NotZed@Ximian.com>
-
- ** See bug #60354.
-
- * Evolution-Component.idl: createControls -> createView and
- ComponentView to keep track of things.
-
- * Evolution-Shell.idl: return a new type ShellView from
- createNewWindow so other parts of the system can access it later.
- ShellView so far just lets you set title or switch component, but
- could be subclassed later.
-
- * e-shell.c (impl_Shell_createNewWindow): return a shell view.
-
- * e-shell-window.c (init_view): create the view from the compnent
- first, then get the controls from it separately.
- (init): setup the e-shell-view object for the create view
- thing.
-
- * e-shell-view.c (e_shell_view_new): simple bonobo object for
- Evolution_ShellView, keep track of the EShellWindow.
-
- * e-component-view.[ch]: simple bonobo object for
- Evolution_ComponentView. Just keep track of the controls.
+
+ ** See bug #60354.
+
+ * Evolution-Component.idl: createControls -> createView and
+ ComponentView to keep track of things.
+
+ * Evolution-Shell.idl: return a new type ShellView from
+ createNewWindow so other parts of the system can access it later.
+ ShellView so far just lets you set title or switch component, but
+ could be subclassed later.
+
+ * e-shell.c (impl_Shell_createNewWindow): return a shell view.
+
+ * e-shell-window.c (init_view): create the view from the compnent
+ first, then get the controls from it separately.
+ (init): setup the e-shell-view object for the create view
+ thing.
+
+ * e-shell-view.c (e_shell_view_new): simple bonobo object for
+ Evolution_ShellView, keep track of the EShellWindow.
+
+ * e-component-view.[ch]: simple bonobo object for
+ Evolution_ComponentView. Just keep track of the controls.
Committed on behalf of NotZed - partha
-
+
2005-12-17 Tor Lillqvist <tml@novell.com>
* e-config-upgrade.c: Use libedataserver's e_xml_parse_file()
@@ -233,16 +237,16 @@
solves bug # 307780
- * e-shell-window.h : added the prototype for the function
+ * e-shell-window.h: added the prototype for the function
e_shell_window_peek_statusbar(..);
-
- * e-shell-window.c : show/hide the status bar widget based on the saved
+
+ * e-shell-window.c: show/hide the status bar widget based on the saved
property.
retreive the status bar's previous status and set in UI.
define the function e_shell_window_peek_statusbar() which retrieves
the status bar widget for e-shell-window-commands.c
-
- * e-shell-window-commands.c : view_statusbar_item_toggled_handler()
+
+ * e-shell-window-commands.c: view_statusbar_item_toggled_handler()
is the component listener for the "View Status Bar" menu item.it
handles the click event in the menu item "View status Bar".The
state of the status bar is also saved every time an event occurs