diff options
author | Damon Chaplin <damon@helixcode.com> | 2000-10-12 23:07:08 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2000-10-12 23:07:08 +0800 |
commit | 839fe01b7dce4ca209be3998fac2092b97d23ec2 (patch) | |
tree | 377b6d65fe48c117fc859a1fb5307a5073ed7323 | |
parent | c645a2a9e8b2f586199df99a3667be2037912114 (diff) | |
download | gsoc2013-evolution-839fe01b7dce4ca209be3998fac2092b97d23ec2.tar gsoc2013-evolution-839fe01b7dce4ca209be3998fac2092b97d23ec2.tar.gz gsoc2013-evolution-839fe01b7dce4ca209be3998fac2092b97d23ec2.tar.bz2 gsoc2013-evolution-839fe01b7dce4ca209be3998fac2092b97d23ec2.tar.lz gsoc2013-evolution-839fe01b7dce4ca209be3998fac2092b97d23ec2.tar.xz gsoc2013-evolution-839fe01b7dce4ca209be3998fac2092b97d23ec2.tar.zst gsoc2013-evolution-839fe01b7dce4ca209be3998fac2092b97d23ec2.zip |
Added toolbar buttons to switch views. We'll use plain buttons for the
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.
svn path=/trunk/; revision=5888
-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> |