From 7070854816195a5bc4b64d29c5565fa4e94b1475 Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Sat, 17 Jun 2000 04:20:38 +0000 Subject: added little buttons which are shown when there are more events than will * gui/e-week-view.c: added little buttons which are shown when there are more events than will fit in a day. Clicking on the button takes the user to the 1-Day view and shows the full day. * gui/e-day-view.c: * gui/e-week-view.c: set the "use_ellipsis" arg to TRUE for the EText items so we get tooltips automatically. Though we may want to use our own code to show tooltips so we can show the tips when the mouse is around the edges of the event box, and we may want to show the start and end times of the event in full. * gui/calendar-commands.c (calendar_control_activate): * gui/gnome-cal.h: added view_toolbar_buttons[] so we can access the radio buttons in the code easily. We need this if we want to jump to another view programmatically. svn path=/trunk/; revision=3605 --- calendar/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 657bc588ea..80f10623fa 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,21 @@ +2000-06-17 Damon Chaplin + + * gui/e-week-view.c: added little buttons which are shown when there + are more events than will fit in a day. Clicking on the button takes + the user to the 1-Day view and shows the full day. + + * gui/e-day-view.c: + * gui/e-week-view.c: set the "use_ellipsis" arg to TRUE for the EText + items so we get tooltips automatically. Though we may want to use our + own code to show tooltips so we can show the tips when the mouse is + around the edges of the event box, and we may want to show the start + and end times of the event in full. + + * gui/calendar-commands.c (calendar_control_activate): + * gui/gnome-cal.h: added view_toolbar_buttons[] so we can access the + radio buttons in the code easily. We need this if we want to jump to + another view programmatically. + 2000-06-16 Damon Chaplin * gui/jump.xpm: new icon for the EWeekView to jump to the day. -- cgit