aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
Commit message (Expand)AuthorAgeFilesLines
* popup right-click menu after pressing Shift+F10.Hao Sheng2004-11-021-0/+7
* Don't show error dialogs when status code is E_BOOK_ERROR_CANCELLED. WeSivaiah Nallagatla2004-11-021-2/+2
* Fixes #61972.Andre Klapper2004-10-271-1/+1
* Display mutlivalued contact attributes in the preview. (render_contact):Nat Friedman2004-10-261-6/+19
* Added the bbdb plugin.Nat Friedman2004-10-221-0/+1
* correct hook name typoJP Rosevear2004-10-222-1/+2
* add appropriate popup iconsJP Rosevear2004-10-211-2/+4
* fix a past-o for no-ldap case.Not Zed2004-10-211-1/+1
* forgot to commitMichael Zucci2004-10-212-0/+272
* register config hook.Not Zed2004-10-215-809/+630
* convert to org.gnome hook namesJP Rosevear2004-10-205-12/+12
* add EAB_POPUP_SELECT_ANY mask instead of EAB_POPUP_SELECT_MANY, so thatSivaiah Nallagatla2004-10-151-9/+9
* uncomment HANDLE_MAILTO_INTERNALLY define so that we will launch composerSivaiah Nallagatla2004-10-151-1/+1
* added an any select mask and updated the hook maps.Not Zed2004-10-159-4/+438
* find source selector and option menu in libedataserveruiJP Rosevear2004-10-147-7/+9
* Don't unref the view - removing it from the hash table will do this forHans Petter Jansson2004-10-121-3/+2
* fix for e-popup api changes. Moved all mask specifiers to visible ratherNot Zed2004-10-078-43/+87
* convert to using EABPopup. (sources): remove dead code.Not Zed2004-10-065-356/+627
* Fixes bug #66520.Not Zed2004-09-301-5/+0
* Fixes bug #65537.Hans Petter Jansson2004-09-301-2/+13
* Fix for #66523Hao Sheng2004-09-241-0/+18
* Quiet debug messages.William Jon McCann2004-09-223-8/+22
* Point at the correct XML file for documentationRodney Dawes2004-09-141-1/+1
* check for _LABEL type address fields also in supported fileds whileSivaiah Nallagatla2004-09-131-1/+2
* Fixes #63191JP Rosevear2004-09-131-1/+1
* ** See bug #64080.Not Zed2004-09-091-0/+1
* add new widget variable contact_dsiplay_window to _EABView strcut toSivaiah Nallagatla2004-09-072-11/+15
* ** See bug #62856 (workaround).Not Zed2004-08-301-1/+1
* ** See bug #64011.Not Zed2004-08-301-1/+1
* Really fixes #61833 and #63697.Hans Petter Jansson2004-08-271-1/+1
* [ patch for the rest of 60889 ] new function, either start up the query orChris Toshok2004-08-271-7/+50
* Don't mark component menu accels for translation.Christian Neumair2004-08-271-1/+1
* disbale the display name widget in case of groupwise as we can not handleSivaiah Nallagatla2004-08-261-2/+8
* May fix #61833.Hans Petter Jansson2004-08-251-1/+1
* Don't call gtk_dialog_set_has_separator on Gtk Message Dialog with GTK+ >=Frédéric Crozat2004-08-251-0/+2
* remove the dead ldap config control stuff.Chris Toshok2004-08-221-6/+0
* Fixes bug #62715.Hans Petter Jansson2004-08-211-10/+38
* Makes the contact image selector use GtkFileChooser if available.Hans Petter Jansson2004-08-211-12/+50
* [ likely fixes #61500 ] remove the secondary text, since we don't have theChris Toshok2004-08-201-19/+57
* select names dialog can not be modal as password dialogs can come up whileSivaiah Nallagatla2004-08-191-1/+1
* Remove the custom prompt-to-save dialogs from here - useHans Petter Jansson2004-08-171-53/+15
* reinstate the ngettext patch that was part of the #53464 commit ofChris Toshok2004-08-171-2/+5
* Commit the correct version of carlos's patch.JP Rosevear2004-08-131-6/+6
* Optionally use GtkFileChooser if compiled against Gtk+ >= 2.4.0Carlos Garnacho Parro2004-08-131-38/+97
* e passwords api change/reprompt if we need to.Not Zed2004-08-121-3/+5
* just revering a local change gone in in the commit i just madeSivaiah nallagatla2004-08-121-3/+3
* when user cancels auth dialog send the anonoymous query only in case ofSivaiah Nallagatla2004-08-122-3/+13
* #include <gtk/gtkvbox.h>Rodney Dawes2004-08-041-0/+1
* Fixes #60529.Hans Petter Jansson2004-08-041-6/+31
* Make the main dialog here be an actual GtkDialog instead of a GtkWindowRodney Dawes2004-08-032-1306/+1279
* [ fixes #61365 and other misc issues with the addressbook source editors ]Chris Toshok2004-07-314-21/+115
* change contacts group to address bookJP Rosevear2004-07-262-5/+5
* but buttons to button box, use vbox instead of tableRadek Doulik2004-07-224-51/+42
* include config.h #61395.Not Zed2004-07-223-0/+12
* [ fixes #60508 ]Chris Toshok2004-07-222-40/+23
* Give a reasonable name to the widget for the _Where labelRodney Dawes2004-07-222-2/+4
* don't set the toggle selectionJP Rosevear2004-07-211-2/+2
* Check source book writeability directly instead of relying on storedHans Petter Jansson2004-07-202-35/+44
* [ fixes #60873, and possibly other crashes ]Chris Toshok2004-07-161-1/+2
* ignore Evolution-Addressbook-SelectNames.h.Chris Toshok2004-07-153-2/+13
* [ fixes #56657 ]Rodney Dawes2004-07-141-16/+6
* [ fixes #61299 ]Chris Toshok2004-07-131-3/+3
* [ part of fix for bug #56520 ]Chris Toshok2004-07-132-31/+33
* tarball should ship .schemas.in.in files, not generated files.Frédéric Crozat2004-07-092-2/+1
* Set the source option menu sensitivity here.Hans Petter Jansson2004-07-031-0/+2
* disconnect source/target_editable signal ids.Chris Toshok2004-06-302-3/+39
* fix shortcuts. #56746Not Zed2004-06-281-2/+2
* Implement. (eab_contact_compare_name): Don't leak if only one of theHans Petter Jansson2004-06-262-2/+44
* Add a newline between street line and rest of extended address.Hans Petter Jansson2004-06-261-1/+4
* Add table. (append_to_address_label): Implement. (set_address_label):Hans Petter Jansson2004-06-251-2/+48
* do not limit the text len to 2047 charactersRadek Doulik2004-06-241-9/+0
* Set window to be invisible initially.Hans Petter Jansson2004-06-242-1/+4
* use memcpy not strcpy to copy to memory buffer. Fixes a UMW. See #60532.Not Zed2004-06-241-1/+1
* Add an x-source-vcard target entry that includes the source book URI.Hans Petter Jansson2004-06-244-99/+153
* Move the search bar to the top and add a label _Search so that the entryRodney Dawes2004-06-231-47/+85
* Name the labels.Hans Petter Jansson2004-06-232-51/+74
* Fixes #59622.Hans Petter Jansson2004-06-232-0/+48
* [ should fix #60495, #58635 ] don't free the list of contacts - libebookChris Toshok2004-06-231-5/+0
* don't set the changed flag unless we actually add something.Larry Ewing2004-06-231-3/+3
* revert this change.Chris Toshok2004-06-221-12/+1
* make completion respect your download limit for a given source. speeds upChris Toshok2004-06-221-1/+12
* Make the scrolled windows around text views use GTK_SHADOW_IN, forFederico Mena Quintero2004-06-221-4/+4
* remove the auth-entry-notebook in the edit dialog, and rename the authChris Toshok2004-06-224-258/+108
* set auth-domain property on groupwise sources, so that newly createdSivaiah Nallagatla2004-06-191-0/+1
* only go through the process of creating/loading the EBook if the model hasChris Toshok2004-06-191-3/+5
* [ fixes bug #59376 ]Chris Toshok2004-06-191-1/+3
* [ fixes bug #58696 ]Chris Toshok2004-06-181-1/+2
* EBookFieldsCallback -> EBookEListCallback.Chris Toshok2004-06-181-3/+3
* EBookContactsCallback -> EBookListCallback. (eab_nickname_query): same.Chris Toshok2004-06-1816-17/+13
* update the model column numbers as new fields like E_CONTACT_EMAIL_4 areSivaiah Nallagatla2004-06-171-31/+31
* set the source selector to be able to toggle the current selection. FixNot Zed2004-06-161-0/+2
* compare old and new full names and if it is different set the new the nameSivaiah Nallagatla2004-06-161-1/+4
* set things to HOME, since we don't offer TYPE=OTHER IM attributes throughChris Toshok2004-06-152-17/+18
* new function. do the get_view in an idle handler.Chris Toshok2004-06-092-10/+33
* Fixes #58921.Hans Petter Jansson2004-06-081-0/+1
* disable editing of cells in the contact table.Jon Oberheide2004-06-081-1/+1
* Fixes #57795.Hans Petter Jansson2004-06-081-0/+25
* Like the previous build dep fix, but this works.Hans Petter2004-06-082-3/+8
* Fix order of dependencies.Hans Petter Jansson2004-06-081-1/+1
* Added few headers needed for select names dialog.H P Nadig2004-06-083-0/+112
* fix the name of "stock_save-as" everywhereDan Winship2004-06-071-1/+1
* remove bonobo menus and cruft add ok/cancel buttons.Larry Ewing2004-06-053-179/+72
* only resolve destinations against persons, not contact lists.Chris Toshok2004-06-051-18/+30
* Fixes #53643 and #26903.Hans Petter Jansson2004-06-046-47/+113
* Add missing negation that caused a crash.Hans Petter Jansson2004-06-031-1/+1
* remove hidden field migration, and add in a phase to clear theChris Toshok2004-06-031-52/+17
* Don't need these two functions any more (source_to_dialog,Rodney Dawes2004-06-022-1705/+1131
* Add in a source option menu to the dialog and make is sensitive only onLarry Ewing2004-06-023-32/+195
* render all email addresses, not just the first 3.Chris Toshok2004-05-291-26/+18
* call e_select_names_model_load_contacts after settingChris Toshok2004-05-295-8/+123
* Add back office, spouse, web log fields. Allow for 8 phone numbers, ofHans Petter Jansson2004-05-292-315/+616
* added missing #ifdef HAVE_LDAPChristophe Fergeau2004-05-291-0/+2
* update spell errorsRadek Doulik2004-05-261-0/+2
* reenable this function, in a slightly broken manner. we don't haveChris Toshok2004-05-261-11/+17
* [ fixes #58654 ]Chris Toshok2004-05-261-25/+20
* read the "auth-domain" property from e-source and use it as the componentSivaiah Nallagatla2004-05-251-4/+12
* Generate the addressbook-errors.xml.h file and install the xml file andJeffrey Stedfast2004-05-255-227/+77
* Fixes #58516.H P Nadig2004-05-221-1/+1
* Implement. (migrate_contacts_hidden_fields): Implement.Hans Petter Jansson2004-05-211-0/+78
* use the new ebook api here. missed this one in my earlier commit.Chris Toshok2004-05-211-1/+3
* added call to begin page, ref printable and sink it to avoid finalizing ofRadek Doulik2004-05-211-2/+6
* use the new e_book_new and e_book_open apis.Chris Toshok2004-05-208-39/+53
* Check if individual email fields are supported.Hans Petter Jansson2004-05-201-0/+4
* Remove debug output. (real_save_contact): Separate out actual save logicHans Petter Jansson2004-05-202-14/+95
* Fixes a number of bugs, adds some unimplemented functionality, and makesHans Petter Jansson2004-05-202-913/+927
* make exchange accounts insensitve.Larry Ewing2004-05-191-1/+4
* Add menu_label and menu_accelerator.William Jon McCann2004-05-191-0/+2
* pass 0 to eab_send_contact. (file_send_to_cb): same.Chris Toshok2004-05-191-2/+2
* split out the DISPOSITION_AS_TO stuff here, and make it take a GList ofChris Toshok2004-05-193-170/+303
* Fixes #57940Jerome Lacoste2004-05-191-3/+3
* Hook up image button. (e_contact_editor_dispose): Dispose of file selectorHans Petter Jansson2004-05-183-9/+109
* Change E_PIXMAP size args over to E_ICON_SIZE_* values.Jeffrey Stedfast2004-05-181-9/+9
* Change E_PIXMAP size args over to E_ICON_SIZE_* values.Jeffrey Stedfast2004-05-181-10/+10
* Use an E_ICON_SIZE enum value for the icon_size argument to get_icon.Jeffrey Stedfast2004-05-186-6/+8
* Add PO box entries.Hans Petter Jansson2004-05-132-8/+146
* Fixes bug #55208.S N Tejasvi2004-05-131-2/+43
* set exception properly on failure.Not Zed2004-05-123-4/+18
* Remove the addressbook controlDan Winship2004-05-123-169/+10
* see if the selected group is groupwise one and setup the relative uri andSivaiah Nallagatla2004-05-111-1/+21
* Fixes bug #44196 addressbook table view uses ASCII sortSuresh Chandrasekharan2004-05-112-2/+12
* Fix parts of #53466.Enver ALTIN2004-05-101-1/+1
* Implement. (init_address_record): Init textview.Hans Petter Jansson2004-05-052-277/+257
* fixup the dialog initialization.Larry Ewing2004-05-051-2/+4
* Use defaults from Anna. (im_service_default): Ditto. (email_default):Hans Petter Jansson2004-05-051-14/+20
* Remove blog, add home page. (set_entry_changed_signals): Ditto.Hans Petter Jansson2004-05-052-9/+9
* Do ref, unref in right order, so the same contact can be set twice withoutHans Petter Jansson2004-05-041-5/+14
* Establish defaults for the phone number option menus.Hans Petter Jansson2004-05-041-1/+5
* Implement. (e_contact_editor_init): Hook up the help button.Hans Petter Jansson2004-05-042-14/+18
* bump the maximum download limit to 1000.Larry Ewing2004-05-041-1/+1
* set the email entry sesitive only when anonymous isn't selected. Make theLarry Ewing2004-05-041-4/+4
* remove unused colorpicker.Larry Ewing2004-05-041-45/+1
* missed this last timeLarry Ewing2004-05-041-1/+1
* set the config item typeJP Rosevear2004-05-031-0/+4
* see if the selected group is groupwise one and setup the relative uri andSivaiah Nallagatla2004-05-031-1/+2
* sensitize the details dialog where appropriate. Don't try to read fromLarry Ewing2004-05-021-7/+11
* Fixed a type-o.Enver ALTIN2004-05-011-1/+1
* 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-281-1/+1
* remove debug spew.Larry Ewing2004-04-281-8/+3
* Migrate pilot data. (migrate_pilot_data): Oops. Apparently the addressbookJeffrey Stedfast2004-04-281-41/+5
* Migrate pilot data.Jeffrey Stedfast2004-04-281-1/+134
* Update dialog vbox and action area border widths to be HIG compliantRodney Dawes2004-04-283-2/+21
* fix warnings, remove unused code.Larry Ewing2004-04-271-243/+32
* start integrate the new dialog.Larry Ewing2004-04-272-504/+1478
* Set spacing around notebook widget and the dialog's action area and vboxRodney Dawes2004-04-272-1/+18
* Fix the addressbook control to not crash. (Temporary fix.)Dan Winship2004-04-231-2/+8
* this signal takes an EContact* too. (modified_cb): same. (deleted_cb):Chris Toshok2004-04-231-25/+43
* Correct the dialog's title.Hans Petter Jansson2004-04-232-56/+84
* Override the save_contact function. (e_contact_editor_save_contact):Hans Petter Jansson2004-04-231-16/+12
* Make the window be a GtkDialog.Hans Petter Jansson2004-04-231-2645/+2609
* Implement. (extract_email): Preserve offscreen addresses. (extract_phone):Hans Petter Jansson2004-04-221-0/+71
* Add defines for the slot counts for email, phone, im, address. (phones):Hans Petter Jansson2004-04-221-77/+198
* store off the label as well as the folder name label, so we can reuse theChris Toshok2004-04-221-32/+177
* added a new function to striff off any parameters present after ';' in theSivaiah Nallagatla2004-04-211-3/+24
* Remove unused fields.Hans Petter Jansson2004-04-212-88/+2
* Make the phone type selectors be option menus.Hans Petter Jansson2004-04-212-380/+279
* fix for e_user_creatable_items handle api changes.Not Zed2004-04-211-1/+1
* use cursor-mode="line" to get rid of the annoying cell cursor.Chris Toshok2004-04-213-4/+6
* Set the default image for the contact photo to be the stock_person imageRodney Dawes2004-04-1915-93/+103
* new macro. (extract_email): only create/add the attribute if the emailChris Toshok2004-04-181-16/+34
* Add "wants HTML" checkbox.Hans Petter Jansson2004-04-172-291/+22
* new function, use the async interface to load the book.Chris Toshok2004-04-171-22/+35
* Commit new contact editor UI by Anna.Hans Petter Jansson2004-04-162-3370/+3465
* force the info label to update its contents here if the load wasChris Toshok2004-04-153-3/+8
* rip out tons of functions - they all live in addressbook-view.c now. theChris Toshok2004-04-157-1339/+1453
* disable the map link for 2.0.Chris Toshok2004-04-141-0/+4
* add GDK_ACTION_COPY to the supported drag types. Connect to theLarry Ewing2004-04-131-1/+36
* added a check for new auth type "plain/password" for groupwise inSivaiah Nallagatla2004-04-131-0/+2
* treat "" the same as NULL (don't add it to the list).Chris Toshok2004-04-131-1/+1
* quiet valgrind uninitialized memory warning.Chris Toshok2004-04-131-0/+1
* [ should fix #56537 ]Chris Toshok2004-04-132-32/+15
* add prototypes for eab_load_error_dialog and eab_search_result_dialog.Chris Toshok2004-04-114-103/+114
* bump version required to 8 for the contact list migration foo.Chris Toshok2004-04-101-1/+1
* pass GDK_CURRENT_TIME instead of a function pointer to "time" toChris Toshok2004-04-101-11/+22
* use the new e_destination_export_to_vcard_attribute call to build up theChris Toshok2004-04-1018-448/+341
* is Toshok <toshok@ximian.com>Chris Toshok2004-04-101-6/+5
* create an EUserCreatableItemsHandler (addressbook_view_clear): destroy itDan Winship2004-04-092-4/+18
* Sync the changes here rather than setting 'changed' on the config controlJeffrey Stedfast2004-04-081-23/+13
* revert unapproved patchChris Toshok2004-04-061-22/+0
* : implement keyboard navigation(TAB/shift+TAB) (activaite_editor) : add aHao Sheng2004-04-062-25/+112
* use the correct glade filename.Chris Toshok2004-04-061-1/+1
* Fixes #53433.Hari Prasad Nadig2004-04-022-55/+31
* [ fixes bug #34777 ]Chris Toshok2004-03-312-2/+37
* [ fixes bug #53544 ]Chris Toshok2004-03-311-5/+20
* [ part of the fix for #51977, the other part is in e-d-s ]Chris Toshok2004-03-311-1/+1
* [ fixes bug #53094 ]Chris Toshok2004-03-312-265/+63
* [ fixes bug #53634 ]Chris Toshok2004-03-312-9/+18
* [ gui part of the fix required for #48665 ]Chris Toshok2004-03-311-2/+12
* call drag_finish properly. (selector_tree_drag_motion): set the dragLarry Ewing2004-03-301-61/+53
* do eab_editor_is_valid check only when user wants to save.Sivaiah Nallagatla2004-03-261-5/+4
* don't let the user delete their Personal addressbook. This is just a niceChris Toshok2004-03-251-2/+7
* don't know what I was thinking approving this change. the _() was onlyChris Toshok2004-03-251-5/+2
* parent_type == EAB_TYPE_EDITOR. (e_contact_list_editor_class_init): fillChris Toshok2004-03-2510-435/+228
* superclass for both EContactEditor and EContactListEditor. A start towardChris Toshok2004-03-253-2/+502
* Use ngettext for handling plural forms throughout (fixes bug 53464).Danilo Šegan2004-03-243-11/+9
* [ fixes bug #53653, and a couple other instances ]Chris Toshok2004-03-231-3/+3
* Fixes #53625.Hans Petter Jansson2004-03-181-0/+2
* loop only up to < G_N_ELEMENTS instead of <= G_N_ELEMENTS. Prevents out ofSivaiah Nallagatla2004-03-161-1/+1
* build a11y/addressbook dir : add the accessibility support forHao Sheng2004-03-155-9/+19
* #if 0 this, since nothing uses it anymore. (accum_address): new function,Chris Toshok2004-03-111-40/+113
* phone_choice is an index into the phones array. (_phone_arrow_pressed):Chris Toshok2004-03-111-50/+59
* Don't try to calculate the position of the popup menu for the dropdownsRodney Dawes2004-03-101-1/+1
* Remove the dialog separator, and set appropriate border widths for theRodney Dawes2004-03-102-14/+20
* fixed type in contact editor code to make email ui building workSivaiah Nallagatla2004-03-091-1/+1
* : maintain a list of only those source groups which are added to menuSivaiah Nallagatla2004-03-041-2/+15
* ** See #54991.Not Zed2004-03-041-17/+20
* Set error to NULL before using it.Hans Petter Jansson2004-03-041-1/+1
* Remove local data, with error reporting on failure.Hans Petter Jansson2004-03-041-3/+30
* add drop support for text/x-vcard to the source list.Larry Ewing2004-03-021-0/+185
* ref the pixbuf before we close/unref the loader so the pixbuf sticksChris Toshok2004-02-281-7/+13
* Change the button relief back to normal for the drop-down buttons and moveRodney Dawes2004-02-281-500/+564
* add missing "break" to PROP_SOURCE's case.Chris Toshok2004-02-281-0/+1
* Get rid of some extraneous event boxes that were not needed/used forRodney Dawes2004-02-281-254/+212
* Move unused variable declaration inside notyet conditional.Hans Petter Jansson2004-02-276-9/+6
* add the Groupwise IM attributes to the list of those we render.Chris Toshok2004-02-271-4/+7
* call eab_view_show_contact_preview here so we maintain the preview stateChris Toshok2004-02-271-0/+2
* view->scrolled -> view->contact_display. fixes crash.Chris Toshok2004-02-271-2/+2
* fix checks for locations.Chris Toshok2004-02-271-5/+5
* set the location label/option menu to visible.Chris Toshok2004-02-273-98/+154
* added groupwise im related label and icon image file nameSivaiah Nallagatla2004-02-252-1/+6
* Port to new way of setting name in contact.Hans petter Jansson2004-02-251-10/+2
* don't init the dialog here (addressbook_migrate): init it hereJP Rosevear2004-02-251-3/+2
* remove some spew.Chris Toshok2004-02-211-1/+0
* s/HAVE_NSS/ENABLE_SMIME.Chris Toshok2004-02-202-4/+4
* split out the majority of the set_prop code for PROPERTY_SOURCE_UID_IDXChris Toshok2004-02-201-84/+134
* Fixes #45308 and duplicates.Hans Petter Jansson2004-02-201-6/+8
* provide ESC support for delete dialog of contact editor, fix bug 52765Leon Zhang2004-02-191-1/+1
* add image_set slot.Chris Toshok2004-02-184-9/+28
* [ fixes bug #53620 ]Chris Toshok2004-02-181-3/+3
* free up the list returned by e_book_get_contacts.Chris Toshok2004-02-131-0/+3