| Commit message (Expand) | Author | Age | Files | Lines |
* | Use an E_ICON_SIZE enum value for the icon_size argument to get_icon. | Jeffrey Stedfast | 2004-05-18 | 3 | -3/+5 |
* | Fixes bug #44196 addressbook table view uses ASCII sort | Suresh Chandrasekharan | 2004-05-11 | 1 | -1/+11 |
* | Do ref, unref in right order, so the same contact can be set twice without | Hans Petter Jansson | 2004-05-04 | 1 | -5/+14 |
* | see if the selected group is groupwise one and setup the relative uri and | Sivaiah Nallagatla | 2004-05-03 | 1 | -1/+2 |
* | this signal takes an EContact* too. (modified_cb): same. (deleted_cb): | Chris Toshok | 2004-04-23 | 1 | -25/+43 |
* | use cursor-mode="line" to get rid of the annoying cell cursor. | Chris Toshok | 2004-04-21 | 2 | -3/+5 |
* | Set the default image for the contact photo to be the stock_person image | Rodney Dawes | 2004-04-19 | 3 | -25/+23 |
* | disable the map link for 2.0. | Chris Toshok | 2004-04-14 | 1 | -0/+4 |
* | add GDK_ACTION_COPY to the supported drag types. Connect to the | Larry Ewing | 2004-04-13 | 1 | -1/+36 |
* | treat "" the same as NULL (don't add it to the list). | Chris Toshok | 2004-04-13 | 1 | -1/+1 |
* | [ should fix #56537 ] | Chris Toshok | 2004-04-13 | 2 | -32/+15 |
* | add prototypes for eab_load_error_dialog and eab_search_result_dialog. | Chris Toshok | 2004-04-11 | 2 | -0/+112 |
* | use the new e_destination_export_to_vcard_attribute call to build up the | Chris Toshok | 2004-04-10 | 5 | -71/+12 |
* | revert unapproved patch | Chris Toshok | 2004-04-06 | 1 | -22/+0 |
* | : implement keyboard navigation(TAB/shift+TAB) (activaite_editor) : add a | Hao Sheng | 2004-04-06 | 2 | -25/+112 |
* | [ part of the fix for #51977, the other part is in e-d-s ] | Chris Toshok | 2004-03-31 | 1 | -1/+1 |
* | [ fixes bug #53634 ] | Chris Toshok | 2004-03-31 | 1 | -6/+18 |
* | [ gui part of the fix required for #48665 ] | Chris Toshok | 2004-03-31 | 1 | -2/+12 |
* | don't know what I was thinking approving this change. the _() was only | Chris Toshok | 2004-03-25 | 1 | -5/+2 |
* | parent_type == EAB_TYPE_EDITOR. (e_contact_list_editor_class_init): fill | Chris Toshok | 2004-03-25 | 5 | -15/+12 |
* | Use ngettext for handling plural forms throughout (fixes bug 53464). | Danilo Šegan | 2004-03-24 | 3 | -11/+9 |
* | [ fixes bug #53653, and a couple other instances ] | Chris Toshok | 2004-03-23 | 1 | -3/+3 |
* | Fixes #53625. | Hans Petter Jansson | 2004-03-18 | 1 | -0/+2 |
* | build a11y/addressbook dir : add the accessibility support for | Hao Sheng | 2004-03-15 | 4 | -9/+17 |
* | #if 0 this, since nothing uses it anymore. (accum_address): new function, | Chris Toshok | 2004-03-11 | 1 | -40/+113 |
* | ref the pixbuf before we close/unref the loader so the pixbuf sticks | Chris Toshok | 2004-02-28 | 1 | -7/+13 |
* | add missing "break" to PROP_SOURCE's case. | Chris Toshok | 2004-02-28 | 1 | -0/+1 |
* | add the Groupwise IM attributes to the list of those we render. | Chris Toshok | 2004-02-27 | 1 | -4/+7 |
* | call eab_view_show_contact_preview here so we maintain the preview state | Chris Toshok | 2004-02-27 | 1 | -0/+2 |
* | view->scrolled -> view->contact_display. fixes crash. | Chris Toshok | 2004-02-27 | 1 | -2/+2 |
* | Fixes #45308 and duplicates. | Hans Petter Jansson | 2004-02-20 | 1 | -6/+8 |
* | Address Book, not Addressbook | Rodney Dawes | 2004-02-12 | 3 | -3/+3 |
* | pass contact as an argument instead of contact id to | Sivaiah Nallagatla | 2004-02-08 | 1 | -1/+1 |
* | Hide the border on the notebook also Don't pack another scrolled window | Rodney Dawes | 2004-02-07 | 1 | -7/+1 |
* | Use "Address Book" instead of "folder" or "Addressbook" for the "Address | Rodney Dawes | 2004-02-07 | 1 | -3/+3 |
* | remove some spew, and add an evo-icon: handler, for things in evolution's | Chris Toshok | 2004-02-04 | 1 | -79/+177 |
* | hook up contact_changed/contact_removed signals. (contact_changed): new | Chris Toshok | 2004-02-03 | 2 | -12/+69 |
* | enable d&d drop photos. | Chris Toshok | 2004-01-31 | 2 | -0/+27 |
* | Implement. (eab_select_source): Implement. Public function that prompts | Hans Petter Jansson | 2004-01-30 | 2 | -18/+80 |
* | make sure we pass \0 terminated string to eab_contact_list_from_string [it | Radek Doulik | 2004-01-26 | 1 | -5/+12 |
* | [ fixes bug #51171 ] get this working. | Chris Toshok | 2004-01-26 | 1 | -63/+46 |
* | use .evolution to store view info | JP Rosevear | 2004-01-24 | 1 | -1/+1 |
* | Don't run callback if the action was cancelled. (load_source_cb): Ditto. | Hans Petter Jansson | 2004-01-17 | 1 | -4/+0 |
* | Implement. (get_paned_position): Implement. (eab_view_new): Connect signal | Hans Petter Jansson | 2004-01-16 | 1 | -3/+36 |
* | Update for API changes to e-book-async | Ross Burton | 2004-01-09 | 1 | -6/+2 |
* | install the "source" property. (eab_view_init): init eav->source to NULL. | Chris Toshok | 2003-12-18 | 2 | -10/+294 |
* | Disable cell editing. | Hans Petter Jansson | 2003-12-17 | 1 | -0/+2 |
* | Remove hard coded disable deprecated flags | JP Rosevear | 2003-12-07 | 1 | -2/+0 |
* | call remove_book_view/free_data here as well, to guard against multiple | Chris Toshok | 2003-12-06 | 1 | -0/+3 |
* | Clean up and sync with current model columns. | Hans Petter Jansson | 2003-12-05 | 1 | -48/+49 |
* | Do not depend on e-folder-list. | Ettore Perazzoli | 2003-12-03 | 1 | -6/+2 |
* | Use BASE_VERSION for repo_ids and OAFIIDs Update killev to kill the | Rodney Dawes | 2003-12-02 | 2 | -2/+2 |
* | turn on deprecated gtk and libgnomeui stuff | JP Rosevear | 2003-11-26 | 1 | -2/+0 |
* | Store a ref to the source selector. (impl_requestCreateItem): Implement. | Hans Petter Jansson | 2003-11-18 | 1 | -1/+6 |
* | Return TRUE for all cells, for now. | Hans Petter Jansson | 2003-11-14 | 3 | -46/+38 |
* | don't include the c marshaller file twice | JP Rosevear | 2003-11-07 | 1 | -1/+0 |
* | make sure the marshal header is in the source list | JP Rosevear | 2003-11-07 | 1 | -0/+1 |
* | don't destroy the widget here - its dead when removed from the paned | JP Rosevear | 2003-11-07 | 1 | -1/+0 |
* | Various changes to merge in evolution-data-server reliance. | JP Rosevear | 2003-11-07 | 13 | -18/+18 |
* | Fix a cast | Larry Ewing | 2003-11-05 | 1 | -1/+1 |
* | Make the the scrolled window have an "in" shadow. Likewise. Likewise. | Ettore Perazzoli | 2003-10-23 | 1 | -0/+2 |
* | Merge new-ui-branch to the trunk. | Ettore Perazzoli | 2003-10-22 | 34 | -2839/+3414 |
* | use memcpy to assign CORBA_char_sequence instead of strcpy. (#46706) | Gilbert Fang | 2003-08-20 | 1 | -1/+1 |
* | Chain. | Hans Petter Jansson | 2003-08-14 | 5 | -4/+30 |
* | use EVO_MARSHAL_RULE Likewise Likewise Likewise Likewise Likewise | Dan Winship | 2003-07-24 | 1 | -12/+1 |
* | Remove gtk_window_set_policy call since that function is deprecated and it | Dan Winship | 2003-07-23 | 1 | -0/+1 |
* | disconnect from model signals to prevent a race condition at shutdown | Dan Winship | 2003-07-18 | 2 | -0/+13 |
* | new function, override the event handler for focus_in_event, set the first | Gilbert Fang | 2003-06-26 | 1 | -0/+25 |
* | Fix lots of leaks, update for correct use of g_object_get. Some misc | Larry Ewing | 2003-06-14 | 5 | -22/+65 |
* | if we've got focus, set the background of the rect to bg[NORMAL], and the | Chris Toshok | 2003-05-20 | 1 | -3/+3 |
* | set the clip_height on reflow so the name of the field is as high as the | Chris Toshok | 2003-05-15 | 1 | -1/+4 |
* | rename addressbook_destroy to this, and guard against multiple calls. | Chris Toshok | 2003-05-14 | 1 | -6/+9 |
* | [ fixes bug #42048 ] button => response. (e_addressbook_view_print): | Chris Toshok | 2003-05-12 | 1 | -3/+3 |
* | [ fixes bug #37351 ] the row the signal is called with is already the | Chris Toshok | 2003-04-24 | 1 | -1/+0 |
* | [ fixes #7103 ] init style_set. and add the signal. | Chris Toshok | 2003-04-08 | 5 | -97/+152 |
* | set "handle_popup" on the field to be TRUE if it's got focus, FALSE if | Chris Toshok | 2003-04-04 | 1 | -0/+5 |
* | set the im_context on the field's EText. (e_minicard_label_event): remove | Chris Toshok | 2003-04-04 | 1 | -46/+1 |
* | [ fixes bug #40715 ] add this callback, to unref the book/free the closure | Chris Toshok | 2003-04-04 | 1 | -1/+2 |
* | add NONE:OBJECT | Chris Toshok | 2003-04-03 | 3 | -0/+23 |
* | [ fixes bug #32113 ] add include_email arg to e_destination_get_textrep. | Chris Toshok | 2003-03-23 | 3 | -4/+4 |
* | re-enable in build, include e-destination.h. For #39256. | Not Zed | 2003-03-10 | 1 | -2/+1 |
* | Likewise. Likewise. Likewise. Likewise. Likewise. (ebook_create): | Ettore Perazzoli | 2003-03-07 | 5 | -7/+6 |
* | (create_minicard_view): No need | Ettore Perazzoli | 2003-03-04 | 1 | -5/+1 |
* | Build libecontacteditor as an uninstalled shared library. | Dan Winship | 2003-03-01 | 1 | -3/+3 |
* | Remove these from here; talking to the mailer doesn't really belong at the | Dan Winship | 2003-03-01 | 5 | -4/+310 |
* | use g_signal_connect here, not swapped... although since we pass the | Chris Toshok | 2003-02-28 | 1 | -1/+0 |
* | Make libversit a shared library, update stuff for that, and clean up | Dan Winship | 2003-02-22 | 1 | -17/+1 |
* | Make libemiscwidgets, libefilterbar, and libetimezonedialog dynamic | Dan Winship | 2003-02-21 | 1 | -4/+4 |
* | revert previous change | Dan Winship | 2003-02-20 | 1 | -3/+3 |
* | oops | Dan Winship | 2003-02-20 | 1 | -1/+1 |
* | Build the subparts as (noinst) shared libraries rather than static | Dan Winship | 2003-02-20 | 1 | -2/+2 |
* | Make parent_class static. | Dan Winship | 2003-02-20 | 3 | -3/+3 |
* | disconnect search_started and search_result. (addressbook_compare): if | Chris Toshok | 2003-02-17 | 3 | -55/+98 |
* | [ huge change, all for 1 little performance problem :) fixes #18207 ] use | Chris Toshok | 2003-02-08 | 3 | -57/+68 |
* | check the status, not the book, and unref the book here. | Chris Toshok | 2003-02-07 | 2 | -10/+5 |
* | Remove cruft. (gladedir, etspecdir): Remove definitions. (glade_DATA): | Dan Winship | 2003-02-06 | 7 | -31/+30 |
* | updated for e scroll frame --> gtk scrolled window | Radek Doulik | 2003-02-05 | 1 | -8/+8 |
* | [ fixes bug #34898 ] handle modifications to email addresses in contact | Sean Gao | 2003-01-24 | 1 | -0/+27 |
* | Version using $(BASE_VERSION). (etspecdir): Likewise. (iconsdir): | Ettore Perazzoli | 2003-01-23 | 2 | -21/+22 |
* | applied patch from Frederic Crozat <fcrozat@mandrakesoft.com> | Radek Doulik | 2003-01-22 | 1 | -18/+18 |
* | Change dialog from Yes/No/Cancel to Discard/Cancel/Save to match the HIG. | Ettore Perazzoli | 2003-01-15 | 1 | -2/+2 |
* | fix parameter types here (this signal isn't generated from an ETable.) | Chris Toshok | 2003-01-10 | 5 | -1/+5 |
* | oops, don't include e-treeview-selection-model.h unless we're building the | Chris Toshok | 2003-01-09 | 1 | -1/+1 |
* | add E_ADDRESSBOOK_VIEW_TREEVIEW to the enum, ifdef'ed out. | Chris Toshok | 2003-01-09 | 3 | -18/+159 |
* | add parent arg. | Chris Toshok | 2003-01-09 | 7 | -1/+1063 |
* | $(datadir)/evolution/images instead of $(datadir)/images/evolution. | Ettore Perazzoli | 2003-01-09 | 1 | -18/+18 |
* | [ fixes bug #34897 ] don't free the return of e_card_simple_get_const, as | Chris Toshok | 2002-12-19 | 1 | -1/+1 |
* | g_string_sprintfa -> g_string_append_printf. (create_alphabet): same. | Chris Toshok | 2002-12-19 | 2 | -7/+7 |
* | drop use of "font" arg. (get_left_width): use pango to calculate this | Chris Toshok | 2002-12-19 | 3 | -14/+9 |
* | #define MINICARD_CONTROL_ID. | Ettore Perazzoli | 2002-12-10 | 1 | -0/+3 |
* | connect ::response to gtk_widget_destroy so the dialog goes away. | Chris Toshok | 2002-12-09 | 2 | -4/+7 |
* | this uses pango now. (addressbook_height): same. | Chris Toshok | 2002-12-09 | 1 | -23/+12 |
* | #include <string.h>. | Ettore Perazzoli | 2002-12-07 | 2 | -28/+20 |
* | gnomedialog -> gtkdialog stuff. print dialog is a gtkdialog now. | Not Zed | 2002-12-02 | 1 | -3/+4 |
* | the detail is supposed to go after the signal id, not at the end of the | Chris Toshok | 2002-11-30 | 1 | -1/+1 |
* | remove the button_press_event handler (that did nothing). this makes it so | Chris Toshok | 2002-11-29 | 1 | -9/+0 |
* | add include for gtkstock.h. | Chris Toshok | 2002-11-27 | 2 | -7/+7 |
* | remove redundant setting of y2. | Chris Toshok | 2002-11-27 | 1 | -5/+1 |
* | remove the cast to (int) - column_width is a double. | Chris Toshok | 2002-11-19 | 3 | -11/+11 |
* | clean this up a tad. | Chris Toshok | 2002-11-15 | 5 | -133/+28 |
* | change signature to that of a weak ref notify function. (main): ::destroy | Chris Toshok | 2002-11-12 | 9 | -98/+74 |
* | guard against multiple invocations. (remove_book_view): same. | Chris Toshok | 2002-11-09 | 5 | -19/+41 |
* | oops, missed these casts. | Chris Toshok | 2002-11-09 | 1 | -3/+3 |
* | port work. | Chris Toshok | 2002-11-09 | 14 | -339/+410 |
* | gobjectify this. | Chris Toshok | 2002-11-07 | 23 | -293/+268 |
* | fix the gnome-xml headers. | Chris Toshok | 2002-11-06 | 4 | -57/+76 |
* | Port to GObject/gnome2. | Chris Toshok | 2002-11-06 | 27 | -922/+1064 |
* | Disconnect from the book's backend_died signal. | Dan Winship | 2002-10-27 | 1 | -1/+5 |
* | [ fix for #23764 ] handle multiple letters associated with a single | Chris Toshok | 2002-10-22 | 1 | -11/+25 |
* | [ Fix #7094, #7064, #7095, #31944, #31945 ] Hook up new etspec file. | Kjartan Maraas | 2002-10-10 | 3 | -101/+60 |
* | [ Fix #28392 ] #if 0 out the gal_view submenu, since it's not spec'ed to | Chris Toshok | 2002-10-05 | 1 | -0/+2 |
* | It's a grand old string-review! Nitpicky and minor changes; details in the ap... | Aaron Weber | 2002-10-01 | 1 | -2/+2 |
* | Rename "ldap-contacts" to "contacts/ldap" and add "contacts/public". | Dan Winship | 2002-09-26 | 1 | -1/+1 |
* | free adapter->priv. | Chris Toshok | 2002-09-26 | 2 | -0/+4 |
* | [ fixes #20347 ] hook up the backend_died signal. (backend_died): new | Chris Toshok | 2002-08-29 | 3 | -2/+45 |
* | [ fixes #25038 ] need to have EVOLUTION_ICONSDIR defined. | Chris Toshok | 2002-08-29 | 1 | -1/+1 |
* | stop the view before unref, in case the listener has pending events. | Mike Kestner | 2002-08-27 | 1 | -0/+1 |
* | take and pass the CallStatus to our listener. | Chris Toshok | 2002-08-20 | 4 | -0/+44 |
* | [ fix 27333 ] "local" -> "do-initial-query". | Chris Toshok | 2002-08-16 | 1 | -1/+1 |
* | If invoked from a non-contact folder, add the contact to the default | Dan Winship | 2002-08-13 | 1 | -0/+1 |
* | Add include lines to get ebook headers relative to <ebook/foo.h>, not | Peter Williams | 2002-07-11 | 1 | -0/+1 |
* | pass NULL to e_contact_list_save_as. modality sucks. fixes broken build. | Chris Toshok | 2002-06-18 | 1 | -2/+2 |
* | Made double clicking on read only folders not do anything. | Christopher James Lahey | 2002-06-12 | 1 | -8/+9 |
* | Call e_minicard_selected in the GDK_BUTTON_RELEASE case here. | Christopher James Lahey | 2002-06-06 | 1 | -0/+7 |
* | Set the title of our GalVIewCollection. | Christopher James Lahey | 2002-06-04 | 1 | -0/+2 |
* | make sure we map status -> string correctly (add missing strings). | Chris Toshok | 2002-05-21 | 1 | -0/+3 |
* | Added this function so that there would be less duplication of cards | Christopher James Lahey | 2002-05-01 | 3 | -61/+104 |
* | Added a "Browse..." button to switch to a different addressbook folder. | Christopher James Lahey | 2002-04-25 | 1 | -1/+2 |
* | Make unused menu items disappear instead of graying out. | Christopher James Lahey | 2002-04-24 | 1 | -1/+29 |
* | Removed e_addressbook_reflow_adapter_right_click and | Christopher James Lahey | 2002-04-24 | 7 | -691/+454 |
* | Removed an unused variable here. | Christopher James Lahey | 2002-04-23 | 1 | -1/+16 |
* | Allow GDK_ACTION_COPY also, since the composer for example does not accept | Jeffrey Stedfast | 2002-04-23 | 1 | -2/+2 |
* | Bumped required gal version number to 0.19.99.11. | Christopher James Lahey | 2002-04-18 | 2 | -32/+34 |
* | Include addressbook-config.h here as this file uses it. | Christopher James Lahey | 2002-04-12 | 5 | -42/+172 |
* | Update for evolution_shell_client_user_select_folder API change. | Dan Winship | 2002-04-05 | 1 | -16/+13 |
* | Update to use new EPopupMenu API. | Jeffrey Stedfast | 2002-03-16 | 2 | -28/+30 |
* | since I've gone ahead and made the file backend (by way of | Chris Toshok | 2002-03-10 | 1 | -12/+4 |
* | don't set "editable" here, as the way things work the backend isn't able | Chris Toshok | 2002-03-05 | 1 | -1/+0 |
* | [ Fixes bugs 20740, 16680, and god knows what else :) ] double the | Chris Toshok | 2002-02-23 | 1 | -6/+9 |
* | Make sure to only set the query once when creating a new book and not at | Christopher James Lahey | 2002-02-14 | 1 | -17/+25 |
* | Attach to the emvw instead of the emv here. | Christopher James Lahey | 2002-02-14 | 5 | -39/+78 |
* | Finishing commit that failed in the middle: | Christopher James Lahey | 2002-02-14 | 6 | -43/+316 |
* | Attach the GalViewMinicard to the EMinicardView here. | Christopher James Lahey | 2002-02-13 | 3 | -15/+91 |
* | Added an argument to get the model. | Christopher James Lahey | 2002-02-13 | 4 | -27/+93 |
* | Missed one. | Chris Lahey | 2002-02-07 | 1 | -3/+5 |
* | Bumped the required version of gal. | Christopher James Lahey | 2002-02-07 | 1 | -155/+274 |
* | Clean up some of the Makefiles so we dont' link every library multiple | Ettore Perazzoli | 2002-01-25 | 1 | -15/+6 |
* | From addressbook/ChangeLog: | Christopher James Lahey | 2002-01-18 | 5 | -35/+120 |
* | Handle setting the search bar to "Advanced..." when the alphabet buttons | Christopher James Lahey | 2002-01-11 | 2 | -8/+35 |
* | Use toggle buttons here. | Christopher James Lahey | 2002-01-11 | 2 | -8/+48 |
* | Add cut/copy/paste to right-click menu. | Jon Trowbridge | 2001-12-20 | 2 | -2/+74 |
* | Merging changes: | Christopher James Lahey | 2001-12-18 | 1 | -19/+5 |
* | Make the pre_changes and changes match here. | Christopher James Lahey | 2001-10-31 | 1 | -0/+3 |
* | correct include typo | JP Rosevear | 2001-10-30 | 1 | -1/+1 |
* | Require gal 0.15.99.8 | Joe Shaw | 2001-10-30 | 1 | -2/+1 |
* | 2001-10-29 Jon Trowbridge <trow@ximian.com. | Jon Trowbridge | 2001-10-30 | 2 | -1/+13 |
* | new function, a "Do you want to save changes?" dialog. | Chris Toshok | 2001-10-30 | 2 | -0/+19 |
* | Comment out spew. | Jon Trowbridge | 2001-10-30 | 2 | -2/+2 |
* | Check that our BonoboUIComponent has a container so we don't get a lot of | Jon Trowbridge | 2001-10-30 | 1 | -1/+1 |
* | Handle returning dates here. (e_card_simple_get_allow_newlines): New | Christopher James Lahey | 2001-10-29 | 2 | -1/+27 |
* | change to EBookCallback signature, and unref the book. (add_card_idle_cb): | Chris Toshok | 2001-10-28 | 2 | -3/+13 |
* | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 5 | -33/+50 |
* | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 14 | -14/+0 |
* | Update the licensing information to require version 2 of the GPL | Ettore Perazzoli | 2001-10-27 | 14 | -28/+28 |
* | Added has_cursor argument. Setting the argument to TRUE if the minicard | Christopher James Lahey | 2001-10-26 | 2 | -16/+44 |
* | Removed key_press handler here since delete and backspace are now handled | Christopher James Lahey | 2001-10-24 | 1 | -27/+0 |
* | right_click_up here when we let go of the popup. | Christopher James Lahey | 2001-10-21 | 2 | -0/+3 |
* | Call e_addressbook_model_force_folder_bar_message when we activate the | Jon Trowbridge | 2001-10-21 | 2 | -0/+8 |
* | Fix memory leak. | Jon Trowbridge | 2001-10-21 | 1 | -0/+1 |
* | Filter out empty destinations. (also Bug #13036) | Jon Trowbridge | 2001-10-21 | 1 | -1/+1 |
* | Handle focus_change in event by selecting that contact. Fixes Ximian bug | Christopher James Lahey | 2001-10-21 | 1 | -0/+11 |
* | Added #include <gal/widgets/e-unicode.h>. | Christopher James Lahey | 2001-10-20 | 1 | -62/+90 |
* | Changed this to not grab on a right click. Fixes Ximian bug #12660. | Christopher James Lahey | 2001-10-20 | 1 | -1/+5 |
* | Did a bit of clean up here. Might fix some crashes, specifically Ximian | Christopher James Lahey | 2001-10-17 | 1 | -38/+38 |
* | Changed these to use the new ref and unref functions for ECard auxillary | Christopher James Lahey | 2001-10-12 | 1 | -1/+0 |
* | Check that view->view != NULL. (save_contact_cb): Check that view->view != | Jon Trowbridge | 2001-10-11 | 2 | -21/+41 |
* | Check to make sure our call to e_addressbook_model_get_card doesn't return | Jon Trowbridge | 2001-10-06 | 1 | -1/+1 |
* | don't set the editable field on the model - let the book do that. | Chris Toshok | 2001-10-06 | 1 | -1/+1 |
* | Fixed these to determine the fields to use properly. | Christopher James Lahey | 2001-10-04 | 2 | -5/+2 |
* | when creating the cards, don't display any of the subname fields (surname, | Chris Toshok | 2001-09-23 | 1 | -1/+1 |
* | Hooked up print preview button. | Christopher James Lahey | 2001-09-22 | 2 | -1/+51 |
* | free the dup'd capabilities. | Larry Ewing | 2001-09-18 | 1 | -0/+1 |
* | Code implicitly assumed that event->button.button is 1, 2, or 3, causing | Jon Trowbridge | 2001-09-18 | 1 | -17/+20 |
* | add -DEVOLUTION_IMAGESDIR. | Chris Toshok | 2001-09-07 | 2 | -8/+1 |
* | This file is no longer needed. | Chyla Zbigniew | 2001-09-03 | 1 | -355/+0 |
* | I18n fixes (mainly making buttons on the right side less Anglocentric :-) | Chyla Zbigniew | 2001-09-03 | 6 | -110/+153 |
* | Use e_card_get_vcard_assume_utf8 instead of e_card_get_vcard here since | Christopher James Lahey | 2001-09-02 | 2 | -2/+2 |
* | s/_/U_/ | Chyla Zbigniew | 2001-09-01 | 2 | -2/+4 |
* | Removed some debugging spew that I left in by mistake. | Jon Trowbridge | 2001-08-28 | 1 | -3/+0 |
* | Display localized status string (added missing _()). | Chyla Zbigniew | 2001-08-27 | 1 | -1/+1 |
* | add BUTTON_PRESS_MASK so double clicks still work. | Chris Toshok | 2001-08-24 | 1 | -0/+1 |
* | if we're dragging, drag_button_down won't be true in the BUTTON_RELEASE | Chris Toshok | 2001-08-21 | 1 | -21/+1 |
* | fix arg info - we're only passing 1 GTK_TYPE_POINTER arg, not 2. | Chris Toshok | 2001-08-21 | 3 | -17/+53 |
* | Set the folder bar message here. | Christopher James Lahey | 2001-08-20 | 4 | -3/+110 |
* | Changed the messages here in the right click menus. | Christopher James Lahey | 2001-08-18 | 2 | -4/+4 |
* | Got rid of an extraneous _ here. | Christopher James Lahey | 2001-08-14 | 1 | -1/+1 |
* | Upped the minimum width on all addressbook columns to 75. Fixes Ximian bug | Christopher James Lahey | 2001-08-09 | 1 | -39/+39 |
* | new function, used by the context menu. | Chris Toshok | 2001-08-09 | 1 | -3/+37 |
* | Fixes Clahey bug #2200 :-) | Nat Friedman | 2001-08-08 | 2 | -0/+8 |
* | Made this change the query based on which letter is clicked. | Christopher James Lahey | 2001-08-04 | 1 | -2/+71 |
* | Added ContactsSaveAsVCard, ContactsSendContactToOther, and | Christopher James Lahey | 2001-08-02 | 2 | -29/+63 |
* | need the EDestination magic here too for when we modify an already shown | Chris Toshok | 2001-07-25 | 1 | -0/+11 |
* | Added a call to e_table_view_to_model_row here. | Christopher James Lahey | 2001-07-15 | 1 | -3/+7 |
* | CVS is unhappy this evening. My commit keeps dying in the middle. | Jon Trowbridge | 2001-07-07 | 1 | -0/+11 |
* | Upped the required version of gal. | Christopher James Lahey | 2001-07-05 | 1 | -2/+7 |
* | srcdir != builddir compile fix. | Peter Williams | 2001-07-02 | 1 | -0/+1 |
* | Added related_contacts field. | Christopher James Lahey | 2001-07-02 | 1 | -55/+57 |
* | add EVOLUTION_IMAGESDIR define. | Chris Toshok | 2001-06-29 | 3 | -1/+35 |
* | pop up list editor for lists, contact editor otherwise. | Chris Toshok | 2001-06-29 | 4 | -10/+33 |
* | memmove counts were off in this function. (remove_card, modify_card): | Christopher James Lahey | 2001-06-27 | 1 | -5/+9 |
* | correct path to libecontacteditor.a. (minicard_widget_test_LDADD): same. | Chris Toshok | 2001-06-25 | 4 | -23/+50 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 19 | -46/+46 |
* | track change to e_addressbook_show_contact_editor signature. | Chris Toshok | 2001-06-20 | 6 | -73/+33 |
* | Added e-card-merging-book-commit-duplicate-detected.glade here. | Christopher James Lahey | 2001-06-11 | 3 | -7/+8 |
* | Made e_card_simple_get_id return const char *. | Christopher James Lahey | 2001-06-11 | 2 | -5/+7 |
* | Null terminate the strv here. (e_card_locate_match): ref here instead of | Christopher James Lahey | 2001-06-09 | 6 | -10/+14 |
* | remove the gtk_widget_show call... (e_contact_editor_show): and put it | Chris Toshok | 2001-06-09 | 7 | -250/+231 |
* | remove spew, and don't call the ShellView CORBA method if the interface | Chris Toshok | 2001-06-04 | 6 | -11/+80 |
* | Added fields for the GalViewMenus and GalViewCollection; we need to keep | Federico Mena Quintero | 2001-06-01 | 2 | -18/+66 |
* | decrement data_count before emitting the card_removed signal, and break | Chris Toshok | 2001-06-01 | 2 | -5/+27 |
* | new function, for the Cut verb. (copy_contacts_cb): new function, for the | Chris Toshok | 2001-05-30 | 4 | -14/+242 |
* | Correct the height calculation here to not include the | Christopher James Lahey | 2001-05-26 | 2 | -1/+5 |
* | add sequence_complete_id to EAddressbookModel and stop_state_changed to | Chris Toshok | 2001-05-23 | 3 | -10/+69 |
* | update_view_type is gone, since the menu item is gone. | Chris Toshok | 2001-05-22 | 1 | -1/+1 |
* | add our selection_change signal. (e_minicard_view_widget_realize): connect | Chris Toshok | 2001-05-18 | 6 | -8/+186 |
* | Fixed up the lifetime of the drag_data_get signal a bit. | Christopher James Lahey | 2001-05-16 | 1 | -23/+5 |
* | MinicardViewModel -> ReflowAdapter name change. (get_card_list): same. | Chris Toshok | 2001-05-16 | 15 | -1131/+1290 |
* | Fix a small error not decreasing the data_count here. | Christopher James Lahey | 2001-05-15 | 1 | -1/+2 |
* | use e_card_list_get_vcard to build up the data to send. | Chris Toshok | 2001-05-12 | 4 | -18/+86 |
* | Reordered the includes here. (string_to_dbt): The sleepycat libdb | Christopher James Lahey | 2001-05-12 | 2 | -0/+5 |