aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2001-06-25 09:00:05 +0800
committerChris Toshok <toshok@src.gnome.org>2001-06-25 09:00:05 +0800
commitc3a78dda1b4562ae56fcfbdcc9fa9f6e251fe6aa (patch)
tree8b3554cd860612865bd6b16e773ba47a00746119 /ui
parent655618cde13e993ec4aae1086575ec2dacfc5e2c (diff)
downloadgsoc2013-evolution-c3a78dda1b4562ae56fcfbdcc9fa9f6e251fe6aa.tar
gsoc2013-evolution-c3a78dda1b4562ae56fcfbdcc9fa9f6e251fe6aa.tar.gz
gsoc2013-evolution-c3a78dda1b4562ae56fcfbdcc9fa9f6e251fe6aa.tar.bz2
gsoc2013-evolution-c3a78dda1b4562ae56fcfbdcc9fa9f6e251fe6aa.tar.lz
gsoc2013-evolution-c3a78dda1b4562ae56fcfbdcc9fa9f6e251fe6aa.tar.xz
gsoc2013-evolution-c3a78dda1b4562ae56fcfbdcc9fa9f6e251fe6aa.tar.zst
gsoc2013-evolution-c3a78dda1b4562ae56fcfbdcc9fa9f6e251fe6aa.zip
add cmd for ContactNewList and ContactsPrintPreview. Also, correct the tip
2001-06-24 Chris Toshok <toshok@ximian.com> * evolution-addressbook.xml: add cmd for ContactNewList and ContactsPrintPreview. Also, correct the tip for Select All and add the accelerator. Add menu/tool items for ContactNewList, and remove the tool item for ContactViewAll. * Makefile.am (XML_FILES): add evolution-contact-list-editor.xml. svn path=/trunk/; revision=10459
Diffstat (limited to 'ui')
-rw-r--r--ui/ChangeLog9
-rw-r--r--ui/Makefile.am1
-rw-r--r--ui/evolution-addressbook.xml25
3 files changed, 27 insertions, 8 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 217d912b54..79270e7587 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,12 @@
+2001-06-24 Chris Toshok <toshok@ximian.com>
+
+ * evolution-addressbook.xml: add cmd for ContactNewList and
+ ContactsPrintPreview. Also, correct the tip for Select All and
+ add the accelerator. Add menu/tool items for ContactNewList, and
+ remove the tool item for ContactViewAll.
+
+ * Makefile.am (XML_FILES): add evolution-contact-list-editor.xml.
+
2001-06-23 Ettore Perazzoli <ettore@ximian.com>
* evolution.xml: Get rid of the status bar.
diff --git a/ui/Makefile.am b/ui/Makefile.am
index 6c66d70618..2fc5d2f392 100644
--- a/ui/Makefile.am
+++ b/ui/Makefile.am
@@ -3,6 +3,7 @@ XML_FILES = \
evolution-addressbook.xml \
evolution-calendar.xml \
evolution-contact-editor.xml \
+ evolution-contact-list-editor.xml \
evolution-comp-editor.xml \
evolution-event-editor.xml \
evolution-executive-summary.xml \
diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml
index e5ff1d702f..bc15e5c8c1 100644
--- a/ui/evolution-addressbook.xml
+++ b/ui/evolution-addressbook.xml
@@ -9,11 +9,19 @@
_tip="Create new contact"
accel="*Control*n"/>
+ <cmd name="ContactNewList"
+ _tip="Create new contact list"/>
+
<cmd name="ContactsPrint"
_tip="Print selected contacts"
pixtype="stock" pixname="Print"
accel="*Control*p"/>
+ <cmd name="ContactsPrintPreview"
+ _tip="Previews the contacts to be printed"
+ pixtype="stock" pixname="Print"
+ accel="*Control*p"/>
+
<cmd name="ContactStop"
_tip="Stop Loading"
pixtype="stock" pixname="Stop"/>
@@ -30,7 +38,8 @@
accel="*Control*v"/>
<cmd name="ContactsSelectAll" _label="Select All"
- _tip="Select everything"/>
+ _tip="Select all contacts"
+ accel="*Control*a"/>
</commands>
@@ -42,6 +51,9 @@
<menuitem name="ContactNew" verb=""
_label="_Contact"
pixtype="pixbuf"/>
+ <menuitem name="ContactNewList" verb=""
+ _label="_Contact Group"
+ pixtype="pixbuf"/>
<separator/>
</placeholder>
</submenu>
@@ -50,7 +62,6 @@
<menuitem name="ContactsPrintPreview" verb=""
_label="Print Preview"
- _tip="Previews the message to be printed"
pixtype="pixbuf"/>
<menuitem name="ContactsPrint" verb=""
_label="_Print..."/>
@@ -95,6 +106,10 @@
_label="New contact"
pixtype="pixbuf" priority="1"/>
+ <toolitem name="ContactNewList" verb=""
+ _label="New list"
+ pixtype="pixbuf" priority="1"/>
+
<separator/>
<toolitem name="ContactsPrint" verb=""
@@ -103,12 +118,6 @@
<toolitem name="ContactDelete" verb=""
_label="Delete"/>
- <separator/>
-
- <toolitem name="ContactViewAll" verb=""
- _label="View All" _tip="View all contacts"
- pixtype="pixbuf"/>
-
<toolitem name="ContactStop" verb=""
_label="Stop"/>