2006-05-04 Harish Krishnaswamy <kharish@novell.com>
* gui/dialogs/event-page.glade: Set mnemonic to
L instead of the conflicting 'i'. Fixes#334056.
svn path=/trunk/; revision=31953
2006-04-28 Sven Herzberg <herzi@gnome-de.org>
reviewed by: Srinivasa Ragavan
* shell/apps_evolution_shell.schemas.in.in: added boolean key for the
maximized state of the window
* shell/e-shell-window.c: added window state saving and updated window
size saving to work as expected (fixes bug 243962)
svn path=/trunk/; revision=31926
2006-04-28 Boby Wang <boby.wang@sun.com>
Fix for #339136
* calendar/ea-cal-view-event.c: (ea_cal_view_event_get_type),
(ea_cal_view_event_class_init), (ea_cal_view_event_init),
(ea_cal_view_event_dispose),
(ea_cal_view_event_get_index_in_parent),
(ea_cal_view_event_ref_state_set):
add necessary AtkStateSet to EaCalViewEvent.
* calendar/ea-cal-view-event.h:
add necessary AtkStateSet to EaCalViewEvent.
* calendar/ea-calendar.c: (e_cal_view_a11y_init):
replace e_cal_view_get_type with e_calendar_view_get_type
* calendar/ea-day-view.c: (ea_day_view_get_type):
replace e_cal_view_get_type with e_calendar_view_get_type
* calendar/ea-week-view.c:
* calendar/ea-week-view.h:
change the base class of EaWeekView from GtkAccessible to EaCalView
svn path=/trunk/; revision=31924
2006-04-28 Boby Wang <boby.wang@sun.com>
Fix for # 333725
* ea-factory.h: Disable accessible code when accessibility is not enabled
* gal-a11y-factory.h: Remove some unused code
svn path=/trunk/; revision=31922
2006-04-27 Rodney Dawes <dobey@novell.com>
* evolution-mail-global.xml: Don't set gtk-delete as the stock icon
for Empty Trash
* evolution-mail-message.xml: Set the MessageDelete icon as a pixbuf
from the code
Don't set an icon for MessageUndelete
Fixes#339626
svn path=/trunk/; revision=31921
2006-04-27 Rodney Dawes <dobey@novell.com>
* em-folder-tree.c (render_pixbuf): Use gnome-fs-trash-empty rather
than stock_delete for the Trash folder icon
* em-folder-view.c (emfv_popup_items[]): Don't set an icon for Undelete
(emfv_message_pixmaps[]): Don't set an icon for Undelete and set the
icon for deleting a message to gnome-fs-trash-empty, not stock_delete
Fixes#339626
svn path=/trunk/; revision=31920
2006-04-27 Tor Lillqvist <tml@novell.com>
* gui/e-day-view-main-item.c
(e_day_view_main_item_draw_long_events_in_vbars): Fix crash:
Should use a GdkColor struct as such here, not a pointer.
* gui/dialogs/event-editor.c (event_editor_init): Construct
pathname to query-free-busy.png at run-time. Fixes Win32 build
broken by the fix for #321832 below.
svn path=/trunk/; revision=31917
2006-04-27 Tor Lillqvist <tml@novell.com>
* win32/libemiscwidgets.def: Add e_expander_get_type which now is
needed when linking libevolution-widgets-a11y.
svn path=/trunk/; revision=31913
2006-04-27 Boby Wang <boby.wang@sun.com>
Fix for #332821
* widgets/Makefile.am:
* widgets/ea-expander.[ch]:
Add two new files to implement the accessibility of EExpander.
* widgets/ea-widgets.[ch]:(e_expander_a11y_init):
Implement the accessibility of EExpander.
svn path=/trunk/; revision=31911
2006-04-25 Jeffrey Stedfast <fejj@novell.com>
* configure.in: Figure out auto-magically what the mozilla-nss
pkg-config module name is.
svn path=/trunk/; revision=31890