aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Pull from 2.10 branchJP Rosevear2005-03-152-1620/+2101
| | | | svn path=/trunk/; revision=29018
* Fixes #73563JP Rosevear2005-03-142-1/+9
| | | | | | | | | | | | 2005-03-13 JP Rosevear <jpr@novell.com> Fixes #73563 * gui/alarm-notify/alarm-queue.c (notify_dialog_cb): make sure in the snooze case the tray (and via callbacks then) the dialog is destroyed svn path=/trunk/; revision=29011
* bounds check the selection beginning.Theppitak Karoonboonyanan2005-03-141-4/+4
| | | | | | | | | | 2005-03-14 Theppitak Karoonboonyanan <theppitak@gmail.com> * gal/e-text/e-text.c (e_text_retrieve_surrounding_cb) (e_text_delete_surrounding_cb): bounds check the selection beginning. svn path=/trunk/; revision=29008
* selecion fixes for im's.Theppitak Karoonboonyanan2005-03-141-7/+18
| | | | | | | | | 2005-03-14 Theppitak Karoonboonyanan <theppitak@gmail.com> * e-cell-text.c (e_cell_text_retrieve_surrounding_cb) (e_cell_text_delete_surrounding_cb): selecion fixes for im's. svn path=/trunk/; revision=29007
* Fixes #72979 Check whether its a meeting and send appropriate booleanChenthill Palanisamy2005-03-142-2/+20
| | | | | | | | | | | 2005-03-14 Chenthill Palanisamy <pchenthill@novell.com> Fixes #72979 * gui/e-cal-list-view.c (find_meeting), (e_cal_list_view_on_table_double_click): Check whether its a meeting and send appropriate boolean variable. svn path=/trunk/; revision=29006
* Updated Turkish TranslationBaris Cicek2005-03-122-6265/+4863
| | | | | | * tr.po: Updated Turkish Translation svn path=/trunk/; revision=29002
* Handling static capability for disabling general send options at theSushma Rai2005-03-115-9/+29
| | | | | | right palce. Fixes #73501 svn path=/trunk/; revision=29000
* free the ecalcomponent after using it.Not Zed2005-03-113-1/+8
| | | | | | | | | | 2005-03-09 Not Zed <NotZed@Ximian.com> * gui/e-week-view-event-item.c (e_week_view_event_item_draw_icons): * gui/e-day-view.c (e_day_view_reshape_day_event): free the ecalcomponent after using it. svn path=/trunk/; revision=28998
* ** See bug #73293Not Zed2005-03-112-0/+9
| | | | | | | | | | | 2005-03-10 Not Zed <NotZed@Ximian.com> ** See bug #73293 * message-list.c (main_folder_changed): emit a 'list built' signal if we just modified it too. svn path=/trunk/; revision=28997
* Updated Danish translation.Martin Willemoes Hansen2005-03-112-528/+539
| | | | | | * da.po: Updated Danish translation. svn path=/trunk/; revision=28996
* **fixes bug #73139 change the shared-folder icon names to the names inVivek Jain2005-03-102-2/+9
| | | | | | | | | | 2005-03-10 Vivek Jain <jvivek@novell.com> **fixes bug #73139 * em-folder-tree.c (render_pixbuf):change the shared-folder icon names to the names in gnome-icon-theme svn path=/trunk/; revision=28994
* **Fixes #73201 use full_name given by CamelFolder to get the selectedVivek Jain2005-03-102-13/+22
| | | | | | | | | | 2005-03-10 Vivek Jain <jvivek@novell.com> **Fixes #73201 * share-folder-common.c : (org_gnome_shared_folder_factory) use full_name given by CamelFolder to get the selected folder name svn path=/trunk/; revision=28993
* Updated pt_BR translationRaphael Higino2005-03-092-211/+299
| | | | svn path=/trunk/; revision=28990
* Updated code to add priority to the appropriate header Fixes the problemSankar P2005-03-092-0/+12
| | | | | | | | | | 2005-03-09 Sankar P <psankar@novell.com> * send-options.c: (org_gnome_compose_send_options) Updated code to add priority to the appropriate header Fixes the problem of Priority not set in outgoing mails svn path=/trunk/; revision=28988
* Plugin file changes, added commit callback definition and removedSushma Rai2005-03-082-10/+8
| | | | | | duplicated accountWizard definition. svn path=/trunk/; revision=28980
* Fixes #73141 Assign the updated client to priv->client and unref the oldChenthill Palanisamy2005-03-082-0/+11
| | | | | | | | | | | 2005-03-08 Chenthill Palanisamy <pchenthill@novell.com> Fixes #73141 * gui/dialogs/comp-editor.c: (comp_editor_notify_client_changed):Assign the updated client to priv->client and unref the old one. svn path=/trunk/; revision=28979
* Updated Bulgarian translation by Iassen Pramatarov <turin@fsa-bg.org>Alexander Shopov2005-03-082-4688/+4804
| | | | | | | | | 2005-03-07 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Iassen Pramatarov <turin@fsa-bg.org> svn path=/trunk/; revision=28975
* don't free container list here. It is chaced in connection and will beSivaiah Nallagatla2005-03-072-6/+8
| | | | | | | | | | | | 2005-03-07 Sivaiah Nallagatla <snallagatla@novell.com> * camel-gw-listner.c (add_addressbook_sources) : don't free container list here. It is chaced in connection and will be frred later. Fixes #72807 svn path=/trunk/; revision=28973
* disable dialog for asking user which instance(s) to modify.Rodrigo Moya2005-03-062-0/+18
| | | | | | | | | 2005-03-06 Rodrigo Moya <rodrigo@novell.com> * gui/dialogs/recur-comp.c (recur_component_dialog): disable dialog for asking user which instance(s) to modify. svn path=/trunk/; revision=28971
* Updated pt_BR translationRaphael Higino2005-03-062-6225/+7043
| | | | svn path=/trunk/; revision=28970
* Make sure LoadSourceData has call back installed before calling it. cb isSivaiah Nallagatla2005-03-052-1/+10
| | | | | | | | | | | | 2005-03-03 Sivaiah Nallagatla <snallagatla@novell.com> * gui/component/addressbook.c (load_source_auth_cb): Make sure LoadSourceData has call back installed before calling it. cb is NULL when called from auth_required_cb Fixes #73206 svn path=/trunk/; revision=28968
* Updated Serbian translation.Danilo Šegan2005-03-052-7982/+7830
| | | | svn path=/trunk/; revision=28966
* Updated Serbian translation by Igor.Danilo Šegan2005-03-052-16982/+19584
| | | | svn path=/trunk/; revision=28965
* don't set the relative uri if already present.Sivaiah Nallagatla2005-03-052-1/+16
| | | | | | | | | | | 2005-02-28 Sivaiah Nallagatla <snallagatla@novell.com> * calendar-file.c (e_calendar_file_dummy) : don't set the relative uri if already present. part of fix for #73152 svn path=/trunk/; revision=28960
* don't set the relative uri if already present. Also change the typo in theSivaiah Nallagatla2005-03-052-3/+18
| | | | | | | | | | | 2005-02-28 Sivaiah Nallagatla <snallagatla@novell.com> * addressbook-file.c (e_book_file_dummy) : don't set the relative uri if already present. Also change the typo in the prototype s/calendar/book part of fix for #73152 svn path=/trunk/; revision=28959
* Fixes #72835Rodrigo Moya2005-03-044-54/+127
| | | | | | | | | | | | | | | | | | | | | | 2005-03-04 Rodrigo Moya <rodrigo@novell.com> Fixes #72835 * gui/alarm-notify/alarm-notify-dialog.[ch] (alarm_notify_dialog): changed to return the dialog we create, and to run in the background. (dialog_response_cb): response callback for the dialog. * gui/alarm-notify/alarm-queue.c (alarm_queue_done): don't g_assert, just check for midnight_refresh pointer, and clear it up if not NULL. Also, traverse all clients with g_hash_table_foreach_remove. (free_client_alarms_cb, alarm_queue_remove_client, load_alarms): added missing cleanup code. (queue_midnight_refresh): don't g_assert, just check for midnigh_refresh pointer and clear it up if not NULL. (open_alarm_dialog): store the dialog returned by alarm_notify_dialog(). (tray_icon_destroyed_cb): destroy the dialog if still around. svn path=/trunk/; revision=28956
* Hungarian translation updated by Gabor Kelemen.Laszlo Dvornik2005-03-042-6629/+5134
| | | | | | | | 2005-03-04 Laszlo Dvornik <dvornik@gnome.hu> * hu.po: Hungarian translation updated by Gabor Kelemen. svn path=/trunk/; revision=28955
* don't allow to drag the first line of mini reflows.Mengjie Yu2005-03-041-0/+3
| | | | | | | | | | | 2005-03-02 Mengjie Yu <meng-jie.yu@sun.com> * gal/widgets/e-reflow.c: (e_reflow_event):don't allow to drag the first line of mini reflows. Fixes #73207 svn path=/trunk/; revision=28952
* Updated Finnish translationIlkka Tuohela2005-03-042-6/+10
| | | | svn path=/trunk/; revision=28951
* ** See bug #66592Not Zed2005-03-045-208/+158
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-03-03 Not Zed <NotZed@Ximian.com> ** See bug #66592 * mail-tools.c (mail_tool_make_message_attachment): jus call camel_medium_remove_header to remove the bcc header, don't need to loop. * mail-ops.c (mail_send_message): try to find the account by uid first, fall back to name. * em-composer-utils.c (composer_get_message): set x-evolution-account by uid, not name. 2005-03-02 Not Zed <NotZed@Ximian.com> ** See bug #66592 * em-composer-utils.c (got_post_folder): no longer needed. (composer_get_message): remove 'post' and 'no_recipeints' args. * mail-ops.c (mail_send_message): change for xev changes. Also handle postto if set. * mail-tools.c (mail_tool_remove_xevolution_headers) (mail_tool_restore_xevolution_headers): fix for api change. (mail_tool_destroy_xevolution): remove. * mail-tools.h: remove XEvolution, just use a struct _header_raw for it. * em-composer-utils.c (em_utils_composer_send_cb): don't post message here, just queue it like any other outgoing mail. svn path=/trunk/; revision=28950
* ** See bug #66592Not Zed2005-03-043-19/+63
| | | | | | | | | | | | | | 2005-03-03 Not Zed <NotZed@Ximian.com> ** See bug #66592 * e-msg-composer.c (e_msg_composer_get_message_draft): set the uid for the x-evolution-account, not the account name, which can change. (e_msg_composer_new_with_message): find the account by uid first, fallback to name search. svn path=/trunk/; revision=28949
* Remove/disable debug.Not Zed2005-03-045-20/+21
| | | | | | | | 2005-03-01 Not Zed <NotZed@Ximian.com> * *.c: Remove/disable debug. svn path=/trunk/; revision=28948
* (forgot to commit this from ages ago)Not Zed2005-03-032-4/+9
| | | | | | | | | | 2005-02-16 Not Zed <NotZed@Ximian.com> * groupwise-account-setup.c (org_gnome_gw_account_setup): return NULL, not an invisible, so it doesn't interfere with account editor. svn path=/trunk/; revision=28946
* ** See "bug" 73100Not Zed2005-03-032-4/+8
| | | | | | | | | | | 2005-03-02 Not Zed <NotZed@Ximian.com> ** See "bug" 73100 * mail-dialogs.glade: empty out the license_top_label text, it is always overwriten by the code. svn path=/trunk/; revision=28944
* Reverted not approved patchRodrigo Moya2005-03-033-75/+34
| | | | svn path=/trunk/; revision=28943
* Reverted not approved patchRodrigo Moya2005-03-031-2/+2
| | | | svn path=/trunk/; revision=28942
* Reverted not approved patchRodrigo Moya2005-03-033-7/+2
| | | | svn path=/trunk/; revision=28941
* Make the entry widget grab focus. Fixes bug #60551.Jeffrey Stedfast2005-03-032-0/+7
| | | | | | | | | 2005-03-01 Jeffrey Stedfast <fejj@novell.com> * e-search-bar.c (subitem_activated_cb): Make the entry widget grab focus. Fixes bug #60551. svn path=/trunk/; revision=28940
* Corrected a little oepsPhilip Van Hoof2005-03-032-2/+2
| | | | svn path=/trunk/; revision=28938
* Fixes for Bug #73099 and Bug #73098 Changed malloc to g_malloc and char toPhilip Van Hoof2005-03-023-12/+22
| | | | | | | | | 2005-03-02 Philip Van Hoof <pvanhoof@gnome.org> * rdf-format.c: Fixes for Bug #73099 and Bug #73098 * csv-format.c: Changed malloc to g_malloc and char to gchar svn path=/trunk/; revision=28937
* Updated Albanian translation.Laurent Dhima2005-03-022-549/+384
| | | | | | | | 2005-03-02 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation. svn path=/trunk/; revision=28936
* Fixes for Bug #73099 and Bug #73098Philip Van Hoof2005-03-022-24/+60
| | | | | | | | 2005-03-02 Philip Van Hoof <pvanhoof@gnome.org> * csv-format.c: Fixes for Bug #73099 and Bug #73098 svn path=/trunk/; revision=28935
* include atkutil.h (message_list_construct): cast warning.Not Zed2005-03-0214-38/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-03-01 Not Zed <NotZed@Ximian.com> * message-list.c: include atkutil.h (message_list_construct): cast warning. * mail-session.c (mail_session_set_interactive): remove unused variable since we can no longer terminate password requests. * mail-autofilter.c (em_vfolder_rule_from_address): properly define in header. * em-utils.c (emu_get_save_filesel): only define filename in the !gtkfilechooser case. * em-mailer-prefs.c (restore_labels_clicked): cast for warning. (em_mailer_prefs_construct): same. * em-format-html.c (efh_format_header): remove unused variable. * em-account-editor.c (emae_widget_druid_glade): remove unused variable. * importers/mail-importer.h: forward-delcare struct _MailComponent. * *c: remove/disable various debug. svn path=/trunk/; revision=28934
* Fix for 71733.Harry Lu2005-03-022-3/+14
| | | | | | | | | | | 2005-03-02 Harry Lu <harry.lu@sun.com> Fix for 71733. * mail-signature-editor.c: (mail_signature_editor): if is_new, let name_entry get the focus. svn path=/trunk/; revision=28933
* Updated Albanian translation.Laurent Dhima2005-03-022-8337/+7099
| | | | | | | | 2005-03-01 Laurent Dhima <laurenti@alblinux.net> * sq.po: Updated Albanian translation. svn path=/trunk/; revision=28930
* bump version, requiresJP Rosevear2005-03-0114-37/+114
| | | | | | | | | | | | | | | | | | | 2005-02-28 JP Rosevear <jpr@novell.com> * configure.in: bump version, requires 2005-02-28 JP Rosevear <jpr@novell.com> * configure.in: add startup wizard plugin 2005-02-28 JP Rosevear <jpr@novell.com> * plugins/Makefile.am: dist standard and experimental plugins * configure.in: move "all" plugins to standard and experimental and default to building the standard set svn path=/trunk/; revision=28927
* bump version, requiresJP Rosevear2005-03-014-9/+154
| | | | | | | | 2005-02-28 JP Rosevear <jpr@novell.com> * configure.in: bump version, requires svn path=/trunk/; revision=28926
* A plugin the does the startup wizardJP Rosevear2005-03-015-0/+508
| | | | | | | | 2005-02-21 JP Rosevear <jpr@novell.com> * startup-wizard.c: A plugin the does the startup wizard svn path=/trunk/; revision=28925
* Fixes #69556 Add missing call to attach_mime_part.Harish Krishnaswamy2005-03-012-0/+16
| | | | | | | | | | | 2005-02-28 Harish Krishnaswamy <kharish@novell.com> Fixes #69556 * gui/dialogs/cal-attachment-bar.c: (cal_attachment_bar_attach_mime_part): Add missing call to attach_mime_part. svn path=/trunk/; revision=28923
* Fixes #72928Rodrigo Moya2005-03-013-6/+16
| | | | | | | | | | | | | 2005-02-28 Rodrigo Moya <rodrigo@novell.com> Fixes #72928 * gui/alarm-notify/notify-main.c (main): don't call alarm_queue_done... * gui/alarm-notify/alarm-notify.c (alarm_notify_finalize): ...do it at the same level than alarm_queue_init. svn path=/trunk/; revision=28922
* Updated italian translationMarco Ciampa2005-03-012-154/+151
| | | | svn path=/trunk/; revision=28921
* Change the e-popup item type for "Cut" from E_POPUP_BAR to E_POPUP_ITEMSivaiah Nallagatla2005-03-012-1/+9
| | | | | | | | | | | | 2005-02-26 Sivaiah Nallagatla <snallagatla@novell.com> * gui/widgets/e-addressbook-view.c : Change the e-popup item type for "Cut" from E_POPUP_BAR to E_POPUP_ITEM Fixes #73013 svn path=/trunk/; revision=28920
* revert fix for 70000, its a ui changeJP Rosevear2005-03-012-1/+5
| | | | | | | | | 2005-02-28 JP Rosevear <jpr@novell.com> * gui/gnome-cal.c (gnome_calendar_goto_today): revert fix for 70000, its a ui change svn path=/trunk/; revision=28919
* Updated Lithuanian translation.Žygimantas Beručka2005-03-012-1931/+1895
| | | | | | | | 2005-03-01 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=28918
* update authors list for about dialogJP Rosevear2005-03-012-2/+88
| | | | | | | | | 2005-02-28 JP Rosevear <jpr@novell.com> * e-shell-window-commands.c (command_submit_bug): update authors list for about dialog svn path=/trunk/; revision=28917
* Connect the signal to "event", and open the attachment only if its aChenthill Palanisamy2005-03-012-15/+25
| | | | | | | | | | 2005-02-28 Chenthill Palanisamy <pchenthill@novell.com> * gui/dialogs/comp-editor.c: (attachment_bar_icon_clicked_cb), (setup_widgets): Connect the signal to "event", and open the attachment only if its a double click from the cal attachment bar. svn path=/trunk/; revision=28916
* Translation updated.Priit Laes2005-02-282-478/+504
| | | | | | | | 2005-02-28 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated. svn path=/trunk/; revision=28915
* Fixes #72958 If the backend returns success, if the delay delivery is set,Chenthill Palanisamy2005-02-282-3/+34
| | | | | | | | | | | | 2005-02-28 Chenthill Palanisamy <pchenthill@novell.com> Fixes #72958 * gui/dialogs/comp-editor.c: (save_comp): If the backend returns success, if the delay delivery is set, do not show them in the view, since it will not be created in the server. svn path=/trunk/; revision=28914
* Updated Greek Translation.Kostas Papadimas2005-02-282-80/+84
| | | | svn path=/trunk/; revision=28913
* ** See bug #72609Not Zed2005-02-282-1/+13
| | | | | | | | | | | | 2005-02-24 Not Zed <NotZed@Ximian.com> ** See bug #72609 * em-inline-filter.c (emif_scan): try to convert the filename based on the incoming charset or the locale charset. This will make sure it is always valid. svn path=/trunk/; revision=28911
* reverted Mengjie's patch for 72545.Not Zed2005-02-282-8/+6
| | | | | | | | 2005-02-28 Not Zed <NotZed@Ximian.com> * em-folder-browser.c: reverted Mengjie's patch for 72545. svn path=/trunk/; revision=28910
* Fix for #73009.Li Yuan2005-02-282-0/+4
| | | | | | | | | | 2005-02-25 Li Yuan <li.yuan@sun.com> Fix for #73009. * e-table-config-no-group.glade: * e-table-config.glade: svn path=/trunk/; revision=28906
* add mail/default/de to ac_output to fix the buildJP Rosevear2005-02-282-0/+5
| | | | | | | | 2005-02-27 JP Rosevear <jpr@novell.com> * configure.in: add mail/default/de to ac_output to fix the build svn path=/trunk/; revision=28905
* Updated Swedish translation.Christian Rose2005-02-282-254/+391
| | | | | | | | 2005-02-27 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation. svn path=/trunk/; revision=28903
* Updated Spanish translation.Francisco Javier F. Serrador2005-02-272-7/+11
| | | | | | | | 2005-02-27 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=28902
* Updated Swedish translation.Christian Rose2005-02-272-88/+87
| | | | | | | | 2005-02-27 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation. svn path=/trunk/; revision=28901
* iHandling Out of office from account editor.Sushma Rai2005-02-272-13/+217
| | | | svn path=/trunk/; revision=28900
* Updated italian translationMarco Ciampa2005-02-272-553/+511
| | | | svn path=/trunk/; revision=28899
* Added German (de) to the list of subdirs.Frank Arnold2005-02-271-1/+1
| | | | | | | | 2005-02-27 Frank Arnold <farnold@cvs.gnome.org> * Makefile.am: Added German (de) to the list of subdirs. svn path=/trunk/; revision=28898
* Added German translation of default inbox.Frank Arnold2005-02-274-0/+358
| | | | | | | | 2005-02-27 Frank Arnold <farnold@cvs.gnome.org> * default/de/Inbox: Added German translation of default inbox. svn path=/trunk/; revision=28897
* Updated Swedish translation.Christian Rose2005-02-272-624/+718
| | | | | | | | 2005-02-27 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation. svn path=/trunk/; revision=28896
* update by amanpreetalam@yahoo.comAmanpreet Singh Alam2005-02-271-6781/+5274
| | | | svn path=/trunk/; revision=28895
* corrected e-mail IDSushma Rai2005-02-261-1/+1
| | | | svn path=/trunk/; revision=28894
* Added page check for receive page, so that one can proceed with the accountSushma Rai2005-02-262-1/+14
| | | | | | creation only after user is authenticated and hostname is set by validate(). svn path=/trunk/; revision=28893
* Just close the editor when user presees cancel or closes the editor whenSivaiah Nallagatla2005-02-262-1/+14
| | | | | | | | | | | | | | 2005-02-25 Sivaiah Nallagatla <snallagatla@novell.com> * gui/conact-editor/eab-editor.c (eab_editor_prompt_to_save_changes) : Just close the editor when user presees cancel or closes the editor when there are no changes. Seems to be broken by earlier Change for #70371 Fixes #73005 svn path=/trunk/; revision=28892
* remove *.pc and intltool-* files generated by configure when running makeBjörn Torkelsson2005-02-262-0/+6
| | | | | | | | | 2005-02-23 Björn Torkelsson <torkel@acc.umu.se> * Makefile.am (DISTCLEANFILES): remove *.pc and intltool-* files generated by configure when running make distclean. svn path=/trunk/; revision=28891
* Make sure the base uri is same as the one migration code uses. Avoids twoSivaiah Nallagatla2005-02-262-1/+8
| | | | | | | | | | | 2005-02-25 Sivaiah Nallagatla <snallagatla@novell.com> * gui/calendar-component.c (ensure_sources) : Make sure the base uri is same as the one migration code uses. Avoids two "On This Computer" groups when both migration and this code runs. svn path=/trunk/; revision=28890
* clean up author/descriptions for various plugins.Björn Torkelsson2005-02-2554-43/+233
| | | | | | | | 2005-02-24 Björn Torkelsson <torkel@acc.umu.se> * clean up author/descriptions for various plugins. svn path=/trunk/; revision=28889
* Fixes #71527Rodrigo Moya2005-02-253-27/+50
| | | | | | | | | | | | 2005-02-21 Rodrigo Moya <rodrigo@novell.com> Fixes #71527 * ical-format.c (display_error_message): changed to get a simple string instead of a GError. (do_save_calendar_ical): use GNOME-VFS for saving the file. svn path=/trunk/; revision=28888
* make the 'select all' work in all conditions.Mengjie Yu2005-02-252-2/+15
| | | | | | | | | | | 2005-02-25 Mengjie Yu <meng-jie.yu@sun.com> * em-folder-browser.c: (emfb_edit_select_all):make the 'select all' work in all conditions. Fixes #72545 svn path=/trunk/; revision=28887
* Fix for 72897 and 72797. no need to output the information. add instanceLi Yuan2005-02-255-22/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-02-23 Li Yuan <li.yuan@sun.com> Fix for 72897 and 72797. * ea-cell-table.c: (ea_cell_table_destroy): no need to output the information. * widgets/ea-calendar-cell.c: (ea_calendar_cell_get_type): add instance init function. (ea_calendar_cell_class_init): add ref_state_set function. (ea_calendar_cell_init): instance init function. (ea_calendar_cell_new): change the cell's role to ATK_ROLE_TABLE_CELL. (ea_calendar_cell_ref_state_set): the ref_state_set function. (atk_component_interface_init), (component_interface_get_extents), (component_interface_grab_focus): implement grab focus function. * widgets/ea-calendar-cell.h: add the state_set variable. * widgets/ea-calendar-item.c: (ea_calendar_item_new): change the item's role to ATK_ROLE_CALENDAR. no need to connect "selection_preview_changed" signal here. (date_range_changed_cb): call ea_calendar_set_focus_object. (ea_calendar_set_focus_object): make the "gail-focus-object" of the item point to the focused cell. svn path=/trunk/; revision=28886
* ** See bug #68459Not Zed2005-02-252-59/+66
| | | | | | | | | | | | | 2005-02-24 Not Zed <NotZed@Ximian.com> ** See bug #68459 * em-composer-utils.c (get_reply_sender): check the followup-to header before the newsgroups header. (reply_get_composer, get_reply_sender, get_reply_all): change post-to to be a CamelNNTPAddress not a string pointer. svn path=/trunk/; revision=28885
* ** See bug #71003Not Zed2005-02-252-3/+18
| | | | | | | | | | | 2005-02-21 Not Zed <NotZed@Ximian.com> ** See bug #71003 * mail-component.c (impl_quit): add a new state MC_QUIT_THREADS to wait for all mail threads to finish before quitting. svn path=/trunk/; revision=28884
* ** See bug #34153 and no doubt duplicatesNot Zed2005-02-252-1/+10
| | | | | | | | | | | 2005-02-21 Not Zed <NotZed@Ximian.com> ** See bug #34153 and no doubt duplicates * mail-component.c (impl_requestQuit): use the VISIBLE count not the TOTAL count to check if there are unsent emails. svn path=/trunk/; revision=28883
* Updated Greek translationSimos Xenitellis2005-02-251-11/+7
| | | | svn path=/trunk/; revision=28882
* Don't use the pre-UTF-8 converted subject header string from theJeffrey Stedfast2005-02-252-2/+9
| | | | | | | | | | | 2005-02-23 Jeffrey Stedfast <fejj@novell.com> * em-format-html.c (efh_format_header): Don't use the pre-UTF-8 converted subject header string from the CamelMimeMessage object, decode it ourselves using the the user's override charset. Fixes bug #62109. svn path=/trunk/; revision=28881
* Updated Danish translation.Martin Willemoes Hansen2005-02-242-4445/+4546
| | | | | | * da.po: Updated Danish translation. svn path=/trunk/; revision=28880
* Removed the hack, setting absolute URI to NULL. Fixes #72715Sushma Rai2005-02-242-1/+5
| | | | svn path=/trunk/; revision=28879
* Fix for 72793.Harry Lu2005-02-241-0/+7
| | | | | | | | | | | 2005-02-23 Harry Lu <harry.lu@sun.com> Fix for 72793. * gal/a11y/e-table/gal-a11y-e-cell.c: (gal_a11y_e_cell_grab_focus): for e-cell-vbox's children cell, we grab the e-cell-vbox. svn path=/trunk/; revision=28878
* Fixes #33287JP Rosevear2005-02-242-0/+8
| | | | | | | | | | | 2005-02-23 JP Rosevear <jpr@novell.com> Fixes #33287 * e-shell-window.c (e_shell_window_new): set the send/receive sensitivity when we first start up svn path=/trunk/; revision=28877
* ** See bug #71528.Not Zed2005-02-242-42/+85
| | | | | | | | | | | 2005-02-21 Not Zed <NotZed@Ximian.com> ** See bug #71528. * em-migrate.c (remove_system_searches, em_migrate_1_4): remove all 'system' searches when upgrading from pre 2.0. svn path=/trunk/; revision=28876
* ** See bug #68592Not Zed2005-02-242-1/+16
| | | | | | | | | | | | | 2005-02-21 Not Zed <NotZed@Ximian.com> ** See bug #68592 * gui/certificate-manager.c (yourcerts_selection_changed): dont pass backup to handle_selection_changed. (certificate_manager_config_control_new): disable the backup buttons always. svn path=/trunk/; revision=28875
* ** See bug #71967Not Zed2005-02-242-0/+12
| | | | | | | | | | | | 2005-02-21 Not Zed <NotZed@Ximian.com> ** See bug #71967 * em-account-editor.c (emae_receive_options_extra_item): make sure we track the keep_on_server setting in the e-account, not just the url (hack). svn path=/trunk/; revision=28874
* e-passwords moved to e-d-sJP Rosevear2005-02-242-1/+4
| | | | | | | | 2005-02-23 JP Rosevear <jpr@novell.com> * POTFILES.in: e-passwords moved to e-d-s svn path=/trunk/; revision=28873
* Updated Catalan translation by Josep Puigdemont.Jordi Mallach2005-02-242-345/+367
| | | | svn path=/trunk/; revision=28872
* Make mailer depend on libedataserverui.Hans Petter Jansson2005-02-2431-1043/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-02-23 Hans Petter Jansson <hpj@novell.com> * configure.in: Make mailer depend on libedataserverui. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * Makefile.am (eutilinclude_HEADERS) (libeutil_la_SOURCES): Remove e-passwords from here, it now lives in libedataserverui. * e-passwords.[ch]: Removed. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * gui/component/addressbook-view.c: * gui/component/addressbook.c: Include <libedataserverui/e-passwords.h>. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * common/authentication.c: * gui/e-pub-utils.c: * gui/alarm-notify/alarm-notify.c: * gui/alarm-notify/notify-main.c: * gui/dialogs/url-editor-dialog.c: Include <libedataserverui/e-passwords.h>. * gui/itip-utils.c: Remove e-passwords.h include, it's not needed. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * mail-session.c: * mail-config.c: Include <libedataserverui/e-passwords.h>. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * gui/component.c: * lib/e-cert-db.c: * lib/e-pkcs12.c: Include <libedataserverui/e-passwords.h>. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * e-shell-window-commands.c: * e-shell.c: * main.c: Include <libedataserverui/e-passwords.h>. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * camel-gw-listener.c: Include <libedataserverui/e-passwords.h>. 2005-02-23 Hans Petter Jansson <hpj@novell.com> * send-options.c: Include <libedataserverui/e-passwords.h>. svn path=/trunk/; revision=28871
* Fixes #70000JP Rosevear2005-02-242-0/+8
| | | | | | | | | | | 2005-02-23 JP Rosevear <jpr@novell.com> Fixes #70000 * gui/gnome-cal.c (gnome_calendar_goto_today): set the view type to day view svn path=/trunk/; revision=28870
* Update UpdateKjartan Maraas2005-02-233-3554/+3585
| | | | | | | | | 2005-02-23 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Update * no.po: Update svn path=/trunk/; revision=28869
* Fixes #72006Chenthill Palanisamy2005-02-234-3/+14
| | | | | | | | | | | | | 2005-02-23 Chenthill Palanisamy <pchenthill@novell.com> Fixes #72006 * gui/dialogs/comp-editor.c: (real_edit_comp): * gui/dialogs/event-editor.c: (show_meeting): * gui/dialogs/task-editor.c: (show_assignment): Reset the changed state, to suppress the promt_to_changes dialog when the fields are not changed. svn path=/trunk/; revision=28868
* Updated Russian translationLeonid Kanter2005-02-232-1680/+1734
| | | | svn path=/trunk/; revision=28867
* Translation updated by Ivar Smolin.Priit Laes2005-02-232-3/+7
| | | | | | | | 2005-02-23 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=28866
* fix argument order to memset. (emae_security_page): fix the non-have_nssNot Zed2005-02-232-8/+10
| | | | | | | | | | 2005-02-22 Not Zed <NotZed@Ximian.com> * em-account-editor.c (emae_send_page): fix argument order to memset. (emae_security_page): fix the non-have_nss case. svn path=/trunk/; revision=28865
* Depend on gnome-vfs >= 2.4Marco Pesenti Gritti2005-02-232-2/+8
| | | | | | | | 2005-02-22 Marco Pesenti Gritti <marco@gnome.org> * configure.in: Depend on gnome-vfs >= 2.4 svn path=/trunk/; revision=28864
* Use gnome-vfs API to open quick reference in the pdf viewerMarco Pesenti Gritti2005-02-232-25/+17
| | | | | | | | | 2005-02-22 Marco Pesenti Gritti <marco@gnome.org> * shell/e-shell-window-commands.c: (command_quick_reference): Use gnome-vfs API to open quick reference in the pdf viewer svn path=/trunk/; revision=28863
* Use gnome-vfs API to launch external applicationsMarco Pesenti Gritti2005-02-232-27/+17
| | | | | | | | | 2005-02-22 Marco Pesenti Gritti <marco@gnome.org> * mail/em-popup.c: (emp_apps_open_in), (emp_standard_menu_factory): Use gnome-vfs API to launch external applications svn path=/trunk/; revision=28862
* ** See bug #40515Not Zed2005-02-232-2/+9
| | | | | | | | | | | 2005-02-22 Not Zed <NotZed@Ximian.com> ** See bug #40515 * mail-config.c (mail_config_signature_run_script): run the script using /bin/sh -c, so arguments may be passed to the script. svn path=/trunk/; revision=28860
* ** See bug #68866Not Zed2005-02-232-0/+9
| | | | | | | | | | | 2005-02-22 Not Zed <NotZed@Ximian.com> ** See bug #68866 * em-format-quote.c (emfq_format_headers): line-feed after all headers for blind people. svn path=/trunk/; revision=28859
* ** See bug #35219Not Zed2005-02-232-16/+42
| | | | | | | | | | | | | | 2005-02-21 Not Zed <NotZed@Ximian.com> ** See bug #35219 * em-utils.c (em_utils_flag_for_followup_clear): clear the flag tags rather than setting them to "". Also change to using newer messageinfo api. (tag_editor_response, em_utils_flag_for_followup) (em_utils_flag_for_followup_completed): some cleanup/api stuff. svn path=/trunk/; revision=28858
* if the host is null in the url, set it to "", so it has a non-null value.Not Zed2005-02-232-0/+15
| | | | | | | | | 2005-02-21 Not Zed <NotZed@Ximian.com> * exchange-account-setup.c (org_gnome_exchange_owa_url): if the host is null in the url, set it to "", so it has a non-null value. svn path=/trunk/; revision=28857
* ** See bug #64987Not Zed2005-02-232-6/+12
| | | | | | | | | | | | 2005-02-21 Not Zed <NotZed@Ximian.com> ** See bug #64987 * message-list.c (message_list_select_thread): select the paths with one call. (on_selection_changed_cmd): get the cursor_uid from the cursor. svn path=/trunk/; revision=28856
* ** See bug #72337Not Zed2005-02-232-8/+40
| | | | | | | | | | | | | | 2005-02-21 Not Zed <NotZed@Ximian.com> ** See bug #72337 * mail-component.c (store_info_new, store_info_unref): refcount the storeinfo's. (mc_add_store_done): noop if removed. (store_hash_free, mail_component_remove_store): mark storeinfo removed. svn path=/trunk/; revision=28855
* ** See bug #70718Not Zed2005-02-232-26/+20
| | | | | | | | | | | | | 2005-02-21 Not Zed <NotZed@Ximian.com> ** See bug #70718 * em-folder-view.c (emfv_list_built): handle list_built events - whenever the list changes. (emfv_gui_folder_changed, emfv_folder_changed): removed, we want to run off the viewed list, not the physical folder. svn path=/trunk/; revision=28854
* Updated Gujarati TranslationAnkitkumar Rameshchandra Patel2005-02-232-229/+290
| | | | svn path=/trunk/; revision=28853
* Add one more bug to the ChangeLogJP Rosevear2005-02-231-1/+1
| | | | svn path=/trunk/; revision=28852
* Fixes #63866, #67714, #62089, #47747, #61495JP Rosevear2005-02-237-153/+305
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-02-21 JP Rosevear <jpr@novell.com> Fixes #63866, #67714, #62089, #47747, #61495 * gui/e-select-names-renderer.h: update signal * gui/e-select-names-renderer.c (e_select_names_renderer_editing_done): emit the cancelled signal properly and don't update if it was cancelled (e_select_names_renderer_focus_out_event): if the cell loses focus the editing is done (e_select_names_renderer_start_editing): listen for focus out event, and only set the address if appropriate (e_select_names_renderer_get_property): handle name/email props (e_select_names_renderer_set_property): ditto (e_select_names_renderer_finalize): free name/email (e_select_names_renderer_class_init): install name/email props; cell_edited returns lists now * gui/e-select-names-editable.h: update protos * gui/e-select-names-editable.c: don't really override any of the gtkentry editable cell routines since we directly inherit from ENameSelectorEntry (e_select_names_editable_get_emails): get all the email addresses (e_select_names_editable_get_names): get all the names (e_select_names_editable_set_address): set the destination correctly for editing * gui/e-meeting-list-view.c (attendee_edited_cb): handle a blank entry by removing it and don't allow an entry that already exists to be entered (attendee_editing_canceled_cb): if the item editing is cancelled and it has no name or email address, remove it (process_section): if the contact has multiple addresses (ie a mailing list), expand the entries * gui/e-calendar-marshal.list: add new marshaller svn path=/trunk/; revision=28851
* The GladeXML object is no longer a part of the private structure, and weRodney Dawes2005-02-232-1/+7
| | | | | | | | | | 2005-02-22 Rodney Dawes <dobey@novell.com> * em-account-editor.c (emae_security_page): The GladeXML object is no longer a part of the private structure, and we need to reference it directly as it is a local variable now svn path=/trunk/; revision=28850
* Make offline button scale with font size. Fixes #48868.William Jon McCann2005-02-232-3/+13
| | | | | | | | | 2005-02-22 William Jon McCann <mccann@jhu.edu> * e-shell-window.c (setup_offline_toggle): Make offline button scale with font size. Fixes #48868. svn path=/trunk/; revision=28849
* add new variable with the generated keys and desktop file listed so thatRodney Dawes2005-02-232-1/+10
| | | | | | | | | | 2005-02-22 Rodney Dawes <dobey@novell.com> * data/Makefile.am (CLEANFILES): add new variable with the generated keys and desktop file listed so that they get removed with make clean (EXTRA_DIST): Don't dist the generated keys file svn path=/trunk/; revision=28848
* Updated Greek translation.Nikos Charonitakis2005-02-222-473/+408
| | | | svn path=/trunk/; revision=28847
* Updated Czech translation.Miloslav Trmac2005-02-222-275/+379
| | | | | | | | 2005-02-22 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation. svn path=/trunk/; revision=28846
* Updated Russian translationLeonid Kanter2005-02-222-69/+74
| | | | svn path=/trunk/; revision=28845
* Translation updated.Vincent van Adrighem2005-02-222-6151/+7340
| | | | | | | | 2005-02-22 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated. svn path=/trunk/; revision=28844
* Updated Finnish translationIlkka Tuohela2005-02-222-249/+265
| | | | svn path=/trunk/; revision=28843
* Fix for 72781Harry Lu2005-02-223-2/+10
| | | | | | | | | | | | 2005-02-21 Harry Lu <harry.lu@sun.com> Fix for 72781 * addressbook/ea-minicard-view.c: (ea_minicard_view_new): set the role to panel. * addressbook/ea-minicard.c: (ea_minicard_new): ditto. svn path=/trunk/; revision=28842
* Updated Portuguese translation.Duarte Loreto2005-02-222-6393/+7396
| | | | | | | | 2005-02-22 Duarte Loreto <happyguy_pt@hotmail.com> * pt.po: Updated Portuguese translation. svn path=/trunk/; revision=28841
* Make sure all the default source groups and sources are present by addingSivaiah Nallagatla2005-02-223-12/+261
| | | | | | | | | | | | | | | | | | | 2005-02-19 Sivaiah Nallagatla <snallagatla@novell.com> * gui/calendar-component.c (ensure_sources) : Make sure all the default source groups and sources are present by adding missing ones. Also update the base uri of "On This Computer" group to take care of change in user home dir. (calendar_component_init) : call ensure_sources * gui/tasks-component.c (ensure_sources) (tasks_component_init) : ditto Takes care of #67411 & #67724 for calendar and tasks components. svn path=/trunk/; revision=28840
* close the editor here in case of save and discard so that callers need notSivaiah Nallagatla2005-02-223-10/+24
| | | | | | | | | | | | | | | | | | | 2005-02-19 Sivaiah Nallagatla <snallagatla@novell.com> * gui/contact-editor/eab-editor.c (eab_editor_prompt_to_save_changes) : close the editor here in case of save and discard so that callers need not worry about closing * gui/contact-list-editor/e-contact-list-editor.c (closed_cb) (app_delete_event_cb) : don't close the editor here as that is handled by _save_changes call. Also no need to check for return value of that function as it does not matter here. Fixes #70371 svn path=/trunk/; revision=28839
* update the base uri of the "On This Computer" group when user home dirSivaiah Nallagatla2005-02-222-2/+25
| | | | | | | | | | | | | 2005-02-19 Sivaiah Nallagatla <snallagatla@novell.com> * gui/component/addressbook-component.c (ensure_sources) : update the base uri of the "On This Computer" group when user home dir changes. Also unref personal source if created here. Fixes #67724 svn path=/trunk/; revision=28838
* Update Ukrainian translation.Maxim Dziumanenko2005-02-222-6419/+4944
| | | | | | | | 2005-02-21 Maxim Dziumanenko <mvd@mylinux.com.ua> * Update Ukrainian translation. svn path=/trunk/; revision=28837
* Fix the calculation of which shadow type to use to be more appropriate forRodney Dawes2005-02-222-16/+28
| | | | | | | | | | | | | 2005-02-21 Rodney Dawes <dobey@novell.com> * e-combo-button.c (paint): Fix the calculation of which shadow type to use to be more appropriate for the widget state and relief Always call gtk_box_paint and not only in special cases like GtkButton (e_combo_button_init): Change the arrow packing to pack_end Fixes #54503 svn path=/trunk/; revision=28836
* Updated Swedish translation.Christian Rose2005-02-222-61/+70
| | | | | | | | 2005-02-21 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation. svn path=/trunk/; revision=28835
* Updated Korean translation.Changwoo Ryu2005-02-212-163/+177
| | | | | | | | 2005-02-21 Changwoo Ryu <cwryu@debian.org> * ko.po: Updated Korean translation. svn path=/trunk/; revision=28834
* Updated Danish translation.Martin Willemoes Hansen2005-02-212-161/+167
| | | | | | * da.po: Updated Danish translation. svn path=/trunk/; revision=28832
* Updated Swedish translation.Christian Rose2005-02-212-428/+453
| | | | | | | | 2005-02-21 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation. svn path=/trunk/; revision=28831
* Updated German translation.Frank Arnold2005-02-212-161/+178
| | | | | | | | 2005-02-21 Frank Arnold <farnold@cvs.gnome.org> * de.po: Updated German translation. svn path=/trunk/; revision=28830
* Translation updated by Ivar Smolin.Priit Laes2005-02-212-3/+7
| | | | | | | | 2005-02-21 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=28829
* ** See bug #61363 & e-util/ChangeLogNot Zed2005-02-214-168/+304
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-02-14 Not Zed <NotZed@Ximian.com> ** See bug #61363 & e-util/ChangeLog * em-account-editor.c: All sorts of changes to make the ui more dynamic, re-create all widgets when it needs a reconfigure. A bit slower and it flickers a bit. * em-account-editor.c (emae_setup_service): take xml file pointer. (emae_send_page): create a new send page every time we need to, don't re-use the old oneq. (emae_setup_authtype): renamed to refresh_authtype. (emae_setup_service): init authtype pointer. (emae_needs_auth): use the auth_frame pointer directly. (emae_refresh_providers): rename from setup_providers. 2005-02-11 Not Zed <NotZed@Ximian.com> * em-account-editor.c (emae_setup_service): set needs_auth to NULL if we don't, so it gets reset if the ui changes. 2005-02-10 Not Zed <NotZed@Ximian.com> * em-account-editor.c (emae_setup_providers): don't include any providers which are store and transport in the transport page. (emae_send_page): show no send options page at all if the provider is store and transport. (emae_uri_changed): copy store url to transport if as above. 2005-02-09 Not Zed <NotZed@Ximian.com> ** See bug #70795 * em-folder-view.c (em_folder_view_open_selected): set the search on the browser to match the current view. * message-list.c (mail_regen_list): save the search if no folder set, incase the folder gets set later on. svn path=/trunk/; revision=28828
* ** See bug #61363 & mail/ChangeLogNot Zed2005-02-212-9/+38
| | | | | | | | | | | | | | | | 2005-02-10 Not Zed <NotZed@Ximian.com> ** See bug #61363 & mail/ChangeLog * e-config.c (ec_rebuild): work properly if the page factory returns NULL, so the code can selectivly turn off pages. (ec_druid_next, ec_druid_prev): skip non-created pages. * e-config.c (ec_rebuild): re-order notebook child properly. Connect to destroy events so we update the widget-node widget pointer properly for linked ui reconfigures. svn path=/trunk/; revision=28827
* Updated TranslationAnkitkumar Rameshchandra Patel2005-02-212-6212/+4670
| | | | svn path=/trunk/; revision=28826
* Updated Swedish translation.Christian Rose2005-02-212-341/+407
| | | | | | | | 2005-02-20 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation. svn path=/trunk/; revision=28825
* Updated Catalan translation by Xavi Conde <xaviconde@eresmas.com>.Jordi Mallach2005-02-212-9153/+7274
| | | | svn path=/trunk/; revision=28824
* Updated French translation.Christophe Merlet2005-02-212-6223/+4677
| | | | svn path=/trunk/; revision=28823
* Updated Canadian English translation.Adam Weinberger2005-02-212-130/+130
| | | | | | * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=28822
* Updated Czech translationMiloslav Trmac2005-02-202-36/+37
| | | | svn path=/trunk/; revision=28821
* Fixes #71554JP Rosevear2005-02-202-1/+7
| | | | | | | | | | 2005-02-19 JP Rosevear <jpr@novell.com> Fixes #71554 * C/evolution-2.2.xml: add id="index" svn path=/trunk/; revision=28820
* Updated Simplified Chinese translationFunda Wang2005-02-201-130/+127
| | | | svn path=/trunk/; revision=28818
* Updated Polish translation by GNOME PL Team.Artur Flinta2005-02-192-8458/+9451
| | | | | | | | 2005-02-19 Artur Flinta <aflinta@cvs.gnome.org> * pl.po: Updated Polish translation by GNOME PL Team. svn path=/trunk/; revision=28817
* Updated Spanish translation.Francisco Javier F. Serrador2005-02-192-138/+143
| | | | | | | | 2005-02-19 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=28816
* Updated Greek Translation.Kostas Papadimas2005-02-192-1853/+1759
| | | | svn path=/trunk/; revision=28815
* New method to copy the selected text in the mail display, to the clipboardRodney Dawes2005-02-197-89/+247
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-02-18 Rodney Dawes <dobey@novell.com> * mail/em-folder-view.c (emfv_popup_copy_text): New method to copy the selected text in the mail display, to the clipboard (emfv_popup_items): Restructure this list for the new context menus layout that we are moving to, to improve the UI (emfv_popup): Add a third argument for whether we are on the mail display or not, so that we can pop up the correct portion of the menus Pass the on_display argument on to create the popup target Only generate the label items if we are on the list and not the display (emp_uri_popup_vfolder_{sender,recipient}): New methods to create vfolders to and from mailto: addresses from the context menu (emfv_enable_menus): Create the target here for clicking on the list (em_folder_view_get_popup_target): Add a third argument so that we can tell whether we are on the display or not Set the appropriate flags on the target for whether we are on the message display,, and whether or not there is selected text in it (emfv_list_right_click): We aren't rigt-clicking on the display here (emfv_popup_menu): We aren't right-clicking on the mail display here (emfv_uri_popups): Add the submenu for creating a vfolder from mailto: (emfv_format_popup_event): We are right-clickingo nt he display here * mail/em-folder-view.h: Add the new flags we need for the mail context menus popup target here (em_folderiew_get_popup_target): Add the on_display argument * mail/em-popup.c (emp_standard_uri_popups): Fix the label and mnemonic for the Send New Message popup item for mailto: addresses * mail/mail-autofilter.c (rule_from_address): (em_vfolder_rule_from_address): New methods to create a vfolder based on a CamelInternetAddress object that we get from the mailer * mail/mail-vfolder.[ch] (vfolder_gui_add_from_address): New method to create a vfolder rule based on the mailto: addresses Fixes #23822 svn path=/trunk/; revision=28814
* completely rewritten. Simpler and more robust.Not Zed2005-02-192-83/+180
| | | | | | | | | | | | | | | 2005-02-17 Not Zed <NotZed@Ximian.com> * e-popup.c (ep_prune_tree, ep_build_tree, e_popup_create_menu): completely rewritten. Simpler and more robust. 2005-02-16 Not Zed <NotZed@Ximian.com> * e-popup.c (e_popup_create_menu): do the visibility mask test before sorting. don't perform it on bar's or submenu's anymore, calculate when not to show/create them. svn path=/trunk/; revision=28813
* if opening the calendar failed, disconnect signals and unref it.Rodrigo Moya2005-02-182-0/+8
| | | | | | | | | 2005-02-18 Rodrigo Moya <rodrigo@novell.com> * gui/alarm-notify/alarm-notify.c (cal_opened_cb): if opening the calendar failed, disconnect signals and unref it. svn path=/trunk/; revision=28810
* added a boolean variable is_meeting. added a boolean variableChenthill Palanisamy2005-02-188-7/+47
| | | | | | | | | | | | | | | | | | | | | | | 2005-02-18 Chenthill Palanisamy <pchenthill@novell.com> * _EventPagePrivate: added a boolean variable is_meeting. * _TaskPagePrivate: added a boolean variable is_assignment. * gui/dialogs/task-page.h: * gui/dialogs/event-page.h: Added a function to set the is_meeting boolean variable. * gui/dialogs/event-editor.c: (show_meeting): * gui/dialogs/task-editor.c: (show_assignment): Called the function to set the boolean variable. * gui/dialogs/event-page.c: (event_page_init), (event_page_set_meeting), (source_changed_cb): * gui/dialogs/task-page.c: (task_page_init), (task_page_set_assignment), (source_changed_cb): If the source is changed and only if its a group event show the send options frame. * gui/gnome-cal.c: (client_cal_opened_cb): Do not popup the offline error dialog for tasks. svn path=/trunk/; revision=28809
* Fix for 72676.Harry Lu2005-02-182-0/+15
| | | | | | | | | | | 2005-02-17 Harry Lu <harry.lu@sun.com> Fix for 72676. * rule-editor.c: (double_click): call gtk_tree_selection_get_selected to see if there is a row selected. svn path=/trunk/; revision=28808
* Updated italian translationMarco Ciampa2005-02-182-3422/+3792
| | | | svn path=/trunk/; revision=28807
* use ssl when "always" and "whenever possible" is enabled changedVivek Jain2005-02-172-5/+21
| | | | | | | | | | | | 2005-02-17 Vivek Jain <jvivek@novell.com> * share-folder-common.c : (get_cnc): use ssl when "always" and "whenever possible" is enabled changed "soap_ssl" to "use_ssl" use the default port "7191" instead of "7181" svn path=/trunk/; revision=28806
* Fix previous patch for the !USE_GTKFILECHOOSER case.Jeffrey Stedfast2005-02-172-1/+6
| | | | | | | | | 2005-02-15 Jeffrey Stedfast <fejj@novell.com> * e-msg-composer-select-file.c (select_attach_response): Fix previous patch for the !USE_GTKFILECHOOSER case. svn path=/trunk/; revision=28805
* unref the menu icon if it exists to fix a leakJP Rosevear2005-02-172-0/+7
| | | | | | | | | 2005-02-10 JP Rosevear <jpr@novell.com> * e-component-registry.c (query_components): unref the menu icon if it exists to fix a leak svn path=/trunk/; revision=28804
* Updated Danish translation.Martin Willemoes Hansen2005-02-162-111/+113
| | | | | | * da.po: Updated Danish translation. svn path=/trunk/; revision=28803
* Add a11y name for attachment button and barsHarry Lu2005-02-163-0/+12
| | | | | | | | | | | | 2005-02-16 Harry Lu <harry.lu@sun.com> Add a11y name for attachment button and bars * e-msg-composer-attachment-bar.c: (e_msg_composer_attachment_bar_new): * e-msg-composer.c: (create_composer): svn path=/trunk/; revision=28802
* check return value from e_cal_new, to display a better warning message.Rodrigo Moya2005-02-162-3/+15
| | | | | | | | | 2005-02-15 Rodrigo Moya <rodrigo@novell.com> * gui/migration.c (migrate_ical_folder_to_source): check return value from e_cal_new, to display a better warning message. svn path=/trunk/; revision=28800
* Typo Fix typoKjartan Maraas2005-02-153-2/+7
| | | | | | | | | 2005-02-15 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Typo * no.po: Fix typo svn path=/trunk/; revision=28799
* Fixes #72038Rodrigo Moya2005-02-152-0/+11
| | | | | | | | | | | 2005-02-11 Rodrigo Moya <rodrigo@novell.com> Fixes #72038 * gui/itip-utils.c (itip_send_comp): when we get no recipients, don't send the message and return an error. svn path=/trunk/; revision=28798
* use camel_debugRadek Doulik2005-02-152-4/+9
| | | | | | | | 2005-02-15 Radek Doulik <rodo@novell.com> * em-junk-filter.c: use camel_debug svn path=/trunk/; revision=28797
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2005-02-152-210/+108
| | | | | | | | | 2005-02-15 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org> svn path=/trunk/; revision=28796
* Updated Finnish translationIlkka Tuohela2005-02-151-3/+3
| | | | svn path=/trunk/; revision=28795
* Updated Finnish translationIlkka Tuohela2005-02-152-8545/+6533
| | | | svn path=/trunk/; revision=28794
* Fix typo and update SameKjartan Maraas2005-02-153-6/+11
| | | | | | | | | 2005-02-15 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Fix typo and update * no.po: Same svn path=/trunk/; revision=28793
* connect to "value_changed" signal of spin button instead of "changed"Sivaiah Nallagatla2005-02-152-1/+9
| | | | | | | | | | | | 2005-02-09 Sivaiah Nallagatla <snallagatla@novell.com> * gui/component/addressbook-config.c (eabc_details_limit) : connect to "value_changed" signal of spin button instead of "changed" Fixes #72369 svn path=/trunk/; revision=28792
* declare a variable in the !USE_GTKFILECHOOSER code pathJeffrey Stedfast2005-02-151-1/+2
| | | | | | ---------------------------------------------------------------------- svn path=/trunk/; revision=28791
* Move a separator from the message xml to the list xml, so we don't have anRodney Dawes2005-02-143-2/+9
| | | | | | | | | | | 2005-02-14 Rodney Dawes <dobey@novell.com> * evolution-mail-list.xml: * evolution-mail-message.xml: Move a separator from the message xml to the list xml, so we don't have an extra separator in the external mail message display window svn path=/trunk/; revision=28788
* If the plug-in is not enabled, do nothingRodney Dawes2005-02-142-0/+7
| | | | | | | | 2005-02-14 Rodney Dawes <dobey@novell.com> * e-menu.c (emph_construct): If the plug-in is not enabled, do nothing svn path=/trunk/; revision=28787
* Updated Czech translation.Miloslav Trmac2005-02-142-5985/+2291
| | | | | | | | 2005-02-14 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation. svn path=/trunk/; revision=28786
* Updated Danish translation.Martin Willemoes Hansen2005-02-142-5642/+6126
| | | | | | * da.po: Updated Danish translation. svn path=/trunk/; revision=28785
* Translation updated by Ivar Smolin.Priit Laes2005-02-142-13/+14
| | | | | | | | 2005-02-14 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=28784
* Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org>Alexander Shopov2005-02-142-2441/+2907
| | | | | | | | | 2005-02-14 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by Vladimir Petkov <vpetkov@i-space.org> svn path=/trunk/; revision=28783
* Updated Japanese translation for v2.1.5.Takeshi AIHANA2005-02-142-5655/+6052
| | | | | | | 2005-02-14 Takeshi AIHANA <aihana@gnome.gr.jp> * ja.po: Updated Japanese translation for v2.1.5. svn path=/trunk/; revision=28782
* Updated Swedish translation.Christian Rose2005-02-142-2317/+2691
| | | | | | | | 2005-02-13 Christian Rose <menthos@menthos.com> * sv.po: Updated Swedish translation. svn path=/trunk/; revision=28781
* Updated British translation.David Lodge2005-02-142-6425/+4924
| | | | | | | | 2005-02-13 David Lodge <dave@cirt.net> * en_GB.po: Updated British translation. svn path=/trunk/; revision=28780
* Updated German translation.Frank Arnold2005-02-132-1732/+2008
| | | | | | | | 2005-02-12 Frank Arnold <farnold@cvs.gnome.org> * de.po: Updated German translation. svn path=/trunk/; revision=28779
* Translation updated.Priit Laes2005-02-132-118/+77
| | | | | | | | 2005-02-12 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated. svn path=/trunk/; revision=28778
* Translation updated.Priit Laes2005-02-132-6519/+5493
| | | | | | | | 2005-02-12 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated. svn path=/trunk/; revision=28777
* Updated Korean translation.Changwoo Ryu2005-02-122-8242/+6807
| | | | | | | | 2005-02-12 Changwoo Ryu <cwryu@debian.org> * ko.po: Updated Korean translation. svn path=/trunk/; revision=28776
* Updated Simplified Chinese translationFunda Wang2005-02-121-1453/+1450
| | | | svn path=/trunk/; revision=28775
* Updated Spanish translation.Francisco Javier F. Serrador2005-02-112-1438/+1446
| | | | | | | | 2005-02-11 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=28773
* Updated Canadian English translation.Adam Weinberger2005-02-111-1431/+1430
| | | | | | * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=28772
* Sorted and added missing file entry.Christian Rose2005-02-112-47/+52
| | | | | | | | 2005-02-10 Christian Rose <menthos@menthos.com> * POTFILES.in: Sorted and added missing file entry. svn path=/trunk/; revision=28771
* Updated Canadian English translation.Adam Weinberger2005-02-112-47/+52
| | | | | | * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=28769
* Updated Russian translationLeonid Kanter2005-02-112-718/+939
| | | | svn path=/trunk/; revision=28768
* Update UpdateKjartan Maraas2005-02-103-9154/+2703
| | | | | | | | | 2005-02-10 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Update * no.po: Update svn path=/trunk/; revision=28767
* Updated spanish translation.Francisco Javier F. Serrador2005-02-102-70/+123
| | | | | | | | 2005-02-10 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated spanish translation. svn path=/trunk/; revision=28766
* IF we get a invalid session string back from the server do the operationChenthill Palanisamy2005-02-102-1/+14
| | | | | | | | | | 2005-02-10 Chenthill Palanisamy <pchenthill@novell.com> * send-options.c: (e_sendoptions_clicked_cb): IF we get a invalid session string back from the server do the operation again. svn path=/trunk/; revision=28765
* Updated Russian translationLeonid Kanter2005-02-101-4/+4
| | | | svn path=/trunk/; revision=28764
* Remove the component from the view, if its already present before addingChenthill Palanisamy2005-02-102-2/+20
| | | | | | | | | | 2005-02-10 Chenthill Palanisamy <pchenthill@novell.com> * gui/e-cal-model.c: (e_cal_view_objects_added_cb): Remove the component from the view, if its already present before adding it. svn path=/trunk/; revision=28763
* Install shared libraries to privlibdir.Hans Petter Jansson2005-02-1013-12/+32
| | | | | | | | | | | | | | | | 2005-02-09 Hans Petter Jansson <hpj@novell.com> * addressbook/gui/contact-editor/Makefile.am: * addressbook/gui/contact-list-editor/Makefile.am: * addressbook/util/Makefile.am: * filter/Makefile.am: * widgets/e-timezone-dialog/Makefile.am: * widgets/menus/Makefile.am: * widgets/misc/Makefile.am: * smime/lib/Makefile.am: * smime/gui/Makefile.am: Install shared libraries to privlibdir. svn path=/trunk/; revision=28762
* ** See bug #72266Not Zed2005-02-102-1/+27
| | | | | | | | | | | | | | 2005-02-10 Not Zed <NotZed@Ximian.com> ** See bug #72266 * em-folder-selection-button.c (em_folder_selection_button_clicked): if the selector is already up, just raise it. (em_folder_selection_button_destroy): destroy the selector if it is still up. svn path=/trunk/; revision=28761
* ** See bug #66126.Not Zed2005-02-105-127/+173
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-02-10 Not Zed <NotZed@Ximian.com> ** See bug #66126. * e-msg-composer-attachment-bar.c (destroy): destroy async file requesters. (add_from_user_response, add_from_user): use async file requesters. * e-msg-composer.c (save): don't fallback to saveas if the filename is null. (saveas, saveas_response): new functions for async file requesters. (menu_file_save_cb): call saveas if we have no filename. (menu_file_save_as_cb): call saveas. (menu_file_open_cb, file_open_response): change for async file loading (which doesn't appear to be used anymore). (destroy): destroy async requesters. * e-msg-composer-select-file.c (get_selector): make it no longer modal, no longer show the window. (select_file_response, e_msg_composer_select_file): make it async. (select_attach_response, e_msg_composer_select_file_attachments): same. svn path=/trunk/; revision=28760
* Updated Lithuanian translation.Žygimantas Beručka2005-02-102-4491/+4850
| | | | | | | | 2005-02-10 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=28758
* Updated Spanish translation.Francisco Javier F. Serrador2005-02-102-240/+173
| | | | | | | | 2005-02-10 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=28757
* Always remove the meeting and scheduling pages when there are noHarish Krishnaswamy2005-02-092-1/+8
| | | | | | | attendees. This allows the sender to be added to the attendees list by default while creating new meetings. svn path=/trunk/; revision=28756
* Updated Greek Translation.Kostas Papadimas2005-02-092-614/+983
| | | | svn path=/trunk/; revision=28755
* ** See bug #71429Not Zed2005-02-092-3/+14
| | | | | | | | | | | 2005-02-09 Not Zed <NotZed@Ximian.com> ** See bug #71429 * em-folder-view.c (emfv_activate): setup the plugin menu's after the main ones. svn path=/trunk/; revision=28754
* Bump versionJP Rosevear2005-02-091-4/+4
| | | | svn path=/trunk/; revision=28752
* Updated Spanish translation.Francisco Javier F. Serrador2005-02-092-311/+578
| | | | | | | | 2005-02-08 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=28751
* New functions which peeks at the conents of the file and guesses theChristophe Fergeau2005-02-092-15/+136
| | | | | | | | | | | | | | | | 2005-02-08 Christophe Fergeau <teuf@users.sourceforge.net> * importers/evolution-vcard-importer.c (has_bom) (fix_utf16_endianness) (utf16_to_utf8) guess_vcard_encoding) : New functions which peeks at the conents of the file and guesses the encoding and to convert UTF-16 strings to UTF-8. (load_file_fn) : check the encoding of the file and convert UTF-16 and locale encoding to UTF-8 Fixes #54825 svn path=/trunk/; revision=28750
* Updated Simplified Chinese translationFunda Wang2005-02-091-237/+408
| | | | svn path=/trunk/; revision=28749
* Updated Canadian English translation.Adam Weinberger2005-02-092-238/+427
| | | | | | * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=28748
* set instance times correctly.Rodrigo Moya2005-02-082-29/+12
| | | | | | | | 2005-02-08 Rodrigo Moya <rodrigo@novell.com> * gui/e-cal-model.c (set_instance_times): set instance times correctly. svn path=/trunk/; revision=28747
* ** See bug #72228Not Zed2005-02-082-46/+67
| | | | | | | | | | | | | | | | 2005-02-08 Not Zed <NotZed@Ximian.com> ** See bug #72228 * mail-ops.c (mail_send_message): fix this god-awful goto-loop crap, and delete the message if it worked. (mail_send_message): fix a major-leak with sent messages never being unreffed. (send_queue_send): don't get messages ourself. (mail_send_message): dont lose the exception if we can't even open the sent folder. svn path=/trunk/; revision=28746
* ** See bug #72209Not Zed2005-02-086-8/+76
| | | | | | | | | | | | | | | | | | | 2005-02-07 Not Zed <NotZed@Ximian.com> ** See bug #72209 * em-folder-tree.c (emft_popup_copy_folder_exclude): implement one for copying/moving folders. * em-folder-selection.c (em_select_folder): add an excluded func argument, fix callers. * em-folder-tree.c (em_folder_tree_set_exclude_func): allow custom callback for exclusion. (emft_select_func): handle the custom excluded callback. svn path=/trunk/; revision=28745
* Fix for 72275. try to bring up menu for preivew html object.Harry Lu2005-02-084-2/+62
| | | | | | | | | | | | | | 2005-02-07 Harry Lu <harry.lu@sun.com> Fix for 72275. * em-folder-view.c: (emfv_popup_menu): try to bring up menu for preivew html object. (emfv_format_popup_event): handle event == NULL case. * em-format-html-display.c: (em_format_html_display_popup_menu): New function to popup context menu. * em-format-html-display.h: add new function declaration. svn path=/trunk/; revision=28744
* clean up descriptionsJP Rosevear2005-02-082-5/+10
| | | | | | | | | 2005-02-07 JP Rosevear <jpr@novell.com> * gui/component/apps_evolution_addressbook.schemas.in.in: clean up descriptions svn path=/trunk/; revision=28743
* clean up descriptionsJP Rosevear2005-02-082-16/+21
| | | | | | | | 2005-02-07 JP Rosevear <jpr@novell.com> * apps_evolution_shell.schemas.in.in: clean up descriptions svn path=/trunk/; revision=28742
* Fixes #61075JP Rosevear2005-02-082-32/+71
| | | | | | | | | | | 2005-02-07 JP Rosevear <jpr@novell.com> Fixes #61075 * gui/apps_evolution_calendar.schemas.in.in: add long descriptions and clean up short items svn path=/trunk/; revision=28741
* Updated Simplified Chinese translationFunda Wang2005-02-081-10/+42
| | | | svn path=/trunk/; revision=28740
* Updated Spanish translation.Francisco Javier F. Serrador2005-02-082-26/+50
| | | | | | | | 2005-02-07 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=28739
* NEWSRodrigo Moya2005-02-081-1/+113
| | | | svn path=/trunk/; revision=28738
* Translation updated by Ivar Smolin.Priit Laes2005-02-082-17/+20
| | | | | | | | 2005-02-07 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=28737
* Updated Canadian English translation.Adam Weinberger2005-02-082-10/+48
| | | | | | * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=28736
* Adding auth type section to editor for an Exchange account.Sushma Rai2005-02-073-0/+188
| | | | svn path=/trunk/; revision=28735
* Translation updated by Ivar Smolin.Priit Laes2005-02-072-95/+124
| | | | | | | | 2005-02-07 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=28734
* specify idJP Rosevear2005-02-072-1/+5
| | | | | | | | 2005-02-07 JP Rosevear <jpr@novell.com> * org-gnome-subject-thread.eplug.in: specify id svn path=/trunk/; revision=28733
* specify id for config pageJP Rosevear2005-02-072-1/+5
| | | | | | | | 2005-02-07 JP Rosevear <jpr@novell.com> * org-gnome-itip-formatter.eplug.in: specify id for config page svn path=/trunk/; revision=28732
* Missing logJP Rosevear2005-02-071-0/+4
| | | | svn path=/trunk/; revision=28731
* specify idJP Rosevear2005-02-071-1/+1
| | | | | | | | 2005-02-07 JP Rosevear <jpr@novell.com> * org-gnome-evolution-bbdb.eplug.in: specify id svn path=/trunk/; revision=28730
* fix the access() call test.Not Zed2005-02-072-1/+5
| | | | | | | | 2005-02-07 Not Zed <NotZed@Ximian.com> * save-attachments.c (save_part): fix the access() call test. svn path=/trunk/; revision=28729
* Don't let the 'id' field, which identifies the target menu/whatever, to beNot Zed2005-02-074-0/+23
| | | | | | | | | | | | 2005-02-07 Not Zed <NotZed@Ximian.com> * e-popup.c (emph_construct_menu): * e-menu.c (emph_construct_menu): * e-config.c (emph_construct_menu): Don't let the 'id' field, which identifies the target menu/whatever, to be NULL, otherwise it gets added to all. svn path=/trunk/; revision=28728
* Updated Canadian English translation.Adam Weinberger2005-02-072-1664/+1985
| | | | | | * en_CA.po: Updated Canadian English translation. svn path=/trunk/; revision=28726
* changed the loop termination check to E_CONACT_LAST_SIMPLE_STRING -1 soSivaiah Nallagatla2005-02-072-1/+8
| | | | | | | | | | | 2005-01-06 Sivaiah Nallagatla <snallagatla@novell.com> * e-minicard.c (remodel) : changed the loop termination check to E_CONACT_LAST_SIMPLE_STRING -1 so that we will avoid displaying revision field value in the minicard svn path=/trunk/; revision=28725
* Updated Czech translation.Miloslav Trmac2005-02-072-7036/+7878
| | | | | | | | 2005-02-06 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation. svn path=/trunk/; revision=28724
* Updated Simplified Chinese translationFunda Wang2005-02-071-71/+101
| | | | svn path=/trunk/; revision=28723
* new function to filter contact lists from search results (query_cb) :Sivaiah Nallagatla2005-02-062-8/+42
| | | | | | | | | | | | | 2004-02-06 Sivaiah Nallagatla <snallagatla@novell.com> * gui/widgets/eab-popup-control.c (remove_contact_lists) : new function to filter contact lists from search results (query_cb) : remove contact lists from the search results based on email Fixes #68745 svn path=/trunk/; revision=28722
* Updated German translation.Frank Arnold2005-02-052-4565/+4784
| | | | | | | | 2005-02-05 Frank Arnold <farnold@cvs.gnome.org> * de.po: Updated German translation. svn path=/trunk/; revision=28721
* Updated Spanish translation.Francisco Javier F. Serrador2005-02-052-469/+559
| | | | | | | | 2005-02-05 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish translation. svn path=/trunk/; revision=28720
* correct the error that was made in the earlier commit that was missing a ':'Harish Krishnaswamy2005-02-051-1/+1
| | | | svn path=/trunk/; revision=28719
* add messages for calendar/tasks not marked for offline usage.Harish Krishnaswamy2005-02-055-21/+63
| | | | | | | | | | | * calendar-errors.xml: * calendar-errors.xml.h: * gui/e-tasks.c: (client_cal_opened_cb): * gui/gnome-cal.c: (client_cal_opened_cb), (default_client_cal_opened_cb): add messages for calendar/tasks not marked for offline usage. svn path=/trunk/; revision=28718
* Updated Lithuanian translation.Žygimantas Beručka2005-02-052-209/+253
| | | | | | | | 2005-02-05 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=28717
* fix the dnd woes on calendar attachments. gui/dialogs/cal-attachment-bar.cHarish Krishnaswamy2005-02-051-1/+1
| | | | | | | | | | | | * gui/dialogs/comp-editor.c (attach_message), (drop_action), (drop_popup_copy), (drop_popup_move), (drop_popup_cancel), (drop_popup_free), (drag_data_received), (drag_motion), (comp_editor_class_init), (comp_editor_init), (real_edit_comp): fix the dnd woes on calendar attachments. * gui/dialogs/cal-attachment-bar.c * (add_from_file): reuse mail composer's error message. svn path=/trunk/; revision=28716
* fix the dnd woes on calendar attachments. gui/dialogs/cal-attachment-bar.cHarish Krishnaswamy2005-02-052-1/+394
| | | | | | | | | | | | * gui/dialogs/comp-editor.c (attach_message), (drop_action), (drop_popup_copy), (drop_popup_move), (drop_popup_cancel), (drop_popup_free), (drag_data_received), (drag_motion), (comp_editor_class_init), (comp_editor_init), (real_edit_comp): fix the dnd woes on calendar attachments. * gui/dialogs/cal-attachment-bar.c * (add_from_file): reuse mail composer's error message. svn path=/trunk/; revision=28715
* Add a11y name for attachment button and bars.Harry Lu2005-02-053-0/+11
| | | | | | | | | | | 2005-02-04 Harry Lu <harry.lu@sun.com> Add a11y name for attachment button and bars. * gui/dialogs/cal-attachment-bar.c: (cal_attachment_bar_new): * gui/dialogs/comp-editor.c: (setup_widgets): svn path=/trunk/; revision=28714
* Updated Simplified Chinese translationFunda Wang2005-02-051-155/+167
| | | | svn path=/trunk/; revision=28713
* Set the border widths for the dialog internal container widgets to be HIGRodney Dawes2005-02-053-1/+13
| | | | | | | | | | | 2005-02-04 Rodney Dawes <dobey@novell.com> * gui/ca-trust-dialog.c (ca_trust_dialog_new): Set the border widths for the dialog internal container widgets to be HIG compliant * gui/smime-ui.glade: Set the vbox spacing to 12 for HIG compliance svn path=/trunk/; revision=28712
* Set the border widths for the dialog containers to be HIG compliant FixRodney Dawes2005-02-052-2/+12
| | | | | | | | | | 2005-02-04 Rodney Dawes <dobey@novell.com> * e-passwords.c (ep_ask_password): Set the border widths for the dialog containers to be HIG compliant Fix the padding/spacing on the internal vbox to be HIG compliant svn path=/trunk/; revision=28711
* Add a string to CompEditorPrivate to store the name of the help section weRodney Dawes2005-02-045-0/+62
| | | | | | | | | | | | | | | | | | | | | | 2005-02-04 Rodney Dawes <dobey@novell.com> * gui/dialogs/comp-editor.[ch]: Add a string to CompEditorPrivate to store the name of the help section we need to refer for derived dialogs (response_cb): Handle the GTK_RESPONSE_HELP response and show help (setup_widgets): Add a button to the dialog for Help (comp_editor_init): Default to the "usage-calendar" help section (comp_editor_finalize): Free the help_section variable (comp_editor_show_help): Add a new method to actually open the help (comp_editor_set_help_section): Add a method for derivatives to set the help section they want to open * gui/dialogs/event-editor.c (event_editor_init): Set the help section we want to open for the event editor to "usage-calendar-apts" * gui/dialogs/task-editor.c (task_editor_init): Set the help section we want to open for the event editor to "usage-calendar-todo" svn path=/trunk/; revision=28710
* Updated Greek Translation.Kostas Papadimas2005-02-042-316/+216
| | | | svn path=/trunk/; revision=28709
* clear the component preview when we update the view.Rodrigo Moya2005-02-045-6/+13
| | | | | | | | | | | | 2005-02-04 Rodrigo Moya <rodrigo@novell.com> * gui/e-tasks.c (update_view): clear the component preview when we update the view. * gui/e-cal-model.c (set_instance_times): use the correct timezone. Removed commented code. svn path=/trunk/; revision=28708
* Fixes #71265Rodrigo Moya2005-02-043-2/+19
| | | | | | | | | | | | 2005-02-04 Rodrigo Moya <rodrigo@novell.com> Fixes #71265 * gui/e-week-view.c (e_week_view_remove_event_cb): * gui/e-day-view.c (e_day_view_remove_event_cb): if we remove the event we were editing, update internal pointers. svn path=/trunk/; revision=28707
* display a warning dialog if the server version is not proper added warningvivek jain2005-02-044-24/+50
| | | | | | | | | | 2005-01-04 vivek jain <jvivek@novell.com> * gui/component/addressbook.c: (load_source_auth_cb) display a warning dialog if the server version is not proper * addressbook-errors.xml: added warning message for invalid server version svn path=/trunk/; revision=28706
* calendar-errors.xml.h changed the warning message string forVivek Jain2005-02-043-2/+8
| | | | | | | | | | 2005-02-04 Vivek Jain <jvivek@novell.com> * calendar-errors.xml.h * calendar-errors.xml : changed the warning message string for server-version svn path=/trunk/; revision=28705
* Fix for 72088.Harry Lu2005-02-042-1/+20
| | | | | | | | | | | 2005-02-02 Harry Lu <harry.lu@sun.com> Fix for 72088. * calendar/ea-calendar.c: (gnome_calendar_a11y_init): force loading some types so that we can use them. svn path=/trunk/; revision=28704