| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | guard against multiple invocations. | Chris Toshok | 2002-11-12 | 6 | -38/+63 |
* | change signature to that of a weak ref notify function. (main): ::destroy | Chris Toshok | 2002-11-12 | 19 | -609/+578 |
* | change around a little, still ifdefed though. | Chris Toshok | 2002-11-12 | 6 | -204/+98 |
* | guard against multiple invocations. | Chris Toshok | 2002-11-10 | 15 | -229/+334 |
* | guard against multiple invocations. (remove_book_view): same. | Chris Toshok | 2002-11-09 | 6 | -19/+59 |
* | oops, missed these casts. | Chris Toshok | 2002-11-09 | 4 | -10/+17 |
* | port work. | Chris Toshok | 2002-11-09 | 16 | -347/+480 |
* | parent class is GObjectClass. | Chris Toshok | 2002-11-09 | 10 | -68/+171 |
* | add camel back in. (contact_print_style_editor_test_LDADD): same. | Chris Toshok | 2002-11-09 | 1 | -3/+2 |
* | add printing back in. | Chris Toshok | 2002-11-09 | 1 | -4/+2 |
* | convert to glade-2 | Chris Toshok | 2002-11-08 | 5 | -297/+309 |
* | port work. | Chris Toshok | 2002-11-08 | 9 | -278/+245 |
* | prepend /apps/Evolution to config db paths. | Chris Toshok | 2002-11-08 | 3 | -4/+13 |
* | more porting work. | Chris Toshok | 2002-11-08 | 13 | -3744/+3753 |
* | add lots of libs back in since they're building now. | Chris Toshok | 2002-11-08 | 10 | -138/+153 |
* | more porting work. | Chris Toshok | 2002-11-08 | 16 | -319/+338 |
* | tests are linking now, and link in libcamel.la. | Chris Toshok | 2002-11-08 | 4 | -77/+56 |
* | add prototypes for e_utf8_casefold_collate{_len} | Chris Toshok | 2002-11-08 | 3 | -0/+34 |
* | port this to gnome2/gnomeprint2. | Chris Toshok | 2002-11-07 | 8 | -2142/+2189 |
* | gobjectify this. | Chris Toshok | 2002-11-07 | 29 | -6104/+6604 |
* | use g_type_class_peek_parent. | Chris Toshok | 2002-11-07 | 11 | -30/+58 |
* | call g_build_filename, not g_build_path. | Chris Toshok | 2002-11-06 | 2 | -1/+6 |
* | fix the gnome-xml headers. | Chris Toshok | 2002-11-06 | 3 | -3/+8 |
* | fix the gnome-xml headers. | Chris Toshok | 2002-11-06 | 12 | -267/+339 |
* | fix some #include's. | Chris Toshok | 2002-11-06 | 1 | -2/+0 |
* | only build the backend and gui dirs for now. printing and conduits are | Chris Toshok | 2002-11-06 | 4 | -8/+17 |
* | ignore the new .server file. | Chris Toshok | 2002-11-06 | 15 | -209/+245 |
* | ignore the marshal generated stuff. | Chris Toshok | 2002-11-06 | 8 | -188/+233 |
* | ignore the marshal generated stuff. | Chris Toshok | 2002-11-06 | 12 | -237/+298 |
* | Port to GObject/gnome2. | Chris Toshok | 2002-11-06 | 28 | -923/+1110 |
* | Port to GObject/gnome2. | Chris Toshok | 2002-11-06 | 21 | -524/+410 |
* | ignore the generated marshaller files. | Chris Toshok | 2002-11-06 | 7 | -51/+83 |
* | copy a memleak fix from pas-backend-ad. | Dan Winship | 2002-11-05 | 2 | -0/+6 |
* | g_date_* => g_date_get_*, fixes G_DISABLE_DEPRECATED build. | Chris Toshok | 2002-11-05 | 14 | -742/+139 |
* | port to gnome 2. | Chris Toshok | 2002-11-05 | 22 | -715/+886 |
* | don't call bonobo_activation_init directly. | Chris Toshok | 2002-11-05 | 9 | -65/+53 |
* | just include glib.h instead of the gtk stuff. | Chris Toshok | 2002-11-03 | 31 | -1205/+1531 |
* | never set the charset on an item without also encoding it. Mime messages | Larry Ewing | 2002-10-28 | 2 | -6/+8 |
* | Disconnect from the book's backend_died signal. | Dan Winship | 2002-10-27 | 2 | -1/+10 |
* | install evolutionperson.schema to $(datadir)/evolution. | Chris Toshok | 2002-10-26 | 2 | -0/+9 |
* | [ fixes #29144 ] use e_table_memory_storage_change instead of | Chris Toshok | 2002-10-25 | 2 | -3/+8 |
* | Set /Addressbook/select_names_uri in the configdb to the selected folder. | Dan Winship | 2002-10-23 | 2 | -17/+31 |
* | fix the sense of a strcmp | Dan Winship | 2002-10-22 | 2 | -1/+6 |
* | [ fix for #23764 ] handle multiple letters associated with a single | Chris Toshok | 2002-10-22 | 2 | -11/+34 |
* | [ fixes #29067 ] we need to create a card_sexp even when doing summary | Chris Toshok | 2002-10-22 | 2 | -7/+14 |
* | [ fixes #32144 ] convert the name to the gtk locale before saving. | Chris Toshok | 2002-10-22 | 2 | -3/+16 |
* | [ probable fix for #25477, and memory leak fix ] if the dialog isn't in | Chris Toshok | 2002-10-21 | 3 | -0/+18 |
* | Return right away rather than crashing if card->email is NULL. | Dan Winship | 2002-10-16 | 2 | -0/+12 |
* | [ Fix #7094, #7064, #7095, #31944, #31945 ] Hook up new etspec file. | Kjartan Maraas | 2002-10-10 | 14 | -146/+129 |
* | [ Fix #28392 ] #if 0 out the gal_view submenu, since it's not spec'ed to | Chris Toshok | 2002-10-05 | 2 | -0/+9 |
* | free adapter->priv. | Chris Toshok | 2002-10-02 | 1 | -30/+29 |
* | [ Fixes #31321 ] add VERSION:2.1 to exported vCards. | Chris Toshok | 2002-10-01 | 2 | -0/+8 |
* | [ Fixes #31434 ] always retrieve the card from the db. use the summary | Chris Toshok | 2002-10-01 | 2 | -0/+17 |
* | It's a grand old string-review! Nitpicky and minor changes; details in the ap... | Aaron Weber | 2002-10-01 | 2 | -2/+6 |
* | update for Composer_setHeaders change. | Dan Winship | 2002-09-30 | 2 | -2/+7 |
* | [ fixes #27521 ] always unref the contact editor when we get the | Chris Toshok | 2002-09-28 | 2 | -3/+10 |
* | set the timeout to 30 seconds. (query_ldap_root_dse): same, and also | Chris Toshok | 2002-09-28 | 2 | -23/+43 |
* | Change folder type to "contacts/ldap". (addressbook_storage_add_source): | Dan Winship | 2002-09-27 | 2 | -3/+12 |
* | Rename "ldap-contacts" to "contacts/ldap" and add "contacts/public". | Dan Winship | 2002-09-26 | 5 | -4/+27 |
* | free adapter->priv. | Chris Toshok | 2002-09-26 | 4 | -4/+30 |
* | add libeutil to the link and link with libcamel instead of | JP Rosevear | 2002-09-24 | 2 | -1/+7 |
* | oops, add cached_folder_list to struct _ESelectNamesManager. | Chris Toshok | 2002-09-23 | 2 | -0/+7 |
* | [ Fixes #30481 ] initialize the select names dialog with the default | Chris Toshok | 2002-09-23 | 2 | -7/+29 |
* | [ Fixes #28165, 29171 ] check to see if the value has really changed. the | Chris Toshok | 2002-09-23 | 2 | -25/+64 |
* | [ Fixes #30483 ] argh, contains => beginswith. | Chris Toshok | 2002-09-21 | 2 | -1/+7 |
* | don't add the user creatable item for ldap-contact folders atm, since it | Chris Toshok | 2002-09-18 | 2 | -9/+7 |
* | Fix a typo. | Kjartan Maraas | 2002-09-18 | 2 | -1/+5 |
* | [ Fixes bug #30250 ] handle "Unnamed Lists" here by setting their name to | Chris Toshok | 2002-09-13 | 4 | -23/+61 |
* | return g_strdup("true"), not "true". | Dan Winship | 2002-09-13 | 2 | -1/+6 |
* | institute an arbitrary minimum limit on the number of characters before we | Chris Toshok | 2002-09-12 | 2 | -0/+13 |
* | [ fixes the other half of #17336 ] parse the name when we're asked to set | Chris Toshok | 2002-09-12 | 2 | -6/+16 |
* | [ fixes part of #17336 ] get the window title from the .glade file, and | Chris Toshok | 2002-09-12 | 3 | -0/+32 |
* | [ fixes #30208 ] if the user clicked cancel in the password dialog, let | Chris Toshok | 2002-09-12 | 2 | -56/+112 |
* | Changed the description of the Directory Servers page of the settings | Anna Dirks | 2002-09-06 | 2 | -1/+8 |
* | [ Fixes #29904 ] we need to activate either a contact list editor or | Chris Toshok | 2002-09-05 | 2 | -3/+18 |
* | Pass FALSE to evolution_storage_new: the Other Contacts storage doesn't | Dan Winship | 2002-09-05 | 2 | -1/+8 |
* | Pass NULL as @unpopulate_folder_context_menu_fn to | Ettore Perazzoli | 2002-09-05 | 2 | -1/+7 |
* | unref the "without", adapter, and model, then chain up the GnomeDialog | Mike Kestner | 2002-09-04 | 2 | -0/+11 |
* | Use ldap-settings.png instead of evolution-contacts.png. | Ettore Perazzoli | 2002-09-04 | 2 | -1/+6 |
* | [ fixes #29699 ] call _set_source with a NULL source to fill in dialog | Chris Toshok | 2002-09-04 | 2 | -0/+11 |
* | (delete_contact_cb): Fix typo | Ettore Perazzoli | 2002-09-04 | 2 | -1/+7 |
* | add QueryRefused, for when the backend refuses to perform a query. (part | Dan Winship | 2002-08-31 | 5 | -0/+19 |
* | [ fixes #27923] up the version to 4_0 (4000). | Chris Toshok | 2002-08-30 | 2 | -4/+42 |
* | call evolution_shell_component_add_user_creatable_item twice here, once | Chris Toshok | 2002-08-30 | 2 | -0/+16 |
* | [ fixes #20347 ] hook up the backend_died signal. (backend_died): new | Chris Toshok | 2002-08-29 | 6 | -2/+101 |
* | use strcasecmp here, since all the other helpers use case insensitive | Chris Toshok | 2002-08-29 | 3 | -2/+10 |
* | return NULL if the list is empty. (pas_backend_ldap_connect): always try | Chris Toshok | 2002-08-29 | 2 | -17/+25 |
* | [ fixes #25038 ] need to have EVOLUTION_ICONSDIR defined. | Chris Toshok | 2002-08-29 | 6 | -1/+39 |
* | spew the filter we're using for the search. | Chris Toshok | 2002-08-29 | 2 | -0/+7 |
* | stop the EBookViews before unreffing. | Mike Kestner | 2002-08-29 | 2 | -2/+13 |
* | Add an evolution:shell_component_launch_order and rename | Dan Winship | 2002-08-29 | 2 | -1/+9 |
* | [ oops, merged the .h and .glade file back to the HEAD from the 1-0 | Chris Toshok | 2002-08-28 | 2 | -0/+25 |
* | [ fixes #19286 ] confirm deletion of contacts when using the menubar or | Chris Toshok | 2002-08-28 | 2 | -2/+10 |
* | [ fixes #28897 ] set book_data to NULL after clearing/freeing the list. | Chris Toshok | 2002-08-28 | 2 | -0/+8 |
* | [ fixes #20348 ] deprecate "categories" in favor of "category". evolution | Chris Toshok | 2002-08-28 | 4 | -3/+107 |
* | [ Fixes #14835 ] notify_complete with InvalidQuery if the parse fails. | Chris Toshok | 2002-08-28 | 2 | -2/+8 |
* | [ fixes #26907 ] use beginswith for email. | Chris Toshok | 2002-08-28 | 2 | -2/+8 |
* | change prototype for complete_sequence to match sequence_complete. | Chris Toshok | 2002-08-27 | 2 | -3/+9 |
* | [ fixes #29446 ] searching_modify_func can be NULL (since we don't require | Chris Toshok | 2002-08-27 | 2 | -1/+10 |
* | [ Fixes (almost certainly) #24649, #25494, #27351, and other LDAP search | Chris Toshok | 2002-08-27 | 2 | -74/+156 |
* | stop the view before unref, in case the listener has pending events. | Mike Kestner | 2002-08-27 | 2 | -0/+6 |
* | not sure what i was thinking here... the EBook isn't valid if we couldn't | Chris Toshok | 2002-08-21 | 2 | -7/+9 |
* | add the listener_id slot. | Chris Toshok | 2002-08-20 | 3 | -11/+23 |
* | take and pass the CallStatus to our listener. | Chris Toshok | 2002-08-20 | 19 | -31/+262 |
* | add "cache-completions" here, since file completion results are blanket | Chris Toshok | 2002-08-20 | 3 | -3/+41 |
* | add an "addresses" property, to get the "Dan Winship <danw@ximian.com>" | Dan Winship | 2002-08-20 | 2 | -0/+29 |
* | fix c&p error that was losing the ssl setting. | Chris Toshok | 2002-08-17 | 2 | -1/+7 |
* | Import into the default book not the local one | Iain Holmes | 2002-08-16 | 3 | -1/+19 |
* | new function to save a little typing. (find_book_view): same. | Chris Toshok | 2002-08-16 | 2 | -96/+175 |
* | [ fix 27333 ] "local" -> "do-initial-query". | Chris Toshok | 2002-08-16 | 4 | -19/+52 |
* | If invoked from a non-contact folder, add the contact to the default | Dan Winship | 2002-08-13 | 12 | -104/+124 |
* | initialize summary->upgraded to quiet valgrind. | Chris Toshok | 2002-08-09 | 2 | -0/+6 |
* | Use "\r" rather than including literal CRs in the string, which confuses | Dan Winship | 2002-08-07 | 3 | -54/+35 |
* | [ fixes bug #25958 ] use FULL_NAME in the case where we're untoggling a | Chris Toshok | 2002-08-02 | 2 | -2/+10 |
* | no more search_entry. | Chris Toshok | 2002-08-02 | 3 | -13/+21 |
* | remove folders and folders_by_uri, and the 2 listeners. | Chris Toshok | 2002-08-02 | 3 | -17/+11 |
* | (create_component): Use | Ettore Perazzoli | 2002-08-02 | 2 | -1/+6 |
* | Change the order so that "New Contact" is first and "New Contact List" is | Ettore Perazzoli | 2002-08-01 | 2 | -4/+10 |
* | Pass "contacts" as the @folder_type to | Ettore Perazzoli | 2002-08-01 | 2 | -0/+7 |
* | [ roll in the following change from the 1.0 branch.] change the CALURI and | Chris Toshok | 2002-08-01 | 3 | -27/+52 |
* | (activate_factories_for_uri): Don't | Ettore Perazzoli | 2002-07-31 | 2 | -2/+7 |
* | don't save empty strings. (pas_backend_summary_save): print out the errno | Chris Toshok | 2002-07-28 | 2 | -2/+9 |
* | Don't set up the ContactNew and | Ettore Perazzoli | 2002-07-27 | 2 | -48/+9 |
* | Change libversit.la -> libversit.a for danw's changes. | Peter Williams | 2002-07-25 | 2 | -1/+6 |
* | s/libversit_lt/libversit/ | Dan Winship | 2002-07-24 | 2 | -1/+6 |
* | Split pas-backend-file and pas-backend-ldap out of libpas and build them | Dan Winship | 2002-07-23 | 2 | -11/+24 |
* | Install libversit.a so that people compiling against the addressbook can | Peter Williams | 2002-07-18 | 3 | -22/+41 |
* | remove the option menu and browse button, and add a custom widget | Chris Toshok | 2002-07-17 | 3 | -377/+97 |
* | Forgot part of the patch | Peter Williams | 2002-07-17 | 1 | -1/+2 |
* | Install the SelectNames IDL and ancillary changes. | Peter Williams | 2002-07-17 | 2 | -4/+10 |
* | free the full_name (as well as given_name. oops.) | Chris Toshok | 2002-07-13 | 2 | -31/+48 |
* | Make the ENTRY_PROPERTY_ID_SIMPLE_CARD_LIST case not crash, although | Dan Winship | 2002-07-13 | 2 | -1/+8 |
* | e_book_get_book_view => e_book_get_completion_view, so the backends have | Chris Toshok | 2002-07-11 | 2 | -3/+11 |
* | actually remove the items from the pointer array too, so an error while | Chris Toshok | 2002-07-11 | 2 | -17/+68 |
* | Oops, missed this one. | Peter Williams | 2002-07-11 | 3 | -2/+10 |
* | Add include lines to get ebook headers relative to <ebook/foo.h>, not | Peter Williams | 2002-07-11 | 14 | -15/+50 |
* | Pass zero as the @sorting_priority to evolution_storage_new_folder(). | Ettore Perazzoli | 2002-07-10 | 2 | -2/+8 |
* | bleah, i hate this keyboard. | Chris Toshok | 2002-07-10 | 1 | -1/+1 |
* | add Book.getCompletionView. | Chris Toshok | 2002-07-10 | 10 | -110/+471 |
* | Pass NULL @custom_icon_name to evolution_storage_new_folder(). | Ettore Perazzoli | 2002-07-10 | 2 | -2/+9 |
* | New arg @tooltip; pass it to | Ettore Perazzoli | 2002-07-02 | 2 | -2/+13 |
* | don't unref selection_model (otherwise 3 clicks of "Show Supported Bases" | Sean Atkinson | 2002-07-01 | 2 | -2/+6 |
* | add pas-backend-summary.[ch]. | Chris Toshok | 2002-06-30 | 5 | -68/+1226 |
* | 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 |