From cea054cd54d84479352a43bbabc19c9ce9af5efb Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 8 Aug 2008 04:26:12 +0000 Subject: Merge revisions 35747:35930 from trunk. svn path=/branches/kill-bonobo/; revision=35931 --- shell/ChangeLog | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index 7c9dbea21e..6ecd53c350 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,76 @@ +2008-08-07 Matthew Barnes + + ** Fixes bug #467115 + + * e-component-registry.h: + Replace button and menu icon pixbufs with an icon name string. + + * e-component-registry.c (query_components): + No need to create pixbufs, just save the icon name. + + * e-sidebar.c: + Remember a default icon name rather than a default pixbuf. + + * e-sidebar.c (e_sidebar_add_button), (e_sidebar_change_button_icon): + * e-shell-window.c (e_shell_window_change_component_button_icon): + Take an icon name instead of a pixbuf. + + * e-shell-window.c (switch_view): + Call gtk_window_set_icon_name() instead of gtk_window_set_icon(). + + * e-shell-window.c (setup_widgets): + Change XML from pixtype="pixbuf" to pixbuf="filename" and derive + an appropriate filename from the icon name. + +2008-08-06 Milan Crha + + ** Fix for bug #249844 + + * test/evolution-test-component.c: (impl__get_userCreatableItems): + Do not let compiler claim. + +2008-08-04 Matthew Barnes + + ** Fixes bug #249844 + + * test/evolution-test-component.c (impl__get_userCreatableItems): + Use C_() macro instead of Q_() macro. + Use fully qualified names for "New" submenu entries. + +2008-08-01 Matthew Barnes + + ** Fixes bug #544862 + + * apps_evolution_shell.scheams.in: + Clarify description of "use_authentication" key. + +2008-07-22 Milan Crha + + ** Part of fix for bug #544022 + + * e-shell-window-commands.c: (char *authors[]): + Break the escape sequence properly (compiler warning cleanup). + +2008-07-20 Andre Klapper + + ** Fixes bug #542828 + + * e-shell-window-commands.c: + update and fix list of contributors. Patch by Maxim Ermilov. + +2008-07-20 Matthew Barnes + + ** Fixes bug #542587 + + * e-shell-window.c: Use new EOnlineButton widget. + +2008-07-19 Tor Lillqvist + + Bug 543758 - Never mark empty strings for translations + + * main.c (main): Change _("") to explicit gettext ("") to avoid + potentially confusing translation tools or translators. + 2008-17-14 Paolo Borelli ** Fix for bug #542889 -- cgit v1.2.3