| Commit message (Expand) | Author | Age | Files | Lines |
* | parent class is GObjectClass. | Chris Toshok | 2002-11-09 | 1 | -9/+12 |
* | more porting work. | Chris Toshok | 2002-11-08 | 1 | -28/+30 |
* | Port to GObject/gnome2. | Chris Toshok | 2002-11-06 | 1 | -32/+50 |
* | [ Fixes #30483 ] argh, contains => beginswith. | Chris Toshok | 2002-09-21 | 1 | -1/+1 |
* | institute an arbitrary minimum limit on the number of characters before we | Chris Toshok | 2002-09-12 | 1 | -0/+6 |
* | stop the EBookViews before unreffing. | Mike Kestner | 2002-08-29 | 1 | -2/+8 |
* | [ fixes #28897 ] set book_data to NULL after clearing/freeing the list. | Chris Toshok | 2002-08-28 | 1 | -0/+1 |
* | take and pass the CallStatus to our listener. | Chris Toshok | 2002-08-20 | 1 | -2/+2 |
* | e_book_get_book_view => e_book_get_completion_view, so the backends have | Chris Toshok | 2002-07-11 | 1 | -3/+4 |
* | Commented out this unused function. | Christopher James Lahey | 2002-06-04 | 1 | -0/+2 |
* | [ #24189 ] ifdef out the body of this because it only works with a single | Chris Toshok | 2002-05-24 | 1 | -25/+29 |
* | When we clean, don't clean the model's last element. This helps keep | Jon Trowbridge | 2001-12-28 | 1 | -10/+11 |
* | Added 'cache_complete' flag to ESelectNamesCompletionPrivate. | Jon Trowbridge | 2001-12-17 | 1 | -1/+9 |
* | We were using book_data->book_view immediately after unrefing it. | Jon Trowbridge | 2001-10-30 | 1 | -3/+8 |
* | Drop a match if either of the text fields is NULL. This could happen if | Jon Trowbridge | 2001-10-30 | 1 | -0/+6 |
* | free up all the book_data list stuff. | Chris Toshok | 2001-10-28 | 1 | -83/+128 |
* | Doh! We should be sorting our contacts so that the most frequently used | Jon Trowbridge | 2001-10-28 | 1 | -1/+4 |
* | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 1 | -1/+0 |
* | Update the licensing information to require version 2 of the GPL | Ettore Perazzoli | 2001-10-27 | 1 | -2/+2 |
* | Removed our cancelled flag and e_select_names_completion_cancel function, | Jon Trowbridge | 2001-10-24 | 1 | -39/+58 |
* | Fix memory leak. | Jon Trowbridge | 2001-10-21 | 1 | -1/+4 |
* | Added. Check if our book is local or networked. | Jon Trowbridge | 2001-10-19 | 1 | -0/+15 |
* | Strip out commas before forming our query. (match_name): Use | Jon Trowbridge | 2001-10-04 | 1 | -95/+37 |
* | Properly handle names when the individual elements (given, addition, | Jon Trowbridge | 2001-09-27 | 1 | -12/+20 |
* | unref the destination regardless of whether we get an email addresss. | Larry Ewing | 2001-09-18 | 1 | -2/+2 |
* | use g_strfreev. (match_name): s/g_free/g_strfreev. (match_file_as): | Larry Ewing | 2001-09-18 | 1 | -6/+3 |
* | don't malloc a match we will never use. | Larry Ewing | 2001-09-18 | 1 | -1/+1 |
* | Fixed a stupid bug was causing completion to fail for contacts who have | Jon Trowbridge | 2001-09-18 | 1 | -9/+9 |
* | printf arguments were reversed by mistake. Fixed bug #9693. | Jon Trowbridge | 2001-09-13 | 1 | -1/+1 |
* | (Apologies if you are seeing this multiple times. CVS is being annoying.) | Jon Trowbridge | 2001-09-09 | 1 | -0/+2 |
* | Make sure that comp->priv->query_text isn't NULL. (Fixes bug #8195) | Jon Trowbridge | 2001-08-30 | 1 | -3/+8 |
* | Added. Generated queries against file_as. (match_file_as): Added. Match | Jon Trowbridge | 2001-08-28 | 1 | -2/+63 |
* | If we get the "sequence_complete" signal when we aren't searching, it | Jon Trowbridge | 2001-08-18 | 1 | -18/+25 |
* | Renamed from _begin to match changes in gal 0.10.99.3. | Jon Trowbridge | 2001-08-17 | 1 | -3/+3 |
* | Boost scoring on an exact nickname match. Manually addressify match. | Jon Trowbridge | 2001-08-16 | 1 | -47/+24 |
* | Fixed warnings here. | Christopher James Lahey | 2001-08-03 | 1 | -7/+0 |
* | Add camel dependency. | Jon Trowbridge | 2001-08-03 | 1 | -5/+18 |
* | Properly handle the case where our "cleaned" completion is the empty | Jon Trowbridge | 2001-07-31 | 1 | -1/+8 |
* | Removed some debugging chatter. | Jon Trowbridge | 2001-07-26 | 1 | -9/+29 |
* | CVS is unhappy this evening. My commit keeps dying in the middle. | Jon Trowbridge | 2001-07-07 | 1 | -4/+23 |
* | Make the standard for considering two cards to be match stricter. | Jon Trowbridge | 2001-06-30 | 1 | -16/+8 |
* | Add a workaround for an EText bug. (e_select_names_completion_begin): Fix | Dan Winship | 2001-06-12 | 1 | -3/+7 |
* | Removed unused email variable. | Christopher James Lahey | 2001-06-09 | 1 | -1/+0 |
* | Change the completion handler to use the ECompletionMatch. | Jon Trowbridge | 2001-06-06 | 1 | -153/+142 |
* | Do a better job constructing match strings, so we never try to use a | Jon Trowbridge | 2001-05-19 | 1 | -6/+56 |
* | Return the serialized EDestinations (rather than just a string w/ e-mail | Jon Trowbridge | 2001-05-18 | 1 | -10/+60 |
* | Added. | Jon Trowbridge | 2001-04-17 | 1 | -7/+33 |
* | Added #include <libgnome/gnome-paper.h> | Jon Trowbridge | 2001-03-30 | 1 | -1/+4 |
* | Clean up #includes. Replace <gnome.h>, <bonobo.h> and <gtk/gtk.h> with | Kjartan Maraas | 2001-03-30 | 1 | -2/+6 |
* | Rather than starting the pending query by directly calling | Jon Trowbridge | 2001-03-25 | 1 | -8/+33 |
* | Brutally refactored to boost performance in large-addressbook situations. | Jon Trowbridge | 2001-03-18 | 1 | -109/+238 |
* | Switched to use e_contact_quick_add_free_form. Removed debugging code, | Jon Trowbridge | 2001-03-09 | 1 | -4/+26 |
* | Oops, we do need to be able to write to "text" after all (for things like | Jon Trowbridge | 2001-03-02 | 1 | -3/+6 |
* | I am an idiot. | Jon Trowbridge | 2001-03-02 | 1 | -12/+22 |
* | Change for new EDestination/ESelectNamesModel API. | Jon Trowbridge | 2001-03-02 | 1 | -0/+831 |