aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/e-addressbook-model.c
Commit message (Expand)AuthorAgeFilesLines
* Make parent_class static.Dan Winship2003-02-201-1/+1
* disconnect search_started and search_result. (addressbook_compare): ifChris Toshok2003-02-171-17/+17
* [ huge change, all for 1 little performance problem :) fixes #18207 ] useChris Toshok2003-02-081-17/+32
* guard against multiple invocations. (remove_book_view): same.Chris Toshok2002-11-091-11/+18
* gobjectify this.Chris Toshok2002-11-071-18/+19
* fix the gnome-xml headers.Chris Toshok2002-11-061-5/+5
* Port to GObject/gnome2.Chris Toshok2002-11-061-190/+219
* Disconnect from the book's backend_died signal.Dan Winship2002-10-271-1/+5
* free adapter->priv.Chris Toshok2002-09-261-0/+2
* [ fixes #20347 ] hook up the backend_died signal. (backend_died): newChris Toshok2002-08-291-1/+26
* stop the view before unref, in case the listener has pending events.Mike Kestner2002-08-271-0/+1
* take and pass the CallStatus to our listener.Chris Toshok2002-08-201-0/+13
* [ fix 27333 ] "local" -> "do-initial-query".Chris Toshok2002-08-161-1/+1
* Added this function so that there would be less duplication of cardsChristopher James Lahey2002-05-011-0/+10
* Include addressbook-config.h here as this file uses it.Christopher James Lahey2002-04-121-0/+1
* [ Fixes bugs 20740, 16680, and god knows what else :) ] double theChris Toshok2002-02-231-6/+9
* Make sure to only set the query once when creating a new book and not atChristopher James Lahey2002-02-141-17/+25
* Call e_addressbook_model_force_folder_bar_message when we activate theJon Trowbridge2001-10-211-0/+6
* Changed these to use the new ref and unref functions for ECard auxillaryChristopher James Lahey2001-10-121-1/+0
* Check that view->view != NULL. (save_contact_cb): Check that view->view !=Jon Trowbridge2001-10-111-2/+8
* Check to make sure our call to e_addressbook_model_get_card doesn't returnJon Trowbridge2001-10-061-1/+1
* free the dup'd capabilities.Larry Ewing2001-09-181-0/+1
* add -DEVOLUTION_IMAGESDIR.Chris Toshok2001-09-071-0/+1
* Removed some debugging spew that I left in by mistake.Jon Trowbridge2001-08-281-3/+0
* Set the folder bar message here.Christopher James Lahey2001-08-201-1/+47
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* remove spew, and don't call the ShellView CORBA method if the interfaceChris Toshok2001-06-041-4/+8
* decrement data_count before emitting the card_removed signal, and breakChris Toshok2001-06-011-2/+5
* add sequence_complete_id to EAddressbookModel and stop_state_changed toChris Toshok2001-05-231-0/+45
* add our selection_change signal. (e_minicard_view_widget_realize): connectChris Toshok2001-05-181-2/+41
* MinicardViewModel -> ReflowAdapter name change. (get_card_list): same.Chris Toshok2001-05-161-146/+95
* Added E_CARD_SIMPLE_FIELD_LAST_SIMPLE_STRING.Christopher James Lahey2001-04-111-5/+5
* Made this table model more consistent in the number of columns it has.Christopher James Lahey2001-04-031-5/+7
* Clean up #includes. Replace <gnome.h>, <bonobo.h> and <gtk/gtk.h> withKjartan Maraas2001-03-301-2/+2
* new function. (impl_BookListener_report_writable): new function.Chris Toshok2001-03-181-1/+1
* Cleaned up the formatting in this file a bit.Christopher James Lahey2001-03-041-5/+5
* register our status_message signal. (status_message): new function, emitChris Toshok2001-01-101-0/+36
* check capabilities is valid before doing a strstr.Michael Meeks2001-01-041-5/+5
* Added evolution-addressbook-ldap.xml.Christopher James Lahey2000-09-221-21/+42
* Started adding a time zone field to ECard.Christopher James Lahey2000-08-231-0/+2
* use x-evolution-any-field.Chris Toshok2000-08-091-1/+1
* Emit "model_pre_change" signal as appropriate.Christopher James Lahey2000-08-031-0/+2
* Adapted this to supply the new append_row API of ETableModel.Christopher James Lahey2000-08-021-7/+17
* Added a field that gives the name if it exists and the company nameChristopher James Lahey2000-07-101-1/+2
* Added an "editable" argument.Christopher James Lahey2000-07-081-12/+24
* Calculate height including if clip_height is set to -1.Christopher James Lahey2000-06-271-1/+21
* Removed the ETableModel thaw handler. Likewise.Federico Mena Quintero2000-06-131-11/+2
* Added glade files.Christopher James Lahey2000-06-111-4/+8
* Added double click to open contact editor.Christopher James Lahey2000-05-281-0/+15
* Added initialize_value and value_is_empty callbacks.Christopher James Lahey2000-05-201-0/+14
* Rearranged order of things getting destroyed.Christopher James Lahey2000-05-091-2/+2
* Replaced some model_changed calls with row_inserted calls.Christopher James Lahey2000-05-081-2/+2
* Make the addressbook create the correct file uri. Added a default query.Christopher James Lahey2000-05-071-1/+2
* Made a NULL callback just mean to not call back.Christopher James Lahey2000-05-071-0/+351