diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 6 | ||||
-rw-r--r-- | ui/evolution-calendar.xml | 16 |
2 files changed, 22 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 113ac75bd7..2aadfbbb1e 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,9 @@ +2000-10-12 Damon Chaplin <damon@helixcode.com> + + * evolution-calendar.xml: Added toolbar buttons to switch views. + We'll use plain buttons for the view buttons for now, until Bonobo + toolbars support radio buttons. + 2000-10-11 Ettore Perazzoli <ettore@helixcode.com> * evolution-addressbook-ldap.xml: Apply behavior "exclusive" to diff --git a/ui/evolution-calendar.xml b/ui/evolution-calendar.xml index 0757b528e0..8f65303622 100644 --- a/ui/evolution-calendar.xml +++ b/ui/evolution-calendar.xml @@ -83,6 +83,22 @@ <separator/> + <toolitem name="DayView" label="Day" + _tip="Show 1 day" verb="ShowDayView" + pixtype="pixbuf"/> + + <toolitem name="WorkWeekView" label="5 Days" + _tip="Show the working week" verb="ShowWorkWeekView" + pixtype="pixbuf"/> + + <toolitem name="WeekView" label="Week" + _tip="Show 1 week" verb="ShowWeekView" + pixtype="pixbuf"/> + + <toolitem name="MonthView" label="Month" + _tip="Show 1 month" verb="ShowMonthView" + pixtype="pixbuf"/> + </dockitem> </Root> |