aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamon Chaplin <damon@helixcode.com>2001-01-08 08:33:37 +0800
committerDamon Chaplin <damon@src.gnome.org>2001-01-08 08:33:37 +0800
commit45b8f9d767b5a178e0fdcb48901e664334fd8183 (patch)
treeef249a435cecf4ebec11f7703be2466876b5030f
parentbe039ac00470f597c133dfa259ea01737958aa6a (diff)
downloadgsoc2013-evolution-45b8f9d767b5a178e0fdcb48901e664334fd8183.tar
gsoc2013-evolution-45b8f9d767b5a178e0fdcb48901e664334fd8183.tar.gz
gsoc2013-evolution-45b8f9d767b5a178e0fdcb48901e664334fd8183.tar.bz2
gsoc2013-evolution-45b8f9d767b5a178e0fdcb48901e664334fd8183.tar.lz
gsoc2013-evolution-45b8f9d767b5a178e0fdcb48901e664334fd8183.tar.xz
gsoc2013-evolution-45b8f9d767b5a178e0fdcb48901e664334fd8183.tar.zst
gsoc2013-evolution-45b8f9d767b5a178e0fdcb48901e664334fd8183.zip
new file for the Tasks controls.
2001-01-08 Damon Chaplin <damon@helixcode.com> * evolution-tasks.xml: new file for the Tasks controls. * Makefile.am (XML_FILES): added the above file. svn path=/trunk/; revision=7296
-rw-r--r--ui/ChangeLog6
-rw-r--r--ui/Makefile.am3
-rw-r--r--ui/evolution-tasks.xml70
3 files changed, 78 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index a29497f514..e86bd06f5e 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,9 @@
+2001-01-08 Damon Chaplin <damon@helixcode.com>
+
+ * evolution-tasks.xml: new file for the Tasks controls.
+
+ * Makefile.am (XML_FILES): added the above file.
+
2001-01-02 Federico Mena Quintero <federico@helixcode.com>
* evolution-event-editor.xml:
diff --git a/ui/Makefile.am b/ui/Makefile.am
index cac3624a78..a6b55836c6 100644
--- a/ui/Makefile.am
+++ b/ui/Makefile.am
@@ -8,7 +8,8 @@ XML_FILES = \
evolution-mail.xml \
evolution-message-composer.xml \
evolution-subscribe.xml \
- evolution-task-editor-dialog.xml
+ evolution-task-editor-dialog.xml\
+ evolution-tasks.xml
uidir = $(datadir)/gnome/ui
ui_DATA = $(XML_FILES)
diff --git a/ui/evolution-tasks.xml b/ui/evolution-tasks.xml
new file mode 100644
index 0000000000..fd86f0428a
--- /dev/null
+++ b/ui/evolution-tasks.xml
@@ -0,0 +1,70 @@
+<Root>
+
+ <menu>
+ <submenu name="File">
+
+ <placeholder name="FileOps">
+
+ <menuitem name="TasksSaveAs" verb=""
+ _label="_Save As..."
+ _tip="Save task as something else"
+ accel="*Control*a"/>
+
+ </placeholder>
+
+ <placeholder name="Print">
+
+ <menuitem name="Print" verb="TasksPrint"
+ _label="_Print"
+ pixtype="stock" pixname="Print"
+ accel="*Control*p"/>
+
+ </placeholder>
+
+ </submenu>
+
+ <submenu name="Edit">
+
+
+ </submenu>
+
+ <submenu name="Settings">
+
+ <menuitem name="Preferences" _label="Tasks Preferences..."
+ verb="TasksPreferences" _tip="Alter preferences"
+ />
+
+ </submenu>
+ </menu>
+
+ <dockitem name="Toolbar">
+ <toolitem name="New" _label="New"
+ _tip="Create a new task" verb="TasksNewTask"
+ pixtype="stock" pixname="New"/>
+
+ <separator/>
+
+ <toolitem name="Print" _label="Print"
+ _tip="Print" verb="TasksPrint"
+ pixtype="stock" pixname="Print"/>
+
+ </dockitem>
+
+</Root>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+