aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor
Commit message (Expand)AuthorAgeFilesLines
* call widget_changed. (phone_entry_changed): same. (email_entry_changed):Chris Toshok2001-07-251-25/+85
* Patch from Taylor Hayward <thayward@gjpc.com>. Added accelerators to a fewChristopher James Lahey2001-07-171-1/+1
* Changed Company to Organization here.Christopher James Lahey2001-07-131-2/+2
* Added $(BONOBO_CONF_LIBS).Christopher James Lahey2001-07-031-10/+0
* srcdir != builddir compile fix.Peter Williams2001-07-021-0/+1
* Turned off wombatification of the categories master list here.Christopher James Lahey2001-07-021-0/+10
* Added related_contacts field.Christopher James Lahey2001-07-023-52/+122
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-239-20/+20
* add prototype for close_dialog to remove warnings.Chris Toshok2001-06-211-0/+1
* rename ce_book_found_fields to this, remove the fetching of fields (theChris Toshok2001-06-208-143/+283
* Serious de-crufting, removal of gtk_object_set_data() hacks, simplified byJon Trowbridge2001-06-192-121/+142
* save ourselves a function call - call close_dialog instead ofChris Toshok2001-06-151-1/+1
* Null terminate the strv here. (e_card_locate_match): ref here instead ofChristopher James Lahey2001-06-092-1/+3
* remove the gtk_widget_show call... (e_contact_editor_show): and put itChris Toshok2001-06-092-1/+14
* Remove references to ECategoryMasterListWombat.Christopher James Lahey2001-06-061-6/+0
* Copy dates as they come in.Christopher James Lahey2001-06-062-301/+207
* don't leak the ECard or ECardSimple.Chris Toshok2001-05-111-9/+13
* Removed e-card-pairs.h since we're not using it.Christopher James Lahey2001-05-082-12/+34
* Properly convert to utf8. (Bug #2256) (build_quick_add_dialog): ProperlyJon Trowbridge2001-04-221-6/+20
* i18n fixes, added missing includes.Gediminas Paulauskas2001-04-111-1/+1
* Here goes my additional simple include fixes.Gediminas Paulauskas2001-04-052-10/+12
* Fix headers. Same here. Same here. Same here. Same here. Same here. SameKjartan Maraas2001-04-052-0/+11
* Removed junk imagesGediminas Paulauskas2001-04-048-0/+0
* Blessed by Ettore.Gediminas Paulauskas2001-04-021-1/+1
* Clean up #includes. Replace <gnome.h>, <bonobo.h> and <gtk/gtk.h> withKjartan Maraas2001-03-3011-23/+36
* Added addressbook querying and "cardification" functions, which are turnedJon Trowbridge2001-03-161-0/+1
* add is_read_only param.Chris Toshok2001-03-138-32/+177
* Switched to use e_contact_quick_add_free_form. Removed debugging code,Jon Trowbridge2001-03-092-58/+162
* Added the third argument to e_contact_editor_new. (Cheated and send NULLBenjamin Kahn2001-03-071-1/+1
* Fix a reference counting bug.Jon Trowbridge2001-03-063-1/+325
* Cleaned up the formatting in this file a bit.Christopher James Lahey2001-03-041-1/+6
* new function. (e_minicard_view_event): split out the creation of theChris Toshok2001-03-024-91/+312
* Undefine E_STRING_PROP and E_LIST_PROP here.Christopher James Lahey2001-02-152-4/+20
* Marked strings for translation in this newly created file. Hook up theKjartan Maraas2001-02-131-0/+1
* Getting almost full and proper use of xml-i18n-tools.Gediminas Paulauskas2001-02-119-102/+1
* Remove non-existent fileJP Rosevear2001-01-056-738/+1
* Oops, this shouldn't have gone in yetJP Rosevear2001-01-051-0/+2
* Need to e_sexp_unref the the sexp, not gtk_object_unref it.JP Rosevear2001-01-052-2/+1
* Make sure this won't crash if the given contact is removed from theChristopher James Lahey2001-01-031-2/+10
* Added Ms. and Miss to the prefix drop down box. Patch submitted by MartinChristopher James Lahey2000-12-232-0/+4
* Made editing the name using the full name button set the file as entryChristopher James Lahey2000-12-101-19/+18
* Made it so that the editor->name is set after the entry is changed. ThisChristopher James Lahey2000-12-091-2/+3
* Fixed some formatting.Christopher James Lahey2000-12-091-2/+0
* Clear the rdate and exrule lists from the component if we are setting aFederico Mena Quintero2000-11-132-11/+6
* Link in composer bonobo code.Christopher James Lahey2000-11-121-0/+32
* Add menus items to the envelope printing stuff.Christopher James Lahey2000-11-061-0/+16
* The big api rename ...Michael Meeks2000-11-021-3/+3
* 2000-10-20 Michael Meeks <michael@helixcode.com>Michael Meeks2000-10-211-2/+2
* Added the function e_card_delivery_address_to_label.Christopher James Lahey2000-10-192-10/+14
* Change the initial dialog visibility to FALSE so the contact editorIain Holmes2000-10-181-76/+206
* Fixed a typo. Made this look a bit better.Christopher James Lahey2000-10-171-12/+12
* Move a bunch of CPPFLAGS defs into INCLUDES so they doesn't overrideDan Winship2000-10-161-6/+4
* Rearranged these fields a bit more.Christopher James Lahey2000-10-142-69/+70
* Changed these for boolean ascending attribute instead of int ascendingChristopher James Lahey2000-10-144-151/+143
* Fixed the column elements, the no-headers attribute and added aChristopher James Lahey2000-10-111-4/+4
* Updated these to the new style ETables.Christopher James Lahey2000-10-111-26/+7
* Disable summary stuff, it appears to be badly broken.Michael Meeks2000-10-052-21/+19
* Make sure that card->name and card->full_name are always valid.Matt Bissiri2000-09-272-3/+4
* Look for ename in /e-util/ename instead of /addressbook/enameJeffrey Stedfast2000-09-261-1/+1
* Updates for the Bonobo changes from Michael who is having someEttore Perazzoli2000-09-231-11/+5
* Oh my god! Chris Lahey killed Kenny! You bastard!Christopher James Lahey2000-09-211-1/+1
* Added a wants_html field to cards. Uses "x-mozilla-html".Christopher James Lahey2000-09-214-250/+69
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-187-14/+14
* Fixed the paths of some .h #includes.Christopher James Lahey2000-09-182-4/+4
* Added $(GNOME_PRINT_LIBS) to all of the test files in these directories.Christopher James Lahey2000-09-141-0/+1
* hack. (create_toolbar): ditto.Michael Meeks2000-09-141-1/+28
* Fixed a crash error.Christopher James Lahey2000-09-121-16/+23
* Made this a bit better balanced.Christopher James Lahey2000-09-111-0/+2
* Removed a bunch of redundant code. Made it so that when you set an addressChristopher James Lahey2000-09-1112-199/+1027
* Fixed a few warnings.Christopher James Lahey2000-09-091-0/+1
* A bit more e_utf8 wrappers here and thereLauris Kaplinski2000-09-022-5/+5
* Unicode in addressbook basically works, including simple searchingLauris Kaplinski2000-08-242-5/+6
* UTF-8 in contact editor + some fixes for dealing with illegal stringsLauris Kaplinski2000-08-231-29/+65
* Changed this to use ECardSimple.Christopher James Lahey2000-08-201-0/+1
* Fixed a typo in the name of the first phone entry.Christopher James Lahey2000-08-131-1/+1
* Removed the next and prev toolbar buttons since they don't do anything.Christopher James Lahey2000-08-081-0/+2
* Fixed the tab order to not repeat the web page address field.Christopher James Lahey2000-08-082-4/+5
* Fixed the tab order for this dialog.Christopher James Lahey2000-08-081-0/+40
* Emit "model_pre_change" signal as appropriate.Christopher James Lahey2000-08-031-0/+2
* Added these.Christopher James Lahey2000-07-142-0/+94
* Switched the order of compilation of printing and contact-editor.Christopher James Lahey2000-07-143-8/+79
* Add icons to the toolbars.Christopher James Lahey2000-07-131-8/+14
* Added installation of arrow.png.Christopher James Lahey2000-07-132-3/+9
* Switched from ETable to ETableScrolled.Christopher James Lahey2000-07-101-1/+2
* Changed "FIXME: Save and Close" to "Save and Close". Removed some toolbarChristopher James Lahey2000-07-061-7/+1
* Removed e-card-iterator.c, e-card-iterator.h, e-card-list-iterator.c,Christopher James Lahey2000-07-041-0/+1
* Calculate height including if clip_height is set to -1.Christopher James Lahey2000-06-271-0/+11
* Fix compilation with builddir != srcdir.Ettore Perazzoli2000-06-191-1/+1
* Removed the ETableModel thaw handler. Likewise.Federico Mena Quintero2000-06-131-10/+0
* Make ETable use EScrollFrame instead of GtkScrolledWindow.Ettore Perazzoli2000-06-111-0/+1
* Do e_card_simple_sync and extract_info more often.Christopher James Lahey2000-06-111-1/+5
* Bind Save As to save the current view of the contact as a vcard.Christopher James Lahey2000-06-091-1/+12
* Doh, sync the card simple and extract the card info.Federico Mena Quintero2000-06-091-0/+3
* Now this derives from GtkObject. It follows the same strategy as theFederico Mena Quintero2000-06-095-2050/+2457
* Fix Makefiles so that (guess what?) they work with builddir != srcdir.Ettore Perazzoli2000-06-081-1/+1
* a bunch of patches to make evolution compile with bonobo in strange prefixes....Mathieu Lacage2000-06-051-3/+3
* Made phone/email/address labels change correctly again.Christopher James Lahey2000-06-031-3/+3
* Added accelerators for the remaining items.Miguel de Icaza2000-06-012-267/+156
* Fixed some memory leaks.Christopher James Lahey2000-05-241-0/+3
* Added e-contact-editor-save-as.c and e-contact-editor-save-as.h.Christopher James Lahey2000-05-233-1/+119
* Added initialize_value and value_is_empty callbacks.Christopher James Lahey2000-05-201-0/+22
* Fixed a bug that broke address field support.Christopher James Lahey2000-05-191-1/+1
* Added support for arbitrary fields in the contact editor.Christopher James Lahey2000-05-192-0/+104
* Fixed e_card_name_copy and e_card_arbitrary_copy to deal correctly with aChristopher James Lahey2000-05-195-550/+562
* Implemented "MAILER" field. Added arbitrary field support.Christopher James Lahey2000-05-181-1/+1
* Fixed some memory leaks.Christopher James Lahey2000-05-161-0/+1
* Fixed a reference leak.Christopher James Lahey2000-05-161-0/+2
* Fixed a compile error.Christopher James Lahey2000-05-161-4/+5
* Got rid of a memory leak. Rearranged a couple functions.Christopher James Lahey2000-05-161-10/+16
* Use the correct policy for resize.Christopher James Lahey2000-05-141-1/+1
* From widgets/e-table/ChangeLogChristopher James Lahey2000-05-148-398/+1316
* Use accelerators here.Miguel de Icaza2000-05-132-44/+51
* Removed dist-hook section.Christopher James Lahey2000-05-101-3/+7
* Make sure that the canvas doesn't intercept keyboard focus.Christopher James Lahey2000-05-101-0/+1
* Added briefcase.png to get installed.Christopher James Lahey2000-05-101-12/+39
* Replaced the Address button with a label and rearranged the address area aChristopher James Lahey2000-05-102-30/+33
* Fixed some indentation.Christopher James Lahey2000-05-093-80/+214
* Mostly finished ECardSimple.Christopher James Lahey2000-05-071-23/+10
* Added e-card-simple.c and e-card-simple.h.Christopher James Lahey2000-05-052-291/+65
* ignore the .pure directoryChris Toshok2000-05-051-1/+2
* Made some fields invisible that were visible before.Christopher James Lahey2000-05-012-8/+19
* From addressbook/ChangeLogChristopher James Lahey2000-05-012-13/+228
* Fixed a string mismatch.Christopher James Lahey2000-04-302-2/+2
* Added ename includes and libs.Christopher James Lahey2000-04-304-320/+272
* Added e_card_phone_new e_card_delivery_address_new,Christopher James Lahey2000-04-307-8/+809
* Added addressbook/ename/Makefile.Christopher James Lahey2000-04-283-121/+248
* Added an address label field.Christopher James Lahey2000-04-274-413/+318
* Added proper handling of the email field.Christopher James Lahey2000-04-261-24/+70
* Prefixed the ADDR_ flags.Christopher James Lahey2000-04-264-328/+339
* Use "e-minicard" as the log domain.Federico Mena Quintero2000-04-213-14/+17
* Added orginizational unit, nickname, and internet free-busy fields.Christopher James Lahey2000-04-172-2/+53
* Added orginization and role fields.Christopher James Lahey2000-04-163-88/+160
* Added a note field.Christopher James Lahey2000-04-151-0/+17
* Check for 0 length fields when building the outgoing ECard.Christopher James Lahey2000-04-131-38/+56
* reflect the title attribute in the contact editor. (extract_info): same.Chris Toshok2000-04-131-0/+13
* + * art/Makefile.am: Add tigert's contact-dlg-related images.Matthew Loper2000-04-122-6/+9
* Fixed a bug where I was sending the wrong information to some callbacks.Christopher James Lahey2000-04-102-62/+139
* + * addressbook/Makefile.am: Compile contact-editor, _then_ gui,Matthew Loper2000-04-101-0/+2
* Made the contact editor load from an ECard.Christopher James Lahey2000-04-094-52/+200
* Added the addressbook/backend directory.Christopher James Lahey2000-03-232-0/+4
* fix library ordering on link lineDan Winship2000-02-171-2/+2
* Fixed the location the first time you see the drop down menus for changingChristopher James Lahey2000-02-121-2/+5
* Handle shift-tab properly now.Christopher James Lahey2000-01-261-389/+396
* Changed some line spacing.Chris Lahey2000-01-2110-280/+2697
* Images for e-contact-editor.c.Chris Lahey2000-01-1710-0/+618