diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-09-22 19:13:53 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-09-22 19:13:53 +0800 |
commit | b2019f34096c075bedcc2f9db7ee94d493225768 (patch) | |
tree | 60117e19ac3be2357786d4fd6dec1b6454de9daa /ui/evolution-addressbook-ldap.xml | |
parent | 0d39d588a7da56bca9c195615d765edd572b3a41 (diff) | |
download | gsoc2013-evolution-b2019f34096c075bedcc2f9db7ee94d493225768.tar gsoc2013-evolution-b2019f34096c075bedcc2f9db7ee94d493225768.tar.gz gsoc2013-evolution-b2019f34096c075bedcc2f9db7ee94d493225768.tar.bz2 gsoc2013-evolution-b2019f34096c075bedcc2f9db7ee94d493225768.tar.lz gsoc2013-evolution-b2019f34096c075bedcc2f9db7ee94d493225768.tar.xz gsoc2013-evolution-b2019f34096c075bedcc2f9db7ee94d493225768.tar.zst gsoc2013-evolution-b2019f34096c075bedcc2f9db7ee94d493225768.zip |
Added evolution-addressbook-ldap.xml.
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
Diffstat (limited to 'ui/evolution-addressbook-ldap.xml')
-rw-r--r-- | ui/evolution-addressbook-ldap.xml | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/ui/evolution-addressbook-ldap.xml b/ui/evolution-addressbook-ldap.xml new file mode 100644 index 0000000000..02fb384d30 --- /dev/null +++ b/ui/evolution-addressbook-ldap.xml @@ -0,0 +1,83 @@ +<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> + + <placeholder name="Component"> + + <submenu name="Actions" _label="_Actions"> + + <menuitem name="New Directory Server" verb="ContactNewServer" + _label="N_ew Directory Server"/> + + </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>
\ No newline at end of file |