| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for bug #461195 from Hiroyuki Ikezoe. | Matthew Barnes | 2007-09-28 | 1 | -10/+10 |
* | Massive code cleanup (bug #429422) | Matthew Barnes | 2007-04-20 | 1 | -0/+2 |
* | reviewed by: Harish Krishnaswamy <kharish@novell.com> | Kjartan Maraas | 2006-01-27 | 1 | -0/+1 |
* | Added widgets in INCLUDES. | Kaushal Kumar | 2005-06-23 | 1 | -1/+1 |
* | Retired GAL from Head. The relevant files have moved inside evolution. | Kaushal Kumar | 2005-06-17 | 1 | -1/+1 |
* | renamed the signal CONTACT_REMOVED to CONTACTS_REMOVED and chaned the | Sivaiah Nallagatla | 2005-01-22 | 1 | -13/+14 |
* | [ fixes #60873, and possibly other crashes ] | Chris Toshok | 2004-07-16 | 1 | -1/+2 |
* | new function. do the get_view in an idle handler. | Chris Toshok | 2004-06-09 | 1 | -10/+31 |
* | [ gui part of the fix required for #48665 ] | Chris Toshok | 2004-03-31 | 1 | -2/+12 |
* | Use ngettext for handling plural forms throughout (fixes bug 53464). | Danilo Ĺ egan | 2004-03-24 | 1 | -4/+1 |
* | Fixes #45308 and duplicates. | Hans Petter Jansson | 2004-02-20 | 1 | -6/+8 |
* | Update for API changes to e-book-async | Ross Burton | 2004-01-09 | 1 | -6/+2 |
* | call remove_book_view/free_data here as well, to guard against multiple | Chris Toshok | 2003-12-06 | 1 | -0/+3 |
* | Store a ref to the source selector. (impl_requestCreateItem): Implement. | Hans Petter Jansson | 2003-11-18 | 1 | -1/+6 |
* | Merge new-ui-branch to the trunk. | Ettore Perazzoli | 2003-10-22 | 1 | -197/+185 |
* | Make parent_class static. | Dan Winship | 2003-02-20 | 1 | -1/+1 |
* | disconnect search_started and search_result. (addressbook_compare): if | Chris Toshok | 2003-02-17 | 1 | -17/+17 |
* | [ huge change, all for 1 little performance problem :) fixes #18207 ] use | Chris Toshok | 2003-02-08 | 1 | -17/+32 |
* | guard against multiple invocations. (remove_book_view): same. | Chris Toshok | 2002-11-09 | 1 | -11/+18 |
* | gobjectify this. | Chris Toshok | 2002-11-07 | 1 | -18/+19 |
* | fix the gnome-xml headers. | Chris Toshok | 2002-11-06 | 1 | -5/+5 |
* | Port to GObject/gnome2. | Chris Toshok | 2002-11-06 | 1 | -190/+219 |
* | Disconnect from the book's backend_died signal. | Dan Winship | 2002-10-27 | 1 | -1/+5 |
* | free adapter->priv. | Chris Toshok | 2002-09-26 | 1 | -0/+2 |
* | [ fixes #20347 ] hook up the backend_died signal. (backend_died): new | Chris Toshok | 2002-08-29 | 1 | -1/+26 |
* | stop the view before unref, in case the listener has pending events. | Mike Kestner | 2002-08-27 | 1 | -0/+1 |
* | take and pass the CallStatus to our listener. | Chris Toshok | 2002-08-20 | 1 | -0/+13 |
* | [ fix 27333 ] "local" -> "do-initial-query". | Chris Toshok | 2002-08-16 | 1 | -1/+1 |
* | Added this function so that there would be less duplication of cards | Christopher James Lahey | 2002-05-01 | 1 | -0/+10 |
* | Include addressbook-config.h here as this file uses it. | Christopher James Lahey | 2002-04-12 | 1 | -0/+1 |
* | [ Fixes bugs 20740, 16680, and god knows what else :) ] double the | Chris Toshok | 2002-02-23 | 1 | -6/+9 |
* | Make sure to only set the query once when creating a new book and not at | Christopher James Lahey | 2002-02-14 | 1 | -17/+25 |
* | Call e_addressbook_model_force_folder_bar_message when we activate the | Jon Trowbridge | 2001-10-21 | 1 | -0/+6 |
* | Changed these to use the new ref and unref functions for ECard auxillary | Christopher James Lahey | 2001-10-12 | 1 | -1/+0 |
* | Check that view->view != NULL. (save_contact_cb): Check that view->view != | Jon Trowbridge | 2001-10-11 | 1 | -2/+8 |
* | Check to make sure our call to e_addressbook_model_get_card doesn't return | Jon Trowbridge | 2001-10-06 | 1 | -1/+1 |
* | free the dup'd capabilities. | Larry Ewing | 2001-09-18 | 1 | -0/+1 |
* | add -DEVOLUTION_IMAGESDIR. | Chris Toshok | 2001-09-07 | 1 | -0/+1 |
* | Removed some debugging spew that I left in by mistake. | Jon Trowbridge | 2001-08-28 | 1 | -3/+0 |
* | Set the folder bar message here. | Christopher James Lahey | 2001-08-20 | 1 | -1/+47 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -2/+2 |
* | remove spew, and don't call the ShellView CORBA method if the interface | Chris Toshok | 2001-06-04 | 1 | -4/+8 |
* | decrement data_count before emitting the card_removed signal, and break | Chris Toshok | 2001-06-01 | 1 | -2/+5 |
* | add sequence_complete_id to EAddressbookModel and stop_state_changed to | Chris Toshok | 2001-05-23 | 1 | -0/+45 |
* | add our selection_change signal. (e_minicard_view_widget_realize): connect | Chris Toshok | 2001-05-18 | 1 | -2/+41 |
* | MinicardViewModel -> ReflowAdapter name change. (get_card_list): same. | Chris Toshok | 2001-05-16 | 1 | -146/+95 |
* | Added E_CARD_SIMPLE_FIELD_LAST_SIMPLE_STRING. | Christopher James Lahey | 2001-04-11 | 1 | -5/+5 |
* | Made this table model more consistent in the number of columns it has. | Christopher James Lahey | 2001-04-03 | 1 | -5/+7 |
* | Clean up #includes. Replace <gnome.h>, <bonobo.h> and <gtk/gtk.h> with | Kjartan Maraas | 2001-03-30 | 1 | -2/+2 |
* | new function. (impl_BookListener_report_writable): new function. | Chris Toshok | 2001-03-18 | 1 | -1/+1 |
* | Cleaned up the formatting in this file a bit. | Christopher James Lahey | 2001-03-04 | 1 | -5/+5 |
* | register our status_message signal. (status_message): new function, emit | Chris Toshok | 2001-01-10 | 1 | -0/+36 |
* | check capabilities is valid before doing a strstr. | Michael Meeks | 2001-01-04 | 1 | -5/+5 |
* | Added evolution-addressbook-ldap.xml. | Christopher James Lahey | 2000-09-22 | 1 | -21/+42 |
* | Started adding a time zone field to ECard. | Christopher James Lahey | 2000-08-23 | 1 | -0/+2 |
* | use x-evolution-any-field. | Chris Toshok | 2000-08-09 | 1 | -1/+1 |
* | Emit "model_pre_change" signal as appropriate. | Christopher James Lahey | 2000-08-03 | 1 | -0/+2 |
* | Adapted this to supply the new append_row API of ETableModel. | Christopher James Lahey | 2000-08-02 | 1 | -7/+17 |
* | Added a field that gives the name if it exists and the company name | Christopher James Lahey | 2000-07-10 | 1 | -1/+2 |
* | Added an "editable" argument. | Christopher James Lahey | 2000-07-08 | 1 | -12/+24 |
* | Calculate height including if clip_height is set to -1. | Christopher James Lahey | 2000-06-27 | 1 | -1/+21 |
* | Removed the ETableModel thaw handler. Likewise. | Federico Mena Quintero | 2000-06-13 | 1 | -11/+2 |
* | Added glade files. | Christopher James Lahey | 2000-06-11 | 1 | -4/+8 |
* | Added double click to open contact editor. | Christopher James Lahey | 2000-05-28 | 1 | -0/+15 |
* | Added initialize_value and value_is_empty callbacks. | Christopher James Lahey | 2000-05-20 | 1 | -0/+14 |
* | Rearranged order of things getting destroyed. | Christopher James Lahey | 2000-05-09 | 1 | -2/+2 |
* | Replaced some model_changed calls with row_inserted calls. | Christopher James Lahey | 2000-05-08 | 1 | -2/+2 |
* | Make the addressbook create the correct file uri. Added a default query. | Christopher James Lahey | 2000-05-07 | 1 | -1/+2 |
* | Made a NULL callback just mean to not call back. | Christopher James Lahey | 2000-05-07 | 1 | -0/+351 |