aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/select-names/e-select-names-completion.c
Commit message (Expand)AuthorAgeFilesLines
* When we clean, don't clean the model's last element. This helps keepJon Trowbridge2001-12-281-10/+11
* Added 'cache_complete' flag to ESelectNamesCompletionPrivate.Jon Trowbridge2001-12-171-1/+9
* We were using book_data->book_view immediately after unrefing it.Jon Trowbridge2001-10-301-3/+8
* Drop a match if either of the text fields is NULL. This could happen ifJon Trowbridge2001-10-301-0/+6
* free up all the book_data list stuff.Chris Toshok2001-10-281-83/+128
* Doh! We should be sorting our contacts so that the most frequently usedJon Trowbridge2001-10-281-1/+4
* 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
* Removed our cancelled flag and e_select_names_completion_cancel function,Jon Trowbridge2001-10-241-39/+58
* Fix memory leak.Jon Trowbridge2001-10-211-1/+4
* Added. Check if our book is local or networked.Jon Trowbridge2001-10-191-0/+15
* Strip out commas before forming our query. (match_name): UseJon Trowbridge2001-10-041-95/+37
* Properly handle names when the individual elements (given, addition,Jon Trowbridge2001-09-271-12/+20
* unref the destination regardless of whether we get an email addresss.Larry Ewing2001-09-181-2/+2
* use g_strfreev. (match_name): s/g_free/g_strfreev. (match_file_as):Larry Ewing2001-09-181-6/+3
* don't malloc a match we will never use.Larry Ewing2001-09-181-1/+1
* Fixed a stupid bug was causing completion to fail for contacts who haveJon Trowbridge2001-09-181-9/+9
* printf arguments were reversed by mistake. Fixed bug #9693.Jon Trowbridge2001-09-131-1/+1
* (Apologies if you are seeing this multiple times. CVS is being annoying.)Jon Trowbridge2001-09-091-0/+2
* Make sure that comp->priv->query_text isn't NULL. (Fixes bug #8195)Jon Trowbridge2001-08-301-3/+8
* Added. Generated queries against file_as. (match_file_as): Added. MatchJon Trowbridge2001-08-281-2/+63
* If we get the "sequence_complete" signal when we aren't searching, itJon Trowbridge2001-08-181-18/+25
* Renamed from _begin to match changes in gal 0.10.99.3.Jon Trowbridge2001-08-171-3/+3
* Boost scoring on an exact nickname match. Manually addressify match.Jon Trowbridge2001-08-161-47/+24
* Fixed warnings here.Christopher James Lahey2001-08-031-7/+0
* Add camel dependency.Jon Trowbridge2001-08-031-5/+18
* Properly handle the case where our "cleaned" completion is the emptyJon Trowbridge2001-07-311-1/+8
* Removed some debugging chatter.Jon Trowbridge2001-07-261-9/+29
* CVS is unhappy this evening. My commit keeps dying in the middle.Jon Trowbridge2001-07-071-4/+23
* Make the standard for considering two cards to be match stricter.Jon Trowbridge2001-06-301-16/+8
* Add a workaround for an EText bug. (e_select_names_completion_begin): FixDan Winship2001-06-121-3/+7
* Removed unused email variable.Christopher James Lahey2001-06-091-1/+0
* Change the completion handler to use the ECompletionMatch.Jon Trowbridge2001-06-061-153/+142
* Do a better job constructing match strings, so we never try to use aJon Trowbridge2001-05-191-6/+56
* Return the serialized EDestinations (rather than just a string w/ e-mailJon Trowbridge2001-05-181-10/+60
* Added.Jon Trowbridge2001-04-171-7/+33
* Added #include <libgnome/gnome-paper.h>Jon Trowbridge2001-03-301-1/+4
* Clean up #includes. Replace <gnome.h>, <bonobo.h> and <gtk/gtk.h> withKjartan Maraas2001-03-301-2/+6
* Rather than starting the pending query by directly callingJon Trowbridge2001-03-251-8/+33
* Brutally refactored to boost performance in large-addressbook situations.Jon Trowbridge2001-03-181-109/+238
* Switched to use e_contact_quick_add_free_form. Removed debugging code,Jon Trowbridge2001-03-091-4/+26
* Oops, we do need to be able to write to "text" after all (for things likeJon Trowbridge2001-03-021-3/+6
* I am an idiot.Jon Trowbridge2001-03-021-12/+22
* Change for new EDestination/ESelectNamesModel API.Jon Trowbridge2001-03-021-0/+831