aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/e-contact-quick-add.c
Commit message (Expand)AuthorAgeFilesLines
* Change the xpad and ypad to 0 here, we don't need the extra padding AddRodney Dawes2005-01-221-14/+28
* Don't set properties on the contact immediately. (clicked_cb): Set theHans Petter Jansson2005-01-211-7/+3
* Move unused variable declaration inside notyet conditional.Hans Petter Jansson2004-02-271-3/+1
* Port to new way of setting name in contact.Hans petter Jansson2004-02-251-10/+2
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-071-2/+2
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-34/+26
* Added HIG-appropriate HIG-appropriate spacing, padding, accelerators.Anna Marie Dirks2003-05-191-6/+10
* check the status, not the book, and unref the book here.Chris Toshok2003-02-071-10/+8
* Remove some cruft. rename ICONSDIR to IMAGESDIR. (images_DATA): InstallDan Winship2003-02-061-0/+1
* Change dialog from Yes/No/Cancel to Discard/Cancel/Save to match the HIG.Ettore Perazzoli2003-01-151-4/+3
* drop use of "font" arg. (get_left_width): use pango to calculate thisChris Toshok2002-12-191-15/+6
* add include for gtkstock.h.Chris Toshok2002-11-271-0/+1
* port work.Chris Toshok2002-11-081-10/+14
* more porting work.Chris Toshok2002-11-081-26/+26
* ignore the marshal generated stuff.Chris Toshok2002-11-061-6/+2
* [ fixes #27521 ] always unref the contact editor when we get theChris Toshok2002-09-281-3/+3
* [ fixes the other half of #17336 ] parse the name when we're asked to setChris Toshok2002-09-121-6/+9
* change to EBookCallback signature, and unref the book.Chris Toshok2001-10-281-5/+20
* 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
* Fix memory leak.Jon Trowbridge2001-10-211-0/+1
* We shouldn't leak the info returned by oaf_query.Jon Trowbridge2001-10-211-2/+2
* Make "stop" do nothing but set the stopped flag, as inJon Trowbridge2001-09-151-1/+0
* Paranoia. Check that name != qa->name. (quick_add_set_email): Check thatJon Trowbridge2001-08-301-10/+29
* Check that name != NULL before we start messing with it. (Fixes bug #7329)Jon Trowbridge2001-08-161-9/+11
* Remove single- or double-quotes from names before sticking them into theJon Trowbridge2001-08-111-5/+17
* mark the dialog as changed so the save button is immediately available.Chris Toshok2001-08-091-0/+5
* better to assume that we can write to the local addressbook than that weChris Toshok2001-08-091-1/+1
* rename ce_book_found_fields to this, remove the fetching of fields (theChris Toshok2001-06-201-31/+18
* Serious de-crufting, removal of gtk_object_set_data() hacks, simplified byJon Trowbridge2001-06-191-118/+139
* Null terminate the strv here. (e_card_locate_match): ref here instead ofChristopher James Lahey2001-06-091-1/+2
* Properly convert to utf8. (Bug #2256) (build_quick_add_dialog): ProperlyJon Trowbridge2001-04-221-6/+20
* Clean up #includes. Replace <gnome.h>, <bonobo.h> and <gtk/gtk.h> withKjartan Maraas2001-03-301-1/+9
* Added addressbook querying and "cardification" functions, which are turnedJon Trowbridge2001-03-161-0/+1
* add is_read_only param.Chris Toshok2001-03-131-1/+1
* Switched to use e_contact_quick_add_free_form. Removed debugging code,Jon Trowbridge2001-03-091-58/+160
* 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-061-0/+282