aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/e-contact-quick-add.c
Commit message (Expand)AuthorAgeFilesLines
* Use EClientComboBox where appropriate.Matthew Barnes2013-03-021-26/+49
* Fix up error handling around e_book/cal_client_connect_finish().Matthew Barnes2013-01-311-5/+5
* Use e_book_client_connect().Matthew Barnes2013-01-301-17/+16
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-3/+0
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-18/+24
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-1/+1
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-5/+3
* Adapt EContactEditor to the new ESource API.Matthew Barnes2012-06-031-28/+35
* Adapt to libedataserver[ui] changes.Matthew Barnes2012-04-221-7/+12
* Move EAlert* and e-xml-utils references from other part of the code to libevo...Srinivasa Ragavan2012-03-031-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-2/+6
* Miscellaneous cleanups from the account-mgmt branch.Matthew Barnes2011-09-271-0/+2
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-15/+23
* Coding style and whitespace cleanup.Matthew Barnes2011-08-131-42/+62
* Check for cancelled GIO operation error code tooMilan Crha2011-06-281-4/+4
* Do not use deprecated EBook/ECal APIMilan Crha2011-06-141-35/+45
* Fix compiler warningsMilan Crha2011-06-031-2/+2
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+3
* Coding style and whitespace cleanup.Matthew Barnes2011-05-221-14/+20
* Coding style cleanups.Matthew Barnes2011-05-091-4/+4
* Whitespace and coding style cleanups.Matthew Barnes2011-05-081-4/+4
* Coding style and whitespace cleanup.Matthew Barnes2011-01-301-14/+27
* Bug #640707 - Crash on 'Add to address book'->'Edit full' clickMilan Crha2011-01-281-2/+0
* Dialogs no longer have separators.Matthew Barnes2011-01-251-1/+1
* Use e_load_book_source_async() for all EBook loading.Matthew Barnes2011-01-221-62/+68
* Bug #623204 - Be able to report detailed errors from backendsMilan Crha2010-07-091-8/+8
* Forgot to commit some bits.Matthew Barnes2010-04-081-1/+1
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-16/+18
* If no <> in the email address, the address should be the full email address.caiqm2010-03-311-0/+2
* Bug 607520 - 'Add to Address Book' fails when address has spaceMatthew Barnes2010-02-031-0/+25
* Port all error code to use GObject-ified EAlert / EAlertDialogJonathon Jongsma2009-12-081-1/+1
* Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-011-2/+2
* port addressbook/ to use new EError APIJonathon Jongsma2009-12-011-1/+4
* Bug #565306 - "Edit Full" in "Add to address book" searches firstMilan Crha2009-10-161-3/+25
* Bug #594471 - Shouldn't call e_error_new/run with NULL 'parent'Milan Crha2009-10-131-21/+2
* Bug #593633 - Runtime warnings trying to create a recurrence eventMilan Crha2009-09-241-2/+21
* Fix excessive whitespace.Matthew Barnes2009-07-141-5/+0
* Add a "quit-requested" signal to the shutdown protocol.Matthew Barnes2009-07-131-1/+6
* Kill the last GtkOptionMenu instances.Matthew Barnes2009-07-031-11/+11
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-1/+1
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-3/+3
|\
| * Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
| * Fix compiler warnings in addressbook.Matthew Barnes2009-05-261-2/+2
| * Remove unneeded #include <libgnomeui/gnome-app.h>. Remove unneededMatthew Barnes2009-01-111-1/+0
| * Change License from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-241-18/+14
* | Merge revisions 36866:37046 from trunk.Matthew Barnes2009-01-121-1/+0
* | Rearranged some of the addressbook code to try and eliminate some circularMatthew Barnes2008-11-141-2/+2
* | Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-021-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