| Commit message (Expand) | Author | Age | Files | Lines |
* | reorder the adding of creatable items so the default is a new contact, not | Chris Toshok | 2002-06-26 | 2 | -3/+9 |
* | remove source argument (get it from the dialog). (edit_source_clicked): | Sean Atkinson | 2002-06-25 | 2 | -6/+25 |
* | pass NULL to e_contact_list_save_as. modality sucks. fixes broken build. | Chris Toshok | 2002-06-18 | 2 | -4/+2 |
* | pass NULL to e_contact_list_save_as. modality sucks. fixes broken build. | Chris Toshok | 2002-06-18 | 1 | -0/+9 |
* | [ fixes bug #26130 ] pass ce->app as parent_window. | Chris Toshok | 2002-06-16 | 5 | -8/+37 |
* | use ldap_unbind_ext. (create_card_handler): don't leak the new vcard. | Chris Toshok | 2002-06-16 | 2 | -6/+22 |
* | up the max threshold to 3000 cards from 1000 cards.. seems to improve | Chris Toshok | 2002-06-16 | 2 | -4/+13 |
* | Made "" compare as not equal to "" for addresses. (use_common_book_cb): | Christopher James Lahey | 2002-06-15 | 2 | -4/+14 |
* | Don't enable fields if the editor isn't editable and the | Christopher James Lahey | 2002-06-14 | 2 | -0/+11 |
* | [ fixes bug #17332 ] we shouldn't ever return NULL here. in error cases we | Chris Toshok | 2002-06-12 | 2 | -1/+8 |
* | Made double clicking on read only folders not do anything. | Christopher James Lahey | 2002-06-12 | 2 | -8/+14 |
* | Made expand_uri a bit more robust and readable. | Christopher James Lahey | 2002-06-11 | 3 | -18/+33 |
* | Call e_minicard_selected in the GDK_BUTTON_RELEASE case here. | Christopher James Lahey | 2002-06-06 | 2 | -0/+14 |
* | Commented out this unused function. | Christopher James Lahey | 2002-06-04 | 3 | -3/+16 |
* | Set the title of our GalVIewCollection. | Christopher James Lahey | 2002-06-04 | 2 | -0/+7 |
* | Changed some spacing and expanding behavior to make this dialog behave | Anna Marie Dirks | 2002-05-30 | 2 | -73/+89 |
* | put this back in, accidentally got snipped with the hacking going on in | Chris Toshok | 2002-05-25 | 2 | -0/+7 |
* | [ part of #25047 ] remove the autocompletion config control from here, as | Chris Toshok | 2002-05-24 | 3 | -105/+8 |
* | [ #24189 ] ifdef out the body of this because it only works with a single | Chris Toshok | 2002-05-24 | 9 | -72/+281 |
* | fix parameter/local variable overloading. | Chris Toshok | 2002-05-24 | 2 | -3/+8 |
* | Fix typo in the ChangeLog. | Ettore Perazzoli | 2002-05-22 | 1 | -1/+1 |
* | Don't try to invoke e_book_get_uri() on NULL. Fixes #20069. | Ettore Perazzoli | 2002-05-22 | 2 | -3/+8 |
* | make sure we map status -> string correctly (add missing strings). | Chris Toshok | 2002-05-21 | 4 | -2/+20 |
* | Set the can_sync_offline property on the EFolder based on the | Ettore Perazzoli | 2002-05-21 | 2 | -2/+9 |
* | New, quit handler for the EvolutionShellComponent. (add_creatable_item): | Ettore Perazzoli | 2002-05-17 | 7 | -20/+133 |
* | Check with e_shell_prepare_for_quit() before quitting. | Ettore Perazzoli | 2002-05-16 | 2 | -1/+6 |
* | Removed an incorrect comment here. | Christopher James Lahey | 2002-05-14 | 2 | -2/+5 |
* | Enable the dropdown widgets even if the contact is not editable so that | Christopher James Lahey | 2002-05-14 | 2 | -1/+8 |
* | Added SimpleCard interface. | Christopher James Lahey | 2002-05-11 | 6 | -12/+455 |
* | Added "first_email" property. | Christopher James Lahey | 2002-05-10 | 2 | -0/+26 |
* | Pass %FALSE as @has_shared_folders to evolution_storage_new(). | Ettore Perazzoli | 2002-05-10 | 2 | -1/+7 |
* | link against the libtool version of libversit | JP Rosevear | 2002-05-08 | 2 | -1/+6 |
* | oops, add the NULL back at the end of possible_types. | Chris Toshok | 2002-05-08 | 2 | -1/+7 |
* | bleah, need to pass the GtkWindow here so we can pop up the a modal | Chris Toshok | 2002-05-08 | 2 | -22/+48 |
* | s/ldap_config/addressbook_config/ so this compiles again. | Dan Winship | 2002-05-07 | 2 | -1/+6 |
* | doh, remove >>>>>'s | Chris Toshok | 2002-05-04 | 1 | -1/+0 |
* | finally remove the #if 0's and use the oaf query stuff to get backends | Chris Toshok | 2002-05-04 | 2 | -2/+7 |
* | Call evolution_config_control_changed when the EFolderList changes. | Christopher James Lahey | 2002-05-04 | 2 | -0/+16 |
* | Updated this to have the ConfigControlFactory have an addressbookwide | Christopher James Lahey | 2002-05-04 | 8 | -36/+167 |
* | Desensitize the to, cc, and bcc buttons if there's no selection here. | Christopher James Lahey | 2002-05-03 | 2 | -0/+34 |
* | Changed some of these to bind to the ContactListEditor verbs since they're | Christopher James Lahey | 2002-05-03 | 2 | -3/+9 |
* | fix | JP Rosevear | 2002-05-01 | 2 | -4/+7 |
* | Added this function so that there would be less duplication of cards | Christopher James Lahey | 2002-05-01 | 4 | -61/+119 |
* | Changed this to set a subject when sending a contact. This makes the | Christopher James Lahey | 2002-05-01 | 2 | -1/+64 |
* | ugh, missed one. | Jeffrey Stedfast | 2002-04-27 | 1 | -1/+0 |
* | oops, should have done a search to make sure I had gotten all of the libibexes | Jeffrey Stedfast | 2002-04-27 | 1 | -6/+0 |
* | Don't link to libibex anymore. | Jeffrey Stedfast | 2002-04-27 | 3 | -2/+4 |
* | Don't link to libibex anymore. | Jeffrey Stedfast | 2002-04-27 | 2 | -1/+2 |
* | Don't link to libibex anymore. | Jeffrey Stedfast | 2002-04-27 | 2 | -1/+4 |
* | Unref the text_model here instead of the model, since the model never gets | Christopher James Lahey | 2002-04-26 | 2 | -4/+10 |
* | Updated this for the new e_table_memory_store_insert function prototype. | Christopher James Lahey | 2002-04-25 | 2 | -20/+13 |
* | Added a "Browse..." button to switch to a different addressbook folder. | Christopher James Lahey | 2002-04-25 | 5 | -17/+112 |
* | Coded handling of the select_entry to search within the displayed | Christopher James Lahey | 2002-04-24 | 4 | -68/+99 |
* | Updated this dialog to match the redesign. | Christopher James Lahey | 2002-04-24 | 2 | -205/+264 |
* | Make unused menu items disappear instead of graying out. | Christopher James Lahey | 2002-04-24 | 2 | -1/+34 |
* | Removed e_addressbook_reflow_adapter_right_click and | Christopher James Lahey | 2002-04-24 | 8 | -691/+474 |
* | Removed an unused variable here. | Christopher James Lahey | 2002-04-23 | 3 | -2/+25 |
* | Allow GDK_ACTION_COPY also, since the composer for example does not accept | Jeffrey Stedfast | 2002-04-23 | 2 | -2/+8 |
* | change order of scope option menu to match how it's stored. | Chris Toshok | 2002-04-19 | 2 | -2/+7 |
* | change ldap config control text so it fits in the config dialog. | Chris Toshok | 2002-04-19 | 3 | -23/+105 |
* | add LDAP_CFLAGS to INCLUDES | Chris Toshok | 2002-04-19 | 2 | -0/+5 |
* | no more source->type. | Chris Toshok | 2002-04-19 | 2 | -1/+6 |
* | fill in source->ssl. (addressbook_source_dialog_set_source): set up | Chris Toshok | 2002-04-19 | 5 | -47/+74 |
* | fix memory leaks. | Chris Toshok | 2002-04-19 | 13 | -1848/+7606 |
* | Append /addressbook.db to the end of the default URI if it starts with | Dan Winship | 2002-04-19 | 3 | -3/+19 |
* | Bumped required gal version number to 0.19.99.11. | Christopher James Lahey | 2002-04-18 | 4 | -49/+65 |
* | Include addressbook-config.h here as this file uses it. | Christopher James Lahey | 2002-04-12 | 8 | -44/+196 |
* | Update for new-and-improved consistent default folder uri. | Dan Winship | 2002-04-10 | 3 | -64/+23 |
* | Add view_info arg, but don't do anything with it. | Dan Winship | 2002-04-09 | 2 | -0/+6 |
* | add config_item:type | JP Rosevear | 2002-04-07 | 2 | -0/+10 |
* | link to the static libversit | JP Rosevear | 2002-04-05 | 2 | -1/+5 |
* | Update for evolution_shell_client_user_select_folder API change. | Dan Winship | 2002-04-05 | 2 | -16/+18 |
* | Remove AddressbookConfig, ContactNew, ContactNewList EPixmap entries. | Ettore Perazzoli | 2002-04-04 | 3 | -3/+13 |
* | Fix spelling of E_CARD_SIMPLE_PHONE_ID_TTYTDD and | Dan Winship | 2002-04-02 | 4 | -7/+17 |
* | ignore .pure | Chris Toshok | 2002-04-02 | 2 | -0/+2 |
* | parent_class should be static. (From Max Horn <max@quendi.de>) | Dan Winship | 2002-04-01 | 2 | -1/+6 |
* | Add priority for the config page. Renamed to "Directory Servers". | Ettore Perazzoli | 2002-03-30 | 2 | -2/+9 |
* | don't free req->vcard. it's freed in pas_book_free_request. | Chris Toshok | 2002-03-28 | 2 | -19/+12 |
* | make sure to call ldap_value_free (values);, and ldap_msgfree (resp). | Chris Toshok | 2002-03-28 | 2 | -12/+40 |
* | Update for libversit change: Use .a rather than .la now. | Dan Winship | 2002-03-20 | 4 | -10/+19 |
* | [Search bar re-design implementation, Take 2.] | Ettore Perazzoli | 2002-03-19 | 2 | -23/+16 |
* | Update to use new EPopupMenu API. | Jeffrey Stedfast | 2002-03-16 | 4 | -31/+44 |
* | [Start implementing the new Search Bar design.] | Ettore Perazzoli | 2002-03-16 | 3 | -2/+8 |
* | Add an icon for the LDAP sources configuration control. | Ettore Perazzoli | 2002-03-14 | 2 | -0/+8 |
* | Remove verb "AddressbookConfig". (config_cb): Removed. | Ettore Perazzoli | 2002-03-13 | 7 | -52/+171 |
* | change contains x-evolution-any-field to beginswith on email, full_name, | Chris Toshok | 2002-03-12 | 2 | -1/+11 |
* | add TLSNotAvailable to BookLister_CallStatus. | Chris Toshok | 2002-03-10 | 5 | -16/+86 |
* | since I've gone ahead and made the file backend (by way of | Chris Toshok | 2002-03-10 | 4 | -22/+53 |
* | track union/struct change. (pas_book_queue_remove_card): same. | Chris Toshok | 2002-03-08 | 5 | -713/+1136 |
* | Update for evolution_storage_new() change. | Dan Winship | 2002-03-08 | 2 | -1/+7 |
* | don't set "editable" here, as the way things work the backend isn't able | Chris Toshok | 2002-03-05 | 2 | -1/+7 |
* | [fixes bug #20871] add the status-message label. | Chris Toshok | 2002-03-05 | 3 | -1/+43 |
* | don't ref the view here, since it keeps the view alive until the search is | Chris Toshok | 2002-03-01 | 2 | -4/+12 |
* | i2002-02-26 Chris Toshok <toshok@ximian.com> | Chris Toshok | 2002-03-01 | 2 | -2/+7 |
* | [fixes bug #20690] the data arg is not GList** anymore, it's | Chris Toshok | 2002-03-01 | 2 | -52/+86 |
* | only handle the ESB_ADVANCED case here now. the actual query work is done | Chris Toshok | 2002-02-25 | 2 | -2/+29 |
* | make the right auth page start up open. | Chris Toshok | 2002-02-25 | 3 | -1/+15 |
* | [ Fixes bugs 20740, 16680, and god knows what else :) ] double the | Chris Toshok | 2002-02-23 | 4 | -49/+206 |
* | Define $(iconsdir). | Ettore Perazzoli | 2002-02-22 | 3 | -7/+48 |
* | track change to signature, and (for now) just change all the return | Chris Toshok | 2002-02-21 | 8 | -17/+59 |
* | if the load_uri fails, notify the listener that the repository is offline. | Chris Toshok | 2002-02-19 | 2 | -1/+24 |
* | escape commas in the dn, since they're used by ldap to specify the node's | Chris Toshok | 2002-02-19 | 2 | -7/+29 |
* | Keep a ref of the model in this case as well. | Christopher James Lahey | 2002-02-14 | 2 | -0/+7 |
* | Make sure to only set the query once when creating a new book and not at | Christopher James Lahey | 2002-02-14 | 3 | -24/+65 |
* | Attach to the emvw instead of the emv here. | Christopher James Lahey | 2002-02-14 | 6 | -39/+92 |
* | Finishing commit that failed in the middle: | Christopher James Lahey | 2002-02-14 | 10 | -87/+357 |
* | New functions that take a file:// url ending in the directory name and | Christopher James Lahey | 2002-02-14 | 5 | -38/+211 |
* | Attach the GalViewMinicard to the EMinicardView here. | Christopher James Lahey | 2002-02-13 | 4 | -15/+103 |
* | Added an argument to get the model. | Christopher James Lahey | 2002-02-13 | 5 | -27/+105 |
* | remove "New" from user creatable menu items | JP Rosevear | 2002-02-08 | 2 | -2/+7 |
* | Missed one. | Chris Lahey | 2002-02-07 | 2 | -4/+7 |
* | Bumped the required version of gal. | Christopher James Lahey | 2002-02-07 | 2 | -155/+281 |
* | tidy | JP Rosevear | 2002-02-05 | 3 | -21/+178 |
* | if the shown address in the mailing address or there is no mailing | JP Rosevear | 2002-02-04 | 4 | -6/+134 |
* | New function to find out if a destination was one which was auto-matically | Jeffrey Stedfast | 2002-02-02 | 3 | -273/+319 |
* | Made this preserve addressbook flags other than the first three. | Christopher James Lahey | 2002-02-02 | 5 | -1638/+100 |
* | compute the change db filename based on our contact db filename. | Chris Toshok | 2002-01-31 | 2 | -6/+25 |
* | Revert my previous change as trow says this will break auto-completion | Jeffrey Stedfast | 2002-01-29 | 2 | -1/+7 |
* | Final cleanup for the CFLAGS and LIBS in the Makefiles. | Ettore Perazzoli | 2002-01-28 | 6 | -34/+16 |
* | Don't check for an @ in the email address. This is to fix bug #10960. | Jeffrey Stedfast | 2002-01-26 | 2 | -1/+11 |
* | [ fixes bug 16097 ] gui love for the new auth stuff. | Chris Toshok | 2002-01-26 | 2 | -10/+28 |
* | [ fixes bug 16097 ] gui love for the new auth stuff. | Chris Toshok | 2002-01-25 | 11 | -117/+445 |
* | Clean up some of the Makefiles so we dont' link every library multiple | Ettore Perazzoli | 2002-01-25 | 7 | -129/+95 |
* | Pass a NULL @icon to | Ettore Perazzoli | 2002-01-24 | 2 | -2/+12 |
* | #include <locale.h>. | Ettore Perazzoli | 2002-01-24 | 2 | -0/+6 |
* | [ fixes bug # 16864 ] create and return a GString here, instead of writing | Chris Toshok | 2002-01-23 | 2 | -24/+32 |
* | Set the number of cards to return to the value specified in the ldap uri, | Christopher James Lahey | 2002-01-21 | 6 | -10/+190 |
* | Made username match with no domain match be vague instead of partial. | Christopher James Lahey | 2002-01-18 | 2 | -1/+7 |
* | From addressbook/ChangeLog: | Christopher James Lahey | 2002-01-18 | 7 | -35/+152 |
* | Sort country list. Country list moves from fulladdr.glade to | Christopher James Lahey | 2002-01-18 | 3 | -236/+293 |
* | Fixes #17725 | Zbigniew Chyla | 2002-01-18 | 2 | -4/+16 |
* | move all functions here, get rid of header files, use e-pilot-settings to | JP Rosevear | 2002-01-17 | 6 | -280/+256 |
* | remove misleading title and fix spacing | JP Rosevear | 2002-01-16 | 2 | -43/+5 |
* | Handle setting the search bar to "Advanced..." when the alphabet buttons | Christopher James Lahey | 2002-01-11 | 4 | -20/+80 |
* | Commit the ChangeLog for the fixes I just accidently committed: | Christopher James Lahey | 2002-01-11 | 1 | -0/+9 |
* | ChangeLog change. | Chris Lahey | 2002-01-11 | 3 | -2/+4 |
* | Use toggle buttons here. | Christopher James Lahey | 2002-01-11 | 3 | -8/+54 |
* | Choose the first filled in address field here. Fixes Ximian bug #2222. | Christopher James Lahey | 2002-01-10 | 2 | -3/+30 |
* | Add a test for getting arbitrary fields. | Joe Shaw | 2002-01-10 | 4 | -2/+57 |
* | When we clean, don't clean the model's last element. This helps keep | Jon Trowbridge | 2001-12-28 | 11 | -203/+291 |
* | When we clean, don't clean the model's last element. This helps keep | Jon Trowbridge | 2001-12-28 | 1 | -0/+85 |
* | -- Merge fix for #17377 from the evolution-1-0-branch. | Ettore Perazzoli | 2001-12-20 | 2 | -0/+10 |
* | Add cut/copy/paste to right-click menu. | Jon Trowbridge | 2001-12-20 | 3 | -2/+85 |
* | go slow and clear the map if the last uri and the current uri do not match | JP Rosevear | 2001-12-19 | 6 | -15/+151 |
* | [ fixes bug 17355 ] if we're dealing with an LDAP folder, prepend [LDAP] | Chris Toshok | 2001-12-18 | 2 | -1/+75 |
* | Merging changes: | Christopher James Lahey | 2001-12-18 | 2 | -19/+11 |
* | Added 'cache_complete' flag to ESelectNamesCompletionPrivate. | Jon Trowbridge | 2001-12-17 | 2 | -1/+20 |
* | don't free the hash table keys, we didn't allocate them and free the | JP Rosevear | 2001-12-16 | 2 | -13/+23 |
* | Make sure to copy the custom fields so they are not overwritten | JP Rosevear | 2001-12-14 | 2 | -0/+10 |
* | Used g_strdup_printf to dup a string. Doh! Changed to g_strdup. (Bug | Jon Trowbridge | 2001-12-14 | 2 | -1/+7 |
* | Remove a reference to code I don't want to commit yet. :-) | Jon Trowbridge | 2001-12-08 | 2 | -2/+4 |
* | Extensively refactored -- this code had gotten _really_ ugly. Untangle | Jon Trowbridge | 2001-12-08 | 5 | -421/+433 |
* | move search_for_dn's contents here, and add an "existing_objectclasses" | Chris Toshok | 2001-12-07 | 2 | -40/+115 |
* | we need to be able to disable non-labels here as well. since we're using | Chris Toshok | 2001-12-07 | 5 | -7/+42 |
* | Merging changes: | Christopher James Lahey | 2001-12-06 | 4 | -28/+42 |
* | Make address comparisons case-insensitive. (Fixes 11776) | Jon Trowbridge | 2001-12-04 | 3 | -6/+14 |
* | Clean ESelectNamesModel on focus-out. (Half of a fix for 15656) | Jon Trowbridge | 2001-12-04 | 3 | -3/+15 |
* | Merging changes: | Christopher James Lahey | 2001-12-01 | 2 | -3/+51 |
* | Merged changes: | Christopher James Lahey | 2001-12-01 | 2 | -0/+34 |
* | Merging fixes: | Christopher James Lahey | 2001-12-01 | 2 | -37/+79 |
* | s/gnome_font_get_width_string/gnome_font_get_width_utf8/ | Chyla Zbigniew | 2001-11-17 | 3 | -24/+34 |
* | check against LDAP_SUCCESS as the return value, not -1. | Chris Toshok | 2001-11-15 | 2 | -7/+16 |
* | [ Fixes Ximian bug #14843 ] don't crash if a subexpression wasn't filled | Chris Toshok | 2001-11-13 | 2 | -8/+19 |
* | Release callback's reference to EContactListEditor. (list_modified_cb): | Jon Trowbridge | 2001-11-13 | 2 | -9/+33 |
* | If our call to e_categories_new returns NULL, put up an error dialog and | Jon Trowbridge | 2001-11-13 | 2 | -0/+14 |
* | [ Fixes Ximian bug #14687 ] backend/pas/pas-backend-file.c | Chris Toshok | 2001-11-10 | 4 | -16/+25 |
* | [ Fixes Ximian bug #14646 ] new function. if the default_book failed to | Chris Toshok | 2001-11-10 | 3 | -1/+44 |
* | Explicitly destroy entries. Part of the fix for the lingering completion | Jon Trowbridge | 2001-11-09 | 2 | -0/+22 |
* | Use ordering of the pilot's phone label list to find fields we sync in | JP Rosevear | 2001-11-05 | 2 | -61/+64 |
* | [ Fixes Ximian bug #14410 ] init in_async_call to FALSE. (card_added_cb): | Chris Toshok | 2001-11-04 | 5 | -2/+85 |
* | Check for NULL dates before converting them to strings. Fixes Ximian bug | Christopher James Lahey | 2001-11-03 | 2 | -10/+20 |
* | Leak select-names related data structures until the memory management | Jon Trowbridge | 2001-11-03 | 2 | -1/+13 |
* | Make the pre_changes and changes match here. | Christopher James Lahey | 2001-10-31 | 4 | -0/+14 |
* | Check that local_listener and other_contacts_listener are non-NULL before | Jon Trowbridge | 2001-10-31 | 4 | -14/+31 |
* | Force the select names dialog to be destroyed. This is a hack to fix bug | Jon Trowbridge | 2001-10-31 | 2 | -0/+14 |
* | Oops. | JP Rosevear | 2001-10-31 | 1 | -1/+2 |
* | make sure to translate the character sets of the names | JP Rosevear | 2001-10-31 | 2 | -4/+6 |
* | send a null bonobo arg to prevent explosion | JP Rosevear | 2001-10-30 | 2 | -1/+11 |
* | correct include typo | JP Rosevear | 2001-10-30 | 2 | -1/+5 |
* | Require gal 0.15.99.8 | Joe Shaw | 2001-10-30 | 3 | -5/+3 |
* | 2001-10-29 Jon Trowbridge <trow@ximian.com. | Jon Trowbridge | 2001-10-30 | 3 | -2/+22 |
* | Removed conflict spew. | Jon Trowbridge | 2001-10-30 | 1 | -1/+0 |
* | Connect to manager's "ok" signal. (manager_ok_cb): Emit "ok" | Jon Trowbridge | 2001-10-30 | 4 | -21/+61 |
* | new function, a "Do you want to save changes?" dialog. | Chris Toshok | 2001-10-30 | 5 | -0/+96 |
* | overload this function for modifying objectclasses too, so we can make | Chris Toshok | 2001-10-30 | 2 | -5/+29 |
* | Comment out spew. | Jon Trowbridge | 2001-10-30 | 7 | -8/+22 |
* | Check that our BonoboUIComponent has a container so we don't get a lot of | Jon Trowbridge | 2001-10-30 | 7 | -72/+93 |
* | We were using book_data->book_view immediately after unrefing it. | Jon Trowbridge | 2001-10-30 | 2 | -3/+15 |
* | add prototype for pas_book_factory_dump_active_backends. | Chris Toshok | 2001-10-30 | 3 | -1/+35 |
* | Drop a match if either of the text fields is NULL. This could happen if | Jon Trowbridge | 2001-10-30 | 2 | -0/+14 |
* | fix bug that allowed for phone's not to be in priority order and the item | JP Rosevear | 2001-10-30 | 3 | -53/+43 |
* | a card also needs to have its phone nums in priority order to be | JP Rosevear | 2001-10-30 | 2 | -1/+30 |
* | move the syncable checking code to a different function | JP Rosevear | 2001-10-29 | 2 | -86/+116 |
* | Use the actual ECardName in the ECard instead of parsing the full_name | Christopher James Lahey | 2001-10-29 | 2 | -14/+13 |
* | New function to set the ECardName on this card and fix the file_as if | Christopher James Lahey | 2001-10-29 | 3 | -0/+19 |
* | Handle returning dates here. (e_card_simple_get_allow_newlines): New | Christopher James Lahey | 2001-10-29 | 8 | -6/+92 |
* | tidy | JP Rosevear | 2001-10-29 | 4 | -2/+12 |
* | Expose this function. (e_card_date_to_string): ...and this one. Fixes | Jon Trowbridge | 2001-10-28 | 3 | -4/+14 |
* | Change "this should never happen" dialog to not give my name/e-mail. Sorry | Jon Trowbridge | 2001-10-28 | 3 | -1/+18 |
* | [ bug #12979 ] new function. (anniversary_ber): new function. | Chris Toshok | 2001-10-28 | 2 | -19/+172 |
* | free up all the book_data list stuff. | Chris Toshok | 2001-10-28 | 4 | -90/+170 |
* | change to EBookCallback signature, and unref the book. | Chris Toshok | 2001-10-28 | 2 | -5/+27 |
* | change to EBookCallback signature, and unref the book. (add_card_idle_cb): | Chris Toshok | 2001-10-28 | 4 | -10/+64 |
* | Don't leak stuff. (Bug #13709) | Jon Trowbridge | 2001-10-28 | 2 | -10/+20 |
* | Fix the address of the FSF in the licensing comments. | Ettore Perazzoli | 2001-10-28 | 1 | -3/+4 |
* | Set book_uri when cardification occurs. | Christopher James Lahey | 2001-10-28 | 2 | -13/+32 |
* | Bumped required version of gal to 0.15.99.6. | Christopher James Lahey | 2001-10-28 | 2 | -2/+8 |
* | Doh! We should be sorting our contacts so that the most frequently used | Jon Trowbridge | 2001-10-28 | 2 | -2/+10 |
* | oops, left a collision marker in | Jon Trowbridge | 2001-10-28 | 1 | -1/+0 |
* | That should be a bonobo_object_unref, not a gtk_object_unref. | Jon Trowbridge | 2001-10-28 | 2 | -2/+24 |
* | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 9 | -49/+62 |
* | copy phone labels and show phone as well, clear correct entry text and | JP Rosevear | 2001-10-28 | 2 | -20/+16 |
* | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 63 | -63/+0 |
* | touch the record on lookup (check_for_slow_setting): write touched only if | JP Rosevear | 2001-10-27 | 2 | -5/+16 |
* | Added paranoid reentrancy guards. (pas_book_queue_request): Changed our | Jon Trowbridge | 2001-10-27 | 2 | -5/+25 |
* | add prototypes for addressbook_config_database, and | Chris Toshok | 2001-10-27 | 3 | -0/+60 |
* | Return on cancellation. (simple_query_sequence_complete_cb): Act if not | Jon Trowbridge | 2001-10-27 | 3 | -16/+70 |
* | remove the merges as valid sync types | JP Rosevear | 2001-10-27 | 4 | -6/+28 |
* | Oops... forgot to commit before. | Jon Trowbridge | 2001-10-27 | 1 | -0/+2 |
* | Cancel any pending queries. | Jon Trowbridge | 2001-10-27 | 2 | -0/+15 |
* | Update the licensing information to require version 2 of the GPL | Ettore Perazzoli | 2001-10-27 | 63 | -126/+126 |
* | Don't assert, but check if ce->app != NULL, since this function can | Jon Trowbridge | 2001-10-27 | 2 | -6/+9 |
* | Remove bad dialog ref-counting crap. | Jon Trowbridge | 2001-10-27 | 3 | -7/+21 |
* | make debug info more accurate | JP Rosevear | 2001-10-27 | 2 | -10/+13 |
* | prevent double unref (cursor_cb): correct typo (card_removed): remove the | JP Rosevear | 2001-10-27 | 2 | -11/+22 |
* | new member | JP Rosevear | 2001-10-26 | 3 | -31/+132 |
* | Added has_cursor argument. Setting the argument to TRUE if the minicard | Christopher James Lahey | 2001-10-26 | 3 | -16/+51 |
* | Initialize gnome-vfs. | Jon Trowbridge | 2001-10-25 | 4 | -12/+134 |
* | Removed key_press handler here since delete and backspace are now handled | Christopher James Lahey | 2001-10-24 | 2 | -27/+6 |
* | Fix command paths when we specify our pixmaps, so we don't get a lot of | Jon Trowbridge | 2001-10-24 | 3 | -5/+16 |
* | Removed our cancelled flag and e_select_names_completion_cancel function, | Jon Trowbridge | 2001-10-24 | 2 | -39/+75 |
* | Bumped required GAL to 0.15.99.3 so EEntry's "draw_button" argument can be | Christopher James Lahey | 2001-10-23 | 2 | -0/+7 |
* | Put up an error dialog if there's an error while saving. If the person | Christopher James Lahey | 2001-10-22 | 2 | -1/+26 |
* | right_click_up here when we let go of the popup. | Christopher James Lahey | 2001-10-21 | 3 | -0/+9 |
* | Use an EEntry here instead of a GtkLabel. Fixes Ximian bug #7067. | Christopher James Lahey | 2001-10-21 | 2 | -33/+29 |
* | Call e_addressbook_model_force_folder_bar_message when we activate the | Jon Trowbridge | 2001-10-21 | 4 | -2/+24 |
* | (e_select_names_set_default): don't forget to unref the oldstyle. | Larry Ewing | 2001-10-21 | 2 | -1/+2 |
* | stick with the style font if the efont bold font does not exist. | Larry Ewing | 2001-10-21 | 2 | -8/+24 |
* | Fix memory leak. | Jon Trowbridge | 2001-10-21 | 5 | -1/+21 |
* | We shouldn't leak the info returned by oaf_query. | Jon Trowbridge | 2001-10-21 | 4 | -2/+17 |
* | Make LDAP servers non-user-creatable. | Ettore Perazzoli | 2001-10-21 | 2 | -1/+6 |
* | Check that the string we are checking for xml-ness is non-NULL. | Jon Trowbridge | 2001-10-21 | 2 | -1/+4 |
* | Filter out empty destinations. (also Bug #13036) | Jon Trowbridge | 2001-10-21 | 4 | -12/+58 |
* | Handle focus_change in event by selecting that contact. Fixes Ximian bug | Christopher James Lahey | 2001-10-21 | 2 | -0/+17 |
* | Repeatedly call gtk_main_quit here as long as there is a main loop around. | Christopher James Lahey | 2001-10-20 | 2 | -2/+16 |
* | Added #include <gal/widgets/e-unicode.h>. | Christopher James Lahey | 2001-10-20 | 3 | -62/+101 |
* | Changed this to not grab on a right click. Fixes Ximian bug #12660. | Christopher James Lahey | 2001-10-20 | 2 | -1/+10 |
* | Pass the @folder_type to ::handleDrop. | Ettore Perazzoli | 2001-10-20 | 2 | -1/+10 |
* | Translate labels in select-names option menu. (Bug #9604) | Jon Trowbridge | 2001-10-20 | 3 | -2/+15 |
* | Made this take a const GList. | Christopher James Lahey | 2001-10-19 | 3 | -4/+9 |