aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
Commit message (Expand)AuthorAgeFilesLines
* Added initialize_value and value_is_empty callbacks.Christopher James Lahey2000-05-205-0/+78
* Fixed a bug that broke address field support.Christopher James Lahey2000-05-193-2/+7
* Added support for arbitrary fields in the contact editor.Christopher James Lahey2000-05-195-0/+214
* Fixed e_card_name_copy and e_card_arbitrary_copy to deal correctly with aChristopher James Lahey2000-05-1912-1113/+1159
* Fixed the code to write out and read in arbitrary fields.Christopher James Lahey2000-05-182-18/+46
* Implemented "MAILER" field. Added arbitrary field support.Christopher James Lahey2000-05-188-246/+303
* Added E_CARD_SIMPLE_FIELD_MAILER. Not implemented yet.Christopher James Lahey2000-05-173-0/+7
* convert to use ECardSimple. (poll_ldap): same.Chris Toshok2000-05-172-38/+23
* add typedefs for the can_write functions, and add parameters toChris Toshok2000-05-176-15/+146
* Fixed a large memory leak.Christopher James Lahey2000-05-162-1/+7
* Fixed another memory leak.Christopher James Lahey2000-05-162-2/+5
* Fixed some memory leaks.Christopher James Lahey2000-05-1610-81/+75
* Fixed a reference leak.Christopher James Lahey2000-05-163-1/+10
* Fixed a compile error.Christopher James Lahey2000-05-163-9/+16
* Got rid of a memory leak. Rearranged a couple functions.Christopher James Lahey2000-05-169-60/+118
* Use the correct policy for resize.Christopher James Lahey2000-05-143-2/+7
* From widgets/e-table/ChangeLogChristopher James Lahey2000-05-1428-815/+2866
* Use accelerators here.Miguel de Icaza2000-05-135-88/+106
* Saved translatable strings. Added files to POTFILES.in.Valek Frob2000-05-135-34/+136
* make the toolbars detachable now that we require a new enough versionDan Winship2000-05-122-1/+6
* Make the table view be sorted by name initially.Christopher James Lahey2000-05-112-1/+6
* Send a proper response when you can't find the ldap URI.Christopher James Lahey2000-05-113-15/+26
* Added a dialog for when you can't open an addressbook.Christopher James Lahey2000-05-112-0/+35
* Removed dist-hook section.Christopher James Lahey2000-05-109-8/+44
* Make sure that the canvas doesn't intercept keyboard focus.Christopher James Lahey2000-05-103-0/+7
* Added briefcase.png to get installed.Christopher James Lahey2000-05-103-24/+82
* Replaced the Address button with a label and rearranged the address area aChristopher James Lahey2000-05-105-60/+72
* Reenable editting.Christopher James Lahey2000-05-104-7/+10
* Destroy the view object when leaving the minicard view.Christopher James Lahey2000-05-102-1/+9
* Fixed reflow sorting to call reflow_request when sorting on an itemChristopher James Lahey2000-05-102-0/+6
* Make File As change if name or company are changed pretty much anywhere.Christopher James Lahey2000-05-104-26/+173
* Enabled a couple more fieldsChristopher James Lahey2000-05-092-2/+7
* Added a default card to all new file backends.Christopher James Lahey2000-05-092-18/+68
* Rearranged order of things getting destroyed.Christopher James Lahey2000-05-099-26/+66
* Fixed some indentation.Christopher James Lahey2000-05-098-161/+441
* Fixed the string duplication problem. Fixed the business/home addressChristopher James Lahey2000-05-093-6/+25
* Fixed this up a bit. Syncing should work better now.Christopher James Lahey2000-05-082-0/+7
* Made a minimal number of things be destroyed and recreated when updating aChristopher James Lahey2000-05-089-148/+252
* make sure to free the return value of e_card_simple_get.Chris Toshok2000-05-084-4/+24
* comment function, and fix an ABR.Chris Toshok2000-05-082-3/+11
* comment function, and fix an ABR.Chris Toshok2000-05-082-6/+18
* Added saving in minicard view.Christopher James Lahey2000-05-083-0/+94
* Fixed an off by 2 error.Christopher James Lahey2000-05-082-1/+8
* (addressbook_factory): create the ebook once.Chris Toshok2000-05-082-3/+5
* don't create a new ebook. instead, unload the current uri (if there isChris Toshok2000-05-082-10/+12
* Replaced some model_changed calls with row_inserted calls.Christopher James Lahey2000-05-083-4/+9
* Removed some code that was notifying too many clients at the wrong times.Christopher James Lahey2000-05-084-52/+22
* Make the addressbook create the correct file uri. Added a default query.Christopher James Lahey2000-05-076-7/+31
* remove the separator and toggle view items as well. (toggle_view_as_cb):Chris Toshok2000-05-072-74/+240
* Made a NULL callback just mean to not call back.Christopher James Lahey2000-05-075-0/+802
* Made a NULL callback just mean to not call back.Christopher James Lahey2000-05-077-109/+268
* Mostly finished ECardSimple.Christopher James Lahey2000-05-0710-266/+486
* ignore evolution-addressbook.pureChris Toshok2000-05-073-0/+19
* if a port isn't specified in the uri default to 389.Chris Toshok2000-05-072-0/+8
* Made the component take a uri through its property bag.Christopher James Lahey2000-05-072-3/+108
* ignore .pure directoryChris Toshok2000-05-051-0/+1
* Added e-card-simple.c and e-card-simple.h.Christopher James Lahey2000-05-058-582/+972
* ignore the .pure directoryChris Toshok2000-05-056-4/+10
* #ifdef HAVE_LDAP the ldap specific stuff. (null_cb): same.Chris Toshok2000-05-032-3/+15
* Fix builddir != srcdir build once again.Ettore Perazzoli2000-05-032-0/+6
* Set G_LOG_DOMAIN in following files.Matthew Loper2000-05-033-2/+9
* Add back in the CORBA_Object_release.Christopher James Lahey2000-05-023-2/+26
* Made uri slightly better managed.Christopher James Lahey2000-05-025-14/+25
* Switched the subdirs order since backend depends on ename.Christopher James Lahey2000-05-022-1/+6
* fix a typo in the for loop.Larry Ewing2000-05-022-1/+6
* include a header to make it compile...Michael Meeks2000-05-012-0/+5
* Added new status values for the IDL stuff.Federico Mena Quintero2000-05-0110-91/+511
* added e-ldap-server-dialog.c (glade_DATA): added ldap-server-dialog.gladeChris Toshok2000-05-016-31/+556
* create the book listener here, since it's destroyed in unload_uri.Chris Toshok2000-05-012-12/+18
* Added load-pine-addressbook.Christopher James Lahey2000-05-012-0/+5
* Made some fields invisible that were visible before.Christopher James Lahey2000-05-017-18/+48
* From addressbook/ChangeLogChristopher James Lahey2000-05-0110-60/+693
* Fixed a string mismatch.Christopher James Lahey2000-04-305-4/+9
* Added ename includes and libs.Christopher James Lahey2000-04-3012-642/+599
* add support for a rootdn in the uri.Chris Toshok2000-04-302-3/+17
* Added e_card_phone_new e_card_delivery_address_new,Christopher James Lahey2000-04-3021-88/+1819
* fix the `USING_OAF' changes so that they work for when we are not usingLarry Ewing2000-04-292-1/+8
* Made Evolution OAF-compatible.Ettore Perazzoli2000-04-2814-71/+291
* Added addressbook/ename/Makefile.Christopher James Lahey2000-04-2815-288/+735
* Oops, forgot this.Nat Friedman2000-04-271-0/+856
* Added an address label field.Christopher James Lahey2000-04-2712-844/+737
* Added proper handling of the email field.Christopher James Lahey2000-04-263-48/+145
* Prefixed the ADDR_ flags.Christopher James Lahey2000-04-2613-678/+714
* The Joy of Broken Makefiles Part #3.Ettore Perazzoli2000-04-264-4/+11
* The Joy of Broken Makefiles Part #2.Ettore Perazzoli2000-04-262-17/+16
* Use "e-minicard" as the log domain.Federico Mena Quintero2000-04-2163-253/+287
* ssshhhhSeth Alves2000-04-211-0/+3
* Started ChangeLog here - FedericoFederico Mena Quintero2000-04-181-0/+3
* Updated - FedericoFederico Mena Quintero2000-04-171-4/+0
* No longer needed - FedericoFederico Mena Quintero2000-04-171-55/+0
* Added orginizational unit, nickname, and internet free-busy fields.Christopher James Lahey2000-04-178-6/+206
* Added orginization and role fields.Christopher James Lahey2000-04-1614-185/+426
* + * addressbook/gui/component/addressbook.cMatthew Loper2000-04-161-7/+66
* Added a note field.Christopher James Lahey2000-04-156-24/+67
* Fix compilation with builddir != srcdir (again).Ettore Perazzoli2000-04-155-10/+13
* don't ldap_simple_bind_s if the ldap_open failed, and fix warnings.Chris Toshok2000-04-151-44/+52
* Check for 0 length fields when building the outgoing ECard.Christopher James Lahey2000-04-132-76/+112
* Give correct warnings.Christopher James Lahey2000-04-132-6/+6
* reflect the title attribute in the contact editor. (extract_info): same.Chris Toshok2000-04-132-0/+26
* add the title attribute.Chris Toshok2000-04-131-0/+1
* add a title.Chris Toshok2000-04-134-0/+18
* save out the title to the vcard.Chris Toshok2000-04-131-1/+4
* add title field foo to the test.Chris Toshok2000-04-133-2/+36
* make sure to g_source_remove the idle id.Chris Toshok2000-04-131-0/+2
* new function that polls ldap for more search responses.Chris Toshok2000-04-131-73/+99
* rework this function to use a table mapping search field names to vcardChris Toshok2000-04-132-65/+132
* + * art/Makefile.am: Add tigert's contact-dlg-related images.Matthew Loper2000-04-124-12/+18
* delay the setting of the ldap variable until we've ensured we wereChris Toshok2000-04-121-11/+31
* add LDAP_LIBS here.Chris Toshok2000-04-122-85/+498
* free the esexp_result. (entry_compare): we want comparison functions toChris Toshok2000-04-121-1/+3
* new function for searching all email addresses of a contact.Chris Toshok2000-04-121-5/+83
* new function, taking code from func_contains to get string properties.Chris Toshok2000-04-111-12/+89
* This was setting E_REFLOW(view)->items to NULL too soon. Fixed now.Christopher James Lahey2000-04-112-6/+4
* remove spew. (pas_backend_file_process_create_card): move the sync to theChris Toshok2000-04-111-14/+14
* new function. (delete_contact_cb): wire up button to callChris Toshok2000-04-113-9/+23
* Changed some incorrect gtk_object_refs and gtk_object_unrefs intoChristopher James Lahey2000-04-118-5/+68
* implement braindead dialog to input the query string for the view.Chris Toshok2000-04-113-9/+44
* Added a "query" argument to the e-minicard-view. Documented all theChristopher James Lahey2000-04-114-44/+88
* change the empty search string ("") to the valid (contains "full_name"Chris Toshok2000-04-114-80/+212
* use view != NULL instead of checking db_error when we callChris Toshok2000-04-111-1/+1
* Fixed a bug where I was sending the wrong information to some callbacks.Christopher James Lahey2000-04-1015-298/+619
* + * addressbook/gui/component/addressbook.c (control_activate): MakeMatthew Loper2000-04-101-3/+3
* + * addressbook/Makefile.am: Compile contact-editor, _then_ gui,Matthew Loper2000-04-106-21/+93
* + * addressbook/gui/component/addressbook.c (addressbook_factory):Matthew Loper2000-04-091-17/+30
* Made the contact editor load from an ECard.Christopher James Lahey2000-04-0912-118/+444
* Fixed a small typo.Christopher James Lahey2000-04-091-1/+1
* CVS move mistake. Fixed the correct changes in the correct places.Christopher James Lahey2000-04-0919-227/+1742
* pixmap_DATA isn't defined so don't use it as a variable.Christopher James Lahey2000-04-0914-25/+514
* + * addressbook/demo/addressbook.c (control_activate_cb): NewMatthew Loper2000-04-081-0/+88
* wombat is built someplace else nowChris Toshok2000-04-071-17/+0
* correctly (well, untested) implement. (view_destroy): new function.Chris Toshok2000-04-071-27/+73
* Changed calls to e_cell_text_new to match new function signature.Christopher James Lahey2000-04-062-2/+2
* Committing this thing I wrote last year to parse names. It's cute.Nat Friedman2000-04-066-0/+339
* Fixed some referencing and lifetime issues.Christopher James Lahey2000-04-052-2/+46
* Changed this to backend to an ebook.Christopher James Lahey2000-04-0511-168/+263
* Fixed an incorrect function.Christopher James Lahey2000-04-0513-66/+791
* A bit of clean up.Christopher James Lahey2000-04-0321-322/+1502
* Added some missing gtk_object_refs.Christopher James Lahey2000-03-312-0/+2
* Get first card (with R_FIRST) on first seq().Matthew Loper2000-03-311-2/+2
* new-file new fileChris Toshok2000-03-312-0/+551
* Fixed management of the corba-cursor object by callingChristopher James Lahey2000-03-301-20/+29
* + * addressbook/backend/ebook/test-client.c (get_cursor_cb): AddedMatthew Loper2000-03-304-15/+99
* + * addressbook/backend/pas/pas-book-factory.cMatthew Loper2000-03-305-11/+10
* use g_new0 to allocate the BonoboObjectServant.Chris Toshok2000-03-291-1/+1
* remove unnecessary strdup/free.Chris Toshok2000-03-291-10/+6
* Removed an infinite loop.Christopher James Lahey2000-03-294-3/+93
* Fixed memory allocation.Christopher James Lahey2000-03-294-21/+23
* create id's for entries using the following format: ("pas-id-%08lX%08X",Chris Toshok2000-03-291-1/+6
* implement function. (get_nth): implement function. (cursor_destroy): freeChris Toshok2000-03-281-9/+54
* remove unneeded g_strdup;Chris Toshok2000-03-281-2/+0
* Fixed some warnings.Christopher James Lahey2000-03-2819-64/+911
* include config.hSeth Alves2000-03-271-1/+2
* HAVE_DB_185_h => HAVE_DB_185_HChris Toshok2000-03-271-1/+1
* if HAVE_DB_185_H is defined, include it.Chris Toshok2000-03-271-0/+4
* (string_to_dbt): new function.Chris Toshok2000-03-271-17/+76
* ChangeLogChris Toshok2000-03-271-25/+72
* Load an ECard instead of a VCard and then get the VCard from that ECard.Christopher James Lahey2000-03-262-2/+6
* create a card and then look it up.Chris Toshok2000-03-261-1/+31
* add initial work on file pas backend, using db(3).Chris Toshok2000-03-261-4/+88
* Set the card id properly when retrieving a card.Christopher James Lahey2000-03-263-2/+21
* pass GList* as second parameter to g_list_remove_link, not the dataChris Toshok2000-03-261-1/+2
* Removed the address->description field.Christopher James Lahey2000-03-264-244/+398
* Added parsing and testing for name, full name, birthday, telephone, email,Christopher James Lahey2000-03-245-136/+454
* Updated .cvsignore filesChris Lahey2000-03-234-0/+29
* Added the addressbook/backend directory.Christopher James Lahey2000-03-2320-46/+150
* dear internet,Nat Friedman2000-03-231-0/+68
* The ECard tester.Nat Friedman2000-03-231-0/+71
* Added this for ChrisNat Friedman2000-03-221-0/+1
* Make background pixmap get properly set to NULL.Christopher James Lahey2000-03-221-1/+8
* Updated to reflect new Bonobo names.Nat Friedman2000-03-2111-60/+66
* Added the ability to access the text event processor.Christopher James Lahey2000-03-211-4/+12
* + * tests/ui-tests/.cvsignore: added filter.Matthew Loper2000-03-211-1/+2
* Added an E_FOLDER_CONTACTS section to the get_view function.Christopher James Lahey2000-03-147-2/+783
* Added e-text-test.Christopher James Lahey2000-03-124-377/+597
* Rearranged SUBDIRS for dependencies.Christopher James Lahey2000-03-1217-279/+1065
* Designed a new system for doing hierarchical displays in the canvas. AddsChristopher James Lahey2000-03-119-330/+150
* Added a "break_characters" argument. It lets you define a set ofChristopher James Lahey2000-03-086-54/+42
* Fixed references to libutil.a -> libeutil.laMichael Zucci2000-02-292-6/+6
* This were moved to widgets/e-text/ a while ago but never removed. TheyChristopher James Lahey2000-02-2411-47/+89
* + * widgets/e-minicard/.cvsignore: Added minicard-label-test,Matthew Loper2000-02-201-0/+3
* fix library ordering on link lineDan Winship2000-02-172-4/+4
* Fixed the location the first time you see the drop down menus for changingChristopher James Lahey2000-02-122-4/+10
* chutBertrand Guiheneuf2000-02-111-0/+6
* Add new Makefiles to Makefile list.Christopher James Lahey2000-02-092-0/+94
* Removed an unneccessary include of libhnj. All uses of libhnj areChristopher James Lahey2000-02-081-2/+0
* Files to load the contact print style editor from the glade file. Doesn'tChristopher James Lahey2000-02-0212-122/+1092
* Handle the grab and ungrab command instead of doing focus by hand. ThisChristopher James Lahey2000-01-283-193/+251
* Use e_canvas_item_grab_focus so that it will work with old versions ofChristopher James Lahey2000-01-274-6/+10
* Set the minimum_width.Christopher James Lahey2000-01-274-4/+38
* Added an arrow cursor for the draggable columns. Made the clickable columnChristopher James Lahey2000-01-264-48/+208
* Handle shift-tab properly now.Christopher James Lahey2000-01-269-819/+835
* Example contact printing style. Not used yet.Christopher James Lahey2000-01-269-1/+2614
* More work.Nat Friedman2000-01-2521-570/+4677
* Changed some line spacing.Chris Lahey2000-01-2126-575/+5614
* A precommit so Federico can see.Nat Friedman2000-01-1816-0/+1791
* Finishing previous commit.Chris Lahey2000-01-172-0/+8
* Images for e-contact-editor.c.Chris Lahey2000-01-1720-0/+1236
* Added selection and clipboard support. Added up and down arrow keys. FixedChris Lahey2000-01-144-8/+92
* e_canvas_item_move_absolute is just a helper function not supplied by theChris Lahey2000-01-1412-78/+992
* Added a resize signal for when the card changes height. Made it so thatChris Lahey2000-01-128-216/+492
* Removed some code which got in the way of testing properly.Chris Lahey2000-01-114-20/+2
* Added minicard and text stuff.Chris Lahey2000-01-1012-0/+2160