2002-01-18 Christopher James Lahey <clahey@ximian.com> * gui/component/addressbook.c (view_contact_cb): New verb to open a bunch of cards. * gui/widgets/e-addressbook-reflow-adapter.c (open_card): Call e_addressbook_show_multiple_cards instead of doing this ourselves. * gui/widgets/e-addressbook-util.c, gui/widgets/e-addressbook-util.h (e_addressbook_show_multiple_cards): Added this function to show a bunch of cards, including a dialog if lots of windows are going to appear. * gui/widgets/e-addressbook-view.c (e_addressbook_view_view, e_addressbook_view_can_view): e_addressbook_view_view calls e_addressbook_show_multiple_cards on the appropriate list of cards. From ui/ChangeLog: 2002-01-18 Christopher James Lahey <clahey@ximian.com> * evolution-addressbook.xml: Added File->Open which calls the ContactsView command. svn path=/trunk/; revision=15355
172 lines
4.5 KiB
XML
172 lines
4.5 KiB
XML
<Root>
|
|
<commands>
|
|
<cmd name="ContactDelete"
|
|
_tip="Delete selected contacts"
|
|
accel="*Control*d"/>
|
|
|
|
<cmd name="ContactNew"
|
|
_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="ContactsView"
|
|
_tip="View the current contact"
|
|
accel="*Control*o"/>
|
|
|
|
<cmd name="ContactStop"
|
|
_tip="Stop Loading"
|
|
pixtype="stock" pixname="Stop"/>
|
|
|
|
<cmd name="ContactsCut" _label="Cut" _tip="Cut the selection"
|
|
accel="*Control*x"/>
|
|
|
|
<cmd name="ContactsCopy" _label="Copy"
|
|
_tip="Copy the selection"
|
|
accel="*Control*c"/>
|
|
|
|
<cmd name="ContactsPaste" _label="Paste"
|
|
_tip="Paste the clipboard"
|
|
accel="*Control*v"/>
|
|
|
|
<cmd name="ContactsSelectAll" _label="Select All"
|
|
_tip="Select all contacts"
|
|
accel="*Control*a"/>
|
|
|
|
<cmd name="ContactsSaveAsVCard" _label="Save as VCard"
|
|
_tip="Save selected contacts as a VCard."
|
|
accel="*Control*v"/>
|
|
|
|
<cmd name="ContactsSendContactToOther" _label="Forward Contact"
|
|
_tip="Send selected contacts to another person."/>
|
|
|
|
<cmd name="ContactsSendMessageToContact" _label="Send message to contact"
|
|
_tip="Send a mess to the selected contacts."/>
|
|
|
|
</commands>
|
|
|
|
<menu>
|
|
<submenu name="File">
|
|
<placeholder name="FileOps">
|
|
<menuitem name="ContactsView"
|
|
verb="" _label="_Open"/>
|
|
<menuitem name="ContactsSaveAsVCard"
|
|
verb="" _label="_Save as VCard"
|
|
pixtype="pixbuf"/>
|
|
</placeholder>
|
|
|
|
<submenu name="New">
|
|
<placeholder name="NewFirstItem">
|
|
<menuitem name="ContactNew" verb=""
|
|
_label="_Contact"
|
|
pixtype="pixbuf"/>
|
|
<menuitem name="ContactNewList" verb=""
|
|
_label="_Contact List"
|
|
pixtype="pixbuf"/>
|
|
<separator f="" name="eadbk1"/>
|
|
</placeholder>
|
|
</submenu>
|
|
|
|
<placeholder name="Print">
|
|
|
|
<menuitem name="ContactsPrintPreview" verb=""
|
|
_label="Print Preview"
|
|
pixtype="pixbuf"/>
|
|
<menuitem name="ContactsPrint" verb=""
|
|
_label="_Print..."
|
|
pixtype="pixbuf"/>
|
|
</placeholder>
|
|
|
|
</submenu>
|
|
|
|
<placeholder name="EditPlaceholder">
|
|
|
|
<submenu name="Edit" _label="_Edit">
|
|
<menuitem name="ContactsCut" verb="" _label="C_ut"
|
|
pixtype="pixbuf"/>
|
|
|
|
<menuitem name="ContactsCopy" verb="" _label="_Copy"
|
|
pixtype="pixbuf"/>
|
|
|
|
<menuitem name="ContactsPaste" verb="" _label="_Paste"
|
|
pixtype="pixbuf"/>
|
|
|
|
<menuitem name="ContactDelete" verb=""
|
|
_label="Delete" pixtype="pixbuf"/>
|
|
<separator f="" name="eadbk2"/>
|
|
|
|
<menuitem name="ContactsSelectAll" verb="" _label="_Select All"/>
|
|
</submenu>
|
|
|
|
</placeholder>
|
|
|
|
<submenu name="View">
|
|
</submenu>
|
|
|
|
<placeholder name="ComponentActionsPlaceholder">
|
|
<submenu name="Actions" _label="_Actions">
|
|
|
|
<menuitem name="ContactsSendContactToOther"
|
|
_label="_Forward Contact..." verb=""/>
|
|
|
|
<menuitem name="ContactsSendMessageToContact"
|
|
_label="Send _Message to Contact..." verb=""/>
|
|
</submenu>
|
|
</placeholder>
|
|
|
|
<submenu name="Tools">
|
|
<placeholder name="ComponentPlaceholder">
|
|
<menuitem name="ToolSearch"
|
|
verb=""
|
|
_label="_Search for Contacts"
|
|
pixtype="pixbuf"/>
|
|
|
|
<menuitem name="AddressbookConfig" verb=""
|
|
_label="_Addressbook Sources..."
|
|
pixtype ="pixbuf"/>
|
|
<separator f="" name="eadbk3"/>
|
|
</placeholder>
|
|
</submenu>
|
|
|
|
</menu>
|
|
|
|
<dockitem name="Toolbar">
|
|
<toolitem name="ContactNew" verb=""
|
|
_label="New Contact"
|
|
pixtype="pixbuf" priority="1"/>
|
|
|
|
<toolitem name="ContactNewList" verb=""
|
|
_label="New List"
|
|
pixtype="pixbuf" priority="1"/>
|
|
|
|
<separator f="" name="eadbk4"/>
|
|
|
|
<toolitem name="ContactsPrint" verb=""
|
|
_label="Print" pixtype="pixbuf"/>
|
|
|
|
<toolitem name="ContactDelete" verb=""
|
|
_label="Delete" pixtype="pixbuf"/>
|
|
|
|
<toolitem name="ContactStop" verb=""
|
|
_label="Stop"/>
|
|
|
|
</dockitem>
|
|
|
|
<keybindings>
|
|
<accel name="Delete" verb="ContactDelete"/>
|
|
<accel name="BackSpace" verb="ContactDelete"/>
|
|
</keybindings>
|
|
|
|
</Root>
|