aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
Commit message (Expand)AuthorAgeFilesLines
* Fixed a type-o.Enver ALTIN2004-05-013-2/+7
* Don't dereference the file_as pointer if it turns out to be NULL.Hans Petter Jansson2004-04-292-1/+6
* oops, fixed a missing )Jeffrey Stedfast2004-04-281-2/+2
* We need a migration dialog if the revision <= 10. Fixes bug #57770.Jeffrey Stedfast2004-04-282-1/+6
* remove debug spew.Larry Ewing2004-04-282-8/+7
* Migrate pilot data. (migrate_pilot_data): Oops. Apparently the addressbookJeffrey Stedfast2004-04-282-41/+8
* fixed merge conflictsJeffrey Stedfast2004-04-281-6/+7
* Migrate pilot data.Jeffrey Stedfast2004-04-282-1/+139
* Update dialog vbox and action area border widths to be HIG compliantRodney Dawes2004-04-284-2/+30
* fix warnings, remove unused code.Larry Ewing2004-04-272-244/+36
* start integrate the new dialog.Larry Ewing2004-04-273-504/+1485
* Set spacing around notebook widget and the dialog's action area and vboxRodney Dawes2004-04-273-1/+25
* add "mobile" mapping to E_CONTACT_PHONE_MOBILE, which is what thunderbirdChris Toshok2004-04-262-0/+7
* The firt EMAIL item is EMAIL_1, not EMAIL (assuming we want simpleJeffrey Stedfast2004-04-242-38/+61
* Fix the addressbook control to not crash. (Temporary fix.)Dan Winship2004-04-232-2/+13
* this signal takes an EContact* too. (modified_cb): same. (deleted_cb):Chris Toshok2004-04-232-25/+54
* Correct the dialog's title.Hans Petter Jansson2004-04-233-56/+101
* Override the save_contact function. (e_contact_editor_save_contact):Hans Petter Jansson2004-04-232-16/+21
* Make the window be a GtkDialog.Hans Petter Jansson2004-04-232-2645/+2614
* Implement. (extract_email): Preserve offscreen addresses. (extract_phone):Hans Petter Jansson2004-04-222-0/+78
* Add defines for the slot counts for email, phone, im, address. (phones):Hans Petter Jansson2004-04-222-77/+221
* store off the label as well as the folder name label, so we can reuse theChris Toshok2004-04-222-32/+195
* added a new function to striff off any parameters present after ';' in theSivaiah Nallagatla2004-04-212-3/+31
* Remove unused fields.Hans Petter Jansson2004-04-213-88/+13
* Make the phone type selectors be option menus.Hans Petter Jansson2004-04-213-380/+310
* fix for e_user_creatable_items handle api changes.Not Zed2004-04-212-1/+6
* use cursor-mode="line" to get rid of the annoying cell cursor.Chris Toshok2004-04-214-4/+18
* Set the default image for the contact photo to be the stock_person imageRodney Dawes2004-04-1916-93/+126
* new macro. (extract_email): only create/add the attribute if the emailChris Toshok2004-04-182-16/+42
* Add "wants HTML" checkbox.Hans Petter Jansson2004-04-173-291/+47
* new function, use the async interface to load the book.Chris Toshok2004-04-172-22/+42
* Commit new contact editor UI by Anna.Hans Petter Jansson2004-04-163-3370/+3552
* force the info label to update its contents here if the load wasChris Toshok2004-04-154-3/+21
* rip out tons of functions - they all live in addressbook-view.c now. theChris Toshok2004-04-158-1339/+1486
* disable the map link for 2.0.Chris Toshok2004-04-142-0/+9
* add GDK_ACTION_COPY to the supported drag types. Connect to theLarry Ewing2004-04-132-2/+44
* added a check for new auth type "plain/password" for groupwise inSivaiah Nallagatla2004-04-132-0/+8
* treat "" the same as NULL (don't add it to the list).Chris Toshok2004-04-132-1/+6
* quiet valgrind uninitialized memory warning.Chris Toshok2004-04-132-0/+6
* [ should fix #56537 ]Chris Toshok2004-04-133-32/+29
* add prototypes for eab_load_error_dialog and eab_search_result_dialog.Chris Toshok2004-04-115-103/+134
* remove the e_destination_get_book api, since the function doesn't exist.Chris Toshok2004-04-112-1/+5
* bump version required to 8 for the contact list migration foo.Chris Toshok2004-04-102-1/+6
* pass GDK_CURRENT_TIME instead of a function pointer to "time" toChris Toshok2004-04-102-11/+31
* use the new e_destination_export_to_vcard_attribute call to build up theChris Toshok2004-04-1023-475/+521
* use the new e_destination_export_to_vcard_attribute call to build up theChris Toshok2004-04-102-1723/+0
* is Toshok <toshok@ximian.com>Chris Toshok2004-04-101-6/+5
* create an EUserCreatableItemsHandler (addressbook_view_clear): destroy itDan Winship2004-04-093-4/+30
* we don't have an EBook* anymore. (e_destination_clear): same.Chris Toshok2004-04-083-65/+67
* Sync the changes here rather than setting 'changed' on the config controlJeffrey Stedfast2004-04-082-23/+22
* old name, new trimmed down implementation. This will be replacingChris Toshok2004-04-063-0/+1401
* revert unapproved patchChris Toshok2004-04-062-28/+1
* : implement keyboard navigation(TAB/shift+TAB) (activaite_editor) : add aHao Sheng2004-04-063-25/+126
* wrap this with the correct #ifdef.Chris Toshok2004-04-062-2/+6
* use the correct glade filename.Chris Toshok2004-04-062-1/+6
* Fixes #53433.Hari Prasad Nadig2004-04-023-55/+45
* [ fixes bug #34777 ]Chris Toshok2004-03-313-2/+51
* [ fixes bug #53544 ]Chris Toshok2004-03-312-5/+31
* [ part of the fix for #51977, the other part is in e-d-s ]Chris Toshok2004-03-312-1/+10
* [ part of the fix for #54528, the other part is in e-d-s ]Chris Toshok2004-03-312-0/+26
* [ fixes bug #53094 ]Chris Toshok2004-03-313-265/+73
* [ fixes bug #53634 ]Chris Toshok2004-03-313-9/+33
* [ gui part of the fix required for #48665 ]Chris Toshok2004-03-312-2/+19
* call drag_finish properly. (selector_tree_drag_motion): set the dragLarry Ewing2004-03-302-61/+59
* do eab_editor_is_valid check only when user wants to save.Sivaiah Nallagatla2004-03-262-5/+9
* don't let the user delete their Personal addressbook. This is just a niceChris Toshok2004-03-252-2/+15
* don't know what I was thinking approving this change. the _() was onlyChris Toshok2004-03-252-5/+9
* parent_type == EAB_TYPE_EDITOR. (e_contact_list_editor_class_init): fillChris Toshok2004-03-2511-435/+316
* superclass for both EContactEditor and EContactListEditor. A start towardChris Toshok2004-03-254-2/+511
* Use ngettext for handling plural forms throughout (fixes bug 53464).Danilo Ĺ egan2004-03-244-11/+17
* [ fixes bug #53653, and a couple other instances ]Chris Toshok2004-03-232-3/+12
* Fixes #53625.Hans Petter Jansson2004-03-182-0/+9
* loop only up to < G_N_ELEMENTS instead of <= G_N_ELEMENTS. Prevents out ofSivaiah Nallagatla2004-03-162-1/+7
* build a11y/addressbook dir : add the accessibility support forHao Sheng2004-03-156-9/+31
* #if 0 this, since nothing uses it anymore. (accum_address): new function,Chris Toshok2004-03-112-40/+125
* phone_choice is an index into the phones array. (_phone_arrow_pressed):Chris Toshok2004-03-112-50/+79
* Don't try to calculate the position of the popup menu for the dropdownsRodney Dawes2004-03-102-1/+6
* Remove the dialog separator, and set appropriate border widths for theRodney Dawes2004-03-103-14/+28
* fixed type in contact editor code to make email ui building workSivaiah Nallagatla2004-03-092-1/+5
* : maintain a list of only those source groups which are added to menuSivaiah Nallagatla2004-03-042-2/+23
* ** See #54991.Not Zed2004-03-042-17/+30
* Set error to NULL before using it.Hans Petter Jansson2004-03-042-1/+6
* Remove local data, with error reporting on failure.Hans Petter Jansson2004-03-042-3/+35
* add drop support for text/x-vcard to the source list.Larry Ewing2004-03-022-0/+190
* ref the pixbuf before we close/unref the loader so the pixbuf sticksChris Toshok2004-02-282-7/+20
* Change the button relief back to normal for the drop-down buttons and moveRodney Dawes2004-02-282-500/+570
* add missing "break" to PROP_SOURCE's case.Chris Toshok2004-02-282-0/+6
* Get rid of some extraneous event boxes that were not needed/used forRodney Dawes2004-02-282-254/+223
* Move unused variable declaration inside notyet conditional.Hans Petter Jansson2004-02-279-11/+36
* add the Groupwise IM attributes to the list of those we render.Chris Toshok2004-02-272-4/+12
* call eab_view_show_contact_preview here so we maintain the preview stateChris Toshok2004-02-272-0/+9
* view->scrolled -> view->contact_display. fixes crash.Chris Toshok2004-02-272-2/+8
* nuke this fileChris Toshok2004-02-271-9/+0
* fix checks for locations.Chris Toshok2004-02-272-5/+10
* set the location label/option menu to visible.Chris Toshok2004-02-274-98/+179
* added groupwise im related label and icon image file nameSivaiah Nallagatla2004-02-253-1/+15
* Port to new way of setting name in contact.Hans petter Jansson2004-02-252-10/+7
* Include bug number.JP Rosevear2004-02-251-0/+2
* don't init the dialog here (addressbook_migrate): init it hereJP Rosevear2004-02-252-4/+8
* remove some spew.Chris Toshok2004-02-212-1/+5
* s/HAVE_NSS/ENABLE_SMIME.Chris Toshok2004-02-203-4/+10
* split out the majority of the set_prop code for PROPERTY_SOURCE_UID_IDXChris Toshok2004-02-202-84/+147
* Fixes #45308 and duplicates.Hans Petter Jansson2004-02-202-6/+16
* provide ESC support for delete dialog of contact editor, fix bug 52765Leon Zhang2004-02-192-1/+9
* add image_set slot.Chris Toshok2004-02-185-9/+48
* [ fixes bug #53620 ]Chris Toshok2004-02-182-3/+11
* free up the list returned by e_book_get_contacts.Chris Toshok2004-02-132-0/+8
* Fix capitalization of Address Book usage in sentence form Use Address BookRodney Dawes2004-02-133-10/+21
* Forgot to list the bugs the last commit fixed...Rodney Dawes2004-02-121-0/+2
* Address Book, not AddressbookRodney Dawes2004-02-125-5/+14
* build importers dirJP Rosevear2004-02-102-1/+5
* Initialize the personal_source to NULLRodney Dawes2004-02-092-0/+8
* pass contact as an argument instead of contact id toSivaiah Nallagatla2004-02-082-1/+6
* don't bother using a function-wide variable to store the personal source.Chris Toshok2004-02-072-7/+13
* Hide the border on the notebook also Don't pack another scrolled windowRodney Dawes2004-02-073-7/+10
* Use "Address Book" instead of "folder" or "Addressbook" for the "AddressRodney Dawes2004-02-072-3/+11
* only set the address if something in it's been filled in.Chris Toshok2004-02-073-22/+24
* implementJP Rosevear2004-02-072-1/+17
* implement (load_file_fn): use g_file_get_contents to get a string we canJP Rosevear2004-02-072-7/+32
* shlib importer infoJP Rosevear2004-02-077-0/+1012
* remove some spew, and add an evo-icon: handler, for things in evolution'sChris Toshok2004-02-042-79/+200
* add widgets/misc for e-activity-handler.hDan Winship2004-02-042-3/+7
* correected the date in ChangelogSivaiah Nallagatla2004-02-041-1/+1
* use gtk_spin_button_* apis to get and set values for download limit spinSivaiah Nallagatla2004-02-042-6/+14
* hook up contact_changed/contact_removed signals. (contact_changed): newChris Toshok2004-02-033-12/+86
* enable d&d drop photos.Chris Toshok2004-01-318-267/+118
* Implement. (eab_select_source): Implement. Public function that promptsHans Petter Jansson2004-01-303-18/+88
* Changed "Finish" to "Apply" in dialog finish page text.Hans Petter Jansson2004-01-302-1/+6
* Sync the modified source list.Hans Petter Jansson2004-01-303-2/+17
* use the MigrationContext struct. (dialog_close): same.Chris Toshok2004-01-302-97/+139
* set group to temporary sourceRadek Doulik2004-01-302-0/+6
* Get file_as instead of full_name.Hans Petter Jansson2004-01-293-2/+10
* Handle NULL name. Fixes #53071.Hans Petter Jansson2004-01-282-2/+15
* set the relative_uri of a local source to be its uid.Chris Toshok2004-01-283-15/+29
* [ Should fix #53361 and other migration problems/crashes ] new function,Chris Toshok2004-01-272-29/+63
* [ fixes #53238 ] make this accept NULL's (and return FALSE for them).Chris Toshok2004-01-272-14/+55
* make sure we pass \0 terminated string to eab_contact_list_from_string [itRadek Doulik2004-01-262-5/+18
* [ fixes bug #51171 ] get this working.Chris Toshok2004-01-262-63/+52
* Select Contacts from Address Book, not ContentsRodney Dawes2004-01-252-1/+8
* oops. (migrate_contact_folder): fix the unreffing.Chris Toshok2004-01-252-3/+15
* use _("Personal"), not "Personal".Chris Toshok2004-01-252-1/+6
* i2004-01-24 Chris Toshok <toshok@ximian.com>Chris Toshok2004-01-252-7/+6
* use e_folder_map_local_folders. (find_addressbook_dirs): nuke.Chris Toshok2004-01-252-53/+11
* use .evolution to store view infoJP Rosevear2004-01-242-1/+6
* [ fixes bug #52571 ] ugh. name fields that have \" around the name breakChris Toshok2004-01-243-29/+103
* [ fixes bug #53184 ] handle the fact that the xml 1.4 spits out containsChris Toshok2004-01-232-0/+37
* [ fixes bug #52944 ] do some massaging of contacts as we import them, toChris Toshok2004-01-232-0/+63
* Added missing entry-blog widget.Nat Friedman2004-01-222-0/+23
* Remove. (dialog_to_source): Don't create source dir, backend takes care ofHans Petter Jansson2004-01-222-26/+7
* new function.Chris Toshok2004-01-224-17/+185
* call widget_changed here too, since we're changing the destination.Chris Toshok2004-01-222-0/+6
* [ fixes bug #52955 ] handle the case properly where there are no queryChris Toshok2004-01-213-4/+20
* deal with the groups/sources already being there. Essentially make thisChris Toshok2004-01-214-43/+93
* do not try to unref when query is NULLSivaiah Nallagatla2004-01-212-1/+9
* 2004 -01-20 Sivaiah Nallagatla <snallagatla@novell.com>Sivaiah Nallagatla2004-01-202-2/+9
* Get name from correct model column.Hans Petter Jansson2004-01-202-1/+6
* Only unref if we have a query.Hans Petter Jansson2004-01-202-2/+8
* Implement. (load_primary_selection): Use get_primary_source ().Hans Petter Jansson2004-01-202-9/+27
* Don't run callback if the action was cancelled. (load_source_cb): Ditto.Hans Petter Jansson2004-01-176-10/+84
* only set the menus and command state if we actually are already displayed,JP Rosevear2004-01-172-3/+11
* Implement. (get_paned_position): Implement. (eab_view_new): Connect signalHans Petter Jansson2004-01-163-4/+58
* Actually commit.JP Rosevear2004-01-131-8/+0
* revert dumb upgrade changeJP Rosevear2004-01-131-0/+5
* migrate from 1.5.0 and 1.5.1 properlyJP Rosevear2004-01-132-0/+13
* Oops, missed this.JP Rosevear2004-01-131-0/+4
* de-bold ui elementsJP Rosevear2004-01-131-4/+2
* Take a sensitivity flag per menu item, and fall back to stock icons.Hans Petter Jansson2004-01-123-15/+66
* Added a dialog for adding a new IM account. Added the previously mentionedChristian Hammond2004-01-1210-43/+1595
* Update for API changes to e-book-asyncRoss Burton2004-01-095-32/+46
* Add the video conferencing fieldRoss Burton2004-01-093-3/+137
* Doh, fix my last entry, Fixes 51966 not 50660Rodney Dawes2004-01-081-1/+1
* Make the ESelectNames object be a HIG-compliant dialog, change "Folder" toRodney Dawes2004-01-083-270/+248
* Move the smime_component_init call to the instance init callback, ratherRodney Dawes2004-01-082-2/+10
* link in printer stuffJP Rosevear2004-01-072-0/+7
* remove spew. (migrate_contacts): same. (migrate_contact_folder): same.Chris Toshok2004-01-072-11/+10
* add addressbook-migrate.[ch].Chris Toshok2004-01-076-46/+658
* Apply patch from Roozbeh Pournader to update countries listRodney Dawes2004-01-072-4/+19
* disconnect from selection-done signalJP Rosevear2004-01-072-0/+7
* these line breaks in the error messages should actually be spacesJP Rosevear2004-01-062-9/+17
* Impl. from calendar. (save_primary_selection): Implement, similar toHans Petter Jansson2003-12-202-0/+77
* editable -> target_editable (e_contact_editor_get_property): Same.Hans Petter Jansson2003-12-193-29/+92
* install the "source" property. (eab_view_init): init eav->source to NULL.Chris Toshok2003-12-184-388/+693
* Embed Tree in GtkScrolledWindowRodney Dawes2003-12-182-1/+17
* Update the contact's UID after normal add.Hans Petter Jansson2003-12-172-0/+7
* Make a public function that shows an error dialog, which can be used whenHans Petter Jansson2003-12-175-93/+259
* Implement. Makes the source menu reflect the source for the current book.Hans Petter Jansson2003-12-172-0/+19
* Implement. Creates source selection option menu.Hans Petter Jansson2003-12-173-0/+75
* Disable cell editing.Hans Petter Jansson2003-12-172-0/+7
* Implement. (text_to_address): Implement, using EAddressWestern.Hans Petter Jansson2003-12-163-76/+191
* Make "address" a boxed type. (e_contact_editor_address_init): Set addressHans Petter Jansson2003-12-113-49/+59
* free email list properlyJP Rosevear2003-12-102-2/+7
* free the list, not unref it, and free the elementsJP Rosevear2003-12-102-2/+9
* change prototype to fix warning, and change the comment to readChris Toshok2003-12-0710-102/+264
* Remove hard coded disable deprecated flagsJP Rosevear2003-12-0710-27/+5
* no more custom widget for the selection of the search sourceJP Rosevear2003-12-0612-209/+439
* call remove_book_view/free_data here as well, to guard against multipleChris Toshok2003-12-062-0/+9
* Clean up and sync with current model columns.Hans Petter Jansson2003-12-052-48/+54
* (retrieve_shell_view_interface_from_control): Remove.Ettore Perazzoli2003-12-042-60/+7
* Do not depend on e-folder-list.Ettore Perazzoli2003-12-038-19/+50
* Version the schemas Removed AddedRodney Dawes2003-12-023-1/+12
* (set_status_message): CallEttore Perazzoli2003-12-022-1/+10
* Fix silly.Ettore Perazzoli2003-12-021-2/+1
* Replace activity_client with activity_id. (set_status_message): Use theEttore Perazzoli2003-12-024-29/+62
* Pass a label for the status bar control for now.Ettore Perazzoli2003-12-022-0/+17
* remove stray conflict markerLarry Ewing2003-12-021-1/+0
* remove GTK_DISABLED_DEPRECATED so that we can build with gtk-2.3.Larry Ewing2003-12-022-1/+6
* Use BASE_VERSION for repo_ids and OAFIIDs Update killev to kill theRodney Dawes2003-12-0210-40/+53
* Fix start page text.Hans Petter Jansson2003-12-022-3/+14
* use privconduitdirJP Rosevear2003-12-023-3/+9
* specify privlibdir as the locationJP Rosevear2003-12-023-4/+9
* version the .conduit fileJP Rosvear2003-12-022-8/+13
* Remove this too.Hans Petter Jansson2003-12-012-194/+1
* Remove addressbook-storage.[ch] and new-addressbook.[ch].Hans Petter Jansson2003-12-0115-2073/+1003
* turn on deprecated gtk and libgnomeui stuffJP Rosevear2003-11-264-4/+10
* Store a ref to the source selector. (impl_requestCreateItem): Implement.Hans Petter Jansson2003-11-183-3/+112
* use the server.mk file to get rules for building versioned .server filesJP Rosevear2003-11-172-4/+2
* Oops.JP Rosevear2003-11-151-0/+4
* include e-source from e-d-sJP Rosevear2003-11-151-1/+1
* Return TRUE for all cells, for now.Hans Petter Jansson2003-11-145-47/+57
* (impl__get_userCreatableItems): New, implementation for theEttore Perazzoli2003-11-132-1/+51
* Add component_alias of "contacts".Ettore Perazzoli2003-11-132-0/+7
* Add new-addressbook.[ch]. (glade_DATA): Add new-addressbook.glade.Hans Petter Jansson2003-11-096-1/+458
* Remove some includes of directories that don't exist any moreDan Winship2003-11-082-4/+5
* don't include the c marshaller file twiceJP Rosevear2003-11-073-2/+7
* make sure the marshal header is in the source listJP Rosevear2003-11-075-2/+15
* Shush.JP Rosevear2003-11-072-4/+4
* No longer needed.JP Rosevear2003-11-071-6/+0
* dist the marshal listJP Rosevear2003-11-072-2/+9
* don't destroy the widget here - its dead when removed from the panedJP Rosevear2003-11-072-1/+6
* Various changes to merge in evolution-data-server reliance.JP Rosevear2003-11-07133-30443/+63
* Fix a castLarry Ewing2003-11-052-1/+5
* Update factory ID.Ettore Perazzoli2003-11-044-4/+12
* Change "evolution:config_item" into "evolution2:config_item".Ettore Perazzoli2003-11-042-9/+14
* set up vars and rules for versioning the .server filesJP Rosevear2003-10-312-11/+9
* add the S/MIME config control here.Chris Toshok2003-10-302-0/+29
* change the poa hint to PER_REQUEST. fixes a couple of deadlocks.Chris Toshok2003-10-302-1/+6
* ifdef the smime code with HAVE_NSS.Chris Toshok2003-10-303-2/+17
* libpas should depend on libebook, but NOT on libpasfile, etc, since itDan Winship2003-10-242-2/+34
* convert 8 spaces to a tab.Chris Toshok2003-10-245-1/+23
* make it work with the new ebook apiJP Rosevear2003-10-2310-565/+402
* fixed typo in variable name.Rodrigo Moya2003-10-232-1/+6
* Add an "evolution:button_icon" attribute.Ettore Perazzoli2003-10-232-0/+6
* Add an "evolution:button_sort_order" property.Ettore Perazzoli2003-10-232-0/+6
* use the synchronous api for this. simplifies it a bunch.Chris Toshok2003-10-2318-259/+451
* Make the the scrolled window have an "in" shadow. Likewise. Likewise.Ettore Perazzoli2003-10-234-0/+13
* (impl_createControls): SetEttore Perazzoli2003-10-232-0/+8
* Add an "evolution:button_label" property on the component for use in theEttore Perazzoli2003-10-232-0/+8
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-22180-19544/+19832
* remove the "addressbook.db.summary" correctly. #48538Gilbert Fang2003-09-192-3/+11
* Remove libebook-static.laDan Winship2003-09-113-14/+13