From b2019f34096c075bedcc2f9db7ee94d493225768 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Fri, 22 Sep 2000 11:13:53 +0000 Subject: Added evolution-addressbook-ldap.xml. 2000-09-22 Christopher James Lahey * 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 * 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 --- ui/Makefile.am | 1 + ui/evolution-addressbook-ldap.xml | 83 +++++++++++++++++++++++++++++++++++++++ ui/evolution-addressbook.xml | 8 ++++ 3 files changed, 92 insertions(+) create mode 100644 ui/evolution-addressbook-ldap.xml (limited to 'ui') diff --git a/ui/Makefile.am b/ui/Makefile.am index b92e8da6a7..ce5bf1b3f4 100644 --- a/ui/Makefile.am +++ b/ui/Makefile.am @@ -1,6 +1,7 @@ XML_FILES = \ evolution.xml \ evolution-addressbook.xml \ + evolution-addressbook-ldap.xml \ evolution-contact-editor.xml \ evolution-mail.xml \ evolution-calendar.xml 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 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml index dc3dd76fe5..192817a0b3 100644 --- a/ui/evolution-addressbook.xml +++ b/ui/evolution-addressbook.xml @@ -59,6 +59,14 @@ + + + + \ No newline at end of file -- cgit v1.2.3