aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/contact-editor/e-contact-editor.c
Commit message (Expand)AuthorAgeFilesLines
* don't leak the ECard or ECardSimple.Chris Toshok2001-05-111-9/+13
* i18n fixes, added missing includes.Gediminas Paulauskas2001-04-111-1/+1
* Here goes my additional simple include fixes.Gediminas Paulauskas2001-04-051-8/+9
* Fix headers. Same here. Same here. Same here. Same here. Same here. SameKjartan Maraas2001-04-051-0/+10
* Clean up #includes. Replace <gnome.h>, <bonobo.h> and <gtk/gtk.h> withKjartan Maraas2001-03-301-8/+10
* add is_read_only param.Chris Toshok2001-03-131-26/+112
* 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-021-76/+294
* Undefine E_STRING_PROP and E_LIST_PROP here.Christopher James Lahey2001-02-151-0/+15
* Remove non-existent fileJP Rosevear2001-01-051-2/+1
* Need to e_sexp_unref the the sexp, not gtk_object_unref it.JP Rosevear2001-01-051-0/+1
* Make sure this won't crash if the given contact is removed from theChristopher James Lahey2001-01-031-2/+10
* 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
* 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-191-9/+11
* Disable summary stuff, it appears to be badly broken.Michael Meeks2000-10-051-20/+18
* Make sure that card->name and card->full_name are always valid.Matt Bissiri2000-09-271-2/+0
* 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-211-248/+67
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-2/+3
* hack. (create_toolbar): ditto.Michael Meeks2000-09-141-1/+28
* Fixed a crash error.Christopher James Lahey2000-09-121-16/+23
* Removed a bunch of redundant code. Made it so that when you set an addressChristopher James Lahey2000-09-111-0/+41
* A bit more e_utf8 wrappers here and thereLauris Kaplinski2000-09-021-2/+2
* Unicode in addressbook basically works, including simple searchingLauris Kaplinski2000-08-241-3/+3
* 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
* 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-081-1/+1
* Fixed the tab order for this dialog.Christopher James Lahey2000-08-081-0/+40
* Switched the order of compilation of printing and contact-editor.Christopher James Lahey2000-07-141-6/+70
* Add icons to the toolbars.Christopher James Lahey2000-07-131-8/+14
* Added installation of arrow.png.Christopher James Lahey2000-07-131-1/+1
* 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
* 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-091-20/+403
* Made phone/email/address labels change correctly again.Christopher James Lahey2000-06-031-3/+3
* 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-191-0/+102
* Fixed e_card_name_copy and e_card_arbitrary_copy to deal correctly with aChristopher James Lahey2000-05-191-503/+284
* Fixed some memory leaks.Christopher James Lahey2000-05-161-0/+1
* From widgets/e-table/ChangeLogChristopher James Lahey2000-05-141-24/+50
* 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
* Fixed some indentation.Christopher James Lahey2000-05-091-2/+32
* Mostly finished ECardSimple.Christopher James Lahey2000-05-071-23/+10
* Added e-card-simple.c and e-card-simple.h.Christopher James Lahey2000-05-051-241/+60
* Made some fields invisible that were visible before.Christopher James Lahey2000-05-011-8/+17
* From addressbook/ChangeLogChristopher James Lahey2000-05-011-13/+227
* Added ename includes and libs.Christopher James Lahey2000-04-301-34/+24
* Added e_card_phone_new e_card_delivery_address_new,Christopher James Lahey2000-04-301-7/+66
* Added addressbook/ename/Makefile.Christopher James Lahey2000-04-281-0/+118
* Added an address label field.Christopher James Lahey2000-04-271-117/+126
* Added proper handling of the email field.Christopher James Lahey2000-04-261-24/+70
* Prefixed the ADDR_ flags.Christopher James Lahey2000-04-261-82/+257
* Use "e-minicard" as the log domain.Federico Mena Quintero2000-04-211-0/+2
* Added orginizational unit, nickname, and internet free-busy fields.Christopher James Lahey2000-04-171-0/+51
* Added orginization and role fields.Christopher James Lahey2000-04-161-0/+72
* 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-121-5/+6
* Fixed a bug where I was sending the wrong information to some callbacks.Christopher James Lahey2000-04-101-60/+137
* + * 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-091-10/+94
* Added the addressbook/backend directory.Christopher James Lahey2000-03-231-0/+2
* Fixed the location the first time you see the drop down menus for changingChristopher James Lahey2000-02-121-2/+5
* Changed some line spacing.Chris Lahey2000-01-211-275/+401
* Images for e-contact-editor.c.Chris Lahey2000-01-171-0/+438