aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Some code clean work.Harry Lu2005-02-0410-21/+62
| | | | | | | | | | | | | | | | | | | | | | | | | 2005-01-27 Harry Lu <harry.lu@sun.com> Some code clean work. * gal/a11y/e-table/gal-a11y-e-table-click-to-add.c: (gal_a11y_e_table_click_to_add_init): new function to register type only when a11y is enabled. * gal/a11y/e-table/gal-a11y-e-table-click-to-add.h: * gal/a11y/e-table/gal-a11y-e-table-item.c: (gal_a11y_e_table_item_init): ditto. * gal/a11y/e-table/gal-a11y-e-table.c: (gal_a11y_e_table_init): ditto. * gal/a11y/e-table/gal-a11y-e-table.h: * gal/a11y/e-table/gal-a11y-e-tree.c: (gal_a11y_e_tree_init): ditto. * gal/a11y/e-table/gal-a11y-e-tree.h: * gal/a11y/e-text/gal-a11y-e-text.c: (gal_a11y_e_text_init): ditto. * gal/a11y/e-text/gal-a11y-e-text.h: * gal/a11y/factory.c: useless file removed. * gal/a11y/init.c: useless file removed. * gal/e-text/e-text.c: (e_text_class_init): move a11y registry call to a11y code. svn path=/trunk/; revision=28702
* Some code clean work.Harry Lu2005-02-043-16/+6
| | | | | | | | | | | | | 2005-01-27 Harry Lu <harry.lu@sun.com> Some code clean work. * e-table-click-to-add.c: (etcta_class_init): move a11y registry call to a11y code. * e-table.c: (e_table_class_init): ditto. * e-tree.c: (e_tree_class_init): ditto. svn path=/trunk/; revision=28701
* Fix for #56901Yong Sun2005-02-042-2/+9
| | | | | | | | | | | 2005-02-04 Yong Sun <yong.sun@sun.com> Fix for #56901 * gui/print.c: (bound_text): When the width>maxwidth, the pointer 'p' should also be backwarded, same as 'o'. svn path=/trunk/; revision=28700
* reverted jeff's patch for the subscribed hint.Not Zed2005-02-043-2/+18
| | | | | | | | | | | | | | 2005-02-04 Not Zed <NotZed@Ximian.com> * em-subscribe-editor.c (sub_folderinfo_get): reverted jeff's patch for the subscribed hint. ** See bug #65329 * em-folder-properties.c (emfp_dialog_got_folder): translate local-store special folders. svn path=/trunk/; revision=28699
* if we aren't waiting for cancel, then don't worry about waiting on theNot Zed2005-02-042-10/+20
| | | | | | | | | | | 2005-02-04 Not Zed <NotZed@Ximian.com> * mail-session.c (alert_user, do_user_message): if we aren't waiting for cancel, then don't worry about waiting on the reply port, otherwise we could block when we don't need to, if there is another window already up. svn path=/trunk/; revision=28698
* Added depcomp to cvsignoreRodney Dawes2005-02-041-0/+1
| | | | svn path=/trunk/; revision=28697
* Use g_hash_table_foreach_remove() instead so the keys don't point toJeffrey Stedfast2005-02-042-3/+12
| | | | | | | | | | | 2005-02-03 Jeffrey Stedfast <fejj@novell.com> * message-list.c (message_list_set_folder): Use g_hash_table_foreach_remove() instead so the keys don't point to free'd values. (normalised_free): Return TRUE. svn path=/trunk/; revision=28696
* Remove duplicate entries for addressbook-groupwise,Priit Laes2005-02-042-3/+4
| | | | | | | | | | 2005-02-01 Priit Laes <amd@store20.com> * configure.in : Remove duplicate entries for addressbook-groupwise, groupwise-status-tracking and default-source in plugins list. Fixes make distclean. svn path=/trunk/; revision=28695
* Remove duplicate entry for addressbook-groupwise in plugins list.Priit Laes2005-02-042-1/+6
| | | | | | | | | 2005-02-01 Priit Laes <amd@store20.com> * configure.in : Remove duplicate entry for addressbook-groupwise in plugins list. svn path=/trunk/; revision=28694
* Set the spacing for ourself to 12 to be HIG compliant as we are a GtkHBoxRodney Dawes2005-02-042-23/+36
| | | | | | | | | | | | | | | 2005-03-03 Rodney Dawes <dobey@novell.com> * itip-view.c (itip_view_init): Set the spacing for ourself to 12 to be HIG compliant as we are a GtkHBox derivative Align the icon at 0.5 in the X direction to be HIG compliant Set the spacing between table rows/columns to be HIG compliant Fix the spacing/padding for all the boxes and packing calls to be HIG compliant Fixes #41235 svn path=/trunk/; revision=28693
* Update to include new strings from the calendar-errors.xml fileRodney Dawes2005-02-042-0/+11
| | | | | | | | | 2005-02-03 Rodney Dawes <dobey@novell.com> * calendar-errors.xml.h: Update to include new strings from the calendar-errors.xml file svn path=/trunk/; revision=28692
* Use $(weatherdir) instead of duplicating the define for it belowRodney Dawes2005-02-042-2/+8
| | | | | | | | | | 2005-02-02 Rodney Dawes <dobey@novell.com> * Makefile.am (INCLUDES): Use $(weatherdir) instead of duplicating the define for it below (weatherdir): Fix to use the correct versioned directory svn path=/trunk/; revision=28691
* removing the file since the name is incorrectChenthill Palanisamy2005-02-031-3/+0
| | | | svn path=/trunk/; revision=28690
* Added functions to destroy the dialog when the composer is destroyed toChenthill Palanisamy2005-02-032-19/+57
| | | | | | | | | | | | | | 2005-02-03 Chenthill Palanisamy <pchenthill@novell.com> * send-options.c: (add_day_to_time), (send_options_commit), (org_gnome_compose_send_options):Added functions to destroy the dialog when the composer is destroyed to solve the crash. Removed the return statement so that the send options gets added to the composer headers. Made modification in setting the values for some headers. Changing the file name from Changelog to ChangeLog. svn path=/trunk/; revision=28689
* add a11y name to url link button.Li Yuan2005-02-032-0/+7
| | | | | | | | | 2005-02-02 Li Yuan <li.yuan@sun.com> * e-url-entry.c: (init): add a11y name to url link button. svn path=/trunk/; revision=28688
* add a11y name to url. add a11y name to date completed. add a11y names toLi Yuan2005-02-034-6/+19
| | | | | | | | | | | | | 2005-02-03 Li Yuan <li.yuan@sun.com> * gui/dialogs/task-details-page.c: (get_widgets): add a11y name to url. * gui/dialogs/task-details-page.glade: add a11y name to date completed. * gui/dialogs/task-page.glade: add a11y names to due date and start date. svn path=/trunk/; revision=28687
* added a warning message for invalid server version added a case to checkVivek Jain2005-02-033-0/+24
| | | | | | | | | | | | 2005-02-03 Vivek Jain <jvivek@novell.com> * calendar-errors.xml : added a warning message for invalid server version * gui/gnome-cal.c (default_client_cal_opened_cb) (client_cal_opened_cb): added a case to check the call status and display warning svn path=/trunk/; revision=28686
* Implement based on the create_groups () function in addressbook-migrate.c.Hans Petter Jansson2005-02-033-0/+106
| | | | | | | | | | | | | | | | | 2004-02-02 Hans Petter Jansson <hpj@ximian.com> * gui/component/addressbook-component.c (ensure_sources): Implement based on the create_groups () function in addressbook-migrate.c. (addressbook_component_init): Call ensure_sources (). This will create the necessary addressbook source groups if they somehow disappeared from GConf. * gui/component/addressbook-config.c (addressbook_config_edit_source): If we can't get any source groups, just issue a console warning and return NULL. Creating sources without groups is meaningless. Work around for #67411 svn path=/trunk/; revision=28685
* Fix a small spacing issue in the Display section's children, to be HIGRodney Dawes2005-02-032-1/+6
| | | | | | | | | 2005-02-02 Rodney Dawes <dobey@novell.com> * gui/component/ldap-config.glade: Fix a small spacing issue in the Display section's children, to be HIG compliant svn path=/trunk/; revision=28683
* Use the gtk_widget_ensure_style method instead of gtk_widget_realize whenRodney Dawes2005-02-032-1/+9
| | | | | | | | | | | | 2005-02-02 Rodney Dawes <dobey@novell.com> * em-subscribe-editor.c (em_subscribe_editor_new): Use the gtk_widget_ensure_style method instead of gtk_widget_realize when setting the border widths of the dialog containers for HIG compliance Fixes #68743 svn path=/trunk/; revision=28682
* Set the border width for the internal dialog containers to be HIGRodney Dawes2005-02-035-735/+758
| | | | | | | | | | | | | | | | | | 2005-02-02 Rodney Dawes <dobey@novell.com> * gui/dialogs/alarm-dialog.c (alarm_dialog_run): Set the border width for the internal dialog containers to be HIG compliant * gui/dialogs/alarm-dialog.glade: Remove the separator in the dialog and fix some spacing/padding issues to be HIG compliant * gui/dialogs/alarm-list-dialog.c (alarm_list_dialog_run): Set the border width for the internal dialog containers to be HIG compliant * gui/dialogs/alarm-list-dialog.glade: Remove the separator in the dialog and fix some spacing/padding issues to be HIG compliant svn path=/trunk/; revision=28681
* Fixes bug #70454Jeffrey Stedfast2005-02-032-4/+11
| | | | | | | | | | | | | 2005-02-02 Jeffrey Stedfast <fejj@novell.com> Fixes bug #70454 * em-subscribe-editor.c (sub_folderinfo_get): Request subscription info (new flag). (sub_fill_level): Fixed the FIXME here (imap4 now implements CAMEL_FOLDER_SUBSCRIBED flag properly). svn path=/trunk/; revision=28680
* scriptyFunda Wang2005-02-031-19/+18
| | | | svn path=/trunk/; revision=28679
* Updated Lithuanian translation.Žygimantas Beručka2005-02-022-405/+372
| | | | | | | | 2005-02-02 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=28678
* Fixes #72090Rodrigo Moya2005-02-022-31/+40
| | | | | | | | | | | 2005-02-02 Rodrigo Moya <rodrigo@novell.com> Fixes #72090 * gui/calendar-component.c (impl_handleURI): don't assume the URI is always correct. svn path=/trunk/; revision=28677
* Updated Simplified Chinese translationFunda Wang2005-02-021-98/+36
| | | | svn path=/trunk/; revision=28676
* reviewed by Harish Krishnaswamy <kharish@novell.com>Chenthill Palanisamy2005-02-022-1/+12
| | | | | | | | | | | | 2005-02-02 Chenthill Palanisamy <pchenthill@novell.com> reviewed by Harish Krishnaswamy <kharish@novell.com> Fixes #71460 * itip-formatter.c: (view_response_cb): If the my_address is not set. Set it from the backend. svn path=/trunk/; revision=28675
* scriptyFunda Wang2005-02-021-278/+333
| | | | svn path=/trunk/; revision=28674
* Fix for 71924, 71926, 71932 Don't split sentences that need translation.Harry Lu2005-02-025-75/+72
| | | | | | | | | | | | | | | | | 2005-02-01 Harry Lu <harry.lu@sun.com> Fix for 71924, 71926, 71932 Don't split sentences that need translation. Also remove two useless variables. * calendar/ea-cal-view-event.c: (ea_cal_view_event_get_name): * calendar/ea-day-view.c: (ea_day_view_get_name): * calendar/ea-week-view.c: (ea_week_view_get_name), (ea_week_view_get_n_children): * widgets/ea-calendar-item.c: (ea_calendar_item_get_name), (e_calendar_item_get_offset_for_date): svn path=/trunk/; revision=28668
* add to about boxJP Rosevear2005-02-022-0/+5
| | | | | | | | 2005-02-01 JP Rosevear <jpr@novell.com> * e-shell-window-commands.c: add to about box svn path=/trunk/; revision=28666
* Use the term vFolder instead of "VFolder" or "virtual folder"Rodney Dawes2005-02-023-11/+19
| | | | | | | | | | | | 2005-02-01 Rodney Dawes <dobey@novell.com> * evolution-mail-global.xml: * evolution-mail-message.xml: Use the term vFolder instead of "VFolder" or "virtual folder" Fixes #68137 svn path=/trunk/; revision=28665
* Replace "_Virtual Folder" with "_vFolder" for the search menu to create aRodney Dawes2005-02-029-18/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-02-01 Rodney Dawes <dobey@novell.com> * em-folder-browser.c: Replace "_Virtual Folder" with "_vFolder" for the search menu to create a vfolder from a search * em-folder-tree-model.c (sort_cb): s/VFolders/vFolders/ for sorting in the folder tree (em_folder_tree_model_load_state): s/VFolders/vFolders/ in a comment * em-folder-view.c: s/VFolder/vFolder/ for the popup menu * em-vfolder-editor.c (em_vfolder_editor_new): Replace the string "Virtual _Folders" with "v_Folders" for the label * em-vfolder-rule.c (em_vfolder_editor_sourcelist_new): Repalce the string "VFolder source" with "vFolder source" * mail-errors.xml: * mail-errors.xml.h: Replace "virtual folder" with "vFolder" in an error string * mail-vfolder.c (vfolder_setup_desc): s/vfolder/vFolder/ (vfolder_setup_do): s/vfolder/vFolder/ (vfolder_load_storage): s/VFolders/vFolders/ (vfolder_edit_rule): s/VFolder/vFolder/ (vfolder_gui_add_rule): s/VFolder/vFolder/ Fixes #68137 svn path=/trunk/; revision=28664
* UpdateJP Rosevear2005-02-022-6/+13
| | | | | | | | 2005-02-01 JP Rosevear <jpr@novell.com> * MAINTAINERS: Update svn path=/trunk/; revision=28663
* Clean up the spacing and padding, and shove the notebook and expanderRodney Dawes2005-02-022-4/+24
| | | | | | | | | | | | | 2005-02-01 Rodney Dawes <dobey@novell.com> * gui/dialogs/comp-editor.c (setup_widgets): Clean up the spacing and padding, and shove the notebook and expander arrow into a vbox so that we can be HIG compliant (comp_editor_init): Remove the separator from the "dialog" and set the border width for the internal dialog widgets appropriately to be compliant with the HIG for dialog borders svn path=/trunk/; revision=28662
* fix typoJP Rosevear2005-02-023-6/+12
| | | | | | | | | | 2005-02-01 JP Rosevear <jpr@novell.com> * gui/e-tasks.c (e_tasks_destroy): fix typo * gui/gnome-cal.c (gnome_calendar_destroy): ditto svn path=/trunk/; revision=28661
* add correct mask for detached recurrences.Rodrigo Moya2005-02-013-0/+10
| | | | | | | | | | 2005-02-01 Rodrigo Moya <rodrigo@novell.com> * gui/e-cal-menu.c (e_cal_menu_target_new_select): * gui/e-cal-popup.c (e_cal_popup_target_new_select): add correct mask for detached recurrences. svn path=/trunk/; revision=28660
* Translation updated by Ivar Smolin.Priit Laes2005-02-012-3/+7
| | | | | | | | 2005-02-01 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=28659
* only add real data to the array.Rodrigo Moya2005-02-012-2/+8
| | | | | | | | | | 2005-02-01 Rodrigo Moya <rodrigo@novell.com> * gui/calendar-commands.c (calendar_control_sensitize_calendar_commands): only add real data to the array. svn path=/trunk/; revision=28658
* Updated Russian translationLeonid Kanter2005-02-012-6933/+5299
| | | | svn path=/trunk/; revision=28657
* ** See bug #65329.Not Zed2005-02-012-1/+11
| | | | | | | | | | | 2005-02-01 Not Zed <NotZed@Ximian.com> ** See bug #65329. * mail-component.c (view_changed_cb): translate special names on the local store. svn path=/trunk/; revision=28655
* Updated Greek Translation.Kostas Papadimas2005-02-012-1757/+2123
| | | | svn path=/trunk/; revision=28654
* use the type hint to sort for inbox, not the name.Not Zed2005-02-014-34/+62
| | | | | | | | | | | | | | | | | | | | | 2005-02-01 Not Zed <NotZed@Ximian.com> * em-folder-tree-model.c (sort_cb): use the type hint to sort for inbox, not the name. (emft_is_special_local_folder): removed. (em_folder_tree_model_set_folder_info): special-case the local-store case, handle translated names and the name hints. * em-folder-tree.c (render_pixbuf): use the camel folderinfo folder type to determine the icon, don't hardcode based on name. ** See bug #71310 * em-composer-prefs.c (sig_add_script_response): force a save of the signatures as soon as they change. Also save the script name if we were just editing it, not just the signature name. svn path=/trunk/; revision=28653
* Fixes #71944JP Rosevear2005-02-012-0/+8
| | | | | | | | | | | 2005-02-01 JP Rosevear <jpr@novell.com> Fixes #71944 * gui/e-tasks.c: declare config_categories_changed_cb before its used svn path=/trunk/; revision=28652
* Remove duplicate entry for calendar-file in plugins list.Priit Laes2005-02-012-1/+6
| | | | | | | | | 2005-02-01 Priit Laes <amd@store20.com> * configure.in : Remove duplicate entry for calendar-file in plugins list. svn path=/trunk/; revision=28651
* Michael's patch.. for supporting tables in e-config, handling hide bits andSushma Rai2005-02-013-314/+217
| | | | | | corrected exchange-accout-setup plugin code. svn path=/trunk/; revision=28650
* ** See bug #71312.Not Zed2005-02-013-16/+58
| | | | | | | | | | | | 2005-02-01 Not Zed <NotZed@Ximian.com> ** See bug #71312. * em-folder-view.c (em_folder_view_open_selected): if we're looking at a vfolder, then look open the original folder if we need to perform any edits. svn path=/trunk/; revision=28649
* And the changelog entry.Hans Petter2005-02-011-0/+5
| | | | svn path=/trunk/; revision=28648
* Remove the -module flag, this isn't supposed to be a module.Hans Petter Jansson2005-02-011-1/+1
| | | | | | | | | 2005-01-31 Hans Petter Jansson <hpj@novell.com> * common/Makefile.am (libevolution_calendarprivate_la_LDFLAGS): Remove the -module flag, this isn't supposed to be a module. svn path=/trunk/; revision=28647
* Updated Spanish trasnlation.Francisco Javier F. Serrador2005-02-012-70/+74
| | | | | | | | 2005-02-01 Francisco Javier F. Serrador <serrador@cvs.gnome.org> * es.po: Updated Spanish trasnlation. svn path=/trunk/; revision=28643
* Remove definition of CalObjUID and include that fromHans Petter Jansson2005-02-012-3/+7
| | | | | | | | | | 2005-01-31 Hans Petter Jansson <hpj@novell.com> * idl/evolution-calendar.idl: Remove definition of CalObjUID and include that from Evolution-DataServer-Calendar.idl instead. This prevents the typecode from being defined twice. svn path=/trunk/; revision=28642
* Use guint instead of ulong for signal ID.Hans Petter Jansson2005-02-012-3/+8
| | | | | | | | | 2005-01-31 Hans Petter Jansson <hpj@novell.com> * gui/widgets/eab-config.c (_EABConfigPrivate): Use guint instead of ulong for signal ID. svn path=/trunk/; revision=28641
* Use guint instead of ulong for signal ID.Hans Petter Jansson2005-02-012-1/+6
| | | | | | | | | 2005-01-31 Hans Petter Jansson <hpj@novell.com> * gui/e-cal-config.c (_ECalConfigPrivate): Use guint instead of ulong for signal ID. svn path=/trunk/; revision=28640
* Remove unused global symbol.Hans Petter Jansson2005-02-012-2/+4
| | | | | | | | 2005-01-31 Hans Petter Jansson <hpj@novell.com> * importers/mail-importer.h (mc): Remove unused global symbol. svn path=/trunk/; revision=28639
* Reset the normalised string sort table.Jeffrey Stedfast2005-02-012-1/+9
| | | | | | | | | 2005-01-28 Jeffrey Stedfast <fejj@novell.com> * message-list.c (message_list_set_folder): Reset the normalised string sort table. svn path=/trunk/; revision=28638
* Updated Lithuanian translation.Žygimantas Beručka2005-02-012-12/+16
| | | | | | | | 2005-01-31 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=28637
* initialize GError* to NULL Fixes #71512Sivaiah Nallagatla2005-02-013-2/+10
| | | | | | | | | | | | 2005-01-31 Sivaiah Nallagatla <snallagatla@novell.com> * gaimbuddies.c (bbdb_sync_buddy_list) : initialize GError* to NULL Fixes #71512 * bbdb.c (bbdb_open_addressbook) : ditto svn path=/trunk/; revision=28636
* Updated Simplified Chinese translationFunda Wang2005-02-011-69/+67
| | | | svn path=/trunk/; revision=28635
* Fixes #71937JP Rosevear2005-02-014-4/+12
| | | | | | | | | | | | 2005-01-31 JP Rosevear <jpr@novell.com> Fixes #71937 * evolution-mail.schemas.in.in: fix spelling error * mail-errors.xml: fix two spelling errors svn path=/trunk/; revision=28633
* Updated italian translationMarco Ciampa2005-01-311-106/+60
| | | | svn path=/trunk/; revision=28632
* Fixes #71929Rodrigo Moya2005-01-313-4/+12
| | | | | | | | | | | | 2005-01-31 Rodrigo Moya <rodrigo@novell.com> Fixes #71929 * calendar/ea-day-view.c (ea_day_view_get_name): * calendar/ea-week-view.c (ea_week_view_get_name): don't use spaces before colons. svn path=/trunk/; revision=28631
* Updated Lithuanian translation.Žygimantas Beručka2005-01-312-65/+70
| | | | | | | | 2005-01-31 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=28630
* Fixes #61078Priit Laes2005-01-312-4/+10
| | | | | | | | | | 2005-01-31 Priit Laes <amd@tt.ee> Fixes #61078 * gui/dialogs/task-page.glade: use consistent style for markup. svn path=/trunk/; revision=28629
* Updated italian translationMarco Ciampa2005-01-312-4474/+5162
| | | | svn path=/trunk/; revision=28628
* Fixes #64682 Added an X property to identify if the appointment is movedChenthill Palanisamy2005-01-312-2/+15
| | | | | | | | | | | 2005-01-31 Chenthill Palanisamy <pchenthill@novell.com> Fixes #64682 * gui/e-calendar-view.c: (transfer_item_to): Added an X property to identify if the appointment is moved from another calendar. svn path=/trunk/; revision=28627
* Translation updated by Ivar Smolin.Priit Laes2005-01-312-10/+15
| | | | | | | | 2005-01-31 Priit Laes <plaes@cvs.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=28626
* Patch by Michael, to supporting tables in e-config, handling hide bits andSushma Rai2005-01-313-14/+53
| | | | | | corrected exchange-accout-setup plugin codewas. svn path=/trunk/; revision=28624
* ** See bug #67083Not Zed2005-01-312-2/+6
| | | | | | | | | | 2005-01-31 Not Zed <NotZed@Ximian.com> ** See bug #67083 * em-format-html.c (efh_format_text_header): no-wrap the header line. svn path=/trunk/; revision=28623
* ** See bug #69850Not Zed2005-01-312-4/+11
| | | | | | | | | | | 2005-01-31 Not Zed <NotZed@Ximian.com> ** See bug #69850 * mail-autofilter.c (rule_from_message): dont crash if we're missing the requested headers. svn path=/trunk/; revision=28622
* ** See bug #71521.Not Zed2005-01-312-1/+10
| | | | | | | | | | | 2005-01-31 Not Zed <NotZed@Ximian.com> ** See bug #71521. * em-account-editor.c (emae_url_set_hostport): dont ever set a NULL host. svn path=/trunk/; revision=28621
* Updated Slovak translation.Marcel Telka2005-01-312-18402/+5385
| | | | | | | | 2005-01-30 Marcel Telka <marcel@telka.sk> * sk.po: Updated Slovak translation. svn path=/trunk/; revision=28619
* Updated Lithuanian translation.Žygimantas Beručka2005-01-302-8/+39
| | | | | | | | 05-01-30 Žygimantas Beručka <uid0@akl.lt> * lt.po: Updated Lithuanian translation. svn path=/trunk/; revision=28618
* Updated sk translation.Lukas Lipka2005-01-301-1/+1
| | | | svn path=/trunk/; revision=28617
* Correct the typo in plugins_base made inHarish Krishnaswamy2005-01-302-1/+6
| | | | | | the last commit - let the HEAD to get built again. svn path=/trunk/; revision=28616