diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-11-16 21:07:42 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-11-16 21:07:42 +0800 |
commit | 5014e7f941b9bbcf22a40bc35738b8bd57f94503 (patch) | |
tree | 72cb173c8198bb342df662207e2b86f85be6c696 /ui/evolution-task-editor.xml | |
parent | f3393b1111bbc2d4147f5420f8df8a86436db814 (diff) | |
download | gsoc2013-evolution-5014e7f941b9bbcf22a40bc35738b8bd57f94503.tar.gz gsoc2013-evolution-5014e7f941b9bbcf22a40bc35738b8bd57f94503.tar.zst gsoc2013-evolution-5014e7f941b9bbcf22a40bc35738b8bd57f94503.zip |
added evolution tasks xml file and small changes to evolution event editor.
svn path=/trunk/; revision=30625
Diffstat (limited to 'ui/evolution-task-editor.xml')
-rw-r--r-- | ui/evolution-task-editor.xml | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/ui/evolution-task-editor.xml b/ui/evolution-task-editor.xml new file mode 100644 index 0000000000..8704d36910 --- /dev/null +++ b/ui/evolution-task-editor.xml @@ -0,0 +1,73 @@ +<Root> + <commands> + <cmd name="ViewRole" _label="R_ole Field" + _tip="Toggles whether the Role field is displayed" + type="toggle" state="0"/> + + <cmd name="ViewRSVP" _label="_RSVP" + _tip="Toggles whether the RSVP field is displayed" + type="toggle" state="0"/> + + <cmd name="ViewType" _label="_Type Field" + _tip="Toggles whether the Attendee Type field is displayed" + type="toggle" state="0"/> + + <cmd name="ViewStatus" _label="_Status Field" + _tip="Toggles whether the Status field is displayed" + type="toggle" state="0"/> + + <cmd name="ViewTimeZone" _label="Show Time _Zone" + _tip="Toggles whether the time zone is displayed" + type="toggle" state="0" pixtype="pixbuf"/> + + <cmd name="ViewCategories" _label="_Categories" + _tip="Toggles whether to display categories" + type="toggle" state="0"/> + + <cmd name="ActionClassPublic" _label="Pu_blic" + type="radio" group="class" _tip="Classify as public"/> + + <cmd name="ActionClassPrivate" _label="_Private" + type="radio" group="class" _tip="Classify as Private"/> + + <cmd name="ActionClassConfidential" _label="_Confidential" + type="radio" group="class" _tip="Classify as Confidential"/> + + <cmd name="OptionStatus" + _tip="Click change / view the status details of the task" accel="*Control**Alt*t" pixtype="pixbuf"/> + <cmd name="InsertSendOptions" _label="Send Options" + _tip="Insert advanced send options"/> + + </commands> + + <menu> + <submenu name="View"> + <placeholder name="AttendeeOptions"> + <menuitem name="ViewType" verb="" /> + <menuitem name="ViewStatus" verb="" /> + <menuitem name="ViewRole" verb="" /> + <menuitem name="ViewRSVP" verb="" /> + <separator f="" name="timezonesep"/> + <menuitem name="ViewTimeZone" verb=""/> + <menuitem name="ViewCategories" verb=""/> + </placeholder> + </submenu> + <submenu name="Insert"> + <menuitem name="InsertSendOptions" verb="" _label="Send Options"/> + </submenu> + <submenu name="Options"> + <submenu name="Classification" _label="_Classification"> + <menuitem name="ActionClassPublic" id="ActionClassPublic" verb=""/> + <menuitem name="ActionClassPrivate" id="ActionClassPrivate" verb=""/> + <menuitem name="ActionClassConfidential" id="ActionClassConfidential" verb=""/> + </submenu> + <menuitem name="OptionStatus" verb="" _label="_Status Details" pixtype="pixbuf"/> + </submenu> + </menu> + + <dockitem name="Toolbar"> + <toolitem name="ViewTimeZone" verb="" _label="Time Zone" pixtype="pixbuf"/> + <toolitem name="OptionStatus" verb="" _label="Status Details" pixtype="pixbuf"/> + </dockitem> + +</Root> |