2000-09-22 Christopher James Lahey <clahey@helixcode.com> * ui/Makefile.am: Added evolution-addressbook-ldap.xml. * ui/evolution-addressbook-ldap.xml: New file. (A Variation on evolution-addressbook.xml) * ui/evolution-addressbook.xml: Added View All and Stop buttons. From addressbook/ChangeLog: 2000-09-22 Christopher James Lahey <clahey@helixcode.com> * backend/ebook/e-book.c, backend/ebook/e-book.h, backend/idl/addressbook.idl, backend/pas/pas-backend-file.c, backend/pas/pas-backend-ldap.c, backend/pas-backend.c, backend/pas/pas-backend.h, backend/pas/pas-book.c, backend/pas/pas-book.h: Added a function to query static capabilities (capabilities that can be reported immediately) and implemented them in the 2 servers. * gui/component/addressbook.c: Added a View All button and a Stop button. Sorted out the new directory server stuff a bit. * gui/widgets/e-addressbook-model.c, gui/widgets/e-addressbook-model.h: Cleaned up a bit. Added a stop function. Check for capabilities before deciding whether to load all cards when initially viewed. * gui/widgets/e-addressbook-view.c, gui/widgets/e-addressbook-view.h: Added stop and view all functions. * gui/widgets/e-minicard-view-widget.c, gui/widgets/e-minicard-view-widget.h, gui/widgets/e-minicard-view.c, gui/widgets/e-minicard-view.h: Added a stop function. Check for capabilities before deciding whether to load all cards when initially viewed. svn path=/trunk/; revision=5547
72 lines
1.6 KiB
XML
72 lines
1.6 KiB
XML
<Root>
|
|
|
|
<menu>
|
|
<submenu name="File" _label="_File">
|
|
|
|
<placeholder name="Print">
|
|
|
|
<menuitem name="Print" verb="ContactsPrint"
|
|
_label="_Print Contacts..."
|
|
pixtype="stock" pixname="Menu_Print"/>
|
|
|
|
</placeholder>
|
|
|
|
</submenu>
|
|
|
|
<submenu name="View" _label="_View">
|
|
|
|
<menuitem name="AsTable" _label="As _Table"
|
|
verb="ViewAsTable"/>
|
|
|
|
<menuitem name="ViewNewContact" verb=""
|
|
_label="_New Contact"/>
|
|
|
|
</submenu>
|
|
|
|
<placeholder name="Component">
|
|
|
|
<submenu name="Tools" _label="_Tools">
|
|
|
|
<menuitem name="Search" verb="ToolSearch"
|
|
_label="_Search for contacts"
|
|
pixtype="stock" pixname="Menu_Search"/>
|
|
|
|
</submenu>
|
|
|
|
</placeholder>
|
|
</menu>
|
|
|
|
<dockitem name="Toolbar" relief="none">
|
|
<toolitem name="New" _label="New"
|
|
_decr="Create a new contact" verb="ContactNew"
|
|
pixtype="stock" pixname="New"/>
|
|
|
|
<toolitem type="separator"/>
|
|
|
|
<toolitem name="Find" _label="Find"
|
|
_descr="Find a contact" verb="ContactFind"
|
|
pixtype="stock" pixname="Search"/>
|
|
|
|
<toolitem name="Print" _label="Print"
|
|
_descr="Print contacts" verb="ContactsPrint"
|
|
pixtype="stock" pixname="Print"/>
|
|
|
|
<toolitem name="Delete" label="Delete"
|
|
_descr="Delete a contact" verb="ContactDelete"
|
|
pixtype="stock" pixname="Trash"/>
|
|
|
|
<toolitem type="separator"/>
|
|
|
|
<control name="QuickSearch"/>
|
|
|
|
<toolitem name="View All" _label="View All"
|
|
_descr="View all contacts" verb="ContactViewAll"
|
|
pixtype="stock" pixname="Multiple"/>
|
|
|
|
<toolitem name="Stop" _label="Stop"
|
|
_descr="Stop Loading" verb="ContactStop"
|
|
pixtype="stock" pixname="Stop"/>
|
|
|
|
</dockitem>
|
|
|
|
</Root> |