| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement. (extract_email): Preserve offscreen addresses. (extract_phone): | Hans Petter Jansson | 2004-04-22 | 1 | -0/+71 |
* | Add defines for the slot counts for email, phone, im, address. (phones): | Hans Petter Jansson | 2004-04-22 | 1 | -77/+198 |
* | store off the label as well as the folder name label, so we can reuse the | Chris Toshok | 2004-04-22 | 1 | -32/+177 |
* | added a new function to striff off any parameters present after ';' in the | Sivaiah Nallagatla | 2004-04-21 | 1 | -3/+24 |
* | Remove unused fields. | Hans Petter Jansson | 2004-04-21 | 2 | -88/+2 |
* | Make the phone type selectors be option menus. | Hans Petter Jansson | 2004-04-21 | 2 | -380/+279 |
* | fix for e_user_creatable_items handle api changes. | Not Zed | 2004-04-21 | 1 | -1/+1 |
* | use cursor-mode="line" to get rid of the annoying cell cursor. | Chris Toshok | 2004-04-21 | 3 | -4/+6 |
* | Set the default image for the contact photo to be the stock_person image | Rodney Dawes | 2004-04-19 | 15 | -93/+103 |
* | new macro. (extract_email): only create/add the attribute if the email | Chris Toshok | 2004-04-18 | 1 | -16/+34 |
* | Add "wants HTML" checkbox. | Hans Petter Jansson | 2004-04-17 | 2 | -291/+22 |
* | new function, use the async interface to load the book. | Chris Toshok | 2004-04-17 | 1 | -22/+35 |
* | Commit new contact editor UI by Anna. | Hans Petter Jansson | 2004-04-16 | 2 | -3370/+3465 |
* | force the info label to update its contents here if the load was | Chris Toshok | 2004-04-15 | 3 | -3/+8 |
* | rip out tons of functions - they all live in addressbook-view.c now. the | Chris Toshok | 2004-04-15 | 7 | -1339/+1453 |
* | 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 |
* | added a check for new auth type "plain/password" for groupwise in | Sivaiah Nallagatla | 2004-04-13 | 1 | -0/+2 |
* | treat "" the same as NULL (don't add it to the list). | Chris Toshok | 2004-04-13 | 1 | -1/+1 |
* | quiet valgrind uninitialized memory warning. | Chris Toshok | 2004-04-13 | 1 | -0/+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 | 4 | -103/+114 |
* | bump version required to 8 for the contact list migration foo. | Chris Toshok | 2004-04-10 | 1 | -1/+1 |
* | pass GDK_CURRENT_TIME instead of a function pointer to "time" to | Chris Toshok | 2004-04-10 | 1 | -11/+22 |
* | use the new e_destination_export_to_vcard_attribute call to build up the | Chris Toshok | 2004-04-10 | 18 | -448/+341 |
* | is Toshok <toshok@ximian.com> | Chris Toshok | 2004-04-10 | 1 | -6/+5 |
* | create an EUserCreatableItemsHandler (addressbook_view_clear): destroy it | Dan Winship | 2004-04-09 | 2 | -4/+18 |
* | Sync the changes here rather than setting 'changed' on the config control | Jeffrey Stedfast | 2004-04-08 | 1 | -23/+13 |
* | 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 |
* | use the correct glade filename. | Chris Toshok | 2004-04-06 | 1 | -1/+1 |
* | Fixes #53433. | Hari Prasad Nadig | 2004-04-02 | 2 | -55/+31 |
* | [ fixes bug #34777 ] | Chris Toshok | 2004-03-31 | 2 | -2/+37 |
* | [ fixes bug #53544 ] | Chris Toshok | 2004-03-31 | 1 | -5/+20 |
* | [ part of the fix for #51977, the other part is in e-d-s ] | Chris Toshok | 2004-03-31 | 1 | -1/+1 |
* | [ fixes bug #53094 ] | Chris Toshok | 2004-03-31 | 2 | -265/+63 |
* | [ fixes bug #53634 ] | Chris Toshok | 2004-03-31 | 2 | -9/+18 |
* | [ gui part of the fix required for #48665 ] | Chris Toshok | 2004-03-31 | 1 | -2/+12 |
* | call drag_finish properly. (selector_tree_drag_motion): set the drag | Larry Ewing | 2004-03-30 | 1 | -61/+53 |
* | do eab_editor_is_valid check only when user wants to save. | Sivaiah Nallagatla | 2004-03-26 | 1 | -5/+4 |
* | don't let the user delete their Personal addressbook. This is just a nice | Chris Toshok | 2004-03-25 | 1 | -2/+7 |
* | 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 | 10 | -435/+228 |
* | superclass for both EContactEditor and EContactListEditor. A start toward | Chris Toshok | 2004-03-25 | 3 | -2/+502 |
* | 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 |
* | loop only up to < G_N_ELEMENTS instead of <= G_N_ELEMENTS. Prevents out of | Sivaiah Nallagatla | 2004-03-16 | 1 | -1/+1 |
* | build a11y/addressbook dir : add the accessibility support for | Hao Sheng | 2004-03-15 | 5 | -9/+19 |
* | #if 0 this, since nothing uses it anymore. (accum_address): new function, | Chris Toshok | 2004-03-11 | 1 | -40/+113 |
* | phone_choice is an index into the phones array. (_phone_arrow_pressed): | Chris Toshok | 2004-03-11 | 1 | -50/+59 |
* | Don't try to calculate the position of the popup menu for the dropdowns | Rodney Dawes | 2004-03-10 | 1 | -1/+1 |
* | Remove the dialog separator, and set appropriate border widths for the | Rodney Dawes | 2004-03-10 | 2 | -14/+20 |
* | fixed type in contact editor code to make email ui building work | Sivaiah Nallagatla | 2004-03-09 | 1 | -1/+1 |
* | : maintain a list of only those source groups which are added to menu | Sivaiah Nallagatla | 2004-03-04 | 1 | -2/+15 |
* | ** See #54991. | Not Zed | 2004-03-04 | 1 | -17/+20 |
* | Set error to NULL before using it. | Hans Petter Jansson | 2004-03-04 | 1 | -1/+1 |
* | Remove local data, with error reporting on failure. | Hans Petter Jansson | 2004-03-04 | 1 | -3/+30 |
* | add drop support for text/x-vcard to the source list. | Larry Ewing | 2004-03-02 | 1 | -0/+185 |
* | ref the pixbuf before we close/unref the loader so the pixbuf sticks | Chris Toshok | 2004-02-28 | 1 | -7/+13 |
* | Change the button relief back to normal for the drop-down buttons and move | Rodney Dawes | 2004-02-28 | 1 | -500/+564 |
* | add missing "break" to PROP_SOURCE's case. | Chris Toshok | 2004-02-28 | 1 | -0/+1 |
* | Get rid of some extraneous event boxes that were not needed/used for | Rodney Dawes | 2004-02-28 | 1 | -254/+212 |
* | Move unused variable declaration inside notyet conditional. | Hans Petter Jansson | 2004-02-27 | 6 | -9/+6 |
* | 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 |
* | fix checks for locations. | Chris Toshok | 2004-02-27 | 1 | -5/+5 |
* | set the location label/option menu to visible. | Chris Toshok | 2004-02-27 | 3 | -98/+154 |
* | added groupwise im related label and icon image file name | Sivaiah Nallagatla | 2004-02-25 | 2 | -1/+6 |
* | Port to new way of setting name in contact. | Hans petter Jansson | 2004-02-25 | 1 | -10/+2 |
* | don't init the dialog here (addressbook_migrate): init it here | JP Rosevear | 2004-02-25 | 1 | -3/+2 |
* | remove some spew. | Chris Toshok | 2004-02-21 | 1 | -1/+0 |
* | s/HAVE_NSS/ENABLE_SMIME. | Chris Toshok | 2004-02-20 | 2 | -4/+4 |
* | split out the majority of the set_prop code for PROPERTY_SOURCE_UID_IDX | Chris Toshok | 2004-02-20 | 1 | -84/+134 |
* | Fixes #45308 and duplicates. | Hans Petter Jansson | 2004-02-20 | 1 | -6/+8 |
* | provide ESC support for delete dialog of contact editor, fix bug 52765 | Leon Zhang | 2004-02-19 | 1 | -1/+1 |
* | add image_set slot. | Chris Toshok | 2004-02-18 | 4 | -9/+28 |
* | [ fixes bug #53620 ] | Chris Toshok | 2004-02-18 | 1 | -3/+3 |
* | free up the list returned by e_book_get_contacts. | Chris Toshok | 2004-02-13 | 1 | -0/+3 |
* | Fix capitalization of Address Book usage in sentence form Use Address Book | Rodney Dawes | 2004-02-13 | 2 | -10/+14 |
* | Address Book, not Addressbook | Rodney Dawes | 2004-02-12 | 4 | -5/+5 |
* | Initialize the personal_source to NULL | Rodney Dawes | 2004-02-09 | 1 | -0/+1 |
* | pass contact as an argument instead of contact id to | Sivaiah Nallagatla | 2004-02-08 | 1 | -1/+1 |
* | don't bother using a function-wide variable to store the personal source. | Chris Toshok | 2004-02-07 | 1 | -7/+5 |
* | Hide the border on the notebook also Don't pack another scrolled window | Rodney Dawes | 2004-02-07 | 2 | -7/+2 |
* | 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 |
* | add widgets/misc for e-activity-handler.h | Dan Winship | 2004-02-04 | 1 | -2/+1 |
* | use gtk_spin_button_* apis to get and set values for download limit spin | Sivaiah Nallagatla | 2004-02-04 | 1 | -6/+7 |
* | 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 | 7 | -267/+98 |
* | Implement. (eab_select_source): Implement. Public function that prompts | Hans Petter Jansson | 2004-01-30 | 2 | -18/+80 |
* | Changed "Finish" to "Apply" in dialog finish page text. | Hans Petter Jansson | 2004-01-30 | 1 | -1/+1 |
* | Sync the modified source list. | Hans Petter Jansson | 2004-01-30 | 2 | -2/+9 |
* | use the MigrationContext struct. (dialog_close): same. | Chris Toshok | 2004-01-30 | 1 | -97/+117 |
* | set group to temporary source | Radek Doulik | 2004-01-30 | 1 | -0/+1 |
* | Get file_as instead of full_name. | Hans Petter Jansson | 2004-01-29 | 2 | -2/+2 |
* | Handle NULL name. Fixes #53071. | Hans Petter Jansson | 2004-01-28 | 1 | -2/+9 |
* | set the relative_uri of a local source to be its uid. | Chris Toshok | 2004-01-28 | 2 | -15/+12 |
* | [ Should fix #53361 and other migration problems/crashes ] new function, | Chris Toshok | 2004-01-27 | 1 | -29/+46 |
* | 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 |
* | Select Contacts from Address Book, not Contents | Rodney Dawes | 2004-01-25 | 1 | -1/+1 |
* | oops. (migrate_contact_folder): fix the unreffing. | Chris Toshok | 2004-01-25 | 1 | -3/+9 |
* | use _("Personal"), not "Personal". | Chris Toshok | 2004-01-25 | 1 | -1/+1 |
* | i2004-01-24 Chris Toshok <toshok@ximian.com> | Chris Toshok | 2004-01-25 | 1 | -7/+0 |
* | use e_folder_map_local_folders. (find_addressbook_dirs): nuke. | Chris Toshok | 2004-01-25 | 1 | -53/+5 |
* | use .evolution to store view info | JP Rosevear | 2004-01-24 | 1 | -1/+1 |
* | [ fixes bug #52571 ] ugh. name fields that have \" around the name break | Chris Toshok | 2004-01-24 | 1 | -10/+26 |
* | [ fixes bug #53184 ] handle the fact that the xml 1.4 spits out contains | Chris Toshok | 2004-01-23 | 1 | -0/+30 |
* | [ fixes bug #52944 ] do some massaging of contacts as we import them, to | Chris Toshok | 2004-01-23 | 1 | -0/+56 |
* | Added missing entry-blog widget. | Nat Friedman | 2004-01-22 | 1 | -0/+18 |
* | Remove. (dialog_to_source): Don't create source dir, backend takes care of | Hans Petter Jansson | 2004-01-22 | 1 | -26/+1 |
* | new function. | Chris Toshok | 2004-01-22 | 3 | -17/+165 |
* | call widget_changed here too, since we're changing the destination. | Chris Toshok | 2004-01-22 | 1 | -0/+1 |
* | [ fixes bug #52955 ] handle the case properly where there are no query | Chris Toshok | 2004-01-21 | 1 | -3/+8 |
* | deal with the groups/sources already being there. Essentially make this | Chris Toshok | 2004-01-21 | 3 | -43/+78 |
* | 2004 -01-20 Sivaiah Nallagatla <snallagatla@novell.com> | Sivaiah Nallagatla | 2004-01-20 | 1 | -2/+4 |
* | Get name from correct model column. | Hans Petter Jansson | 2004-01-20 | 1 | -1/+1 |
* | Implement. (load_primary_selection): Use get_primary_source (). | Hans Petter Jansson | 2004-01-20 | 1 | -9/+19 |
* | Don't run callback if the action was cancelled. (load_source_cb): Ditto. | Hans Petter Jansson | 2004-01-17 | 5 | -10/+59 |
* | only set the menus and command state if we actually are already displayed, | JP Rosevear | 2004-01-17 | 1 | -3/+5 |
* | Implement. (get_paned_position): Implement. (eab_view_new): Connect signal | Hans Petter Jansson | 2004-01-16 | 2 | -4/+50 |
* | Actually commit. | JP Rosevear | 2004-01-13 | 1 | -8/+0 |
* | migrate from 1.5.0 and 1.5.1 properly | JP Rosevear | 2004-01-13 | 1 | -0/+8 |
* | de-bold ui elements | JP Rosevear | 2004-01-13 | 1 | -4/+2 |
* | Take a sensitivity flag per menu item, and fall back to stock icons. | Hans Petter Jansson | 2004-01-12 | 2 | -15/+55 |
* | Added a dialog for adding a new IM account. Added the previously mentioned | Christian Hammond | 2004-01-12 | 8 | -42/+1571 |
* | Update for API changes to e-book-async | Ross Burton | 2004-01-09 | 3 | -22/+27 |
* | Add the video conferencing field | Ross Burton | 2004-01-09 | 2 | -3/+131 |
* | Make the ESelectNames object be a HIG-compliant dialog, change "Folder" to | Rodney Dawes | 2004-01-08 | 2 | -270/+239 |
* | Move the smime_component_init call to the instance init callback, rather | Rodney Dawes | 2004-01-08 | 1 | -2/+4 |
* | link in printer stuff | JP Rosevear | 2004-01-07 | 1 | -0/+1 |
* | remove spew. (migrate_contacts): same. (migrate_contact_folder): same. | Chris Toshok | 2004-01-07 | 1 | -11/+2 |
* | add addressbook-migrate.[ch]. | Chris Toshok | 2004-01-07 | 5 | -46/+637 |
* | Apply patch from Roozbeh Pournader to update countries list | Rodney Dawes | 2004-01-07 | 1 | -4/+12 |
* | disconnect from selection-done signal | JP Rosevear | 2004-01-07 | 1 | -0/+2 |
* | these line breaks in the error messages should actually be spaces | JP Rosevear | 2004-01-06 | 1 | -9/+9 |
* | Impl. from calendar. (save_primary_selection): Implement, similar to | Hans Petter Jansson | 2003-12-20 | 1 | -0/+68 |
* | editable -> target_editable (e_contact_editor_get_property): Same. | Hans Petter Jansson | 2003-12-19 | 2 | -29/+73 |
* | install the "source" property. (eab_view_init): init eav->source to NULL. | Chris Toshok | 2003-12-18 | 3 | -388/+625 |
* | Embed Tree in GtkScrolledWindow | Rodney Dawes | 2003-12-18 | 1 | -1/+12 |
* | Update the contact's UID after normal add. | Hans Petter Jansson | 2003-12-17 | 1 | -0/+2 |
* | Make a public function that shows an error dialog, which can be used when | Hans Petter Jansson | 2003-12-17 | 4 | -93/+231 |
* | Implement. Makes the source menu reflect the source for the current book. | Hans Petter Jansson | 2003-12-17 | 1 | -0/+14 |
* | Implement. Creates source selection option menu. | Hans Petter Jansson | 2003-12-17 | 2 | -0/+66 |
* | Disable cell editing. | Hans Petter Jansson | 2003-12-17 | 1 | -0/+2 |
* | Implement. (text_to_address): Implement, using EAddressWestern. | Hans Petter Jansson | 2003-12-16 | 2 | -76/+173 |
* | Make "address" a boxed type. (e_contact_editor_address_init): Set address | Hans Petter Jansson | 2003-12-11 | 2 | -49/+43 |
* | free email list properly | JP Rosevear | 2003-12-10 | 1 | -2/+2 |
* | free the list, not unref it, and free the elements | JP Rosevear | 2003-12-10 | 1 | -2/+2 |
* | change prototype to fix warning, and change the comment to read | Chris Toshok | 2003-12-07 | 9 | -102/+229 |
* | Remove hard coded disable deprecated flags | JP Rosevear | 2003-12-07 | 7 | -24/+1 |
* | no more custom widget for the selection of the search source | JP Rosevear | 2003-12-06 | 11 | -209/+393 |
* | 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 |
* | (retrieve_shell_view_interface_from_control): Remove. | Ettore Perazzoli | 2003-12-04 | 1 | -60/+0 |
* | Do not depend on e-folder-list. | Ettore Perazzoli | 2003-12-03 | 7 | -19/+18 |
* | Version the schemas Removed Added | Rodney Dawes | 2003-12-02 | 2 | -1/+6 |
* | (set_status_message): Call | Ettore Perazzoli | 2003-12-02 | 1 | -1/+4 |
* | Fix silly. | Ettore Perazzoli | 2003-12-02 | 1 | -2/+1 |
* | Replace activity_client with activity_id. (set_status_message): Use the | Ettore Perazzoli | 2003-12-02 | 3 | -29/+47 |
* | Pass a label for the status bar control for now. | Ettore Perazzoli | 2003-12-02 | 1 | -0/+12 |
* | remove GTK_DISABLED_DEPRECATED so that we can build with gtk-2.3. | Larry Ewing | 2003-12-02 | 1 | -1/+0 |
* | Use BASE_VERSION for repo_ids and OAFIIDs Update killev to kill the | Rodney Dawes | 2003-12-02 | 9 | -40/+40 |
* | Fix start page text. | Hans Petter Jansson | 2003-12-02 | 1 | -3/+4 |
* | Remove this too. | Hans Petter Jansson | 2003-12-01 | 2 | -194/+1 |
* | Remove addressbook-storage.[ch] and new-addressbook.[ch]. | Hans Petter Jansson | 2003-12-01 | 14 | -2073/+888 |
* | turn on deprecated gtk and libgnomeui stuff | JP Rosevear | 2003-11-26 | 3 | -4/+0 |
* | Store a ref to the source selector. (impl_requestCreateItem): Implement. | Hans Petter Jansson | 2003-11-18 | 2 | -3/+100 |
* | use the server.mk file to get rules for building versioned .server files | JP Rosevear | 2003-11-17 | 2 | -4/+2 |
* | include e-source from e-d-s | JP Rosevear | 2003-11-15 | 1 | -1/+1 |
* | Return TRUE for all cells, for now. | Hans Petter Jansson | 2003-11-14 | 4 | -47/+39 |
* | (impl__get_userCreatableItems): New, implementation for the | Ettore Perazzoli | 2003-11-13 | 1 | -1/+42 |
* | Add component_alias of "contacts". | Ettore Perazzoli | 2003-11-13 | 1 | -0/+2 |
* | Add new-addressbook.[ch]. (glade_DATA): Add new-addressbook.glade. | Hans Petter Jansson | 2003-11-09 | 5 | -1/+441 |
* | don't include the c marshaller file twice | JP Rosevear | 2003-11-07 | 2 | -2/+0 |
* | make sure the marshal header is in the source list | JP Rosevear | 2003-11-07 | 4 | -2/+4 |
* | Shush. | JP Rosevear | 2003-11-07 | 2 | -4/+4 |
* | 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 | 33 | -46/+42 |
* | Fix a cast | Larry Ewing | 2003-11-05 | 1 | -1/+1 |
* | Update factory ID. | Ettore Perazzoli | 2003-11-04 | 3 | -4/+4 |
* | Change "evolution:config_item" into "evolution2:config_item". | Ettore Perazzoli | 2003-11-04 | 1 | -9/+9 |
* | set up vars and rules for versioning the .server files | JP Rosevear | 2003-10-31 | 2 | -11/+9 |
* | add the S/MIME config control here. | Chris Toshok | 2003-10-30 | 1 | -0/+24 |
* | ifdef the smime code with HAVE_NSS. | Chris Toshok | 2003-10-30 | 2 | -2/+9 |
* | convert 8 spaces to a tab. | Chris Toshok | 2003-10-24 | 2 | -0/+5 |
* | fixed typo in variable name. | Rodrigo Moya | 2003-10-23 | 1 | -1/+1 |
* | Add an "evolution:button_icon" attribute. | Ettore Perazzoli | 2003-10-23 | 1 | -0/+1 |
* | Add an "evolution:button_sort_order" property. | Ettore Perazzoli | 2003-10-23 | 1 | -0/+1 |
* | Make the the scrolled window have an "in" shadow. Likewise. Likewise. | Ettore Perazzoli | 2003-10-23 | 3 | -0/+4 |
* | (impl_createControls): Set | Ettore Perazzoli | 2003-10-23 | 1 | -0/+2 |
* | Add an "evolution:button_label" property on the component for use in the | Ettore Perazzoli | 2003-10-23 | 1 | -0/+2 |
* | Merge new-ui-branch to the trunk. | Ettore Perazzoli | 2003-10-22 | 92 | -6848/+4915 |
* | remove the "addressbook.db.summary" correctly. #48538 | Gilbert Fang | 2003-09-19 | 1 | -3/+6 |
* | 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 | 11 | -13/+70 |
* | use EVO_MARSHAL_RULE Likewise Likewise Likewise Likewise Likewise | Dan Winship | 2003-07-24 | 6 | -57/+12 |
* | Remove gtk_window_set_policy call since that function is deprecated and it | Dan Winship | 2003-07-23 | 2 | -1/+1 |
* | disconnect from model signals to prevent a race condition at shutdown | Dan Winship | 2003-07-18 | 5 | -6/+33 |
* | new function, override the event handler for focus_in_event, set the first | Gilbert Fang | 2003-06-26 | 1 | -0/+25 |
* | in the EUrlEntry case just reassign widget. it'll be handled by the | Chris Toshok | 2003-06-24 | 1 | -1/+2 |
* | Fix lots of leaks, update for correct use of g_object_get. Some misc | Larry Ewing | 2003-06-14 | 11 | -34/+92 |
* | ** For #42691. | Not Zed | 2003-06-11 | 2 | -4/+6 |
* | fix the initial run case. the config upgrade code creates all elements so | Chris Toshok | 2003-05-20 | 1 | -0/+5 |
* | if we've got focus, set the background of the rect to bg[NORMAL], and the | Chris Toshok | 2003-05-20 | 1 | -3/+3 |
* | add a g_object_ref(card), to match the one in | Chris Toshok | 2003-05-20 | 1 | -1/+1 |
* | Added HIG-appropriate HIG-appropriate spacing, padding, accelerators. | Anna Marie Dirks | 2003-05-19 | 1 | -6/+10 |
* | HIG-ified the various dialogs (including the settings pages, the config | Anna Marie Dirks | 2003-05-19 | 1 | -41/+43 |
* | Changed button order, and added HIG-appropriate spacing/padding. Fixes bug | Anna Marie Dirks | 2003-05-19 | 1 | -6/+8 |
* | Changed button order, and added HIG-appropriate spacing/padding. Fixes bug | Anna Marie Dirks | 2003-05-19 | 1 | -8/+10 |
* | i2003-05-19 Sean Gao <sean.gao@sun.com> | Chris Toshok | 2003-05-19 | 1 | -1/+9 |
* | Added HIG-appropriate spacing, padding, capitalization and accelerators. | Anna Marie Dirks | 2003-05-17 | 1 | -11/+11 |
* | Added HIG-appropriate spacing, padding, capitalization and accelerators. | Anna Marie Dirks | 2003-05-17 | 1 | -2/+2 |
* | Added HIG-appropriate spacing, padding, caps, title and accelerators. | Anna Marie Dirks | 2003-05-17 | 1 | -8/+8 |
* | Added HIG-appropriate spacing, padding, capitalization and accelerators. | Anna Marie Dirks | 2003-05-17 | 1 | -48/+49 |
* | Revert the patch I didn't mean to commit anyway | Rodney Dawes | 2003-05-17 | 1 | -2/+1 |
* | Check for libgcc stuff to make solaris happy | Rodney Dawes | 2003-05-16 | 1 | -1/+2 |
* | backing out a tiny porting of jpr's fix - we need to set the book on the | Chris Toshok | 2003-05-16 | 1 | -0/+3 |
* | new function, split out the duplicated teardown code from final_cb and | Chris Toshok | 2003-05-16 | 1 | -7/+12 |
* | replace the text_buffer_delete/text_buffer_insert with | Chris Toshok | 2003-05-15 | 1 | -23/+39 |
* | 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 |
* | handle the case where we haven't filled in the address yet. fixes #42620. | Chris Toshok | 2003-05-15 | 1 | -0/+3 |
* | clear the view (book_open_cb): track the book in the view, don't unref the | JP Rosevear | 2003-05-15 | 4 | -61/+40 |
* | strlen -> g_utf8_strlen. (e_select_names_text_model_insert): same. | Chris Toshok | 2003-05-14 | 2 | -31/+75 |
* | rename addressbook_destroy to this, and guard against multiple calls. | Chris Toshok | 2003-05-14 | 1 | -6/+9 |
* | terminate g_build_filename with NULL. | Sean Gao | 2003-05-12 | 1 | -1/+1 |
* | [ fixes bug #42048 ] button => response. (e_addressbook_view_print): | Chris Toshok | 2003-05-12 | 1 | -3/+3 |
* | [ fixes bug #41245 ] fix spacing/border widths as per HIG. | Chris Toshok | 2003-05-12 | 2 | -151/+154 |
* | Use glib macro to case from pointer to int. | Jeremy Katz | 2003-05-09 | 1 | -1/+1 |
* | i2003-05-06 Chris Toshok <toshok@ximian.com> | Chris Toshok | 2003-05-07 | 1 | -2/+2 |
* | [ fixes bug #41255 ] use stock buttons for Add/Remove. | Chris Toshok | 2003-04-30 | 1 | -4/+4 |
* | [ fixes bug #41144 ] use stock buttons for the Add/Delete buttons. Switch | Chris Toshok | 2003-04-30 | 1 | -6/+59 |
* | [ fixes bug #41211 ] call e_button_new_with_stock_icon to create our | Chris Toshok | 2003-04-30 | 1 | -1/+2 |
* | [ fixes bug #41779 ] we don't need to call gtk_widget_destroy on the old | Chris Toshok | 2003-04-28 | 1 | -1/+1 |
* | [ fixes bug #37351 ] the row the signal is called with is already the | Chris Toshok | 2003-04-24 | 1 | -1/+0 |
* | [ either mostly or entirely fixes #33708 ] new function, factor it out of | Chris Toshok | 2003-04-24 | 1 | -20/+29 |
* | [ fixes #40694 ] just grab focus if @activate == TRUE. we'll do all | Chris Toshok | 2003-04-20 | 1 | -9/+15 |
* | Add missing -DPREFIX | Rodney Dawes | 2003-04-19 | 1 | -0/+1 |
* | [ fixes #21499 ] | Rodney Dawes | 2003-04-19 | 7 | -4/+7 |
* | [ fixes #41252 ] change title from "Check Address" to "Full Address". | Chris Toshok | 2003-04-16 | 1 | -1/+1 |
* | [ fixes #40727 ] if the query text is either shorter than the cached | Chris Toshok | 2003-04-09 | 1 | -5/+9 |
* | kill an old e_utf8_gtk usage | Mike Kestner | 2003-04-09 | 1 | -1/+0 |
* | Remove color specifications from the druid so it will use theme colors. | Dan Winship | 2003-04-08 | 2 | -30/+8 |
* | [ fixes #7103 ] init style_set. and add the signal. | Chris Toshok | 2003-04-08 | 5 | -97/+152 |
* | [ fixes bug #40901 ] HIG-ify the ldap server edit dialog's button layout. | Chris Toshok | 2003-04-08 | 1 | -13/+13 |
* | [ fixes bug #39763 ] verb callback for EditCopy (cut_cb): verb callback | Chris Toshok | 2003-04-08 | 1 | -0/+160 |
* | change the ok/cancel button layout to be higified. | Chris Toshok | 2003-04-08 | 1 | -5/+11 |