aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/e-contact-editor.c
Commit message (Expand)AuthorAgeFilesLines
* [ fixes #25038 ] need to have EVOLUTION_ICONSDIR defined.Chris Toshok2002-08-291-0/+7
* [ fixes bug #26130 ] pass ce->app as parent_window.Chris Toshok2002-06-161-1/+1
* Don't enable fields if the editor isn't editable and theChristopher James Lahey2002-06-141-0/+4
* New, quit handler for the EvolutionShellComponent. (add_creatable_item):Ettore Perazzoli2002-05-171-0/+37
* Enable the dropdown widgets even if the contact is not editable so thatChristopher James Lahey2002-05-141-1/+1
* tidyJP Rosevear2002-02-051-2/+0
* if the shown address in the mailing address or there is no mailingJP Rosevear2002-02-041-5/+115
* Choose the first filled in address field here. Fixes Ximian bug #2222.Christopher James Lahey2002-01-101-3/+25
* we need to be able to disable non-labels here as well. since we're usingChris Toshok2001-12-071-2/+3
* Merging changes:Christopher James Lahey2001-12-061-6/+6
* If our call to e_categories_new returns NULL, put up an error dialog andJon Trowbridge2001-11-131-0/+8
* [ Fixes Ximian bug #14410 ] init in_async_call to FALSE. (card_added_cb):Chris Toshok2001-11-041-1/+22
* new function, a "Do you want to save changes?" dialog.Chris Toshok2001-10-301-0/+26
* Comment out spew.Jon Trowbridge2001-10-301-2/+2
* Fixing the license text.Ettore Perazzoli2001-10-281-1/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* Don't assert, but check if ce->app != NULL, since this function canJon Trowbridge2001-10-271-6/+5
* Remove bad dialog ref-counting crap.Jon Trowbridge2001-10-271-4/+8
* Changed these to use the new ref and unref functions for ECard auxillaryChristopher James Lahey2001-10-121-18/+11
* add caluri field dataJP Rosevear2001-09-191-1/+29
* use enable_widget instead of gtk_widget_set_sensitive.Chris Toshok2001-09-171-49/+67
* change /Toolbar/ContactEditorSave to /Toolbar/ContactEditorSaveClose.Chris Toshok2001-09-071-1/+1
* I18n fixes (mainly making buttons on the right side less Anglocentric :-)Chyla Zbigniew2001-09-031-0/+5
* Use e_card_get_vcard_assume_utf8 instead of e_card_get_vcard here sinceChristopher James Lahey2001-09-021-1/+1
* emit an event from our event source (contact_editor_cb): emit a destroyjacob berkman2001-08-231-7/+25
* Used Delete icon in menu.Damon Chaplin2001-08-201-0/+1
* use bigger Save icon for toolbar.Damon Chaplin2001-08-201-0/+1
* Set the pixtype for "ContactEditorDelete" to "pixbuf". Likewise. Likewise.Ettore Perazzoli2001-08-191-0/+1
* connect to the "changed" signal on "entry-web" to update command state.Chris Toshok2001-08-181-0/+5
* call e_card_set_id on the list's card so we can continue to use thisChris Toshok2001-08-181-0/+6
* Grab focus here. Fixes Ximian bug #2265.Christopher James Lahey2001-08-141-0/+4
* mark the dialog as changed so the save button is immediately available.Chris Toshok2001-08-091-2/+30
* Fixes Clahey bug #2200 :-)Nat Friedman2001-08-081-0/+4
* Update the updated Save, Save As, and Print icons for menus and theJason Leach2001-08-031-2/+15
* call widget_changed. (phone_entry_changed): same. (email_entry_changed):Chris Toshok2001-07-251-25/+85
* Added $(BONOBO_CONF_LIBS).Christopher James Lahey2001-07-031-10/+0
* Turned off wombatification of the categories master list here.Christopher James Lahey2001-07-021-0/+10
* Added related_contacts field.Christopher James Lahey2001-07-021-11/+78
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* 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-201-75/+222
* save ourselves a function call - call close_dialog instead ofChris Toshok2001-06-151-1/+1
* remove the gtk_widget_show call... (e_contact_editor_show): and put itChris Toshok2001-06-091-1/+13
* Remove references to ECategoryMasterListWombat.Christopher James Lahey2001-06-061-6/+0
* Copy dates as they come in.Christopher James Lahey2001-06-061-48/+73
* 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