aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/e-contact-quick-add.c
Commit message (Expand)AuthorAgeFilesLines
* Change License from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-241-18/+14
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-6/+1
* ** Fix for bug #273177Milan Crha2008-03-131-2/+74
* ** Fix for bug #448441Milan Crha2008-01-101-7/+54
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-16/+16
* ** Fixes part of bug #417999Matthew Barnes2007-10-231-6/+14
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* Plugged memory leaks.Hiroyuki Ikezoe2007-07-261-0/+1
* Fix compiler warnings in addressbook folder. (#440272)Matthew Barnes2007-06-031-0/+2
* Don't mix declarations and code (#405495).Matthew Barnes2007-03-271-3/+2
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* Remove duplicate include. Fix some compiler warnings. Cast away a compilerKjartan Maraas2006-10-011-1/+1
* created patch to make _F,_m,_S mnemonics in contact-quick add dialog work.Oswald Rodrigues2006-06-141-0/+3
* Fix for Bug #341465Devashish Sharma2006-06-121-1/+1
* Fix memory leak. Fixes bug #335423.Chris Heath2006-06-091-1/+0
* gui/contact-editor/e-contact-quick-add.c : Right click add toDevashish Sharma2006-05-251-2/+2
* Added source selector to contact quick-add dialog.Devashish Sharma2006-01-231-6/+47
* 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