diff options
author | Damon Chaplin <damon@src.gnome.org> | 2000-06-17 12:20:38 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2000-06-17 12:20:38 +0800 |
commit | 7070854816195a5bc4b64d29c5565fa4e94b1475 (patch) | |
tree | 4762309460a1d99edde22767a5e80e9ebddc73d8 /calendar/ChangeLog | |
parent | e67721cbd7d3549c07701913b1de32fac8807063 (diff) | |
download | gsoc2013-evolution-7070854816195a5bc4b64d29c5565fa4e94b1475.tar gsoc2013-evolution-7070854816195a5bc4b64d29c5565fa4e94b1475.tar.gz gsoc2013-evolution-7070854816195a5bc4b64d29c5565fa4e94b1475.tar.bz2 gsoc2013-evolution-7070854816195a5bc4b64d29c5565fa4e94b1475.tar.lz gsoc2013-evolution-7070854816195a5bc4b64d29c5565fa4e94b1475.tar.xz gsoc2013-evolution-7070854816195a5bc4b64d29c5565fa4e94b1475.tar.zst gsoc2013-evolution-7070854816195a5bc4b64d29c5565fa4e94b1475.zip |
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
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
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 <damon@helixcode.com> + + * 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 <damon@helixcode.com> * gui/jump.xpm: new icon for the EWeekView to jump to the day. |