aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #29309JP Rosevear2004-12-222-3/+18
| | | | | | | | | | | | | | | 2004-12-21 JP Rosevear <jpr@novell.com> Fixes #29309 * e-table-header-item.h: add field chooser dialog data member * e-table-header-item.c: remove weak pointer ref (ethi_popup_field_chooser): if we already have a dialog, just present it, otherwise create a new one and listen for its destruction svn path=/trunk/; revision=28169
* Fixes #41624JP Rosevear2004-12-222-1/+8
| | | | | | | | | | | 2004-12-21 JP Rosevear <jpr@novell.com> Fixes #41624 * conduits/calendar/calendar-conduit.c (local_record_from_comp): append the exceptions, don't keep overwriting the first svn path=/trunk/; revision=28168
* no need to convert times now. (add_instance_cb): no need to convert here.Rodrigo Moya2004-12-222-29/+23
| | | | | | | | | 2004-12-21 Rodrigo Moya <rodrigo@novell.com> * gui/e-cal-model.c (set_instance_times): no need to convert times now. (add_instance_cb): no need to convert here. svn path=/trunk/; revision=28167
* Merge from recurrences-work-branchRodrigo Moya2004-12-226-243/+309
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-12-21 Rodrigo Moya <rodrigo@novell.com> Merge from recurrences-work-branch * gui/e-cal-model.c (free_comp_data): renamed to e_cal_model_free_component_data and made it public. (clear_objects_array, e_cal_view_objects_removed_cb, remove_client_objects): use e_cal_model_free_component_data. (get_dtstart): get the DTSTART correctly for recurrences. (add_instance_cb): initialize all members of ECalModelComponent, and use the correct icalcomponent when setting the field. (set_instance_times): new function to set the instance_* fields of the ECalModelComponent when not expanding recurrences. (e_cal_view_objects_added_cb): expand recurrences for all objects when the model is set to expand. Call set_instance_times when not expanding recurrences. (e_cal_view_objects_modified_cb): made it remove objects and re-add them. (copy_ecdv): check values before using them. (e_cal_model_copy_component_data): Added code to copy the instance_* and color fields. * gui/e-cal-model-calendar.c (get_dtend): get the DTEND correctly for recurrences. (ecmc_set_value_at): ask user which instances to modify. * gui/e-day-view.c (e_day_view_find_event_from_uid): changed to search by UID and RID if given. (process_component): changed to not expand recurrences at all, this is now done on the model. (row_deleted_check_cb, remove_uid_cb): removed these functions. (model_rows_deleted_cb): changed to just remove the rows signalled from the model, which is the responsible for the recurrence expansion. (e_day_view_new): set the model to expand recurrences. (e_day_view_remove_event_cb): check the value searched in the array. (e_day_view_do_key_press): use e_day_view_find_event_from_uid correctly. * gui/e-week-view.c (e_week_view_find_event_from_uid): changed to search by UID and RID if given. (process_component_recur_cb): removed. (process_component): changed to not expand recurrences at all, this is now done on the model. (row_deleted_check_cb, remove_uid_cb): removed these functions. (model_rows_deleted_cb): changed to just remove the rows signalled from the model, which is the responsible for the recurrence expansion. (e_week_view_new): set the model to expand recurrences. (e_week_view_remove_event_cb): check the value searched in the array. Set the ECalModelComponent field to NULL after freeing it. (e_week_view_do_key_press): use e_week_view_find_event_from_uid correctly. * gui/dialogs/recur-comp.c (recur_component_dialog): remove the RECURRENCE-ID from the object when modifying all instances. svn path=/trunk/; revision=28166
* convert to G_DEFINE_TYPEJP Rosevear2004-12-213-37/+33
| | | | | | | | | | 2004-12-21 JP Rosevear <jpr@novell.com> * e-account.c: convert to G_DEFINE_TYPE * e-account-list.c: ditto svn path=/trunk/; revision=28165
* Convert to G_DEFINE_TYPEJP Rosevear2004-12-2111-146/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | 2004-12-21 JP Rosevear <jpr@novell.com> * e-corba-config-page.c: Convert to G_DEFINE_TYPE * e-history.c: ditto * e-shell-folder-title-bar.c: ditto * e-shell-offline-handler.c: ditto * e-shell-settings-dialog.c: ditto * e-shell-window.c: ditto * e-sidebar.c: ditto * e-user-creatable-items-handler.c: ditto * e-component-registry.c: ditto * importer/evolution-importer-client.c: ditto svn path=/trunk/; revision=28164
* Fix spacingJP Rosevear2004-12-211-1/+2
| | | | svn path=/trunk/; revision=28163
* convert to G_DEFINE_TYPEJP Rosevear2004-12-214-31/+27
| | | | | | | | | | | | | 2004-12-21 JP Rosevear <jpr@novell.com> * gui/search/e-addressbook-search-dialog.c: convert to G_DEFINE_TYPE * gui/widgets/gal-view-factory-minicard.c: ditto * gui/widgets/gal-view-factory-treeview.c: ditto svn path=/trunk/; revision=28162
* if we're turned on, then record the current authtype setting on theNot Zed2004-12-212-8/+41
| | | | | | | | | | | | | | 2004-12-21 Not Zed <NotZed@Ximian.com> * em-account-editor.c (emae_needs_auth): if we're turned on, then record the current authtype setting on the widgets, if we're turned off, clear the authmech setting. (emae_setup_service): setup the needs auth after the authtype, and get setting from url->authmech. (emae_service_provider_changed): only clear the url->authmech if we don't have the current one in our list. svn path=/trunk/; revision=28159
* bump version, requiresJP Rosevear2004-12-214-45/+169
| | | | | | | | 2004-12-20 JP Rosevear <jpr@novell.com> * configure.in: bump version, requires svn path=/trunk/; revision=28158
* add mail/default/ja/Makefile mail/default/nl/Makefile to AC_OUTPUT sectionSivaiah Nallagatla2004-12-201-0/+2
| | | | | | | | | 2004-12-20 Sivaiah Nallagatla <snallagtla@novell.com> * configure.in : add mail/default/ja/Makefile mail/default/nl/Makefile to AC_OUTPUT section svn path=/trunk/; revision=28156
* Translation updated.Vincent van Adrighem2004-12-202-1/+5
| | | | | | | | 2004-12-20 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated. svn path=/trunk/; revision=28155
* Code splitup, each format has it's own c-file Added. Code splitup Added.Philip Van Hoof2004-12-207-566/+1258
| | | | | | | | | | | | | 2004-12-20 Philip Van Hoof <pvanhoof@gnome.org> * Makefile.am: Code splitup, each format has it's own c-file * csv-format.c: Added. Code splitup * format-handler.h: Added. Code splitup * ical-format.c: Added. Code splitup * rdf-format.c: Added. Support for RDF files. Code splitup * save-calendar.c: Support for RDF files. Code splitup svn path=/trunk/; revision=28154
* Updated vi.poNguyen Thai Ngoc Duy2004-12-201-9650/+9290
| | | | svn path=/trunk/; revision=28153
* svn path=/trunk/; revision=28152Added 'ja' and 'nl' in default/Makefile.am. T.Aihana2004-12-202-1/+5
| | | | | | 2004-12-20 Added 'ja' and 'nl' in default/Makefile.am. T.Aihana <aihana@gnome.gr.jp> svn path=/trunk/; revision=28152
* Add schema for Free/Busy template uri.James Bowes2004-12-1812-204/+713
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-12-18 James Bowes <bowes@cs.dal.ca> * gui/apps_evolution_calendar.schemas.in.in: Add schema for Free/Busy template uri. * gui/calendar-config-keys.h: * gui/calendar-config.c: (calendar_config_get_free_busy_template), (calendar_config_set_free_busy_template), (calendar_config_add_notification_free_busy_template): * gui/calendar-config.h: Functions to get, set and monitor the Free/Busy template uri gconf setting. * gui/dialogs/cal-prefs-dialog.c: (template_url_changed), (setup_changes), (get_widgets), (show_fb_config): * gui/dialogs/cal-prefs-dialog.glade: * gui/dialogs/cal-prefs-dialog.h: Change 'Free/Busy Publish' tab to 'Free/Busy'. Add an entry for setting the default Free/Busy uri. Only change the gconf setting on 'focus out' event * gui/e-meeting-store.c: (refresh_queue_remove): Check the hash using the attendee's mailto: address, rather than the memory address of the attendee object as the key. (e_meeting_store_get_fb_uri), (e_meeting_store_set_fb_uri): Get and set the EMeetingStore's Free/Busy template string. (process_callbacks_main_thread), (process_callbacks): Process callbacks in the main thread, so that widgets can be redrawn properly. (replace_string): Utility function for replacing wildcards in the default Free/Busy uri. (ems_finalize), (ems_init), (freebusy_async), (refresh_busy_periods), (refresh_queue_add), (e_meeting_store_refresh_busy_periods): Add the ability to check for Free/Busy information from a default location, if all else fails. (start_async_read): Use gnome-vfs to read the Free/Busy information. * gui/e-meeting-store.h: Add function prototypes for get and set fb_uri * gui/e-meeting-time-sel.c: (e_meeting_time_selector_init), (e_meeting_time_selector_destroy), (free_busy_timeout_refresh), (free_busy_template_changed_cb): Watch for a change in the Free/Busy template gconf setting, and check for new Free/Busy data if it occurs. * gui/e-meeting-time-sel.h: Include variable for notification function id on changes to the Free/Busy uri in the EMeetingTimeSelector . svn path=/trunk/; revision=28151
* Fixes #68841JP Rosevear2004-12-182-1/+7
| | | | | | | | | | 2004-12-18 JP Rosevear <jpr@novell.com> Fixes #68841 * pt_BR.po: fix markup in translated message svn path=/trunk/; revision=28150
* Updated Swedish translation.Christian Rose2004-12-182-3676/+4174
| | | | | | | | 2004-12-18 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation. svn path=/trunk/; revision=28149
* Don't forget to translate "Welcome"Vincent van Adrighem2004-12-181-2/+2
| | | | svn path=/trunk/; revision=28148
* 2004-12-17 Vincent van Adrighem <adrighem@gnome.org)Vincent van Adrighem2004-12-183-0/+353
| | | | | | * Added the Dutch message. svn path=/trunk/; revision=28147
* Add callback function for doing ngettext on the "minutes" labelRodney Dawes2004-12-182-0/+29
| | | | | | | | | | | | | 2004-12-17 Rodney Dawes <dobey@novell.com> * gui/alarm-notify/alarm-notify-dialog.c (an_minutes_update_label): Add callback function for doing ngettext on the "minutes" label (alarm_notify_dialog): Get the "minutes" label from the glade file and set the callback for its "value_changed" signal Fixes #47535 svn path=/trunk/; revision=28146
* Updated Simplified Chinese translationFunda Wang2004-12-181-174/+100
| | | | svn path=/trunk/; revision=28145
* Updated Simplified Chinese translationFunda Wang2004-12-181-2832/+3173
| | | | svn path=/trunk/; revision=28144
* fixing ssl issueSivaiah Nallagatla2004-12-172-1/+6
| | | | svn path=/trunk/; revision=28142
* Added Japanese translation.Satoru Satoh2004-12-173-0/+362
| | | | svn path=/trunk/; revision=28141
* Imported backup/restore pluginJP Rosevear2004-12-177-0/+365
| | | | | | | | 2004-12-16 JP Rosevear <jpr@novell.com> * Imported backup/restore plugin svn path=/trunk/; revision=28140
* Move Tools->Settings... to Edit->Preferences Remove the separator aboveRodney Dawes2004-12-179-36/+46
| | | | | | | | | | | | | | | | | | 2004-12-16 Rodney Dawes <dobey@novell.com> * evolution.xml: Move Tools->Settings... to Edit->Preferences Remove the separator above "Quick Reference" in the Help menu * evolution-addressbok.xml: * evolution-calendar.xml: * evolution-mail-*.xml: * evolution-tasks.xml: Update the EditPlaceholder items to work properly with the changes in evolution.xml to move Tools->Settings... to Edit->Preferences Fixes #43681 svn path=/trunk/; revision=28139
* Add stock zoom icons for the text size menu itemsRodney Dawes2004-12-172-3/+11
| | | | | | | | | 2004-12-16 Rodney Dawes <dobey@novell.com> * evolution-mail-message.xml: Add stock zoom icons for the text size menu items svn path=/trunk/; revision=28136
* added evolution-plugin.pc, pkg-config file required for pluginNot Zed2004-12-163-1/+22
| | | | | | | | | 2004-12-16 Not Zed <NotZed@Ximian.com> * Makefile.am, configure.in: added evolution-plugin.pc, pkg-config file required for plugin development. svn path=/trunk/; revision=28134
* 2004-12-16 Vivek Jain <jvivek@novell.com> Removed one crash point caused by ↵Jain Vivek2004-12-161-2/+4
| | | | | | faulty patch up svn path=/trunk/; revision=28132
* Add camel-gw-listener.h to SOURCESRodney Dawes2004-12-162-4/+13
| | | | | | | | 2004-12-15 Rodney Dawes <dobey@novell.com> * Makefile.am: Add camel-gw-listener.h to SOURCES svn path=/trunk/; revision=28131
* Remove mail-account-gui.cRodney Dawes2004-12-162-1/+4
| | | | | | | | 2004-12-15 Rodney Dawes <dobey@novellcom> * POTFILES.in: Remove mail-account-gui.c svn path=/trunk/; revision=28130
* Added (Create a shared folder) functionality in the pluginJain Vivek2004-12-153-93/+282
| | | | svn path=/trunk/; revision=28129
* set the window title based upon the sourceJain Vivek2004-12-152-1/+10
| | | | | | | * gui/component/addressbook-config.c (addressbook_config_edit_source): set the window title based upon the source svn path=/trunk/; revision=28128
* some whitespace changes, typecasting widgets, in (on_add_clicked) removedJain Vivek2004-12-152-88/+130
| | | | | | | | | * shared-folder-common.c : (org_gnome_shared_folder_factory) * shared-folder.c : some whitespace changes, typecasting widgets, in (on_add_clicked) removed assigning the rights portion CVS ---------------------------------------------------------------------- svn path=/trunk/; revision=28127
* Use gtk_paint_foo instead of the deprecated gtk_draw_foo functionsRodney Dawes2004-12-153-99/+46
| | | | | | | | | | | | | | | | 2004-12-14 Rodney Dawes <dobey@novell.com> * e-calendar-item.c (e_calendar_item_draw): Use gtk_paint_foo instead of the deprecated gtk_draw_foo functions (e_calendar_item_get_day_style): Use colors from the theme for the background and foreground of various items * test-calendar.c (main): Don't set a callback for getting the day style, we want the test app to use the widget defaults (get_day_style): Remove all this duplicated code as we want to use the widget default colors for day fg/bg svn path=/trunk/; revision=28126
* Fixes #6066JP Rosevear2004-12-153-16/+23
| | | | | | | | | | | | 2004-12-14 JP Rosevear <jpr@novell.com> Fixes #6066 * README.translators: New information for translators * README: Update slightly for 2.1/2.2 svn path=/trunk/; revision=28125
* Remove old, dead file.JP Rosevear2004-12-151-88/+0
| | | | svn path=/trunk/; revision=28124
* Add mail/default/zh_CN/MakefileRodney Dawes2004-12-152-0/+5
| | | | | | | | 2004-12-14 Rodney Dawes <dobey@novell.com> * configure.in (AC_OUTPUT): Add mail/default/zh_CN/Makefile svn path=/trunk/; revision=28123
* Remove this from CVSRodney Dawes2004-12-153-2473/+11
| | | | | | | | | | | 2004-12-14 Rodney Dawes <dobey@novell.com> * mail-account-gui.c: Remove this from CVS * mail-config.glade: Use em_account_editor_folder_selector_button_new instead of mail_account_gui_folder_selector_button_new svn path=/trunk/; revision=28122
* Updated Simplified Chinese translationFunda Wang2004-12-141-62/+39
| | | | svn path=/trunk/; revision=28121
* Added Simplified Chinese translationFunda Wang2004-12-142-0/+346
| | | | svn path=/trunk/; revision=28120
* Added Simplified Chinese dirFunda Wang2004-12-141-1/+1
| | | | svn path=/trunk/; revision=28119
* Fixes #68759JP Rosevear2004-12-142-1/+8
| | | | | | | | | | | 2004-12-14 JP Rosevear <jpr@novell.com> Fixes #68759 * mail-account-gui.c (service_check_supported): fix typo in routine name svn path=/trunk/; revision=28118
* Updated Catalan translation.Jordi Mallach2004-12-142-2/+6
| | | | svn path=/trunk/; revision=28117
* Correct some white space ugliness in the previous commit.Harish Krishnaswamy2004-12-142-0/+6
| | | | | | | | | 2004-12-13 Harish Krishnaswamy <kharish@novell.com> * gui/dialogs/calendar-setup.c : Correct some white space ugliness in the previous commit. svn path=/trunk/; revision=28116
* +2004-12-10 Vivek Jain <jvivek@novell.com>Jain Vivek2004-12-132-3/+10
| | | | | | | * gui/dialogs/calendar-setup.c : Changed the window title based upon the source. svn path=/trunk/; revision=28112
* Updated Simplified Chinese translationFunda Wang2004-12-122-273/+149
| | | | svn path=/trunk/; revision=28110
* Updated Simplified Chinese translationFunda Wang2004-12-121-2473/+2974
| | | | svn path=/trunk/; revision=28109
* Back out additional change to use shell-errors.xml.inRodney Dawes2004-12-112-1/+5
| | | | | | | | 2004-12-10 Rodney Dawes <dobey@novell.com> * POTFILES.in: Back out additional change to use shell-errors.xml.in svn path=/trunk/; revision=28108
* Remove e-destination.cRodney Dawes2004-12-112-2/+5
| | | | | | | | 2004-12-10 Rodney Dawes <dobey@novell.com> * POTFILES.in: Remove e-destination.c svn path=/trunk/; revision=28107
* Use stock_new-window for the New Window menu item in the File menuRodney Dawes2004-12-102-0/+6
| | | | | | | | | 2004-12-09 Rodney Dawes <dobey@novell.com> * e-shell-window-commands.c: Use stock_new-window for the New Window menu item in the File menu svn path=/trunk/; revision=28105
* Add pixtype of pixbuf to the OpenNewWindow menu itemRodney Dawes2004-12-102-1/+5
| | | | | | | | 2004-12-09 Rodney Dawes <dobey@novell.com> * evolution.xml: Add pixtype of pixbuf to the OpenNewWindow menu item svn path=/trunk/; revision=28104
* keep a local copy of the ECal.Rodrigo Moya2004-12-092-3/+23
| | | | | | | | | 2003-12-09 Rodrigo Moya <rodrigo@novell.com> * gui/e-calendar-view.c (on_unrecur_appointment): keep a local copy of the ECal. svn path=/trunk/; revision=28101
* Updated Bulgarian translation by Rostislav Raykov <zbrox@i-space.org>Alexander Shopov2004-12-092-8584/+437
| | | | | | | | | 2004-12-09 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Rostislav Raykov <zbrox@i-space.org> svn path=/trunk/; revision=28098
* Include <libebook/e-destination.h> from evolution-data-server.Hans Petter Jansson2004-12-091-1/+1
| | | | | | | | | 2004-12-08 Hans Petter Jansson <hpj@novell.com> * plugins/shared-folder/share-folder-common.c: Include <libebook/e-destination.h> from evolution-data-server. svn path=/trunk/; revision=28095
* addressbook/gui/component/addressbook-migrate.cHans Petter Jansson2004-12-0924-1401/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-12-08 Hans Petter Jansson <hpj@novell.com> * addressbook/gui/component/addressbook-migrate.c * addressbook/gui/component/select-names/e-select-names-completion.c * addressbook/gui/component/select-names/e-select-names-manager.c * addressbook/gui/component/select-names/e-select-names-model.h * addressbook/gui/contact-list-editor/e-contact-list-editor.h * addressbook/gui/contact-list-editor/e-contact-list-model.h * addressbook/gui/widgets/e-minicard.c * addressbook/gui/widgets/eab-gui-util.c * addressbook/importers/evolution-ldif-importer.c * addressbook/importers/evolution-vcard-importer.c: Include <libebook/e-destination.h> from evolution-data-server. * addressbook/util/Makefile.am: Remove e-destination.[ch] from here. * addressbook/util/e-destination.[ch]: Removed. * plugins/shared-folder/share-folder-common.c: Include <libebook/e-destination.h> from evolution-data-server. * calendar/gui/e-meeting-list-view.c * calendar/gui/e-select-names-editable.c * calendar/gui/dialogs/alarm-dialog.c * calendar/gui/dialogs/e-delegate-dialog.c: Include <libebook/e-destination.h> from evolution-data-server. * composer/e-msg-composer-hdrs.h: Include <libebook/e-destination.h> from evolution-data-server. * mail/importers/pine-importer.c: Include <libebook/e-destination.h> from evolution-data-server. svn path=/trunk/; revision=28094
* Fix a warning.Harry Lu2004-12-092-2/+8
| | | | | | | | | | | 2004-12-09 Harry Lu <harry.lu@sun.com> Fix a warning. * addressbook/ea-addressbook.c: (ea_addressbook_focus_watcher): use object instead of ATK_OBJECT (minicard). svn path=/trunk/; revision=28093
* some strcasecmp() calls changed with g_ascii_strcasecmp() for TurkishS.Çaglar Onur2004-12-092-2/+10
| | | | | | | | | | | | 2004-12-08 S.Çaglar Onur <caglar@uludag.org.tr> * evolution-2.0.2/addressbook/gui/contact-editor/e-contact-editor.c (get_ui_slot_param) (get_attributes_named): some strcasecmp() calls changed with g_ascii_strcasecmp() for Turkish character conversiton problems [ http://www.i18nguy.com/unicode/turkish-i18n.html ] svn path=/trunk/; revision=28092
* Updated Finnish translationIlkka Tuohela2004-12-092-2371/+2680
| | | | svn path=/trunk/; revision=28090
* Use stock_new-dir instead of stock_folder for "New Folder" creationRodney Dawes2004-12-093-2/+8
| | | | | | | | | | 2004-12-08 Rodney Dawes <dobey@novell.com> * em-folder-tree.c: * mail-component.c (impl__get_userCreatableItems): Use stock_new-dir instead of stock_folder for "New Folder" creation svn path=/trunk/; revision=28089
* update the query so currently held events can be cleared off.Harish Krishnaswamy2004-12-082-0/+8
| | | | | | | * gui/e-week.c (time_range_changed_cb, e_week_view_set_first_day_shown): update the query so currently held events can be cleared off. svn path=/trunk/; revision=28088
* Support for CSV filesPhilip Van Hoof2004-12-082-29/+587
| | | | | | | | 2004-11-30 Philip Van Hoof <pvanhoof@gnome.org> * save-calendar.c: Support for CSV files svn path=/trunk/; revision=28087
* *** empty log message ***Jain Vivek2004-12-086-0/+1900
| | | | svn path=/trunk/; revision=28086
* add mnemonic for buttons, labels, etc. add mnemonic for buttons, labels,Mengjie Yu2004-12-084-139/+335
| | | | | | | | | | 2004-12-07 Mengjie Yu <meng-jie.yu@sun.com> * mail-config.glade: add mnemonic for buttons, labels, etc. * mail-dialogs.glade:add mnemonic for buttons, labels, etc. * message-tags.glade:add mnemonic for buttons, labels, etc. svn path=/trunk/; revision=28085
* kill warning if we can't open the path.Not Zed2004-12-082-1/+6
| | | | | | | | | 2004-12-08 Not Zed <NotZed@Ximian.com> * e-plugin.c (e_plugin_load_plugins): kill warning if we can't open the path. svn path=/trunk/; revision=28084
* and put them here instead so they're available even when the mailer isn'tNot Zed2004-12-083-15/+29
| | | | | | | | | | | | 2004-12-08 Not Zed <NotZed@Ximian.com> * mail-component-factory.c (make_factory): and put them here instead so they're available even when the mailer isn't activated yet. * mail-component.c (mc_startup): remove plugin hook registrations. svn path=/trunk/; revision=28083
* include es-event.h to fix 64 bit platform problems.David Mosberger2004-12-082-0/+5
| | | | | | | | 2004-12-08 David Mosberger <davidm@napali.hpl.hp.com> * main.c: include es-event.h to fix 64 bit platform problems. svn path=/trunk/; revision=28082
* include plugin headers to fix 64 bit problems.David Mosberger2004-12-082-0/+6
| | | | | | | | 2004-12-08 David Mosberger <davidm@napali.hpl.hp.com> * gui/main.c: include plugin headers to fix 64 bit problems. svn path=/trunk/; revision=28081
* include camel-cipher-context.h so we build if nss isn't available.Not Zed2004-12-072-0/+6
| | | | | | | | | 2004-12-07 Not Zed <NotZed@Ximian.com> * e-msg-composer.c: include camel-cipher-context.h so we build if nss isn't available. svn path=/trunk/; revision=28080
* Added label "Show filters for mail:".Diego Sevilla Ruiz2004-12-073-1/+29
| | | | | | | | | | | 2004-12-02 Diego Sevilla Ruiz <dsevilla@dsevilla> * filter.glade: Added label "Show filters for mail:". * filter-rule.c: Capitalize Ingoing and Outgoing labels. Fixes #46229. svn path=/trunk/; revision=28078
* Updated Danish translation.Martin Willemoes Hansen2004-12-072-14/+18
| | | | | | * da.po: Updated Danish translation. svn path=/trunk/; revision=28077
* Fixes #67403Rodrigo Moya2004-12-063-4/+23
| | | | | | | | | | | | | | | 2004-12-06 Rodrigo Moya <rodrigo@novell.com> Fixes #67403 * gui/dialogs/event-page.c (sensitize_widgets): don't unsensitize the 'Customize' button, to allow users to look at the alarm list for read only events. * gui/dialogs/alarm-list-dialog.c (sensitize_buttons): unsensitize buttons if the event is read only. svn path=/trunk/; revision=28072
* dont track containee widgets anymore, they are automagically destroyed byNot Zed2004-12-062-16/+7
| | | | | | | | | | 2004-11-22 Not Zed <NotZed@Ximian.com> * em-account-editor.c (emae_receive_options_extra_item): dont track containee widgets anymore, they are automagically destroyed by the container if required. svn path=/trunk/; revision=28071
* set the active item based on the current group.Not Zed2004-12-062-2/+12
| | | | | | | | | 2004-12-06 Not Zed <NotZed@Ximian.com> * gui/component/addressbook-config.c (eabc_general_type): set the active item based on the current group. svn path=/trunk/; revision=28070
* set the table spacings to 6 for generated tables.Not Zed2004-12-062-7/+32
| | | | | | | | | | | | | | 2004-12-06 Not Zed <NotZed@Ximian.com> * e-config.c (ec_rebuild): set the table spacings to 6 for generated tables. 2004-11-22 Not Zed <NotZed@Ximian.com> * e-config.c (ec_rebuild): if the table existed before and we have no factory, destroy it always. svn path=/trunk/; revision=28069
* Fixed typoBaris Cicek2004-12-062-1/+5
| | | | | | * tr.po: Fixed typo svn path=/trunk/; revision=28065
* Updated Lithuanian translation.Žygimantas Beručka2004-12-042-920/+927
| | | | | | | | 2004-12-04 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=28064
* da.po: quick fixMartin Willemoes Hansen2004-12-041-2/+2
| | | | svn path=/trunk/; revision=28063
* Updated Danish translation.Martin Willemoes Hansen2004-12-042-585/+681
| | | | | | * da.po: Updated Danish translation. svn path=/trunk/; revision=28062
* Removed mail/mail-account-editor.c Removed mail/mail-config-druid.c TheyMartin Willemoes Hansen2004-12-042-2/+7
| | | | | | | | | * POTFILES.in: Removed mail/mail-account-editor.c Removed mail/mail-config-druid.c They are no longer available. svn path=/trunk/; revision=28061
* Add groupwise-account-setup to plguin and base plugin list. AddSivaiah Nallagatla2004-12-042-3/+9
| | | | | | | | | 2004-12-03 Sivaiah Nallagatla <snallagatla@novell.com> * configure.in : Add groupwise-account-setup to plguin and base plugin list. Add corresponding Makfile to AC_OUTPUT section. svn path=/trunk/; revision=28060
* fixed some includes to get it build as pluginSivaiah Nallagatla2004-12-043-3/+6
| | | | svn path=/trunk/; revision=28059
* initial check in of groupwise config pluginSivaiah Nallagatla2004-12-043-0/+111
| | | | svn path=/trunk/; revision=28058
* revert the patch from chenthill, this wont work yet.Not Zed2004-12-032-4/+6
| | | | | | | | | 2004-12-03 Not Zed <NotZed@Ximian.com> * e-config.c (ec_rebuild): revert the patch from chenthill, this wont work yet. svn path=/trunk/; revision=28057
* Make evolution mail link to camel-provider not camel only. Removed someNot Zed2004-12-034-51/+23
| | | | | | | | | | | | | | | | | | | | 2004-12-02 Not Zed <NotZed@Ximian.com> * configure.in: Make evolution mail link to camel-provider not camel only. Removed some camel stuff. 2004-11-16 Not Zed <NotZed@Ximian.com> * Makefile.am (SUBDIRS): removed camel. * configure.in: Removed camel building, fixed module includes to use camel via packageconfig. 2004-11-15 Not Zed <NotZed@Ximian.com> * configure.in: Added libeds to camel and mail and filter cflags. svn path=/trunk/; revision=28053
* remove the old camel_multipart_encrypted api.Not Zed2004-12-033-9/+15
| | | | | | | | | 2004-11-15 Not Zed <NotZed@Ximian.com> * e-msg-composer.c (handle_multipart_encrypted): remove the old camel_multipart_encrypted api. svn path=/trunk/; revision=28052
* Moved stuff from e-util to libedataserver.Not Zed2004-12-038-7/+13
| | | | | | | | | | 2004-11-15 Not Zed <NotZed@Ximian.com> * *.c: Moved stuff from e-util to libedataserver. * filter-system-flag.c: removed gal header. svn path=/trunk/; revision=28051
* removed, code moved into camel-net-utils.[ch].Not Zed2004-12-0320-5433/+18
| | | | | | | | | | | | | | | | 2004-11-16 Not Zed <NotZed@Ximian.com> * e-host-utils.[ch]: removed, code moved into camel-net-utils.[ch]. 2004-11-15 Not Zed <NotZed@Ximian.com> * e-trie.[ch], e-memory.[ch], e-sexp.[ch], e-msgport.[ch]: Moved to eds/libedataserver. * e-path.[ch]: removed & deleted. svn path=/trunk/; revision=28050
* add libeabutil, since we use e-destination.Not Zed2004-12-032-0/+8
| | | | | | | | | 2004-11-15 Not Zed <NotZed@Ximian.com> * gui/dialogs/Makefile.am (libcal_dialogs_la_LIBADD): add libeabutil, since we use e-destination. svn path=/trunk/; revision=28049
* remove camel, add ADDRESSBOOK_LIBS.Not Zed2004-12-037-6/+20
| | | | | | | | | | | | | | | | | | | | 2004-11-16 Not Zed <NotZed@Ximian.com> * util/Makefile.am (libeabutil_la_LIBADD): remove camel, add ADDRESSBOOK_LIBS. * conduit/Makefile.am (libeaddress_conduit_la_LIBADD): remove camel. * gui/component/Makefile.am (libevolution_addressbook_la_LIBADD): remove camel. 2004-11-15 Not Zed <NotZed@Ximian.com> * *.c: Moved various things from e-util to libedataserver, where appropriate. svn path=/trunk/; revision=28048
* Moved various things from e-util to libedataserver.Not Zed2004-12-0336-1283/+135
| | | | | | | | | | | | | | | | | | | | | 2004-11-15 Not Zed <NotZed@Ximian.com> * *.c: Moved various things from e-util to libedataserver. * GNOME_Evolution_Mail.server.in.in: remove the startup wizard stuff. * mail-config-druid.[ch]: * mail-account-editor.[ch]: * mail-account-gui.[ch]: removed & deleted. * mail-session.c (mail_session_init): and here too. * em-migrate.c (em_migrate_1_4): init camel-provider library too. (e_path_to_physical): copy from e-util/e-path.c. * Makefile.am (libevolution_mail_la_LIBADD): link to new libcamel provider too. svn path=/trunk/; revision=28047
* have our own so we don't need to link with glib.Not Zed2004-12-03117-1182/+1486
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * camel-lock-helper.c (g_strerror): have our own so we don't need to link with glib. * providers/*/Makefile.am: Do not install ANY provider header files. No providers are subclassable. No providers are directly linkable. * camel.pc.in: create package config file. * tests/lib/folders.c (test_folder_message_ops): updated counts for delete also marking unread. * tests/lib/camel-test.c (camel_test_provider_init): new api for initialising test system 'in-build'. * camel-provider.c: remove the assertions, init if we need to,k use pthread_once stuff to serialise it. * tests/folder/test3.c (main): remove gtk stuff (???). * tests/*: Fix all the makefiles. Made make-check work 'in-build'. * tests/lib/folders.c (test_folder_counts): update for api changes. (test_message_info): similar. * providers/Makefile.am: removed groupwise from the build, this can't go in here anymore, not in its current state. * camel-net-utils.c (camel_gethostbyaddr_r) (camel_gethostbyname_r): the old e_gethost* calls from e-host-utils.c. 2004-11-15 Not Zed <NotZed@Ximian.com> * providers/imap/camel-imap-utils.c (imap_path_to_physical): copied from e-path.c. (imap_path_find_folders): copied from e-path.c. * camel.h: remove the provider stuff from the header. * camel-provider.c: globalise provider_init variable, and asserton it in all functions that rely on it. * camel-service.c: removed getaddrinfo/etc. * camel-net-utils.[ch]: separate out camel_getaddrinfo etc. * Makefile.am: split camel into 2 libraries, libcamel and libcamel-store. * camel-multipart-signed.c (camel_multipart_signed_sign) (camel_multipart_signed_verify, prepare_sign): remove old deprecated api. * camel-multipart-encrypted.c (camel_multipart_encrypted_encrypt) (camel_multipart_encrypted_decrypt): remove old deprecated api. svn path=/trunk/; revision=28046
* Add a boolean variable to denote assigned task and construct the meetingChenthill Palanisamy2004-12-0211-35/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-12-02 Chenthill Palanisamy <pchenthill@novell.com> * gui/dialogs/task-editor.[ch] (task_editor_new), (task_editor_construct), (show_assignment): Add a boolean variable to denote assigned task and construct the meeting page only for the assigned task. Set it as a group item in component editor. (_TaskEditorPrivate): added the boolean variable (is_assigned). (task_editor_init): initialized the variable. * gui/dialogs/comp-editor.[ch]: Added functions to set and get whether comp is a group item or individual item. * gui/comp-editor.c (make_title_from_string), (make_title_from_comp): Set the Title for the appointment editor window as "Meeting" or "Assigned Task" if its a group calendar/task item. (_CompEditorPrivate): added a boolean variable (is_group_item). (comp_editor_init): initialized the same. * gui/dialogs/event-editor.c (event_editor_construct), (show_meeting): Set whether the component is a group item or not in comp editor. * gui/e-calendar-table.c (e_calendar_table_open_task), (e_calendar_table_open_selected), (open_task_by_row): Check whether the component being opened is an assigned task by checking for attendees and call open_task with proper value for boolean variable assign. * gui/comp-editor-factory.c (edit_existing): * gui/e-calendar-table.c (open_task): * gui/e-tasks.c (e_tasks_new_task): * gui/gnome-cal.c (gnome_calendar_new_task): * gui/tasks-component.c (create_new_todo): Called the function task_editor_new with a added argument. svn path=/trunk/; revision=28044
* Free the string day_view->last_edited_comp_string before changingChenthill Palanisamy2004-12-023-0/+27
| | | | | | | | | | | | 2004-12-02 Chenthill Palanisamy <pchenthill@novell.com> * gui/e-day-view.c (e_day_view_finish_resize), (e_day_view_reshape_day_event) (e_day_view_change_event_time): Free the string day_view->last_edited_comp_string before changing assigning it another value. * gui/e-week-view.c (e_week_view_change_event_time): Free the string week_view->last_edited_comp_string for the same reason above. svn path=/trunk/; revision=28042
* according to the HIG, remove accelerators in the notebook tab labelsMengjie Yu2004-12-022-2/+7
| | | | | | | | | 2004-12-01 Mengjie Yu <meng-jie.yu@sun.com> * em-account-editor.c:according to the HIG, remove accelerators in the notebook tab labels svn path=/trunk/; revision=28039
* Change e_minicard_activiate_editor to e_minicard_activate_editor.Hao Sheng2004-12-022-1/+7
| | | | | | | | | | 2004-12-1 Hao Sheng <hao.sheng@sun.com> * a11y/addressbook/ea-minicard.c: (atk_action_interface_do_action): Change e_minicard_activiate_editor to e_minicard_activate_editor. svn path=/trunk/; revision=28037
* Copy Welsh translation from gnome-2-8 to HEAD.Dafydd Harries2004-12-024-1/+19007
| | | | svn path=/trunk/; revision=28036
* do not call gconf here as we may be called from worker threadRadek Doulik2004-12-022-14/+29
| | | | | | | | | | | | | | 2004-11-25 Radek Doulik <rodo@ximian.com> * em-junk-filter.c (em_junk_sa_test_spamd): do not call gconf here as we may be called from worker thread (em_junk_filter_get_plugin): read alternative spam[cd] binaries paths here, use init lock to be sure no one is accessing spam[cd] binaries paths Fixes #69623 svn path=/trunk/; revision=28034
* save the uid and set it again in the contact. Otherwise, there isSivaiah Nallagatla2004-12-022-1/+16
| | | | | | | | | | | 2004-12-01 Sivaiah Nallagatla <snallagatla@novell.com> * gui/contact-editor/e-contact-editor.c (save_contact) : save the uid and set it again in the contact. Otherwise, there is possibility we trying to save the contact wiht out UID, as we destory the contact and create new one when data is wrong svn path=/trunk/; revision=28033
* add mnemonic widget in search box.Mengjie Yu2004-12-012-2/+7
| | | | | | | | 2004-11-29 Mengjie Yu <meng-jie.yu@sun.com> * filter-rule.c: (get_widget):add mnemonic widget in search box. svn path=/trunk/; revision=28031
* add mnemonic for checkboxes.Mengjie Yu2004-12-012-8/+12
| | | | | | | | 2004-12-01 Mengjie Yu <meng-jie.yu@sun.com> * providers/imap/camel-imap-provider.c:add mnemonic for checkboxes. svn path=/trunk/; revision=28030
* add mnemonic for buttons. add atk name for the popup button. add accessMengjie Yu2004-12-015-11/+33
| | | | | | | | | | | | | | | 2004-12-01 Mengjie Yu <meng-jie.yu@sun.com> * em-account-editor.c: (emae_option_toggle), (emae_receive_options_item):add mnemonic for buttons. * em-format-html-display.c: (efhd_attachment_button):add atk name for the popup button. * mail-account-gui.c: (mail_account_gui_build_extra_conf):add access key for checkbox. * message-list.c: (message_list_construct):add a atk name for the message list. svn path=/trunk/; revision=28029
* add mnemonic for label. add description for password dialog.Mengjie Yu2004-12-013-1/+10
| | | | | | | | | 2004-12-01 Mengjie Yu <meng-jie.yu@sun.com> * e-config.c: (ec_rebuild):add mnemonic for label. * e-passwords.c: (ep_ask_password):add description for password dialog. svn path=/trunk/; revision=28028
* ** See bug #69776.Not Zed2004-12-012-7/+20
| | | | | | | | | | | | | | 2004-12-01 Not Zed <NotZed@Ximian.com> ** See bug #69776. * camel-multipart-signed.c (parse_boundary): take end of data argument, so it handles binary data. Use a binary data string search rather than strstr. (parse_content): dont bother to append a \0 on the end of the data, not binary capable. svn path=/trunk/; revision=28026
* ** See bug #69615.Not Zed2004-12-014-45/+33
| | | | | | | | | | | | | | | | | | | 2004-11-23 Not Zed <NotZed@Ximian.com> ** See bug #69615. * camel-smime-context.c (sm_get_passwd): removed. All callers that passed it now pass NULL. This is so we don't override the password function set by e-cert-db. Seems to work ok, I think. 2004-11-22 Not Zed <NotZed@Ximian.com> ** See bug #69109. * providers/smtp/camel-smtp-transport.c (smtp_helo): if we have ipv6 address and it is numeric, prefix it with "IPv6:" svn path=/trunk/; revision=28025
* ** See bug #69339.Not Zed2004-12-012-30/+57
| | | | | | | | | | | | | | | | | | | 2004-11-22 Not Zed <NotZed@Ximian.com> ** See bug #69339. * em-format-html.c (efh_format_do): after closing the base output stream, re-loop if more jobs were queued. 2004-11-19 Not Zed <NotZed@Ximian.com> ** See bug #69339. * em-format-html.c (efh_format_do): close the stream/html after we're finished, since the multipart/related stuff may write more content for orphaned attachments. svn path=/trunk/; revision=28024
* ** See bug #69579.Not Zed2004-12-012-3/+26
| | | | | | | | | | | | 2004-11-23 Not Zed <NotZed@Ximian.com> ** See bug #69579. * em-folder-properties.c (em_folder_properties_show): check to see if the vfolder is the unmatched folder before letting the user try to see its properties. svn path=/trunk/; revision=28023
* ** See bug #68958.Not Zed2004-12-012-5/+60
| | | | | | | | | | | | | | 2004-11-30 Not Zed <NotZed@Ximian.com> ** See bug #68958. * em-folder-browser.c (emfb_list_built): if the pending selected uid isn't in the folder (yet), don't clear it, just keep it around. Hook/unhook folder_changed events. (emfb_folder_changed, emfb_gui_folder_changed): if a select_uid is set, and the message is now available, then select it. svn path=/trunk/; revision=28022
* rename to STREAM_LINE_SIZE so it doesn't override the STREAM_LINE enum.Not Zed2004-12-012-3/+10
| | | | | | | | | | | 2004-11-30 Not Zed <NotZed@Ximian.com> * providers/nntp/camel-nntp-stream.c (CAMEL_NNTP_STREAM_LINE): rename to STREAM_LINE_SIZE so it doesn't override the STREAM_LINE enum. Sigh. (camel_nntp_stream_init): fix for above change. svn path=/trunk/; revision=28021
* ** See bug #69446.S.Ça#lar Onur2004-12-012-2/+10
| | | | | | | | | | | | 2004-11-28 S.Ça#lar Onur <caglar@uludag.org.tr> ** See bug #69446. * evolution-2.0.2/mail/mail-account-gui.c (mail_account_gui_setup): some strcasecmp() calls changed with g_ascii_strcasecmp() for Turkish character conversiton problems [ http://www.i18nguy.com/unicode/turkish-i18n.html ] svn path=/trunk/; revision=28020
* ** See bug #69446.S.Çağlar Onur2004-12-0115-55/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-11-28 S.Çağlar Onur <caglar@uludag.org.tr> ** See bug #69446. * evolution-2.0.2/camel/camel-charset-map.c (camel_charset_iso_to_windows) * evolution-2.0.2/camel/camel-filter-search.c (check_header) * evolution-2.0.2/camel/camel-folder-search.c (check_header) * evolution-2.0.2/camel/camel-folder-summary.c (message_info_new,summary_build_content_info,camel_system_flag) * evolution-2.0.2/camel/camel-html-parser.c (camel_html_parser_attr) * evolution-2.0.2/camel/camel-mime-filter-enriched.c (param_parse,camel_mime_filter_enriched_init) * evolution-2.0.2/camel/camel-mime-parser.c (folder_scan_step,main) * evolution-2.0.2/camel/camel-mime-utils.c (camel_header_param,camel_header_set_param,camel_content_type_is,camel_transfer_encoding_from_string,camel_conten t_type_format,camel_content_type_simple,camel_header_decode_date,header_raw_find_node) * evolution-2.0.2/camel/camel-sasl-digest-md5.c (decode_data_type) * evolution-2.0.2/camel/providers/imap/camel-imap-command.c (camel_imap_response_free) * evolution-2.0.2/camel/providers/imap/camel-imap-folder.c (camel_imap_folder_new,camel_imap_folder_selected,imap_refresh_info,camel_imap_folder_new,camel_i map_folder_selected) * evolution-2.0.2/camel/providers/imap/camel-imap-store.c (imap_get_capability,imap_connect_online,get_folder_online,get_folder_offline,get_subscribed_folde rs,folder_hash,get_folders) * evolution-2.0.2/camel/providers/pop3/camel-pop3-store.c (get_folder) * evolution-2.0.2/camel/tests/lib/folders.c: (test_folder_message_ops) some strcasecmp() calls changed with g_ascii_strcasecmp() for Turkish character conversiton problems [ http://www.i18nguy.com/unicode/turkish-i18n.html ] svn path=/trunk/; revision=28019
* Translation updated by Lode Vermeiren.Vincent van Adrighem2004-11-302-1/+5
| | | | | | | | 2004-11-30 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Lode Vermeiren. svn path=/trunk/; revision=28013
* bump version, requiresJP Rosevear2004-11-303-4/+85
| | | | | | | | 2004-11-29 JP Rosevear <jpr@novell.com> * configure.in: bump version, requires svn path=/trunk/; revision=28011
* committed this file. Missed to commit this one.Chenthill Palanisamy2004-11-292-0/+14
| | | | | | | | 2004-11-29 Chenthill Palanisamy <pchenthill@novell.com> * calendar-errors.xml.h: committed this file. Missed to commit this one. svn path=/trunk/; revision=28010
* Moved the call for the warning dialog (send_component_prompt_subject)Chenthill Palanisamy2004-11-292-6/+14
| | | | | | | | | | 2004-11-29 Chenthill Palanisamy <pchenthill@novell.com> * gui/dialogs/comp-editor.c (response_cb): Moved the call for the warning dialog (send_component_prompt_subject) after the component is saved (save_comp_with_send). svn path=/trunk/; revision=28009
* Define new list for storing required fieldsSivaiah Nallagatla2004-11-293-13/+152
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-11-28 Sivaiah Nallagatla <snallagatla@novell.com> * gui/contact-editor/e-contact-editor.h : Define new list for storing required fields * gui/contact-editor/e-contact-editor.c (e_contact_editor_class_init) : install new REQUIRED_FIELDS property (e_contact_editor_set_property) (e_contact_editor_get_property) : added handling for new RQUIRED_FIELDS_PROPERTY (e_contact_editor_dispose) : unref the new required_fields member (required_fields_cb) : call back to set required fields into contact editor (is_non_string_field) : new method to detect whether a particular field in contact is a string or not (e_contact_editor_is_valid) : check for presence of all required fields (save_contact) : extract all the data before calling e_contact_editor_is_valid so that it can check for required fields. Clean up the contact if there is an error svn path=/trunk/; revision=28007
* Setting addressbook empty messages based on the type of addressbook.Sushma Rai2004-11-272-6/+26
| | | | svn path=/trunk/; revision=28004
* wrap printf's in debug definesJP Rosevear2004-11-262-6/+10
| | | | | | | | 2004-11-26 JP Rosevear <jpr@novell.com> * em-format.c: wrap printf's in debug defines svn path=/trunk/; revision=28003
* get image from icon factory directlyJP Rosevear2004-11-262-4/+6
| | | | | | | | | 2004-11-26 JP Rosevear <jpr@novell.com> * e-msg-composer.c (create_composer): get image from icon factory directly svn path=/trunk/; revision=28002
* get image from icon factory directlyJP Rosevear2004-11-262-4/+6
| | | | | | | | | 2004-11-26 JP Rosevear <jpr@novell.com> * audio-inline.c (org_gnome_audio_inline_add_button): get image from icon factory directly svn path=/trunk/; revision=28001
* get image directly from icon factoryJP Rosevear2004-11-263-14/+10
| | | | | | | | | | | | 2004-11-26 JP Rosevear <jpr@novell.com> * gui/component/select-names/e-select-names-popup.c (populate_popup_contact): get image directly from icon factory * gui/contact-editor/e-contact-editor-im.c (setup_service_optmenu): ditto svn path=/trunk/; revision=28000
* test progJP Rosevear2004-11-2619-696/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-11-26 JP Rosevear <jpr@novell.com> * test-info-label.c: test prog * e-url-entry.c: get image directly from icon factory * e-combo-button.c: ditto; convert to G_DEFINE_TYPE * e-activity-handler.c: convert to G_DEFINE_TYPE * e-task-widget.c: ditto * e-task-bar.c: ditto * e-multi-config-dialog.c: ditto * e-dropdown-button.c: ditto * e-cell-renderer-combo.c: ditto * e-cell-date-edit.c: ditto * e-calendar.c: ditto * e-calendar-item.c: ditto * Makefile.am: don't build the title bar, build an info label test program svn path=/trunk/; revision=27999
* get image widget directly from icon factoryJP Rosevear2004-11-263-12/+10
| | | | | | | | | | | 2004-11-26 JP Rosevear <jpr@novell.com> * em-format-html-display.c (efhd_xpkcs7mime_button): get image widget directly from icon factory * mail-send-recv.c (build_dialog): ditto svn path=/trunk/; revision=27998
* get the image directly from the icon factoryJP Rosevear2004-11-267-80/+99
| | | | | | | | | | | | | | | | | | | | | | 2004-11-26 JP Rosevear <jpr@novell.com> * e-gui-utils.c (e_create_image_widget): get the image directly from the icon factory * e-config.c: insert debug defines so we can turn spew on and off * e-event.c: insert debug defines so we can turn spew on and off * e-menu.c: insert debug defines so we can turn spew on and off * e-plugin.c: insert debug defines and set to off for now * e-popup.c: insert debug defines so we can turn spew on and off (e_popup_create_menu): get the image directly from the icon factory svn path=/trunk/; revision=27997
* dittoJP Rosevear2004-11-263-9/+9
| | | | | | | | | | | 2004-11-26 JP Rosevear <jpr@novell.com> * gui/alarm-notify/alarm-queue.c (display_notification): ditto * gui/e-timezone-entry.c (e_timezone_entry_init): get the image directly from the icon factory svn path=/trunk/; revision=27996
* add protoJP Rosevear2004-11-263-2/+26
| | | | | | | | | | | | 2004-11-26 JP Rosevear <jpr@novell.com> * e-icon-factory.h: add proto * e-icon-factory.c (e_icon_factory_init): cast to kill warning (e_icon_factory_get_image): new function to return a GtkImage widget give an icon name and size svn path=/trunk/; revision=27995
* prevent crash if there is no descriptionJP Rosevear2004-11-262-5/+14
| | | | | | | | | 2004-11-26 JP Rosevear <jpr@novell.com> * gui/alarm-notify/alarm-queue.c (display_notification): prevent crash if there is no description svn path=/trunk/; revision=27994
* Updated Danish translation.Martin Willemoes Hansen2004-11-262-2035/+1138
| | | | | | * da.po: Updated Danish translation. svn path=/trunk/; revision=27993
* Evo UI Hackfest : harishHarish Krishnaswamy2004-11-255-9/+38
| | | | | | | | | | | | | | | | | * gui/calendar-component.c: (new_calendar_cb), (edit_calendar_cb): Use modified_setup_edit_calendar call. (popup_event_cb): If source is null (Rt click on a source group), show the new calendar popup menu item. Else, do not show the new calendar option. * gui/dialogs/calendar-setup.[ch] (eccp_get_source_type): Compare the source_groups by their uid and not the pointers, so that the correct option is activated on the combo box. (calendar_setup_edit_calendar) : add a source_group parameter to the function. (calendar_setup_new_calendar): Use modified signature of the above function. * gui/e-calendar-view.c (on_edit_appointment): check the icalcomponent to see if it is a meeting and set the argument to e_calendar_view_edit_appointment correctly. svn path=/trunk/; revision=27991
* when starting new spamd, call it with --socketpath parameter to use unixRadek Doulik2004-11-253-102/+365
| | | | | | | | | | | | | | | | | | 2004-10-12 Radek Doulik <rodo@ximian.com> * em-junk-filter.c: when starting new spamd, call it with --socketpath parameter to use unix sockets instead of opening TCP port. kill such started daemon in finalize callback which is installed by atexit. also try to respawn spamd in case spamc returns error, if respawning is too fast (8 restarts in last 5 minutes) fallback to spamassassin * mail-component.c (impl_quit): call mail_session_quit * mail-session.c (mail_session_init): call junk plugin init (mail_session_quit): new method, called on evo exit svn path=/trunk/; revision=27990
* new init method implementationRadek Doulik2004-11-253-0/+19
| | | | | | | | | | 2004-10-12 Radek Doulik <rodo@ximian.com> * camel-junk-plugin.c: new init method implementation * camel-junk-plugin.h: added junk plugin init declaration svn path=/trunk/; revision=27989
* removed the call for comp_editor_show_page, so that the event page showsChenthill Palanisamy2004-11-252-2/+7
| | | | | | | | | | | 2004-11-25 Chenthill Palanisamy <pchenthill@novell.com> * gui/dialogs/event-deitor.c (show_meeting): removed the call for comp_editor_show_page, so that the event page shows up at first instead of meeting page when a meeting is opened. svn path=/trunk/; revision=27988
* Added two error ids to display use it when the meeting is created withoutChenthill Palanisamy2004-11-255-1/+65
| | | | | | | | | | | | | | 2004-11-25 Chenthill Palanisamy <pchenthill@novell.com> * calendar-errors.xml: Added two error ids to display use it when the meeting is created without a summary. * gui/dialogs/send-comp.[ch] (send_component_prompt_subject): Added a function to prompt for a dialog when a meeting/assigned task is sent without a summary. * gui/dialogs/comp-editor.c (response_cb): Called the above mentioned function when the summary is not present. svn path=/trunk/; revision=27987
* add "labelled by" between entry and label, make accessbility work. addHao Sheng2004-11-253-0/+178
| | | | | | | | | | | | 2004-11-25 Hao Sheng <hao.sheng@sun.com> * gui/contact-editor/contact-editor.glade: add "labelled by" between entry and label, make accessbility work. * gui/contact-editor/e-contact-editor.c: (e_contact_editor_create_web): add accessible name to e_url_entry. svn path=/trunk/; revision=27986
* Set the row and column spacings as tweleve while creating the table toChenthill Palanisamy2004-11-252-1/+9
| | | | | | | | | 2004-11-25 Chenthill Palanisamy <pchenthill@novell.com> * e-config.c (ec_rebuild): Set the row and column spacings as tweleve while creating the table to make it HIG compliant. svn path=/trunk/; revision=27985
* Updated Lithuanian translation.Žygimantas Beručka2004-11-252-350/+348
| | | | | | | | 2004-11-25 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=27984
* Translation updated.Vincent van Adrighem2004-11-252-1/+5
| | | | | | | | 2004-11-25 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated. svn path=/trunk/; revision=27983
* make sure GETTEXT_PACKAGE is definedJP Rosevear2004-11-242-0/+8
| | | | | | | | 2004-11-24 JP Rosevear <jpr@novell.com> * mailing-list-actions.c: make sure GETTEXT_PACKAGE is defined svn path=/trunk/; revision=27982
* check whether header_canvas and table_canvas is NULL.Li Yuan2004-11-241-3/+5
| | | | | | | | | 2004-11-24 Li Yuan <li.yuan@sun.com> * e-table.c: (e_table_get_cell_geometry): check whether header_canvas and table_canvas is NULL. svn path=/trunk/; revision=27980
* missing file from previous commitMichael Zucci2004-11-241-1/+1
| | | | svn path=/trunk/; revision=27977
* Again updated Lithuanian translation. More to come soon.Žygimantas Beručka2004-11-232-477/+402
| | | | | | | | 2004-11-24 Žygimantas Beručka <uid0@akl.lt> * lt.po: Again updated Lithuanian translation. More to come soon. svn path=/trunk/; revision=27974
* Add gtkimage.h to includes, and remove gtkhtml headers Add and remove someRodney Dawes2004-11-235-385/+461
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-11-23 Rodney Dawes <dobey@novell.com> * gui/alarm-notify/alarm-notify-dialog.[ch]: Add gtkimage.h to includes, and remove gtkhtml headers Add and remove some widgets in the AlarmNotify struct (dialog_destroy_cb, delete_event_cb, close_clicked_cb): (snooze_clicked_cb, edit_clicked_cb, url_requested_cb): (make_html_display, write_times, write_html_heading): (alarm_notify_dialog_disable_buttons): Remove all these unneeded functions (no more GtkHTML in the dialog) (alarm_notify_dialog): Add description and location arguments Rename message argument to summary Update gtk-doc comment block to reflect API changes Clean up code to use gtk_dialog_run () and use a HIG compliant dialog * gui/alarm-notify/alarm-notify.glade: Update the alarm notify dialog to be HIG compliant and not use GtkHTML, and display more information that is relevant to the appointment we are alerting of * gui/alarm-notify/alarm-queue.c: Add new variables to the TrayIconData structure so we can access the description and location (on_dialog_objs_removed_cb): Remove alarm_dialog bits (notify_dialog_cb): Remove alarm_dialog bits (tray_icon_destroyed_cb): Free the description and location as well (open_alarm_dialog): alarm_notify_dialog does all the work now, we don't need to trap the dialog widget here (display_notification): Add code to get the description and location information from the cal component Avoid using an alarm component which has less useful API Fix a warning when creating the tray_icon widget svn path=/trunk/; revision=27971
* Binding Sun Type 6 Keyboard's Copy, Paste and Cut keys.Hao Sheng2004-11-232-0/+8
| | | | | | | | | 2004-11-23 Hao Sheng <hao.sheng@sun.com> * evolution-addressbook.xml: Binding Sun Type 6 Keyboard's Copy, Paste and Cut keys. svn path=/trunk/; revision=27970
* Updated Lithuanian translation.Žygimantas Beručka2004-11-232-2746/+3004
| | | | | | | | 2004-11-23 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=27966
* Evolution product name spelled with an uppercase EJoan Sanfeliu2004-11-232-1/+7
| | | | | | | | | | 2004-11-22 Joan Sanfeliu <joan@fibranet.com> * main.c: Evolution product name spelled with an uppercase E Fixes #61605 svn path=/trunk/; revision=27965
* Add bug # reference to last entryRodney Dawes2004-11-231-0/+2
| | | | svn path=/trunk/; revision=27964
* Evolution product name spelled with an uppercase EJoan Sanfeliu2004-11-233-3/+9
| | | | | | | | | | 2004-11-22 Joan Sanfeliu <joan@fibranet.com> * gui/component/apps_evolution_addressbook.schemas.in.in: * gui/component/ldap-config.glade : Evolution product name spelled with an uppercase E svn path=/trunk/; revision=27963
* Fix date in last ChangeLog entryRodney Dawes2004-11-231-1/+1
| | | | svn path=/trunk/; revision=27962
* Evolution word spelled with an uppercase EJoan Sanfeliu2004-11-232-2/+8
| | | | | | | | | | 2004-07-16 Joan Sanfeliu <joan@fibranet.com> * mail-config.glade : Evolution word spelled with an uppercase E Fixes #61065 svn path=/trunk/; revision=27961
* Fix name attribute values to be identicalRodney Dawes2004-11-232-1/+8
| | | | | | | | | | | 2004-11-22 Rodney Dawes <dobey@novell.com> * importers/GNOME_Evolution_Addressbook_VCard_Importer.server.in.in: Fix name attribute values to be identical Fixes #61976 svn path=/trunk/; revision=27960
* ** See bug #69109.Not Zed2004-11-223-9/+23
| | | | | | | | | | | | | | 2004-11-10 Not Zed <NotZed@Ximian.com> ** See bug #69109. * camel-service.c (cs_getnameinfo): honour the NI_NAMEREQD flag. * providers/smtp/camel-smtp-transport.c (smtp_helo): change the nameinfo flags a bit so we know when we got a numeric name and need to wrap it in []. svn path=/trunk/; revision=27959
* reverting commitSivaiah Nallagatla2004-11-223-72/+12
| | | | svn path=/trunk/; revision=27954
* added message which gets prompted when user tries to access a book whichSivaiah Nallagatla2004-11-221-0/+5
| | | | | | | | | | | | | | | | | | | 2004-11-21 Sivaiah Nallagatla <snallagatla@novell.com> * gui/widgets/eab-gui-util.c (eab_load_error_dialog) : added message which gets prompted when user tries to access a book which is not available in offline mode * gui/component/addressbook-config.c (eabc_general_offline) (offline_status_changed_cb) : added a new check box to properties page to mark a book for offline usage * gui/component/addressbook.c (load_source_cb) : do no try to authenticate in case of offline mode. (auth_required_cb) : new call back which gets called when backend sends notification for password to client svn path=/trunk/; revision=27953
* added message which gets prompted when user tries to access a book whichSivaiah Nallagatla2004-11-224-12/+87
| | | | | | | | | | | | | | | | | | | 2004-11-21 Sivaiah Nallagatla <snallagatla@novell.com> * gui/widgets/eab-gui-util.c (eab_load_error_dialog) : added message which gets prompted when user tries to access a book which is not available in offline mode * gui/component/addressbook-config.c (eabc_general_offline) (offline_status_changed_cb) : added a new check box to properties page to mark a book for offline usage * gui/component/addressbook.c (load_source_cb) : do no try to authenticate in case of offline mode. (auth_required_cb) : new call back which gets called when backend sends notification for password to client svn path=/trunk/; revision=27952
* added a setting to mark the account for offline usuageSivaiah Nallagatla2004-11-224-39/+115
| | | | | | | | | | | | | | | 2004-11-21 Sivaiah Nallagatla <snallagatla@novell.com> * providers/groupwise/camel-groupwise-provider.c : added a setting to mark the account for offline usuage * providers/groupwise/came-gw-listener.c (add_esource) (modify_esource) : changed the prototypes to pass CamelUrl instead of individual properties Add offline_sync property on e-sources if account is marked for offline svn path=/trunk/; revision=27951
* Updated German translation.Hendrik Richter2004-11-212-4384/+2821
| | | | svn path=/trunk/; revision=27949
* Translation updated.Vincent van Adrighem2004-11-212-1/+5
| | | | | | | | 2004-11-21 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated. svn path=/trunk/; revision=27948
* Updated italian translationMarco Ciampa2004-11-192-370/+381
| | | | svn path=/trunk/; revision=27947
* Make debug run based on 'nntp' debug option.Not Zed2004-11-194-19/+53
| | | | | | | | | | | | | | | | | | | | | | | | | 2004-11-18 Not Zed <NotZed@Ximian.com> * providers/nntp/camel-nntp-stream.c: * providers/nntp/camel-nntp-store.c: * providers/nntp/camel-nntp-summary.c: Make debug run based on 'nntp' debug option. * providers/nntp/camel-nntp-stream.c (stream_fill): if we get a 0 read, return ECONNRESET. This should really have been put on the stream for that imap hack fix. * providers/nntp/camel-nntp-store.c (camel_nntp_try_authenticate): retry if the password attempt failed. ** See bug #68556. * providers/nntp/camel-nntp-store.c (xover_setup): don't overwrite exception if we get a failure. (camel_nntp_command): if we continue, then set the return code to -1, so we re-loop rather than abort. svn path=/trunk/; revision=27946
* if the plugin fails to load just disable it, don't unref it (it may beNot Zed2004-11-192-7/+10
| | | | | | | | | 2004-11-19 Not Zed <NotZed@Ximian.com> * e-plugin.c (ep_load): if the plugin fails to load just disable it, don't unref it (it may be referenced elsewhere). svn path=/trunk/; revision=27944
* Fix the load-on-startup definitionMichael Zucci2004-11-181-1/+1
| | | | svn path=/trunk/; revision=27941
* define load-on-startup parameter.Not Zed2004-11-182-0/+18
| | | | | | | | 2004-11-18 Not Zed <NotZed@Ximian.com> * evolution-plugin-manual.xml: define load-on-startup parameter. svn path=/trunk/; revision=27940
* split out module loadng code. (epl_construct): if we're enabled, andNot Zed2004-11-182-20/+53
| | | | | | | | | | 2004-11-18 Not Zed <NotZed@Ximian.com> * e-plugin.c (epl_loadmodule): split out module loadng code. (epl_construct): if we're enabled, and load-on-startup is set, load the module right away. Not to be abused! svn path=/trunk/; revision=27939
* Translation updated by Michel Klijmij.Vincent van Adrighem2004-11-182-1/+5
| | | | | | | | 2004-11-17 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Michel Klijmij. svn path=/trunk/; revision=27938
* When name is NULL query against complete email id instead of user nameSivaiah Nallagatla2004-11-182-7/+16
| | | | | | | | | | | | | 2004-11-07 Sivaiah Nallagatla <snallagatla@novell.com> * util/eab-book-util.c (eab_name_and_email_query) : When name is NULL query against complete email id instead of user name part to take care of users@foo.org not matching against users@bar.org . Also include query based on name always Fix for #67656 svn path=/trunk/; revision=27937
* Stupid idiot, I thought i lost these files and remade them.Michael Zucci2004-11-177-0/+185
| | | | | | The menu merging one looks better anyway. svn path=/trunk/; revision=27935
* no changelog providedMichael Zucci2004-11-175-65/+49
| | | | svn path=/trunk/; revision=27934
* In the fallback cases, clear the exception first.Jeffrey Stedfast2004-11-164-7/+27
| | | | | | | | | | | | | | | 2004-11-15 Jeffrey Stedfast <fejj@novell.com> * providers/pop3/camel-pop3-store.c (connect_to_server_wrapper): In the fallback cases, clear the exception first. * providers/imap/camel-imap-store.c (connect_to_server_wrapper): In the fallback cases, clear the exception first. * providers/imap4/camel-imap4-store.c (connect_to_server_wrapper): In the fallback cases, clear the exception first. svn path=/trunk/; revision=27928
* Use camel_tcp_stream_ssl_new_raw() for STARTTLS stream.Jeffrey Stedfast2004-11-164-9/+19
| | | | | | | | | | | | | | | | | | | | | | 2004-11-15 Jeffrey Stedfast <fejj@novell.com> * providers/imap/camel-imap-store.c (connect_to_server): Use camel_tcp_stream_ssl_new_raw() for STARTTLS stream. * providers/imap4/camel-imap4-store.c (connect_to_server): Use camel_tcp_stream_ssl_new_raw() for STARTTLS stream. * providers/pop3/camel-pop3-store.c: Change default port numbers to be correct (they shouldn't all be the pop3s port). (connect_to_server): Moved the last tcp_stream unref to afetr the last fail-check so that we won't ever get a double-unref on something we only own one ref on. (connect_to_server): Unref the tcp_stream if we fail to create an engine object before returning fail. (connect_to_server): Use camel_tcp_stream_ssl_new_raw() for STARTTLS stream. svn path=/trunk/; revision=27927
* Moved the last tcp_stream unref to afetr the last fail-check so that weJeffrey Stedfast2004-11-162-1/+3
| | | | | | | | | | | | 2004-11-15 Jeffrey Stedfast <fejj@novell.com> * providers/pop3/camel-pop3-store.c (connect_to_server): Moved the last tcp_stream unref to afetr the last fail-check so that we won't ever get a double-unref on something we only own one ref on. (connect_to_server): Unref the tcp_stream if we fail to create an engine object before returning fail. svn path=/trunk/; revision=27926
* Moved the last tcp_stream unref to afetr the last fail-check so that weJeffrey Stedfast2004-11-162-2/+6
| | | | | | | | | | 2004-11-15 Jeffrey Stedfast <fejj@novell.com> * providers/pop3/camel-pop3-store.c (connect_to_server): Moved the last tcp_stream unref to afetr the last fail-check so that we won't ever get a double-unref on something we only own one ref on. svn path=/trunk/; revision=27925
* Fix bug #69408 by filling our input buffer if inptr == inend.Jeffrey Stedfast2004-11-162-1/+9
| | | | | | | | | 2004-11-15 Jeffrey Stedfast <fejj@novell.com> * providers/imap4/camel-imap4-stream.c (camel_imap4_stream_line): Fix bug #69408 by filling our input buffer if inptr == inend. svn path=/trunk/; revision=27924
* Updated Catalan translation.Jordi Mallach2004-11-152-1/+5
| | | | svn path=/trunk/; revision=27915
* Accept protocol-less URIs. Fixes #68264. (e_calendar_http_check): Fixed aDiego Sevilla Ruiz2004-11-142-8/+11
| | | | | | | | | | | | 2004-11-12 Diego Sevilla Ruiz <dsevilla@ditec.um.es> * calendar-http.c (e_calendar_http_check): Accept protocol-less URIs. Fixes #68264. (e_calendar_http_check): Fixed a memory leak. (e_calendar_http_refresh): Another mem. leak fix. (e_calendar_http_url): Fixed another more memory leak. svn path=/trunk/; revision=27913
* Handle numeric tokens for the COPYUID set values as well.Jeffrey Stedfast2004-11-142-8/+22
| | | | | | | | | | 2004-11-13 Jeffrey Stedfast <fejj@ximian.com> * providers/imap4/camel-imap4-engine.c (camel_imap4_engine_parse_resp_code): Handle numeric tokens for the COPYUID set values as well. svn path=/trunk/; revision=27912
* Updated Persian translation.Meelad Zakaria2004-11-132-49/+55
| | | | | | | | 2004-11-13 Meelad Zakaria <meelad@bamdad.org> * fa.po: Updated Persian translation. svn path=/trunk/; revision=27910
* Folder now gets set on the CamelFolderSummary object rather than theJeffrey Stedfast2004-11-133-18/+24
| | | | | | | | | | | | | | | | | | 2004-11-12 Jeffrey Stedfast <fejj@novell.com> * providers/imap4/camel-imap4-summary.c (camel_imap4_summary_new): Folder now gets set on the CamelFolderSummary object rather than the CamelIMAP4Summary. (imap4_fetch_all_update): Base summary class now has a folder member, use that instead. (imap4_fetch_all_add): Same. (imap4_summary_fetch_all): Same. (imap4_summary_fetch_flags): Same. (camel_imap4_summary_set_uidvalidity): Same. (camel_imap4_summary_expunge): Same. (camel_imap4_summary_flush_updates): Same. svn path=/trunk/; revision=27908
* Init appended_uid value to NULLJeffrey Stedfast2004-11-132-0/+6
| | | | | | | | | 2004-11-12 Jeffrey Stedfast <fejj@novell.com> * providers/imap4/camel-imap4-folder.c (imap4_append_message): Init appended_uid value to NULL svn path=/trunk/; revision=27907
* Properly handle NILs for the namespace separator (somehow I missed this,Jeffrey Stedfast2004-11-132-3/+19
| | | | | | | | | | 2004-11-12 Jeffrey Stedfast <fejj@novell.com> * providers/imap4/camel-imap4-engine.c (engine_parse_namespace): Properly handle NILs for the namespace separator (somehow I missed this, silly me). svn path=/trunk/; revision=27906
* Accept protocol-less URIs. Fixes #68264. (e_calendar_http_check): Fixed aDiego Sevilla Ruiz2004-11-122-5/+27
| | | | | | | | | | | 2004-11-12 Diego Sevilla Ruiz <dsevilla@ditec.um.es> * calendar-http.c (e_calendar_http_check): Accept protocol-less URIs. Fixes #68264. (e_calendar_http_check): Fixed a memory leak. (e_calendar_http_refresh): Another mem. leak fix. svn path=/trunk/; revision=27905
* Convert to G_DEFINE_TYPEJP Rosevear2004-11-122-12/+16
| | | | | | | | 2004-11-12 JP Rosevear <jpr@novell.com> * menus/gal-view-menus.c: Convert to G_DEFINE_TYPE svn path=/trunk/; revision=27904
* convert to G_DEFINE_TYPEJP Rosevear2004-11-122-12/+10
| | | | | | | | 2004-11-12 JP Rosevear <jpr@novell.com> * e-timezone-dialog/e-timezone-dialog.c: convert to G_DEFINE_TYPE svn path=/trunk/; revision=27903
* Added 'match all' rules.Not Zed2004-11-125-0/+26
| | | | | | | | | | 2004-11-12 Not Zed <NotZed@Ximian.com> * filtertypes.xml: * vfoldertypes.xml: * searchtypes.xml: Added 'match all' rules. svn path=/trunk/; revision=27901
* update to generated fileMichael Zucci2004-11-121-1/+1
| | | | svn path=/trunk/; revision=27900
* ** Merge in notzed-messageinfo-branch.Not Zed2004-11-1215-82/+545
| | | | | | | | 2004-11-12 Not Zed <NotZed@Ximian.com> ** Merge in notzed-messageinfo-branch. svn path=/trunk/; revision=27899
* ** Merge in notzed-messageinfo-branch, fix some minor conflicts.Not Zed2004-11-1262-1456/+2266
| | | | | | | | 2004-11-12 Not Zed <NotZed@Ximian.com> ** Merge in notzed-messageinfo-branch, fix some minor conflicts. svn path=/trunk/; revision=27898
* Added author tag, fixed description, removed "plugin" from name, changedMeilof Veeningen2004-11-126-49/+78
| | | | | | | | | | | | | | | | | | | | 2004-11-04 Meilof Veeningen <meilof@wanadoo.nl> * org-gnome-mailing-list-actions.eplug.in: Added author tag, fixed description, removed "plugin" from name, changed position of item in popup menu, using "enable" rather than "visible" for bonobo menus * org-gnome-mailing-list-actions.xml: Now place menus in MailMessageActions placeholder; moved label to <commands> section * org-gnome-mailing-list-actions-errors.xml: fixed button order: "Cancel" now leftmost button; added e-mail address to send confirm dialog * mailing-list-actions.c: account guessing now first based on message; added e-mail address to send confirm dialog svn path=/trunk/; revision=27897
* Free the passwd here if we need to retry to authenticate.Jeffrey Stedfast2004-11-122-1/+9
| | | | | | | | | 2004-11-11 Jeffrey Stedfast <fejj@novell.com> * providers/imap4/camel-imap4-store.c (imap4_reconnect): Free the passwd here if we need to retry to authenticate. svn path=/trunk/; revision=27895
* fixed author and descriptionRadek Doulik2004-11-122-2/+8
| | | | | | | | 2004-11-11 Radek Doulik <rodo@ximian.com> * org-gnome-audio-inline.eplug.in: fixed author and description svn path=/trunk/; revision=27894
* l = g_list_next (l); in inner loop instead of g = g_list_next (l)..Radek Doulik2004-11-123-2/+14
| | | | | | | | | | | | | 2004-11-11 Radek Doulik <rodo@ximian.com> * em-format-hook.c (emfh_enable): l = g_list_next (l); in inner loop instead of g = g_list_next (l).. probably typo after c'n'p * em-format.c (em_format_class_remove_handler): in case the old handler doesn't exist, remove 'info' handler from type_handler table svn path=/trunk/; revision=27893
* #define d()Jeffrey Stedfast2004-11-121-0/+2
| | | | svn path=/trunk/; revision=27892
* removed some debug printf'sJeffrey Stedfast2004-11-111-5/+5
| | | | svn path=/trunk/; revision=27889
* Use the expanded ALL macro as on closer inspection of the RFC, we're notJeffrey Stedfast2004-11-113-12/+13
| | | | | | | | | | | 2004-11-10 Jeffrey Stedfast <fejj@novell.com> * providers/imap4/camel-imap4-summary.c (imap4_summary_fetch_all): Use the expanded ALL macro as on closer inspection of the RFC, we're not allowed to use macros in conjunction with other FETCH items (such as UID in our case). svn path=/trunk/; revision=27888
* include a headerJeffrey Stedfast2004-11-111-0/+1
| | | | svn path=/trunk/; revision=27887
* Updated italian translationMarco Ciampa2004-11-112-549/+659
| | | | svn path=/trunk/; revision=27886
* enabled \\Recent flagJeffrey Stedfast2004-11-113-9/+11
| | | | svn path=/trunk/; revision=27885
* Updated Catalan translation.Jordi Mallach2004-11-102-3/+6
| | | | svn path=/trunk/; revision=27884
* before short-circuiting the check for child content, check the childNot Zed2004-11-102-16/+35
| | | | | | | | | | | | | | | | | | | 2004-11-09 Not Zed <NotZed@Ximian.com> * providers/imap/camel-imap-folder.c (imap_get_message): before short-circuiting the check for child content, check the child content info is actually correct. 2004-11-08 Not Zed <NotZed@Ximian.com> ** See bug #69145. * providers/imap/camel-imap-folder.c (get_message): remove spec argument, always calculate it from the content-info. (content_info_incomplete): recursively check the content-info for completeness, not just one level. svn path=/trunk/; revision=27882
* Updated the properties to include all the same settings as the old imapJeffrey Stedfast2004-11-104-0/+121
| | | | | | | | | | | | 2004-11-09 Jeffrey Stedfast <fejj@novell.com> * providers/imap4/camel-imap4-provider.c: Updated the properties to include all the same settings as the old imap code. * providers/imap4/camel-imap4-folder.c (imap4_getv): Implemented. (imap4_setv): Implemented. svn path=/trunk/; revision=27880
* Add org-gnome-mailing-list-actions.xml to EXTRA_DISTRodney Dawes2004-11-102-1/+6
| | | | | | | | 2004-11-09 Rodney Dawes <dobey@novell.com> * Makefile.am: Add org-gnome-mailing-list-actions.xml to EXTRA_DIST svn path=/trunk/; revision=27879
* remoevd unused varsJeffrey Stedfast2004-11-101-2/+0
| | | | svn path=/trunk/; revision=27877
* Fix for bug #69241.Jeffrey Stedfast2004-11-102-10/+27
| | | | | | | | | | | | | | | 2004-11-08 Jeffrey Stedfast <fejj@novell.com> Fix for bug #69241. * camel-gpg-context.c (gpg_decrypt): We need to extract just the application/pgp-encrypted part from the multipart/encrypted that gets passed in. Added checks to verify that the input part is the correct type as well. Once we have the application/pgp-encrypted part, we need to use camel_data_wrapper_decode_to_stream() in case the part was encoded in any way. svn path=/trunk/; revision=27876
* Handle not getting the CRLF pair together. Also don't require that we haveJeffrey Stedfast2004-11-105-10/+31
| | | | | | | | | | | | | | | | | 2004-11-09 Jeffrey Stedfast <fejj@novell.com> * providers/imap4/camel-imap4-stream.c (camel_imap4_stream_line): Handle not getting the CRLF pair together. Also don't require that we have at least 3 bytes in the read buffer as it is possible we don't have that much (see bug #69160). 2004-11-08 Jeffrey Stedfast <fejj@novell.com> * providers/imap4/camel-imap4-store.c (imap4_subscribe_folder): Note the folder-info just subscribed. (imap4_unsubscribe_folder): Unnote the folder-info. svn path=/trunk/; revision=27875
* Add the eplug.in file to EXTRA_DISTRodney Dawes2004-11-102-1/+8
| | | | | | | | 2004-11-09 Rodney Dawes <dobey@novell.com> * Makefile.am: Add the eplug.in file to EXTRA_DIST svn path=/trunk/; revision=27874
* Add the xml file to EXTRA_DISTRodney Dawes2004-11-092-1/+7
| | | | | | | | 2004-11-09 Rodney Dawes <dobey@novell.com> * Makefile.am: Add the xml file to EXTRA_DIST svn path=/trunk/; revision=27873
* Add EXTRA_DIST variable for the eplug.in fileRodney Dawes2004-11-092-0/+6
| | | | | | | | 2004-11-09 Rodney Dawes <dobey@novell.com> * Makefile.am: Add EXTRA_DIST variable for the eplug.in file svn path=/trunk/; revision=27872
* Add AC_SUBST for plugins_base alsoRodney Dawes2004-11-093-1/+9
| | | | | | | | | | | 2004-11-09 Rodney Dawes <dobey@novell.com> * configure.in: Add AC_SUBST for plugins_base also * plugins/Makefile.am: Add plugins_base to DIST_SUBDIRS so that we dist the plug-ins we actually build by default svn path=/trunk/; revision=27868
* Fixes bug #61966.Andre Klapper2004-11-092-1/+7
| | | | | | | | | | 2004-11-08 Andre Klapper <a901600@gmx.de> Fixes bug #61966. * addressbook-errors.xml: Add a missing word to a string. svn path=/trunk/; revision=27867
* Don't try to convert the results of timet_to_str_with_zone to UTF-8, sinceRodney Dawes2004-11-092-8/+10
| | | | | | | | | | | | 2004-11-08 Rodney Dawes <dobey@novell.com> * gui/alarm-notify/alarm-notify-dialog.c (write_html_heading): Don't try to convert the results of timet_to_str_with_zone to UTF-8, since the return value is already encoded in UTF-8 Fixes #47529 svn path=/trunk/; revision=27866
* Implement accessible feature for e-minicard and e-mini-card-view. AddSteven Zhang2004-11-086-52/+447
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-11-08 Steven Zhang <steven.zhang@sun.com> Implement accessible feature for e-minicard and e-mini-card-view. Add get_n_children, ref_child, ref_state_set, atk_selection_interface, and action_interface for ea-minicard-view and ea-minicard *ea-minicard-view.c: (ea_minicard_view_get_n_children), (ea_minicard_view_ref_child), (ea_minicard_view_ref_state_set), (atk_selection_interface_init), (selection_interface_add_selection), (selection_interface_clear_selection), (selection_interface_ref_selection), (selection_interface_get_selection_count), (selection_interface_is_child_selected), (atk_action_interface_init), (atk_action_interface_do_action), (atk_action_interface_get_n_action), (atk_action_interface_get_description), (atk_action_interface_get_name). *ea-minicard.c: (ea_minicard_get_n_children), (ea_minicard_ref_child), (ea_minicard_ref_state_set), (atk_action_interface_init), (atk_action_interface_do_action), (atk_action_interface_get_n_action), (atk_action_interface_get_description), (atk_action_interface_get_name). svn path=/trunk/; revision=27861
* rename and make it a public function. (e_minicard_event): changeSteven Zhang2004-11-083-23/+31
| | | | | | | | | | | 2004-11-08 Steven Zhang <steven.zhang@sun.com> * gui/widgets/e-minicard.c: (e_minicard_activate_editor): rename and make it a public function. (e_minicard_event): change accordingly. * gui/widgets/e-minicard.h: ditto. svn path=/trunk/; revision=27860
* populate contact only afte we are sure that data is valid and we canSivaiah Nallagatla2004-11-082-2/+8
| | | | | | | | | | | 2004-11-04 Sivaiah Nallagatla <snallagatla@novell.com> * gui/contact-editor/e-contact-editor.c (save_contact) : populate contact only afte we are sure that data is valid and we can create that. Fixes #69079 svn path=/trunk/; revision=27858
* Translate the category pretty names that we pass for creation of new menuRodney Dawes2004-11-082-2/+11
| | | | | | | | | | | | | 2004-11-07 Rodney Dawes <dobey@novell.com> * gui/contact-editor/e-contact-editor.c (init_email_record_location, init_im_record_location): Translate the category pretty names that we pass for creation of new menu item entries for the E-Mail and IM dropdown selections Partially fixes bug #66854 svn path=/trunk/; revision=27856
* Updated Albanian translation.Laurent Dhima2004-11-072-510/+73
| | | | | | | | 2004-11-07 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation. svn path=/trunk/; revision=27855
* Fix in the French translation.Sebastien Bacher2004-11-062-12/+16
| | | | | | | | 2004-11-06 Sebastien Bacher <seb128@debian.org> * fr.po: Fix in the French translation. svn path=/trunk/; revision=27854
* ShushJP Rosevear2004-11-053-0/+15
| | | | svn path=/trunk/; revision=27850
* include <config.h> for GETTEXT_PACKAGEJP Rosevear2004-11-052-0/+7
| | | | | | | | 2004-11-05 JP Rosevear <jpr@novell.com> * mailing-list-actions.c: include <config.h> for GETTEXT_PACKAGE svn path=/trunk/; revision=27849
* Added much in-line documentation. (engine_parse_capability): UseJeffrey Stedfast2004-11-053-9/+165
| | | | | | | | | | | 2004-11-04 Jeffrey Stedfast <fejj@novell.com> * providers/imap4/camel-imap4-engine.c: Added much in-line documentation. (engine_parse_capability): Use g_ascii_str[n]casecmp(). (camel_imap4_engine_nstring): New convenience function. svn path=/trunk/; revision=27843
* fixedJeffrey Stedfast2004-11-051-2/+3
| | | | svn path=/trunk/; revision=27842
* expand the horizontal box so that it fills all available space.Rodrigo Moya2004-11-043-5/+11
| | | | | | | | | | 2004-11-04 Rodrigo Moya <rodrigo@novell.com> * gui/dialogs/event-page.glade: * gui/dialogs/task-page.glade: expand the horizontal box so that it fills all available space. svn path=/trunk/; revision=27840
* Credit where credit is due.Miloslav Trmac2004-11-041-1/+2
| | | | svn path=/trunk/; revision=27839
* Updated Czech translation.Miloslav Trmac2004-11-042-2/+6
| | | | | | | | 2004-11-04 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation. svn path=/trunk/; revision=27838
* added mailing-list-actions plugin.Not Zed2004-11-042-1/+6
| | | | | | | | 2004-11-04 Not Zed <NotZed@Ximian.com> * configure.in: added mailing-list-actions plugin. svn path=/trunk/; revision=27836
* Added mailing list actions plugin from Meilof Veeningen ↵Michael Zucci2004-11-047-0/+367
| | | | | | <meilof@wanadoo.nl> svn path=/trunk/; revision=27835
* check interfaces for events too. (camel_object_trigger_event): checkNot Zed2004-11-045-38/+397
| | | | | | | | | | | | | | | 2004-11-02 Not Zed <NotZed@Ximian.com> * camel-object.c (camel_object_hook_event): check interfaces for events too. (camel_object_trigger_event): check interfaces for events too. (camel_object_class_add_event): more checks for interfaces vs normal object classes. (camel_object_class_add_interface): add an interface to a class. (camel_object_get_interface): query for interfaces on an object. (camel_object_get_type): register the interface type. svn path=/trunk/; revision=27834
* duh, add this to cvs, remove Makefile.Not Zed2004-11-043-546/+17
| | | | | | | | 2004-11-04 Not Zed <NotZed@Ximian.com> * Makefile.am: duh, add this to cvs, remove Makefile. svn path=/trunk/; revision=27833
* added EConfig subclass for calendars initialize plugin hooks on componentDavid Trowbridge2004-11-048-777/+659
| | | | | | | | | | | 2004-11-03 David Trowbridge <trowbrds@cs.colorado.edu> * gui/e-cal-config.c: added EConfig subclass for calendars * gui/calendar-component.c, gui/tasks-component.c: initialize plugin hooks on component startup. * gui/dialogs/calendar-setup.c: Converted to use EConfig svn path=/trunk/; revision=27832
* modified base vs optional logic slightly and added a warning if you buildNot Zed2004-11-042-14/+32
| | | | | | | | | | | | | | 2004-11-04 Not Zed <NotZed@Ximian.com> * configure.in: modified base vs optional logic slightly and added a warning if you build with --enable-plugins=no. 2004-11-04 David Trowbridge <David.Trowbridge@Colorado.edu> * configure.in: Added calendar-http module, and setup a mechanism for base vs optional plugins. svn path=/trunk/; revision=27831
* Initial import of webcal properties plugin.David Trowbridge2004-11-044-0/+870
| | | | | | | | 2004-11-04 David Trowbridge <David.Trowbridge@Colorado.edu> * Initial import of webcal properties plugin. svn path=/trunk/; revision=27830
* fix for bugzilla #44876mengjie yu2004-11-042-0/+19
| | | | | | | | | | | 2004-11-04 mengjie yu <meng-jie.yu@sun.com> fix for bugzilla #44876 * gui/component/select-names/e-select-names-manager.c: (e_select_names_manager_entry_new):add a atk name for the entry. svn path=/trunk/; revision=27829
* if canvas has a focused item but the etable does not have a cursor row,Li Yuan2004-11-041-0/+4
| | | | | | | | | | 2004-11-04 Li Yuan <li.yuan@sun.com> * gal/e-table/e-table.c: (table_canvas_focus_event_cb): if canvas has a focused item but the etable does not have a cursor row, just focus the first item. svn path=/trunk/; revision=27828
* Fixes #6767Li Yuan2004-11-044-113/+118
| | | | | | | | | | | | | | | | | | | | 2004-11-04 Li Yuan <li.yuan@sun.com> Fixes #6767 * gui/e-day-view-main-item.c: (e_day_view_main_item_draw_day_event): use widget->style instead of hard code colors. * gui/e-day-view.c: (e_day_view_realize), (e_day_view_set_colors), (e_day_view_style_set), (e_day_view_reshape_long_event), (e_day_view_reshape_day_event): ditto. * gui/e-week-view.c: (e_week_view_realize), (e_week_view_set_colors), (e_week_view_style_set), (e_week_view_reshape_event_span): ditto. svn path=/trunk/; revision=27827
* fix the logicJP Rosevear2004-11-032-2/+6
| | | | | | | | 2004-11-03 JP Rosevear <jpr@novell.com> * configure.in: fix the logic svn path=/trunk/; revision=27826
* handle plain --enable-plugins and --enable-plugins=yes by making it theJP Rosevear2004-11-032-2/+8
| | | | | | | | | 2004-11-03 JP Rosevear <jpr@novell.com> * configure.in: handle plain --enable-plugins and --enable-plugins=yes by making it the equivalent of "all" svn path=/trunk/; revision=27825
* fixed description and added author's info, to display correctly on theRodrigo Moya2004-11-032-2/+8
| | | | | | | | | 2004-11-04 Rodrigo Moya <rodrigo@novell.com> * org-gnome-mail-to-task.eplug.in: fixed description and added author's info, to display correctly on the plugin manager. svn path=/trunk/; revision=27819
* fixed description and added author's info, to display correctly on theRodrigo Moya2004-11-032-2/+8
| | | | | | | | | 2004-11-04 Rodrigo Moya <rodrigo@novell.com> * org-gnome-mail-to-meeting.eplug.in: fixed description and added author's info, to display correctly on the plugin manager. svn path=/trunk/; revision=27818
* fix the popup id.Not Zed2004-11-032-1/+5
| | | | | | | | 2004-11-03 Not Zed <NotZed@Ximian.com> * org-gnome-mail-to-meeting.eplug.in: fix the popup id. svn path=/trunk/; revision=27817
* revert rodrigo's last fix, it should actually work now, i hope.Not Zed2004-11-032-1/+6
| | | | | | | | | 2004-11-03 Not Zed <NotZed@Ximian.com> * org-gnome-mail-to-task.eplug.in: revert rodrigo's last fix, it should actually work now, i hope. svn path=/trunk/; revision=27816
* Fix the popup id.Not Zed2004-11-032-1/+5
| | | | | | | | 2004-11-03 Not Zed <NotZed@Ximian.com> * em-folder-view.c (emfv_popup): Fix the popup id. svn path=/trunk/; revision=27815
* Add description and author fields. Change name.Nat Friedman2004-11-032-2/+17
| | | | | | | | | 004-11-03 Nat Friedman <nat@novell.com> * org-gnome-evolution-bbdb.eplug.in: Add description and author fields. Change name. svn path=/trunk/; revision=27814
* extra_dist the .eplug.in file.Not Zed2004-11-032-0/+6
| | | | | | | | 2004-11-03 Not Zed <NotZed@Ximian.com> * Makefile.am: extra_dist the .eplug.in file. svn path=/trunk/; revision=27813
* gave it a better name and fixed the description and author tags.Not Zed2004-11-032-2/+8
| | | | | | | | | 2004-11-03 Not Zed <NotZed@Ximian.com> * org-gnome-copy-tool.eplug.in: gave it a better name and fixed the description and author tags. svn path=/trunk/; revision=27812
* added plugin-manager plugin.Not Zed2004-11-032-1/+6
| | | | | | | | 2004-11-03 Not Zed <NotZed@Ximian.com> * configure.in: added plugin-manager plugin. svn path=/trunk/; revision=27811
* implemented a plugin manager plugin.Not Zed2004-11-035-0/+339
| | | | | | | | 2004-10-20 Not Zed <NotZed@Ximian.com> * implemented a plugin manager plugin. svn path=/trunk/; revision=27810
* added helper api to list all plugins. (ep_construct): load authors intoNot Zed2004-11-033-11/+148
| | | | | | | | | | | | | | 2004-11-03 Not Zed <NotZed@Ximian.com> * e-plugin.c (e_plugin_list_plugins): added helper api to list all plugins. (ep_construct): load authors into new list for them. (e_plugin_register_type): setup disabled list. (ep_construct): dont load the hooks if we're not enabled. (e_plugin_enable): make this a virutal method. (e_plugin_invoke): if we're disabled, noop. svn path=/trunk/; revision=27809
* added author section to eplugin definition.Not Zed2004-11-032-0/+17
| | | | | | | | | 2004-11-03 Not Zed <NotZed@Ximian.com> * evolution-plugin-manual.xml: added author section to eplugin definition. svn path=/trunk/; revision=27808
* revert jeff's last change - we do actually want to know when we couldn'tNot Zed2004-11-036-64/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-11-03 Not Zed <NotZed@Ximian.com> * em-folder-view.c (emfv_list_done_message_selected): revert jeff's last change - we do actually want to know when we couldn't load a message. the crash he was fixing was fixed elsewhere. also fix the unref ordering stuff. * em-format-html.c (efh_format_timeout): removed the fixme i added. 2004-11-01 Not Zed <NotZed@Ximian.com> ** See bug #67496. * em-format-html.c (efh_text_html): use the base on the emformat to calculate our absolute iframe uri. (efh_multipart_related): same as emf_multipart_related. * em-format.c (emf_multipart_related): remove content-location handling, now done in format_part_as. (em_format_part_as): track content-base (& absolute content-location) of all parts here. svn path=/trunk/; revision=27807
* use ngettext for n_events. ditto.Li Yuan2004-11-033-12/+11
| | | | | | | | | | | 2004-11-01 Li Yuan <li.yuan@sun.com> * calendar/ea-day-view.c: (ea_day_view_get_name): use ngettext for n_events. * calendar/ea-week-view.c: (ea_week_view_get_name): ditto. svn path=/trunk/; revision=27805
* Don't bother getting the folder delim if the name is "" since we don'tJeffrey Stedfast2004-11-033-19/+22
| | | | | | | | | | | | | | 2004-11-02 Jeffrey Stedfast <fejj@novell.com> * providers/imap4/camel-imap4-store.c (imap4_folder_utf7_name): Don't bother getting the folder delim if the name is "" since we don't need it in that case. * providers/imap4/camel-imap4-utils.c (camel_imap4_get_path_delim): add an assert that s->namespaces is non-NULL. svn path=/trunk/; revision=27804