aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_UTILS_2_0_2nobody2002-05-161-91/+0
* Updated this to have the ConfigControlFactory have an addressbookwideChristopher James Lahey2002-05-041-3/+3
* fixJP Rosevear2002-05-011-4/+3
* Don't link to libibex anymore.Jeffrey Stedfast2002-04-271-1/+0
* add LDAP_CFLAGS to INCLUDESChris Toshok2002-04-191-0/+1
* fix memory leaks.Chris Toshok2002-04-191-9/+9
* Update for libversit change: Use .a rather than .la now.Dan Winship2002-03-201-1/+1
* Define $(iconsdir).Ettore Perazzoli2002-02-221-1/+2
* Clean up some of the Makefiles so we dont' link every library multipleEttore Perazzoli2002-01-251-30/+24
* Initialize gnome-vfs.Jon Trowbridge2001-10-251-0/+2
* add -DEVOLUTION_IMAGESDIR.Chris Toshok2001-09-071-1/+3
* Add camel dependency.Jon Trowbridge2001-08-031-0/+2
* Added $(BONOBO_CONF_LIBS).Christopher James Lahey2001-07-031-0/+1
* correct path to libecontacteditor.a. (minicard_widget_test_LDADD): same.Chris Toshok2001-06-251-20/+22
* Null terminate the strv here. (e_card_locate_match): ref here instead ofChristopher James Lahey2001-06-091-0/+1
* Reference libeshell.la instead of libeshell.a.Peter Williams2001-05-261-1/+1
* use define from widgets/misc/e-filter-bar.h instead of own enumeration andGediminas Paulauskas2001-05-081-1/+0
* Added. Call me old-fashioned, but I just prefer to have a real API ratherJon Trowbridge2001-03-231-1/+3
* Switched to use e_contact_quick_add_free_form. Removed debugging code,Jon Trowbridge2001-03-091-1/+3
* Marked strings for translation in this newly created file. Hook up theKjartan Maraas2001-02-131-2/+7
* Getting almost full and proper use of xml-i18n-tools.Gediminas Paulauskas2001-02-111-2/+1
* new function, calling our new config ui code. (control_activate): noChris Toshok2000-12-301-7/+5
* add addressbook-config.[ch].Chris Toshok2000-12-291-0/+2
* return NULL if we can't create a view.Michael Meeks2000-12-051-1/+1
* Add widgets/menus/libmenus.la to evolution_addressbook_LDADD so that itMatt Bissiri2000-11-191-1/+2
* AM_GNOME_GETTEXT doesn't use $(datadir)/locale as the locale dir. (ItDan Winship2000-10-241-1/+1
* Build fixes from Jacob, same as the other branch.Ettore Perazzoli2000-10-201-2/+3
* Move a bunch of CPPFLAGS defs into INCLUDES so they doesn't overrideDan Winship2000-10-161-3/+0
* Look for ename in /e-util/ename instead of /addressbook/enameJeffrey Stedfast2000-09-261-1/+1
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-5/+0
* Everywhere add a -DEVOLUTION_DATADIR=${datadir} in the Makefile.amMichael Meeks2000-09-171-0/+1
* *Sigh.*Ettore Perazzoli2000-09-161-5/+3
* fix path.Michael Meeks2000-09-141-1/+1
* Added widgets/e-reflow/Makefile. ReplacedChristopher James Lahey2000-09-141-0/+1
* Get rid of the `ui.xml' stuff that Michael committed, as it's breakingEttore Perazzoli2000-09-131-4/+1
* Preliminaries for new UI handler.Michael Meeks2000-09-081-1/+4
* KillJP Rosevear2000-08-261-7/+1
* Add -export-dynamic so libglade will be able to resolve custom widgetDan Winship2000-08-261-1/+1
* Link with filter library.Michael Zucci2000-08-231-2/+3
* A few small interface fixes.Christopher James Lahey2000-08-131-1/+2
* Several contacts list bugfixes.Anders Carlsson2000-07-091-0/+1
* remove hack to read "uri" file from local directory.Chris Toshok2000-07-061-1/+3
* Removed e-card-iterator.c, e-card-iterator.h, e-card-list-iterator.c,Christopher James Lahey2000-07-041-12/+12
* Build a `libeshell.a' library in `shell/' so that we don't need toEttore Perazzoli2000-06-131-9/+1
* Added glade files.Christopher James Lahey2000-06-111-2/+3
* Make ETable use EScrollFrame instead of GtkScrolledWindow.Ettore Perazzoli2000-06-111-0/+1
* return TRUE if opening a contact editor so that we don't get a "newChristopher James Lahey2000-06-021-0/+4
* Added alphabet.glade and alphabet.glade.h.Christopher James Lahey2000-05-311-2/+3
* Remove storage test code that I committed by accident.Ettore Perazzoli2000-05-281-5/+6
* Fix 'make dist' errors.Ross Golder2000-05-281-1/+1
* Reorganized the shell to allow dynamic registration of storages andEttore Perazzoli2000-05-251-0/+13
* Switched printing and gui.Christopher James Lahey2000-05-241-3/+2
* From widgets/e-table/ChangeLogChristopher James Lahey2000-05-141-4/+5
* Removed dist-hook section.Christopher James Lahey2000-05-101-0/+2
* Made a NULL callback just mean to not call back.Christopher James Lahey2000-05-071-0/+4
* ignore evolution-addressbook.pureChris Toshok2000-05-071-0/+12
* added e-ldap-server-dialog.c (glade_DATA): added ldap-server-dialog.gladeChris Toshok2000-05-011-0/+7
* Added e_card_phone_new e_card_delivery_address_new,Christopher James Lahey2000-04-301-0/+1
* Made Evolution OAF-compatible.Ettore Perazzoli2000-04-281-0/+9
* Use "e-minicard" as the log domain.Federico Mena Quintero2000-04-211-14/+15
* + * addressbook/Makefile.am: Compile contact-editor, _then_ gui,Matthew Loper2000-04-101-0/+2
* pixmap_DATA isn't defined so don't use it as a variable.Christopher James Lahey2000-04-091-0/+36