summaryrefslogtreecommitdiff
path: root/addressbook
Commit message (Expand)AuthorAgeFilesLines
...
* update for new office location, and change the FILE-AS/ORG fields to sayChris Toshok2004-01-291-7/+6
* honor the @only_if_exists arg before creating the db or directory. i.e.Chris Toshok2004-01-292-2/+9
* fixed typoRadek Doulik2004-01-291-1/+1
* use "CATEORIES" instead of null vcard_field_name (e_contact_set_property):Radek Doulik2004-01-292-7/+21
* nuke the prototype for e_book_async_unload_uri.Chris Toshok2004-01-283-10/+7
* remove the prototype for e_book_unload_uri. If you want to unload the uri,Chris Toshok2004-01-275-21/+83
* change the local addressbook path to .evolution/addressbook/local/system,Chris Toshok2004-01-272-2/+9
* If the load_state is E_BOOK_URI_LOADING, don't try to kill the book, justHans Petter Jansson2004-01-272-24/+45
* add test-untyped-phones. (test_untyped_phones_LDADD): new variable.Chris Toshok2004-01-263-1/+56
* [ fixes bug #53228 ]Chris Toshok2004-01-265-11/+126
* implement this the right way by searching for the "default" property overChris Toshok2004-01-263-14/+133
* make public. (e_vcard_escape_string): same. (e_vcard_to_string_vcard_30):Chris Toshok2004-01-236-53/+95
* New function to allow searching of IM fields. Likewise. Likewise.Nat Friedman2004-01-212-4/+82
* Pass a threaded POA policy to g_object_new (). Fixes deadlocks.Hans Petter Jansson2004-01-202-1/+8
* idle handler to emit the writable signal on the main threadJP Rosevear2004-01-162-2/+38
* Changed the IM account field types from LIST_FIELD to MULTI_LIST_FIELD, asChristian Hammond2004-01-123-5/+96
* Don't let control reach the end of a non-void functionJeffrey Stedfast2004-01-094-0/+15
* Same as below.Jeffrey Stedfast2004-01-093-0/+14
* Change the API of e-book-async to make e-book as much as possibleRoss Burton2004-01-093-8/+27
* Add a video conferencing URL fieldRoss Burton2004-01-083-0/+8
* remove DISABLE_DEPRECATED flagsJP Rosevear2004-01-073-8/+6
* Fix ChangeLog info.Christian Neumair2004-01-071-0/+4
* use e_util_mkdir_hier here instead of mkdir. (do_create): add the db_errorChris Toshok2004-01-062-2/+13
* Generalize some more strings, this time in addressbook/libebook/e-book.c.Christian Neumair2004-01-061-24/+53
* new test - make sure we return NULL for undefined/unimplemented fields.Chris Toshok2003-12-293-1/+45
* reset the GValue if there's a problem getting it (will force it to NULL).Chris Toshok2003-12-292-0/+6
* initialize value to NULL so that if the field is unknown (meaning weChris Toshok2003-12-292-1/+8
* Update libebook API documentationRoss Burton2003-12-2313-35/+278
* add lots more #defines, some EVC_X ones for attribute TYPE's, as well asChris Toshok2003-12-196-15/+151
* if there's a crash in the wombat and we're left with an invalid EBook,Chris Toshok2003-12-172-1/+8
* Ref and keep the loaded ESource around. Unref old source if present.Hans Petter Jansson2003-12-173-0/+26
* Initialize the address_format field. Absence of this was causing crashes.Hans Petter Jansson2003-12-162-33/+51
* Get attributes from source, not URI.Hans Petter Jansson2003-12-112-46/+23
* change to return gboolean and take the filename, not the struct dirent *.Chris Toshok2003-12-102-25/+29
* version the OAFIIDJP Rosevear2003-12-083-2/+8
* use the versioned repo idJP Rosevear2003-12-082-1/+6
* make this only work for strings, since really that's all it works for now.Chris Toshok2003-12-062-2/+6
* Return boxed type for struct. (e_contact_name_from_string): Never passHans Petter Jansson2003-12-052-2/+11
* print out the NAME_OR_ORG of the contact too.Chris Toshok2003-12-044-5/+42
* When clearing the cached capabilities, also clear the cap_queried flag.Hans Petter Jansson2003-12-012-0/+6
* If the book failed to load, set load_state to E_BOOK_URI_NOT_LOADED, soHans Petter Jansson2003-12-012-0/+6
* Pass source instead of URI, and s/uri/source/. (e_book_async_load_source):Hans Petter Jansson2003-12-013-26/+73
* new variable. (noinst_PROGRAMS): add test-ebook-viewChris Toshok2003-11-293-1/+104
* Support absolute URI. (e_source_update_from_xml_node): Ditto.Hans Petter Jansson2003-11-2712-86/+227
* new file/test, print out the current self contact.Chris Toshok2003-11-2610-84/+295
* remove the db3 version checks, and add the extra transaction arg toChris Toshok2003-11-253-22/+14
* M-x fill-paragraphChris Toshok2003-11-221-1/+2
* implement get_contact_list for the ldap backend. (category_populate):Chris Toshok2003-11-222-54/+159
* convert the vcard to a string and print it out as well. also fix theChris Toshok2003-11-1114-1/+156
* remove construct method, it did nothing and should use construct time argsJP Rosevear2003-11-112-8/+5