aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets/e-addressbook-model.c
Commit message (Expand)AuthorAgeFilesLines
* Miscellaneous cleanups.Matthew Barnes2013-09-081-4/+10
* [Addressbook] Show editor errors above editor windowMilan Crha2013-08-071-1/+1
* EAddressbookModel: Listen to the cache for client readonly changes.Matthew Barnes2013-02-251-33/+43
* EAddressbookModel: Replace "registry" property with "client-cache".Matthew Barnes2013-02-251-38/+40
* Defer "backend-died" alerts to EShell.Matthew Barnes2013-02-171-34/+0
* Coding style and whitespace cleanup.Matthew Barnes2012-11-111-101/+108
* Reduce usage of g_type_class_peek_parent().Matthew Barnes2012-06-251-4/+2
* Do not call g_object_notify() when property didn't changeMilan Crha2012-06-181-0/+3
* Adapt addressbook/gui/widgets to the new ESource API.Matthew Barnes2012-06-031-3/+51
* Bug #668543 - Crash in view_modify_contact_cb() if contact has no UIDMilan Crha2012-04-231-0/+7
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-32/+10
* Miscellaneous cleanups from the account-mgmt branch.Matthew Barnes2011-09-271-3/+6
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-5/+11
* Bug #656722 - Incorrect prototype of notify:: signal callbackMilan Crha2011-08-171-19/+11
* Coding style and whitespace cleanup.Matthew Barnes2011-08-131-17/+42
* Do not use deprecated EBook/ECal APIMilan Crha2011-06-141-156/+140
* Coding style and whitespace cleanups.Matthew Barnes2011-06-091-5/+10
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+3
* Bug #651135 - Crash using saved search with an empty expressionMilan Crha2011-05-261-0/+6
* Coding style and whitespace cleanup.Matthew Barnes2011-05-221-1/+2
* Bug #645610 - [regression] Editing contact doesn't refresh viewMilan Crha2011-04-191-9/+8
* Bug 644194 - EAddressbookModel: Logic error in remove_contact()Jari Urpalainen2011-03-081-7/+26
* Coding style and whitespace cleanup.Matthew Barnes2011-03-061-1/+2
* Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedlyMilan Crha2011-02-251-6/+2
* Show common addressbook and calendar errors in an alert sinkMilan Crha2010-12-151-1/+1
* Bug #632671 - "Search interrupted" status message foreverMilan Crha2010-11-091-0/+27
* Coding style cleanups.Matthew Barnes2010-09-131-5/+5
* addressbook: Port to use new _async suffix instead of _ex suffixRob Bradford2010-08-021-2/+2
* Bug #615049 - Crash in remove_contact at e-addressbook-model.c:202Milan Crha2010-07-141-0/+8
* Bug #623204 - Be able to report detailed errors from backendsMilan Crha2010-07-091-16/+18
* Bug #325121 - Do not translate developer strings in g_param_spec_*Milan Crha2010-04-021-3/+3
* Bug #610061 - Do not re-run book view on same book with same queryMilan Crha2010-02-191-5/+27
* Kill e_popup_menu().Matthew Barnes2010-01-051-1/+0
* More whitespace cleanup.Matthew Barnes2009-07-191-1/+1
* Bug 579702 – Contact changes not shown until restartMatthew Barnes2009-07-181-3/+3
* Whitespace cleanup.Matthew Barnes2009-05-291-3/+3
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-4/+4
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-1/+1
|\
| * Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
| * Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-171-1/+1
| * Bug 577929 – Consolidate marshallersMatthew Barnes2009-04-231-2/+2
| * License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-241-4/+17
* | Merge revisions 36016:36533 from trunk.Matthew Barnes2008-10-021-4/+17
* | Progress update:Matthew Barnes2008-09-181-2/+2
* | Progress update:Matthew Barnes2008-09-181-4/+33
* | Massive address book refactoring. Things are mostly working again.Matthew Barnes2008-09-171-459/+569
|/
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-1/+1
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-4/+4
* Fix for bug #461195 from Hiroyuki Ikezoe.Matthew Barnes2007-09-281-10/+10
* Massive code cleanup (bug #429422)Matthew Barnes2007-04-201-0/+2
* reviewed by: Harish Krishnaswamy <kharish@novell.com>Kjartan Maraas2006-01-271-0/+1
* Added widgets in INCLUDES.Kaushal Kumar2005-06-231-1/+1
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-1/+1
* renamed the signal CONTACT_REMOVED to CONTACTS_REMOVED and chaned theSivaiah Nallagatla2005-01-221-13/+14
* [ fixes #60873, and possibly other crashes ]Chris Toshok2004-07-161-1/+2
* new function. do the get_view in an idle handler.Chris Toshok2004-06-091-10/+31
* [ gui part of the fix required for #48665 ]Chris Toshok2004-03-311-2/+12
* Use ngettext for handling plural forms throughout (fixes bug 53464).Danilo Šegan2004-03-241-4/+1
* Fixes #45308 and duplicates.Hans Petter Jansson2004-02-201-6/+8
* Update for API changes to e-book-asyncRoss Burton2004-01-091-6/+2
* call remove_book_view/free_data here as well, to guard against multipleChris Toshok2003-12-061-0/+3
* Store a ref to the source selector. (impl_requestCreateItem): Implement.Hans Petter Jansson2003-11-181-1/+6
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-197/+185
* 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