aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump eds_minimum_version to 2.21.4 for new Camel functions.Matthew Barnes2007-12-182-1/+6
| | | | | | | | | | 2007-12-17 Matthew Barnes <mbarnes@redhat.com> * configure.in: Bump eds_minimum_version to 2.21.4 for new Camel functions. svn path=/trunk/; revision=34723
* Updated Norwegian bokmål translation.Kjartan Maraas2007-12-172-541/+675
| | | | | | | | 2007-12-17 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=34722
* Actually remove the mail-remote plugin, like the ChangeLog says.Matthew Barnes2007-12-1728-4066/+0
| | | | svn path=/trunk/; revision=34721
* ** Fix for bug #504030Milan Crha2007-12-172-1/+8
| | | | | | | | | | | | 2007-12-17 Milan Crha <mcrha@redhat.com> ** Fix for bug #504030 * mail-notification.c: (new_notify_sound): Do not play sound on every new mail arrival in a row. svn path=/trunk/; revision=34720
* updated si translationSANDRA MARAKKALA DANISHKA NAVIN2007-12-172-8/+12
| | | | svn path=/trunk/; revision=34718
* Removing cyclic dependency caused by mail_config_get_labels.Srinivasa Ragavan2007-12-172-22/+39
| | | | | | | | | | | | 2007-12-17 Srinivasa Ragavan <sragavan@novell.com> * filter-label.c: (filter_label_count), (filter_label_label), (filter_label_index), (xml_create): Removing cyclic dependency caused by mail_config_get_labels. svn path=/trunk/; revision=34717
* Fix some compiler warnings.Srinivasa Ragavan2007-12-172-2/+6
| | | | | | | | 2007-12-17 Srinivasa Ragavan <sragavan@novell.com> * mail-mt.c: (mail_msg_free), (mail_msg_check_error): Fix some compiler warnings. svn path=/trunk/; revision=34716
* ** Fix for bug #211353Milan Crha2007-12-1720-421/+1092
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-12-14 Milan Crha <mcrha@redhat.com> ** Fix for bug #211353 * message-list.etspec: * message-list.h: * message-list.c: Added new column to show labels. * filtertypes.xml: * vfoldertypes.xml: Code for label filters/search folders has been changed. * mail-config.glade: * em-folder-view.c: (emfv_set_label), (emfv_unset_label), (emfv_popup_label_clear), (emfv_popup_label_set), (emfv_popup_labels_get_state_for_tag), (emfv_popup): Labels popup submenu is now shown with checkboxes so one can set more than one label to the message and unset only one label from message. There has been added new function, because of this. * mail-config.h: * mail-config.c: New "interface" functions to work with labels. * em-mailer-prefs.h: * em-mailer-prefs.c: Editing labels in tree. * em-folder-browser.c: Labels in show menu reflect changes in preferences. 2007-12-14 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #211353 * filter-label.c: Use global label's setup, not its own copy. 2007-12-14 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #211353 * e-popup.h: * e-popup.c: (ep_build_tree): Toggles can be in inconsistent state now, and can also contain an image, which is a pointer to GtkImage widget. 2007-12-14 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #211353 * e-search-bar.c: (e_search_bar_get_viewitem_id): Return -1 if no viewmenu is setup yet. svn path=/trunk/; revision=34715
* ** Fix for bug #430369Srinivasa Ragavan2007-12-172-0/+7
| | | | | | | | | | | | 2007-12-17 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #430369 * mail-session.c: (mail_session_init): Init in the main gui thread. svn path=/trunk/; revision=34713
* ** Non-intrusive errror reporting and basic logging support.Srinivasa Ragavan2007-12-1726-43/+1166
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-12-17 Srinivasa Ragavan <sragavan@novell.com> ** Non-intrusive errror reporting and basic logging support. * em-folder-browser.c: (emfb_help_debug): Invoke the debug menu. * evolution-mail.schemas.in: Schema for error timeout and level. * mail-component.c: (mail_component_init), (render_pixbuf), (render_level), (render_date), (append_logs), (spin_value_changed), (mail_component_show_logger): Handle the lifecycle of the logger. * mail-component.h: Api to show the logger. * mail-config.c: (gconf_error_time_changed), (gconf_error_level_changed), (mail_config_init), (mail_config_get_error_timeout), (mail_config_get_error_level): Load and get the error time and level. * mail-config.h: * mail-mt.c: (mail_msg_set_cancelable), (mail_msg_new), (end_event_callback), (mail_msg_free), (mail_msg_check_error), (operation_cancel), (do_op_status): Revamp the error handling. * mail-mt.h: * mail-ops.c: (send_queue_send), (mail_send_queue): Handle the send/receive case of error reporting separately. * mail-send-recv.c: (free_send_info), (mail_send): 2007-12-17 Srinivasa Ragavan <sragavan@novell.com> ** Revamped Activity handler and task bar/widget for non-intrusive error reporting * e-activity-handler.c: (activity_info_new), (activity_info_free), (task_widget_new_from_activity_info), (setup_task_bar), (e_activity_handler_init), (e_activity_handler_set_error_flush_time), (e_activity_handler_set_logger), (cancel_wrapper), (e_activity_handler_cancelable_operation_started), (e_activity_handler_operation_started), (handle_error), (error_cleanup), (e_activity_handler_make_error), (e_activity_handler_operation_set_error), (e_activity_handler_operation_progressing), (e_activity_handler_operation_finished): * e-activity-handler.h: * e-task-bar.c: (e_task_bar_prepend_task), (e_task_bar_remove_task_from_id), (e_task_bar_remove_task), (e_task_bar_get_task_widget_from_id): * e-task-bar.h: * e-task-widget.c: (e_task_widget_init), (button_press_event_cb), (prepare_popup), (e_task_widget_construct), (e_task_widget_new_with_cancel), (e_task_widget_new), (e_task_widget_update_image): * e-task-widget.h: 2007-12-17 Srinivasa Ragavan <sragavan@novell.com> * Makefile.am: Add e-logger.[ch] to compilation * e-error.c: (e_error_newv): Add primary/secondary text to the error dialog to the gobject as data. * e-logger.[ch]: A new logger provision Evolution. 2007-12-17 Srinivasa Ragavan <sragavan@novell.com> * evolution-mail-global.xml: Add Debug Log menu item for mailer. * evolution.xml: Add place holder for Debug menu item. svn path=/trunk/; revision=34712
* sv.po: Swedish translation updatedDaniel Nylander2007-12-162-1287/+1482
| | | | svn path=/trunk/; revision=34711
* Updated Spanish translationJorge Gonzalez Gonzalez2007-12-162-56/+65
| | | | svn path=/trunk/; revision=34710
* Updated Spanish translationJorge Gonzalez Gonzalez2007-12-162-50/+35
| | | | svn path=/trunk/; revision=34709
* Plugin descriptions translated in the present tense, thanks to RodrigoLeonardo Ferreira Fontenelle2007-12-162-10/+12
| | | | | | | | | 2007-12-16 Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org> * pt_BR.po: Plugin descriptions translated in the present tense, thanks to Rodrigo Flores. svn path=/trunk/; revision=34708
* Just remove the mail-remote plugin altogether so we stop going back andMatthew Barnes2007-12-168-16/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-12-15 Matthew Barnes <mbarnes@redhat.com> * configure.in: * plugins/mail-remote: Just remove the mail-remote plugin altogether so we stop going back and forth over whether the translatable files should be added to POTFILES.in. We can always add it back once we get it working again. * po/POTFILES.in: Remove the mail-remote files for good this time. * mail/em-folder-tree-model.c (emft_model_unread_count_changed), (emfolder_tree_model_set_unread_count): Fix recently introduced compiler warnings. * plugins/mail-remote: Remove this plugin until it can be fixed. * ui/evolution.xml: Fix capitalization of "Download Messages..." (HIG 8.3.2). svn path=/trunk/; revision=34706
* Updated Irish translation.Seán de Búrca2007-12-162-8249/+11741
| | | | | | | | 2007-12-15 Seán de Búrca <sdeburca@svn.gnome.org> * ga.po: Updated Irish translation. svn path=/trunk/; revision=34705
* Fix capitalization of "Switcher Appearance" menu (HIG 8.3.2).Matthew Barnes2007-12-164-10/+20
| | | | | | | | | | | 2007-12-15 Matthew Barnes <mbarnes@redhat.com> * help/C/evolution.xml: * ui/evolution.xml: Fix capitalization of "Switcher Appearance" menu (HIG 8.3.2). svn path=/trunk/; revision=34704
* Updated Spanish translationJorge Gonzalez Gonzalez2007-12-162-427/+476
| | | | svn path=/trunk/; revision=34703
* Part of fix for #492702 from Milan Crha : New mail notify and preferences ui ↵Johnny Jacob2007-12-1513-514/+899
| | | | | | movement. svn path=/trunk/; revision=34702
* Updated Norwegian bokmål translation.Kjartan Maraas2007-12-152-128/+141
| | | | | | | | 2007-12-15 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=34701
* Attachment reminder cleanup. Fixes 502312. Added some more fixes over Milan ↵Johnny Jacob2007-12-152-77/+94
| | | | | | Crha's work. svn path=/trunk/; revision=34700
* Updated spanish translationJorge Gonzalez Gonzalez2007-12-142-2668/+2653
| | | | svn path=/trunk/; revision=34699
* Moving some code from tree to model where it belongs. Fixes some CPU usageSankar P2007-12-143-26/+38
| | | | | | | | | | | | | | | | 2007-12-14 Sankar P <psankar@novell.com> * em-folder-tree-model.c: (emft_model_unread_count_changed), (em_folder_tree_model_init), (em_folder_tree_model_set_unread_count): * em-folder-tree.c: (em_folder_tree_construct): Moving some code from tree to model where it belongs. Fixes some CPU usage issue whenever (un)read count is updated. Hopefully no regresssions. svn path=/trunk/; revision=34698
* Patch by <nickspoon0@gmail.com>Tobias Mueller2007-12-142-1/+9
| | | | | | | | | | | | | 2007-12-14 Tobias Mueller <tobiasmue@svn.gnome.org> Patch by <nickspoon0@gmail.com> ** Fixes bug 502188 * publish-calendar.c: initialize "remember" variable to FALSE. svn path=/trunk/; revision=34697
* Fix an implicit function declaration.Matthew Barnes2007-12-142-0/+6
| | | | | | | | | | 2007-12-13 Matthew Barnes <mbarnes@redhat.com> * mail/mail-send-recv.c: Fix an implicit function declaration. svn path=/trunk/; revision=34696
* Fix all "entity not defined" warnings (#437579).Matthew Barnes2007-12-142-0/+18
| | | | | | | | | | 2007-12-13 Matthew Barnes <mbarnes@redhat.com> * help/C/evolution.xml: Fix all "entity not defined" warnings (#437579). svn path=/trunk/; revision=34695
* ** Fixes bug 474651Tobias Mueller2007-12-1410-13/+28
| | | | | | | | | | | | | | | | | | | 2007-12-13 Tobias Mueller <tobiasmue@svn.gnome.org> ** Fixes bug 474651 * calendar/gui/memos-component.c: * addressbook/gui/component/addressbook.c: * calendar/gui/tasks-control.c: * calendar/gui/tasks-component.c: * widgets/misc/e-dateedit.c: * calendar/gui/e-cal-model-tasks.c: * widgets/misc/e-cell-percent.c: * calendar/gui/e-itip-control.c: * calendar/gui/comp-editor-factory.c: Use format strings in gtk_message_dialog_new svn path=/trunk/; revision=34694
* ** Fix for bug #340267Milan Crha2007-12-133-4/+13
| | | | | | | | | | | | | | 2007-12-13 Milan Crha <mcrha@redhat.com> ** Fix for bug #340267 * gui/e-cal-component-preview.c: (write_html): * gui/e-cal-component-memo-preview.c: (write_html): Show description in preview as preformatted text, so tabulators are kept instead of treated as white spaces. svn path=/trunk/; revision=34693
* Patch by evilninjasquirrel@hotbrev.comTobias Mueller2007-12-133-6/+15
| | | | | | | | | | | | | | | 2007-12-13 Tobias Mueller <tobiasmue@svn.gnome.org> Patch by evilninjasquirrel@hotbrev.com ** Fixes bug 474043 * plugins/exchange-operations/exchange-operations.c: * plugins/exchange-operations/exchange-operations.h Prevent buffer overflows, by introducing a fourth parameter to exchange_operations_tokenize_string - a max size to copy svn path=/trunk/; revision=34692
* Patch from Alex "weej" Jones <alex@weej.com>: Fix for bug #503111 (Suppress ↵Suman Manjunath2007-12-132-1/+8
| | | | | | "Loading %s as the default junk plugin" message) svn path=/trunk/; revision=34691
* ** Fix for bug #502318Milan Crha2007-12-112-14/+34
| | | | | | | | | | | | | | | | | 2007-12-11 Milan Crha <mcrha@redhat.com> ** Fix for bug #502318 * em-format-html-display.c: (struct _EMFormatHTMLDisplayPrivate), (efhd_search_destroy), (em_format_html_get_search_dialog), (em_format_html_display_search), (em_format_html_display_search_with), (em_format_html_display_search_close), (efhd_complete): Track search dialog activity rather based on flag than on widget existence, because the pointer to that widget it still there (non-NULL) even after destroy of that widget. svn path=/trunk/; revision=34689
* ** Fix for bug #336074Milan Crha2007-12-112-13/+18
| | | | | | | | | | | | | | 2007-12-11 Milan Crha <mcrha@redhat.com> ** Fix for bug #336074 * mail-send-recv.c: (get_folders): Determine whether refresh folder from the store based on result of new store's function 'camel_store_can_refresh_folder'. Note: Be sure you updated evolution-data-server (revision 8288) and evolution-exchange too svn path=/trunk/; revision=34688
* Updated Greek translationKostas Papadimas2007-12-112-2435/+2985
| | | | svn path=/trunk/; revision=34687
* ** Fix for bug #501969 Passwords should not be forgotten for all errorsSankar P2007-12-114-1/+31
| | | | | | | | | | 2007-12-11 Sankar P <psankar@novell.com> ** Fix for bug #501969 * Passwords should not be forgotten for all errors svn path=/trunk/; revision=34686
* Updated Spanish translationJorge Gonzalez Gonzalez2007-12-112-19/+29
| | | | svn path=/trunk/; revision=34685
* Updated Slovenian translationMatej Urbančič2007-12-102-880/+988
| | | | svn path=/trunk/; revision=34684
* ** Fix for bug #502501Srinivasa Ragavan2007-12-102-1/+7
| | | | | | | | | | | 2007-12-10 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #502501 * main.c: (show_recovery_warning): Re use the existing string. svn path=/trunk/; revision=34683
* If it is not FolderBrowser object, the pane size signal is not sent. FixJeff Cai2007-12-102-1/+8
| | | | | | | | | | | | 2007-12-10 Jeff Cai <jeff.cai@sun.com> * em-folder-view.c: (emfv_setting_notify): If it is not FolderBrowser object, the pane size signal is not sent. Fix #501677 svn path=/trunk/; revision=34681
* ** Fixes bug 474651Tobias Mueller2007-12-1010-8/+25
| | | | | | | | | | | | | | | | | | | | | 2007-12-10 Tobias Mueller <tobiasmue@svn.gnome.org> ** Fixes bug 474651 * addressbook/gui/contact-editor/eab-editor.c: * plugins/save-calendar/ical-format.c: * plugins/save-calendar/csv-format.c: * plugins/save-calendar/rdf-format.c: * plugins/ipod-sync/ical-format.c: * plugins/ipod-sync/ipod-sync.c: * plugins/ipod-sync/evolution-ipod-sync.c: * calendar/gui/dialogs/changed-comp.c: * calendar/gui/dialogs/copy-source-dialog.c: * calendar/gui/dialogs/delete-error.c: Use format strings in gtk_message_dialog_new svn path=/trunk/; revision=34680
* change "Evolution FAQ" menu item name to "Frequently Asked questions". ifAndre Klapper2007-12-102-1/+7
| | | | | | | | | | | 2007-12-09 Andre Klapper <a9016009@gmx.de> * evolution.xml: change "Evolution FAQ" menu item name to "Frequently Asked questions". if i think of it, our users should not need a geek dictionary. svn path=/trunk/; revision=34679
* Updated Spanish translationJorge Gonzalez Gonzalez2007-12-102-187/+224
| | | | svn path=/trunk/; revision=34678
* Updated Occitan translationYannig MARCHEGAY2007-12-091-4/+4
| | | | svn path=/trunk/; revision=34677
* Updated Occitan translationYannig MARCHEGAY2007-12-091-145/+150
| | | | svn path=/trunk/; revision=34676
* Updated German translation.Andre Klapper2007-12-092-1248/+1314
| | | | | | | | | 2007-12-08 Andre Klapper <a9016009@gmx.de> * de.po: Updated German translation. svn path=/trunk/; revision=34675
* Updated Occitan translationYannig MARCHEGAY2007-12-081-1995/+1965
| | | | svn path=/trunk/; revision=34674
* Updated Occitan translationYannig MARCHEGAY2007-12-081-5/+5
| | | | svn path=/trunk/; revision=34673
* Updated Occitan translationYannig MARCHEGAY2007-12-081-51/+51
| | | | svn path=/trunk/; revision=34672
* Add missing files from mail-remote. Updated Norwegian bokmål translation.Kjartan Maraas2007-12-083-135/+173
| | | | | | | | | 2007-12-08 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Add missing files from mail-remote. * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=34671
* Wrong translation of "delete" fixed by Rodrigo Flores.Leonardo Ferreira Fontenelle2007-12-082-215/+209
| | | | | | | | 2007-12-08 Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org> * pt_BR.po: Wrong translation of "delete" fixed by Rodrigo Flores. svn path=/trunk/; revision=34670
* ** Fix for bug #329706Alex Kloss2007-12-083-4/+13
| | | | | | | | | | | | | | | 2007-12-07 Alex Kloss <alexkloss@att.net> ** Fix for bug #329706 * em-utils.c (em_utils_prompt_user): Add mnemonic 'd' to 'Do not show...' checkbox * mail.error.xml: Remove redundant 'Send anyway' label Reorder buttons to 'Send','Cancel' as per HIG svn path=/trunk/; revision=34668
* Patch from Akhil Laddha <lakhil@novell.com>: Fix for bug #475508 (UI: ↵Suman Manjunath2007-12-082-8/+18
| | | | | | Changed the string for search folder and filter creation from message list, etc to make it understandable) svn path=/trunk/; revision=34667
* Patch from Bob Mauchin <zebob.m@pengzone.org>: Fix for bug #438769 (UI: ↵Suman Manjunath2007-12-072-1/+9
| | | | | | Changed label from 'Search name' to 'Rule name' in the add-new-message-filter dialog) svn path=/trunk/; revision=34666
* ** Fix for bug #500561Denis Washington2007-12-074-0/+19
| | | | | | | | | | | | | | | | | 2007-12-07 Denis Washington <denisw@svn.gnome.org> ** Fix for bug #500561 * em-folder-browser.c: Added icon for mark all messages as read menu item. --This M mail/em-folder-browser.c M mail/ChangeLog M ui/ChangeLog M ui/evolution-mail-list.xml svn path=/trunk/; revision=34665
* Updated Norwegian bokmål translation.Kjartan Maraas2007-12-072-1203/+1281
| | | | | | | | 2007-12-06 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=34664
* Patch from David Turner <cillian64@googlemail.com>: Fix for bug #468277 ↵Suman Manjunath2007-12-072-1/+8
| | | | | | (missing mnemonic in 'New Address Book' dialog) svn path=/trunk/; revision=34663
* Patch from Alex Kloss <alexkloss@att.net>: Fix for bug #347328 (missing ↵Suman Manjunath2007-12-073-4/+14
| | | | | | mnemonic/mnemonic conflict in GW features -> New shared folder -> Users dialog) svn path=/trunk/; revision=34662
* Updated Spanish translationJorge Gonzalez Gonzalez2007-12-062-647/+755
| | | | svn path=/trunk/; revision=34661
* ** Fix for bug #263236Milan Crha2007-12-062-5/+20
| | | | | | | | | | | | | 2007-12-06 Milan Crha <mcrha@redhat.com> ** Fix for bug #263236 * em-folder-view.c: (emfv_delete_msg_response): Look for "Do not ask me again" check in alignment, so let it works properly. svn path=/trunk/; revision=34660
* ** Fixes bug #392747 (extra cleanup work)Matthew Barnes2007-12-068-121/+85
| | | | | | | | | | | | | | | | | | | | | | | 2007-12-05 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #392747 (extra cleanup work) * calendar/gui/e-day-view.c (e_day_view_style_set): * calendar/gui/e-week-view-titles-item.c (e_week_view_titles_item_draw): * calendar/gui/e-week-view.c (e_week_view_style_set): * calendar/gui/print.c (print_month_summary): * calendar/gui/e-meeting-time-sel.c (e_meeting_time_selector_recalc_date_form): Call e_get_month_name() or e_get_weekday_name() instead of e_utf8_strftime() or g_date_strftime(). e_utf8_strftime() or g_date_strftime(). * widgets/misc/e-calendar-item.c (e_calendar_item_show_popup_menu): Call e_get_month_name() instead of e_utf8_strftime(). svn path=/trunk/; revision=34659
* Patch from David Turner <cillian64@googlemail.com>: Fix for bug #408170 ↵Suman Manjunath2007-12-062-2/+9
| | | | | | (missing mnemonic in calendar list view, when right clicked on the column headers) svn path=/trunk/; revision=34658
* Corrected misspelled instances of vCard in:Suman Manjunath2007-12-066-11/+25
| | | | | | | | | | M addressbook/gui/component/addressbook-view.c M addressbook/gui/widgets/eab-vcard-control.c M addressbook/gui/widgets/eab-gui-util.c M addressbook/gui/widgets/e-addressbook-view.c M addressbook/importers/evolution-vcard-importer.c svn path=/trunk/; revision=34657
* Bump libgtkhtml requirement to 3.17.3 due to bug #271551.Matthew Barnes2007-12-062-1/+6
| | | | | | | | | | 2007-12-05 Matthew Barnes <mbarnes@redhat.com> * configure.in: Bump libgtkhtml requirement to 3.17.3 due to bug #271551. svn path=/trunk/; revision=34656
* ** Fix for bug #501474Milan Crha2007-12-052-3/+11
| | | | | | | | | | | | 2007-12-05 Milan Crha <mcrha@redhat.com> ** Fix for bug #501474 * gui/gnome-cal.c: (update_memo_view): Fix wrong expression from bug #359267 svn path=/trunk/; revision=34655
* Fix a compiler warning.Srinivasa Ragavan2007-12-052-1/+5
| | | | | | | | | | 2007-12-05 Srinivasa Ragavan <sragavan@novell.com> * mail-config.h: Fix a compiler warning. svn path=/trunk/; revision=34654
* Fix a compiler warningSrinivasa Ragavan2007-12-052-3/+7
| | | | | | | | | 2007-12-05 Srinivasa Ragavan <sragavan@novell.com> * e-util.h: Fix a compiler warning svn path=/trunk/; revision=34653
* ** Add basic support for crash recoverySrinivasa Ragavan2007-12-057-2/+197
| | | | | | | | | | | | | | 2007-12-05 Srinivasa Ragavan <sragavan@novell.com> ** Add basic support for crash recovery * apps_evolution_shell.schemas.in: Keys to recover and recovery dialog. * e-shell.c: (e_shell_quit): Delete the lock while quitting. * main.c: (show_recovery_warning), (idle_cb): Create lock and also show the warning dialog. svn path=/trunk/; revision=34652
* Move preferences to the configure tab.Sankar P2007-12-052-5/+13
| | | | | | | | | | | 2007-12-05 Sankar P <psankar@novell.com> * attachment-reminder.c: (e_plugin_lib_get_configure_widget): Move preferences to the configure tab. svn path=/trunk/; revision=34651
* ** Added a preference to disable Magic Spacebar.Srinivasa Ragavan2007-12-058-5/+75
| | | | | | | | | | | | | | | | | | | 2007-12-05 Srinivasa Ragavan <sragavan@novell.com> ** Added a preference to disable Magic Spacebar. * em-folder-browser.c: (html_scroll), (emfb_list_key_press): Check the cfg before invoking Magic Spacebar * em-mailer-prefs.c: (em_mailer_prefs_construct): Preference window handling * em-mailer-prefs.h: * evolution-mail.schemas.in: * mail-config.c: (gconf_magic_spacebar_changed), (mail_config_init), (mail_config_get_enable_magic_spacebar): Add it part of MC. * mail-config.glade: * mail-config.h: svn path=/trunk/; revision=34650
* Patch from David Turner <cillian64@googlemail.com>: Fix for bug #347329 ↵Suman Manjunath2007-12-052-1/+8
| | | | | | (missing mnemonic in 'New Folder' dialog) svn path=/trunk/; revision=34649
* Patch from Alex Kloss <alexkloss@att.net>: Fix for bug #329578 (missing ↵Suman Manjunath2007-12-052-5/+13
| | | | | | mnemonic in Receiving options tab) svn path=/trunk/; revision=34648
* Patch from David Turner <cillian64@googlemail.com>: Fix for bug #446029 ↵Suman Manjunath2007-12-042-1/+8
| | | | | | (mnemonic conflict in 'Find in Message' feature) svn path=/trunk/; revision=34647
* Patch from Alex Kloss <alexkloss@att.net>: Fix for bug #466503 (mnemonic ↵Suman Manjunath2007-12-042-1/+8
| | | | | | conflict in Mail Preferences->Junk tab) svn path=/trunk/; revision=34646
* ** Part of fix for bug #466499David Turner2007-12-042-5/+9
| | | | | | | | | | | | 2007-12-04 David Turner <cillian64@googlemail.com> ** Part of fix for bug #466499 * em-account-editor.c: (emae_option_toggle): Added support for mnemonics in config options from camel svn path=/trunk/; revision=34645
* ** Fix for bug #466497David Turner2007-12-042-3/+10
| | | | | | | | | | | | 2007-12-04 David Turner <cillian64@googlemail.com> ** Fix for bug #466497 * mail-config.glade: Changed some mnemonics to stop l being used as a mnemonic key svn path=/trunk/; revision=34644
* ** Fix for bug #466241David Turner2007-12-044-5/+20
| | | | | | | | | | | | | | | | 2007-12-04 David Turner <cillian64@googlemail.com> ** Fix for bug #466241 * plugins/exchange-operations/exchange-account-setup.c: (org_gnome_exchange_auth_section): Added a mnemonic to the Authentication Type label/dropdown * mail/mail-config.glade: Added a mnemonic to "Authentication type" in the recieving mail section of configuration svn path=/trunk/; revision=34643
* ** Fix for bug #458824David Turner2007-12-042-5/+11
| | | | | | | | | | | 2007-12-04 David Turner <cillian64@googlemail.com> ** Fix for bug #458824 * e-table-config.glade: Added mnemonics to the "Group" dialog svn path=/trunk/; revision=34642
* ** Fixes bug #444227Alex Kloss2007-12-042-2/+10
| | | | | | | | | | | | | 2007-12-04 Alex Kloss <alexkloss@att.net> ** Fixes bug #444227 * evolution-mail-global.xml: Make string for PrepareForOffline more descriptive Add mnemonic to PrepareForOffline menu item svn path=/trunk/; revision=34641
* ** Fix for bug #220846Milan Crha2007-12-044-4/+58
| | | | | | | | | | | | | | | | 2007-12-04 Milan Crha <mcrha@redhat.com> ** Fix for bug #220846 * itip-view.h: * itip-view.c: (itip_view_set_show_free_time_check), (itip_view_get_free_time_check_state), (struct _ItipViewPrivate), (itip_view_init): * itip-formatter.c: (view_response_cb), (format_itip_object): New option to accept meeting request as free time. svn path=/trunk/; revision=34640
* ** Fix for bug #500210Milan Crha2007-12-045-216/+251
| | | | | | | | | | | | | | | | | | | | | 2007-12-04 Milan Crha <mcrha@redhat.com> ** Fix for bug #500210 * plugins/plugin-manager/plugin-manager.c: Changed coding-style to be more accurate to other sources, but the main change was to show configuration options of the plugin into extra tab, instead of new popup under 'Configure' button. * e-util/e-plugin.h: * e-util/e-plugin.c: (e_plugin_configure), (e_plugin_is_configurable), (epl_configure), (e_plugin_get_configure_widget), (epl_get_configure_widget): Removed old configure functions, replaced by get_configure_widget functions, to be able show plugin configuration in a tab of plugin manager. svn path=/trunk/; revision=34639
* ** Fix for bug #354265David Turner2007-12-044-5/+14
| | | | | | | | | | | | | | 2007-12-04 David Turner <cillian64@googlemail.com> ** Fix for bug #354265 * gui/e-calender-table.c: * gui/e-memo-table.c: * gui/e-calender-view.c: Fixed mnemonic clash between print and paste mnemonics svn path=/trunk/; revision=34638
* +2007-12-03 Srinivasa Ragavan <sragavan@novell.com>EVOLUTION_2_21_3Srinivasa Ragavan2007-12-043-2/+51
| | | | | | | | + + * NEWS, configure.in: evolution 2.21.3 release. svn path=/trunk/; revision=34636
* Committed on behalf of Denis Washington <denisw@svn.gnome.org>Sankar P2007-12-043-2/+11
| | | | | | | | | | | | | | | 2007-12-04 Sankar P <psankar@novell.com> * Committed on behalf of Denis Washington <denisw@svn.gnome.org> ** Fix for bug #496298 * org-gnome-external-editor.eplug.xml: * org-gnome-external-editor.xml: Change mails to messages. svn path=/trunk/; revision=34635
* Updated Korean translation.Changwoo Ryu2007-12-042-2617/+2913
| | | | svn path=/trunk/; revision=34632
* Fixes #501182.Wang Xin2007-12-042-1/+8
| | | | | | | | | | | 2008-12-04 Wang Xin <jedy.wang@sun.com> Fixes #501182. * gui/gnome-cal.c: (update_todo_view): Handle NULL pointer. svn path=/trunk/; revision=34631
* ** Fix for bug #363644Denis Washington2007-12-042-0/+10
| | | | | | | | | | | | 2007-12-03 Denis Washington <denisw@svn.gnome.org> ** Fix for bug #363644 * mail-send-recv.c: Added a 6px padding around the scrolled window so that it's border doesn't look like a separator on the bottom. svn path=/trunk/; revision=34630
* ** Fix for bug #440497Milan Crha2007-12-046-27/+45
| | | | | | | | | | | | | | | | | | | 2007-12-03 Milan Crha <mcrha@redhat.com> ** Fix for bug #440497 * gui/e-meeting-list-view.h: (e_meeting_list_view_column_set_visible): Prototype changed to refer to column based on enum identifier. * gui/e-meeting-list-view.c: (build_table): Store column enum identifier in column datas, for later use. * gui/e-meeting-list-view.c: (e_meeting_list_view_column_set_visible): * gui/dialogs/task-page.c: * gui/dialogs/event-page.c: * gui/e-meeting-time-sel.c: Refer for column based on the enum, not on the column title. svn path=/trunk/; revision=34628
* ** Fixes bug #392747Matthew Barnes2007-12-0310-53/+147
| | | | | | | | | | | | | | | | | | | | | | | | 2007-12-03 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #392747 * e-util/e-utils.c (e_get_month_name), (e_get_weekday_name): New functions cache localized month and weekday names (respectively) for easier retrieval than resorting to strftime(). * a11y/widgets/ea-calendar-item.c (ea_calendar_item_get_column_label): Get the column label via e_get_weekday_name(). * calendar/gui/weekday-picker.c (get_day_text): Convert the day_index to GDateWeekday and call e_get_weekday_name(). * widgets/misc/e-calendar-item.h (struct _ECalendarItem): * widgets/misc/e-calendar-item.c (e_calendar_item_init), (e_calendar_item_draw): Lose the local weekday name cache and just call e_get_weekday_name(). svn path=/trunk/; revision=34627
* ** Fix for bug #391062Srinivasa Ragavan2007-12-032-1/+16
| | | | | | | | * bbdb.c: (bbdb_open_addressbook): Dont add contacts, if it is enabled to do so. svn path=/trunk/; revision=34626
* Make it selectable, fixes bug 401523, patch by Lucky WankhedeTobias Mueller2007-12-032-3/+8
| | | | | | | | | | 2007-12-02 Tobias Mueller <tobiasmue@svn.gnome.org> * imap-headers.glade: Make it selectable, fixes bug 401523, patch by Lucky Wankhede <wlakke@novell.com> svn path=/trunk/; revision=34623
* Add new files, remove dead ones.Matthew Barnes2007-12-022-1/+8
| | | | | | | | | 2007-12-02 Matthew Barnes <mbarnes@redhat.com> * POTFILES.in: Add new files, remove dead ones. svn path=/trunk/; revision=34622
* Fix a typo.Matthew Barnes2007-12-021-1/+1
| | | | svn path=/trunk/; revision=34621
* ** Fixes part of bug #495123Matthew Barnes2007-12-0213-316/+606
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-12-01 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #495123 * composer/e-msg-composer.c: * composer/e-msg-composer-hdrs.h: * composer/e-msg-composer-hdrs.c: Move signature handling to e-msg-composer-hdrs.c. Use an ESignatureComboBox. * composer/e-composer-from-header.h: * composer/e-composer-from-header.c: Clean up the GtkHBox hack. The signature combo is now packed directly into the GtkTable. * composer/e-composer-name-header.c: * composer/e-composer-text-header.c: Code cleanup. * widgets/misc/Makefile.am: Add e-signature-combo-box.[ch]. * widget/misc/e-account-combo-box.c (account_combo_box_refresh_cb): Make sure the EAccount isn't lost while swapping models. * widget/misc/e-signature-combo-box.c: * widget/misc/e-signature-combo-box.h: New widget renders an ESignatureList as a combo box. Also listens for changes to the ESignatureList and updates itself accordingly. svn path=/trunk/; revision=34620
* ** Fixes bug #499920Matthew Barnes2007-11-303-3/+16
| | | | | | | | | | | | | | | | 2007-11-30 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #499920 * shell/es-event.h: Avoid including private header "e-shell.h". Use a forward declaration of EShell instead. * shell/es-event.c: Safe to include "e-shell.h" here. svn path=/trunk/; revision=34618
* ** Fix for bug #325730Milan Crha2007-11-303-6/+22
| | | | | | | | | | | | | | | 2007-11-30 Milan Crha <mcrha@redhat.com> ** Fix for bug #325730 * gui/e-calendar-table.c: (hide_completed_rows): * gui/e-cal-model.c: (e_cal_view_objects_added_cb), (e_cal_view_objects_removed_cb), (remove_client_objects): Reverting part of previous patch (2007-11-23) and added notifications about model_changed after done with deleting. svn path=/trunk/; revision=34617
* ** Fix for bug #400213Milan Crha2007-11-302-45/+19
| | | | | | | | | | | | | 2007-11-30 Milan Crha <mcrha@redhat.com> ** Fix for bug #400213 * e-shell-window.c: (load_icons): Function removed. * e-shell-window.c: (update_offline_toggle_status): Do not use pixmaps and masks, load images from file, instead. svn path=/trunk/; revision=34615
* ** Part of fix for bug #271551Milan Crha2007-11-307-4/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-11-29 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #271551 * mail/evolution-mail.schemas.in: New key "/apps/evolution/mail/composer/current_folder". * composer/e-msg-composer.h: (e_msg_composer_set_attach_path), (e_msg_composer_get_attach_path): * composer/e-msg-composer.c: (e_msg_composer_set_attach_path), (e_msg_composer_get_attach_path): Functions to set/get attach path to both composer and editor. * composer/e-msg-composer.c: (prepare_engine): Set last used path right after creation of the engine. * composer/e-msg-composer-select-file.c: (get_selector), (select_file_response), (select_attach_response): Using new functions. * composer/listener.c: (impl_event): Store new file path when received event about its change. * composer/e-msg-composer.c: (set_signature_gui): Leak fix. Note: update your GtkHtml to revision 8636 and above. svn path=/trunk/; revision=34613
* ** Fixes bug #489652Matthew Barnes2007-11-299-1638/+1720
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-11-28 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #489652 Migrate the contact list editor from ETable to GtkTreeView and fix some HIG issues. * addressbook/gui/contact-list-editor/Makefile.am: Remove e-contact-list-editor.etspec Remove e-contact-list-editor-marshal.list * addressbook/gui/contact-list-editor/contact-list-editor.glade: Fix some HIG issues and give all the widgets proper names. * addressbook/gui/contact-list-editor/e-contact-list-model.c: * addressbook/gui/contact-list-editor/e-contact-list-model.h: EContactListModel is now a subclass of GtkListStore. * addressbook/gui/contact-list-editor/e-contact-list.c: * addressbook/gui/contact-list-editor/e-contact-list.h: Use a GtkTreeView instead of an ETable for displaying members. Refactor everything; see bug #489652 for more details. svn path=/trunk/; revision=34610
* Updated Spanish translationJorge Gonzalez Gonzalez2007-11-282-456/+434
| | | | svn path=/trunk/; revision=34609
* Fix an implicit function declaration caused by my last commit.Matthew Barnes2007-11-282-0/+6
| | | | | | | | | | 2007-11-28 Matthew Barnes <mbarnes@redhat.com> * mail/mail-session.c: Fix an implicit function declaration caused by my last commit. svn path=/trunk/; revision=34608
* Translation updated by Ivar Smolin.Priit Laes2007-11-282-1878/+1987
| | | | | | | | 2007-11-28 Priit Laes <plaes@svn.gnome.org> * et.po: Translation updated by Ivar Smolin. svn path=/trunk/; revision=34603
* ** Fixes bug #495123Matthew Barnes2007-11-2824-1172/+2541
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-11-27 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #495123 * composer/Makefile.am: Add a bunch of files for managing composer headers. * composer/e-msg-composer.c (build_message), (from_changed_cb), (set_editor_signature), (e_msg_composer_set_body), (e_msg_composer_get_preferred_account): * plugins/exchange-operations/exchange-mail-send-options.c (append_to_header): Use e_msg_composer_hdrs_get_from_account() to obtain the EAccount. * composer/e-msg-composer-hdrs.c: * composer/e-msg-composer-hdrs.h: Massive refactoring to use new EComposerHeader classes. * composer/e-composer-header.c: * composer/e-composer-header.h: * composer/e-composer-from-header.c: * composer/e-composer-from-header.h: * composer/e-composer-name-header.c: * composer/e-composer-name-header.h: * composer/e-composer-post-header.c: * composer/e-composer-post-header.h: * composer/e-composer-text-header.c: * composer/e-composer-text-header.h: New GObject classes manage different types of composer headers. See bug #495123 for a more detailed description of each class. * mail/mail-session.c (mail_session_init): Pass the CamelSession to the EAccountComboBox class (ugly hack). * widgets/misc/Makefile.am: Add e-account-combo-box.[ch]. * widgets/misc/e-account-combo-box.c: * widgets/misc/e-account-combo-box.h: New widget renders an EAccountList as a combo box. Also listens for changes to the EAccountList and updates itself accordingly. svn path=/trunk/; revision=34600
* ** Fix for bug #500024Milan Crha2007-11-282-0/+7
| | | | | | | | | | | 2007-11-27 Milan Crha <mcrha@redhat.com> ** Fix for bug #500024 * gui/print.c: (print_comp): Set number of pages first. svn path=/trunk/; revision=34597
* Updated Slovenian translationMatej Urbančič2007-11-271-539/+549
| | | | svn path=/trunk/; revision=34596
* Updated Slovenian translationMatej Urbančič2007-11-271-0/+4
| | | | svn path=/trunk/; revision=34595
* ** Fix for bug #214645Milan Crha2007-11-273-36/+97
| | | | | | | | | | | | | | | | 2007-11-27 Milan Crha <mcrha@redhat.com> ** Fix for bug #214645 * gui/e-week-view.c: (e_week_view_get_day_position), (e_week_view_convert_position_to_day): * gui/e-week-view-layout.c: (e_week_view_layout_event), (e_week_view_layout_get_span_position): Collapses non-working days to occupy one row and expand other days if possible. svn path=/trunk/; revision=34594
* ** Fixes bug #495951 Use GtkTreeView in place of ETableGilles Dartiguelongue2007-11-274-276/+259
| | | | | | | | | | 2007-11-26 Gilles Dartiguelongue <gdartigu@svn.gnome.org> ** Fixes bug #495951 Use GtkTreeView in place of ETable svn path=/trunk/; revision=34590
* ** Fixes bug #497810Andre Klapper2007-11-274-12/+30
| | | | | | | | | | | | | 2007-11-26 Andre Klapper <a9016009@gmx.de> ** Fixes bug #497810 * ui/evolution.xml: * shell/e-shell-window-commands.c: add "Evolution FAQ" help menu item svn path=/trunk/; revision=34589
* ** Fixes bug #499644Matthew Barnes2007-11-262-2/+11
| | | | | | | | | | | | | | 2007-11-26 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #499644 * em-junk-filter.c (user_remote_tests_cb), (org_gnome_sa_use_remote_tests): The behavior of the "Include remote tests" check button was swapped with respect to its state. Probably why SpamAssassin seemed slow. svn path=/trunk/; revision=34586
* ** Fix for bug #216485 Edit->Select thread menu fix and improvement.Nicholas Miell2007-11-266-24/+82
| | | | | | | | | | | | | | | | | | | | | | 2007-11-26 Nicholas Miell <nmiell@gmail.com> ** Fix for bug #216485 Edit->Select thread menu fix and improvement. * mail/em-folder-browser.c: (emfb_edit_select_subthread): new function, (emfb_enable_map, emfb_verbs) hook it up * mail/message-list.c: (select_thread): new function based on thread_select_foreach, (thread_select_foreach): remove the logic now in select_thread, (message_list_select_thread): use select_thread, (subthread_select_foreach): new function, (message_list_select_subthread): new function * mail/message-list.h: (message_list_select_subthread): add prototype * ui/evolution-mail-list.xml Add Select Message Subthread svn path=/trunk/; revision=34585
* ** Fix for bug #346693Milan Crha2007-11-262-7/+20
| | | | | | | | | | | | 2007-11-26 Milan Crha <mcrha@redhat.com> ** Fix for bug #346693 * gui/e-day-view.c: (e_day_view_on_editing_started): Ensure new event in top canvas will be visible. svn path=/trunk/; revision=34584
* ** Fix for bug #380644Milan Crha2007-11-268-12/+72
| | | | | | | | | | | | | | | | | | | | | | | | 2007-11-26 Milan Crha <mcrha@redhat.com> ** Fix for bug #380644 * gui/dialogs/task-page.h: (task_page_add_attendee): * gui/dialogs/task-page.c: (task_page_add_attendee): * gui/dialogs/event-page.h: (event_page_add_attendee): * gui/dialogs/event-page.c: (event_page_add_attendee): New function to add attendee to store and name selector. * gui/dialogs/task-page.c: (remove_attendee): Remove attendee also from name selector (keep consistent). * gui/dialogs/task-editor.c: (task_editor_edit_comp): Use task_page_add_attendee to add known attendees. * gui/dialogs/event-editor.c: (event_editor_edit_comp): Use event_page_add_attendee to add known attendees. * gui/e-meeting-store.c: (e_meeting_store_remove_all_attendees), (e_meeting_store_remove_attendee): Code cleanup by Matthew Barnes. svn path=/trunk/; revision=34582
* ** Fix for bug #325730Milan Crha2007-11-234-5/+26
| | | | | | | | | | | | | | | | 2007-11-23 Milan Crha <mcrha@redhat.com> ** Fix for bug #325730 * gui/e-memos.c: (table_selection_change_cb): * gui/e-tasks.c: (table_selection_change_cb): Clear task/memo preview when have more or less than one row selected. * gui/e-cal-model.c: (e_cal_view_objects_added_cb), (e_cal_view_objects_removed_cb), (remove_client_objects): First delete, then notify, so we read from updated store. svn path=/trunk/; revision=34577
* ** Fix for bug #353807Milan Crha2007-11-232-2/+28
| | | | | | | | | | | | 2007-11-23 Milan Crha <mcrha@redhat.com> ** Fix for bug #353807 * mail-to-task.c: (do_mail_to_task): Notice user if any error occur during opening calendar, calendar is readonly or when add fails. svn path=/trunk/; revision=34576
* ** Fix for bug #495711Milan Crha2007-11-233-5/+23
| | | | | | | | | | | | | | 2007-11-23 Milan Crha <mcrha@redhat.com> ** Fix for bug #495711 * gui/contact-editor/e-contact-editor.h: (struct _EContactEditor): * gui/contact-editor/e-contact-editor.c: (full_name_response), (full_name_clicked), (e_contact_editor_init): Keep track of previously created Full Name dialog and reuse it. svn path=/trunk/; revision=34575
* ** Fix for bug #494414Milan Crha2007-11-232-1/+18
| | | | | | | | | | | | 2007-11-23 Milan Crha <mcrha@redhat.com> ** Fix for bug #494414 * em-folder-selection-button.c: (set_contents): If used uri points to an account, then prepend account's name to folder name. svn path=/trunk/; revision=34574
* ** Fix for bug #479081Milan Crha2007-11-232-0/+10
| | | | | | | | | | | | 2007-11-23 Milan Crha <mcrha@redhat.com> ** Fix for bug #479081 * exchange-account-setup.c: (org_gnome_exchange_owa_url): Check for input validity immediately after creating setup widgets. svn path=/trunk/; revision=34572
* ** Fix for bug #458237Milan Crha2007-11-232-0/+11
| | | | | | | | | | | | 2007-11-23 Milan Crha <mcrha@redhat.com> ** Fix for bug #458237 * itip-formatter.c: (start_calendar_server), (source_selected_cb): Check for non-NULL source before using it to prevent a crash. svn path=/trunk/; revision=34570
* ** Fix for bug #494425Milan Crha2007-11-232-7/+93
| | | | | | | | | | | | | 2007-11-23 Milan Crha <mcrha@redhat.com> ** Fix for bug #494425 * em-utils.c: (get_unique_file_names): New helper function to "assign" unique file name to each part. * em-utils.c: (em_utils_save_parts): Use new helper function. svn path=/trunk/; revision=34568
* ** Fix for bug #335931Milan Crha2007-11-234-10/+64
| | | | | | | | | | | | | | | | | | | | | | 2007-11-23 Milan Crha <mcrha@redhat.com> ** Fix for bug #335931 * message-list.c: (struct _regen_list_msg): New member last_row. * message-list.c: (regen_list_regen): Store last_row for later use. * message-list.c: (regen_list_regened): Restore row based on last_row when no uid was selected before. * message-list.c: (mail_regen_list): Init new last_row member. * em-folder-view.c: (emfv_select_next_message): New helper function to select messages in list. * em-folder-view.c: (emfv_popup_mark_junk), (emfv_popup_mark_nojunk), (emfv_popup_delete): Using new helper function, so get same behavior. * message-list.h: (struct _MessageList): * message-list.c: (on_cursor_activated_cmd): Removed cursor_row member. svn path=/trunk/; revision=34567
* ** Fix for bug #484603Milan Crha2007-11-232-0/+9
| | | | | | | | | | | | 2007-11-23 Milan Crha <mcrha@redhat.com> ** Fix for bug #484603 * gui/e-week-view.c: (e_week_view_reshape_event_span): Do not forget for organizer icon when counting used icons. svn path=/trunk/; revision=34565
* ** Fix for bug #498551Milan Crha2007-11-222-2/+9
| | | | | | | | | | | | 2007-11-22 Milan Crha <mcrha@redhat.com> ** Fix for bug #498551 * em-folder-tree.c: (emft_get_folder_info__got): Remove placeholder node even for store if no children found. svn path=/trunk/; revision=34563
* ** Fix for bug #256899 by ChayaMilan Crha2007-11-224-52/+11
| | | | | | | | | | | | | | | | 2007-11-22 Milan Crha <mcrha@redhat.com> ** Fix for bug #256899 by Chaya * mail-config.glade: * em-account-prefs.h: (struct _EMAccountPrefs): * em-account-prefs.c: (account_delete_clicked), (account_able_clicked), (account_able_toggled), (account_cursor_change), (em_account_prefs_construct): Remove "Disable/Enable" button from Mail Accounts preferences. svn path=/trunk/; revision=34562
* Updated Occitan translationYannig MARCHEGAY2007-11-224-10/+16
| | | | svn path=/trunk/; revision=34561
* Updated Occitan translationYannig MARCHEGAY2007-11-212-444/+208
| | | | svn path=/trunk/; revision=34560
* Updated Spanish translationJorge Gonzalez Gonzalez2007-11-212-102/+105
| | | | svn path=/trunk/; revision=34559
* sv.po: Updated Swedish translationDaniel Nylander2007-11-212-178/+199
| | | | svn path=/trunk/; revision=34558
* ** Fix for bug #480514Milan Crha2007-11-202-4/+18
| | | | | | | | | | | | | 2007-11-20 Milan Crha <mcrha@redhat.com> ** Fix for bug #480514 * em-folder-browser.c: (get_view_query), (emfb_search_search_activated): Let work "Last 5 Days' Messages" and "Recent messages" filters in Sent folder too. svn path=/trunk/; revision=34556
* ** Fix for bug #493783Milan Crha2007-11-202-4/+12
| | | | | | | | | | | | 2007-11-20 Milan Crha <mcrha@redhat.com> ** Fix for bug #493783 * em-format-html.c: (efh_format_timeout): Do not erase old content when re-formatting same mail, so keep scroll position. svn path=/trunk/; revision=34554
* ** Fix for bug #498173Sankar P2007-11-192-1/+9
| | | | | | | | | | | | | | 2007-11-19 Sankar P <psankar@novell.com> ** Fix for bug #498173 * plugin-manager.c: (eppm_response): e_plugin_configure should be called only when user clicks on Configure button. svn path=/trunk/; revision=34553
* ** Fix for bug #401337Milan Crha2007-11-193-3/+16
| | | | | | | | | | | | | 2007-11-19 Milan Crha <mcrha@redhat.com> ** Fix for bug #401337 * gui/dialogs/task-page.glade: * gui/dialogs/task-page.c: (sensitize_widgets), (get_widgets): Use other mnemonic for Organizer and let it work properly. svn path=/trunk/; revision=34552
* Updated Spanish translationJorge Gonzalez Gonzalez2007-11-192-31/+39
| | | | svn path=/trunk/; revision=34550
* ** Fix for bug #495875Gilles Dartiguelongue2007-11-1814-23/+84
| | | | | | right click menu reordering svn path=/trunk/; revision=34549
* fixing little typoGilles Dartiguelongue2007-11-181-1/+1
| | | | | | * fixing little typo svn path=/trunk/; revision=34548
* ** Fix bug #495872Gilles Dartiguelongue2007-11-1812-15/+130
| | | | | | uniformization of actions with memos/calendars/tasks svn path=/trunk/; revision=34547
* Evolution 2.21.2 release.EVOLUTION_2_21_2Srinivasa Ragavan2007-11-183-1/+43
| | | | | | | | | 2007-11-12 Srinivasa Ragavan <sragavan@novell.com> * NEWS, configure.in: Evolution 2.21.2 release. svn path=/trunk/; revision=34545
* ** Fix for bug #492793Milan Crha2007-11-165-11/+22
| | | | | | | | | | | | | | | | 2007-11-16 Milan Crha <mcrha@redhat.com> ** Fix for bug #492793 * gui/dialogs/task-page.c: (task_page_fill_component): * gui/dialogs/comp-editor.c: (page_changed_cb), (page_summary_changed_cb), (page_dates_changed_cb): * gui/dialogs/event-page.c: (event_page_fill_component): * gui/dialogs/memo-page.c: (memo_page_fill_component): Pass real widget as parent to e_notice, not a GObject. svn path=/trunk/; revision=34543
* Fixed bug 422993. Thanks to Hanka Zalska.Marcel Telka2007-11-162-3/+7
| | | | | | | | 2007-11-15 Marcel Telka <marcel@telka.sk> * sk.po: Fixed bug 422993. Thanks to Hanka Zalska. svn path=/trunk/; revision=34540
* Call camel_folder_info_new() instead of g_new0().Matthew Barnes2007-11-154-2/+12
| | | | | | | | | | | 2007-11-14 Matthew Barnes <mbarnes@redhat.com> * mail/em-folder-tree.c (em_folder_tree_get_selected_folder_info): * plugins/exchange-operations/exchange-folder.c (ex_create_folder_info): Call camel_folder_info_new() instead of g_new0(). svn path=/trunk/; revision=34538
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-15816-18131/+18135
| | | | | | | | | 2007-11-14 Matthew Barnes <mbarnes@redhat.com> ** Remove trailing whitespace from source code. svn path=/trunk/; revision=34537
* sv.po: Updated Swedish translationDaniel Nylander2007-11-142-1009/+1019
| | | | svn path=/trunk/; revision=34536
* Updated Spanish translationJorge Gonzalez Gonzalez2007-11-142-10/+14
| | | | svn path=/trunk/; revision=34535
* Updated German translation.Andre Klapper2007-11-142-1691/+1717
| | | | | | | | | 2007-11-14 Andre Klapper <a9016009@gmx.de> * de.po: Updated German translation. svn path=/trunk/; revision=34534
* Fixed invalid translation. Thanks to Matej Krizan.Marcel Telka2007-11-142-5733/+9413
| | | | | | | | 2007-11-13 Marcel Telka <marcel@telka.sk> * sk.po: Fixed invalid translation. Thanks to Matej Krizan. svn path=/trunk/; revision=34533
* ** Fix for bug #494323Ondrej Jirman2007-11-142-15/+6
| | | | | | | | | | | 2007-11-13 Ondrej Jirman <megous@megous.com> ** Fix for bug #494323 * gui/e-meeting-store.c: removed useless EBook use. svn path=/trunk/; revision=34531
* ** Fix for bug #494320Ondrej Jirman2007-11-142-0/+13
| | | | | | | | | | | | 2007-11-13 Ondrej Jirman <megous@megous.com> ** Fix for bug #494320 * e-popup.c: (e_popup_create_menu): Add support for redefining existing menu items. svn path=/trunk/; revision=34530
* ** Fix for bug #263236Milan Crha2007-11-142-3/+9
| | | | | | | | | | | 2007-11-13 Milan Crha <mcrha@redhat.com> ** Fix for bug #263236 * mail.error.xml: Terminology cleanup. svn path=/trunk/; revision=34529
* Updated Spanish translationJorge Gonzalez Gonzalez2007-11-131-8/+8
| | | | svn path=/trunk/; revision=34528
* ** Fix for bug #458515 string correctedindu2007-11-132-1/+7
| | | | | | | | | | | 2007-11-12 indu <indu_ait@yahoo.co.in> ** Fix for bug #458515 * status-track.c: (recipient->undelivered_date) string corrected svn path=/trunk/; revision=34527
* ** Fix for bug #496248Andre Klapper2007-11-132-1/+8
| | | | | | | | | | | | 2007-11-12 Andre Klapper <a9016009@gmx.de> ** Fix for bug #496248 * gui/alarm-notify/alarm-notify.glade: mark "location" field selectable. svn path=/trunk/; revision=34526
* Updated Spanish translationJorge Gonzalez Gonzalez2007-11-132-555/+556
| | | | svn path=/trunk/; revision=34525
* Updated Slovenian translationMatej Urbančič2007-11-122-744/+700
| | | | svn path=/trunk/; revision=34524
* ** Fix for bug #263236Milan Crha2007-11-124-24/+116
| | | | | | | | | | | | | | | | 2007-11-12 Milan Crha <mcrha@redhat.com> ** Fix for bug #263236 * mail.error.xml: New message "ask-delete-vfolder-msg". * em-folder-view.c: (emfv_delete_msg_response), (emfv_popup_delete): When deleting from vFolder, ask if really want to and warn about deleting in a real folder too. * evolution-mail.schemas.in: New option "/apps/evolution/mail/prompts/delete_in_vfolder" to not ask again. svn path=/trunk/; revision=34523
* ** Fix bug #487318Gilles Dartiguelongue2007-11-122-1/+8
| | | | | | | | * org-gnome-new-mail-notify.eplug.xml: Fix typo in D-Bus svn path=/trunk/; revision=34522
* Updated Norwegian bokmål translation.Kjartan Maraas2007-11-122-481/+456
| | | | | | | | 2007-11-11 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=34521
* executable from mk, mn ang ga languagesGilles Dartiguelongue2007-11-114-0/+4
| | | | | | * remove svn:executable from mk, mn ang ga languages svn path=/trunk/; revision=34519
* ** Fix for bug #209425Michael Monreal2007-11-1012-10/+702
| | | | | | | | | | | | | | 2007-11-10 Michael Monreal <mmonreal@svn.gnome.org> ** Fix for bug #209425 * data/icons/Makefile.am: * data/icons/hicolor_actions_16x16_go-today.svg: * data/icons/hicolor_actions_22x22_go-today.svg: Don't use gtk-home for the go-today action. Add new icons to the build. svn path=/trunk/; revision=34518
* Fix some typos in the GObject macros.Matthew Barnes2007-11-092-4/+9
| | | | | | | | | | 2007-11-08 Matthew Barnes <mbarnes@redhat.com> * em-folder-selector.h: Fix some typos in the GObject macros. svn path=/trunk/; revision=34517
* Remove useless GtkVBox, remove the useless popup to have an inline headerGilles Dartiguelongue2007-11-083-126/+221
| | | | | | | | | | | | | | * imap-headers.c: (imap_headers_abort), (imap_headers_commit), (epif_header_is_valid), (epif_add_sensitivity), (epif_add_header), (epif_remove_header_clicked), (epif_fetch_all_headers_toggled), (epif_entry_changed), (org_gnome_imap_headers): * imap-headers.glade: Remove useless GtkVBox, remove the useless popup to have an inline header entry field, concentrate all UI elements in a structure, added a prefix to relevant functions. svn path=/trunk/; revision=34516
* ** Fix for bug #492170Michael Monreal2007-11-064-11/+21
| | | | | | | | | | | | | | 2007-11-06 Michael Monreal <mmonreal@svn.gnome.org> ** Fix for bug #492170 * em-migrate.c: * evolution-mail.schemas.in: * mail-config.c: Replace the old color definitions with very similar colors from the Tango color palette. svn path=/trunk/; revision=34515
* ** Fix for bug #492692Milan Crha2007-11-052-2/+19
| | | | | | | | | | | 2007-11-05 Milan Crha <mcrha@redhat.com> ** Fix for bug #492692 * e-util.c: (e_str_case_compare): Leak fix. svn path=/trunk/; revision=34513
* ** Fix for bug #491345Milan Crha2007-11-052-0/+8
| | | | | | | | | | | | 2007-11-05 Milan Crha <mcrha@redhat.com> ** Fix for bug #491345 * gui/e-tasks.c: (config_hide_completed_tasks_changed_cb): Also change default filter for tasks, to let this work without restart. svn path=/trunk/; revision=34511
* ** Fix for bug #353780Milan Crha2007-11-053-8/+37
| | | | | | | | | | | | | | | 2007-11-05 Milan Crha <mcrha@redhat.com> ** Fix for bug #353780 * gui/dialogs/comp-editor.h: (comp_editor_get_current_comp): * gui/dialogs/comp-editor.c: (prompt_and_save_changes), (menu_file_save_cb), (comp_editor_append_page), (comp_editor_get_current_comp): Stop processing immediately when page is filled incorrectly. svn path=/trunk/; revision=34509
* ** Fix for bug #255051Milan Crha2007-11-054-1/+25
| | | | | | | | | | | | | | | 2007-11-05 Milan Crha <mcrha@redhat.com> ** Fix for bug #255051 * e-cell-combo.c: (e_cell_combo_key_press): * e-cell-text.c: (ect_event): Pass Escape event to parent, if there is no action to do with it. * e-table-click-to-add.c: (etcta_event): Drop changes when pressed Escape and go back to default line with text "Click to add...". svn path=/trunk/; revision=34507
* ** Fix for bug #231166Milan Crha2007-11-052-38/+98
| | | | | | | | | | | | | | | 2007-11-05 Milan Crha <mcrha@redhat.com> ** Fix for bug #231166 * e-dateedit.c: (create_children), (e_date_edit_check_time_changed), (rebuild_time_popup), (on_date_edit_time_selected), (on_time_entry_key_press), (e_date_edit_update_time_entry), (e_date_edit_grab_focus), (e_date_edit_update_time_combo_state): Migrate from gtk_combo to gtk_com_box_entry for time_combo. svn path=/trunk/; revision=34505
* ** Fix for bug #341085Milan Crha2007-11-054-7/+21
| | | | | | | | | | | | | | | 2007-11-05 Milan Crha <mcrha@redhat.com> ** Fix for bug #341085 * calendar/gui/e-day-view.c: (e_day_view_reshape_day_event): Use 'x_offset' instead of changing event size when has icons. * widgets/text/e-text.c: (get_bounds), (e_text_draw): Use 'x_offset' and 'y_offset' only for text drawing, not for changing bounds of EText. svn path=/trunk/; revision=34504
* ** Fix for bug #343011 (restore collapse state of selected folder afterMilan Crha2007-11-055-3/+132
| | | | | | | | | | | | | | | | | | | | | 2007-11-05 Milan Crha <mcrha@redhat.com> ** Fix for bug #343011 (restore collapse state of selected folder after start) * em-folder-tree.c: (emft_maybe_expand_row): Do not expand subtree of a node, only make it visible. * em-folder-tree-model.h: (em_folder_tree_model_get_expanded_uri), (em_folder_tree_model_set_expanded_uri): * em-folder-tree-model.c: (em_folder_tree_model_get_expanded_uri), (em_folder_tree_model_set_expanded_uri): Same as ..._get/_set_expanded, but using 'uri', instead of 'key'. * em-folder-tree-model.c: (emftm_uri_to_key): New helper function. * mail-component.c: (impl_createView): Restore collapsed state after selecting last selected folder, if necessary. svn path=/trunk/; revision=34503
* ** Fix for bug #488298Milan Crha2007-11-054-5/+27
| | | | | | | | | | | | | | | | 2007-11-05 Milan Crha <mcrha@redhat.com> ** Fix for bug #488298 * em-folder-view.c: (EMFolderViewEnable emfv_enable_map[]): Disable "MessageMarkAsNotJunk" if requested by context. * mail-folder-cache.c: (update_1folder): Do not count junked messages into "new" messages in drafts and out box. * em-popup.c: (em_popup_target_new_select): Disable "MarkAsJunk" and "MarnAsNotJunk" in drafts and out box. svn path=/trunk/; revision=34502
* ** Fix for bug #359267Milan Crha2007-11-052-1/+8
| | | | | | | | | | | | | | 2007-11-05 Milan Crha <mcrha@redhat.com> ** Fix for bug #359267 * gui/gnome-cal.c: (update_memo_view): Changed memo_sexp to show always memos without start date. * Requires EDS since revision 8185. svn path=/trunk/; revision=34501
* ** Fix for bug #351932Milan Crha2007-11-055-2/+185
| | | | | | | | | | | | | | | | | | 2007-11-05 Milan Crha <mcrha@redhat.com> ** Fix for bug #351932 * widgets/misc/e-dateedit.h: (e_date_edit_have_time): * widgets/misc/e-dateedit.c: (e_date_edit_have_time): Extend API to be able to check if time is set independently of date part. * calendar/gui/dialogs/task-page.c: (check_start_before_end), (times_updated), (start_date_changed_cb), (due_date_changed_cb), (init_widgets): Ensure due date is not before start date. svn path=/trunk/; revision=34500
* ** Fix for bug #492102Michael Monreal2007-11-054-5/+17
| | | | | | | | | | 2007-11-05 Michael Monreal <mmonreal@svn.gnome.org> ** Fix for bug #492102 Use mail-mark-read icon. svn path=/trunk/; revision=34499
* ** Part of fix for bug #344516Milan Crha2007-11-052-1/+7
| | | | | | | | | | | 2007-11-05 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #344516 * he.po: Updated translation of date format for formatting. svn path=/trunk/; revision=34498
* ** Fix for bug #334675Milan Crha2007-11-054-5/+88
| | | | | | | | | | | | | | | | | | | | 2007-11-05 Milan Crha <mcrha@redhat.com> ** Fix for bug #334675 * plugins/mail-to-task/mail-to-task.c: (do_mail_to_task), (text_contains_nonwhitespace), (get_selected_text), (convert_to_task), (org_gnome_mail_to_task), (org_gnome_mail_to_task_menu): When selected only one message, then try to use selected text in preview as description, instead of whole message body. * Requires newer GthHtml (API extended, since revision 8614). * mail/em-folder-view.c: (emfv_message_reply): Leak fix. svn path=/trunk/; revision=34497
* ** Fix for bug #315101Milan Crha2007-11-057-121/+442
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-11-05 Milan Crha <mcrha@redhat.com> ** Fix for bug #315101 * drag and drop to other source for multiselect * gui/comp-util.h: * gui/comp-util.c: (cal_comp_selection_set_string_list), (cal_comp_selection_get_string_list): Two new helper functions to set and get list of strings into GtkSelectionData. * gui/e-tasks.c: (get_selected_components_cb), (do_for_selected_components), (obtain_list_of_components), (table_drag_data_get): * gui/e-memos.c: (get_selected_components_cb), (do_for_selected_components), (obtain_list_of_components), (table_drag_data_get): Pass list of selected components as data for drag and drop instead of focused component from the list. * gui/e-tasks.c: (table_drag_data_delete): * gui/e-memos.c: (table_drag_data_delete): Obsolete now. * gui/tasks-component.c: (selector_tree_drag_data_received): * gui/memos-component.c: (selector_tree_drag_data_received): Receiving list of components, so made changes here to reflect it. svn path=/trunk/; revision=34496
* ** Fix for bug #318604Milan Crha2007-11-0514-15/+129
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-11-05 Milan Crha <mcrha@redhat.com> ** Fix for bug #318604 * Enable source when adding event to disabled source. * gui/gnome-cal.h: (gnome_calendar_emit_user_created_signal): New helper function which will store used calendar before emitting signal "user_created" on the instance to GnomeCalendar for later use and unset it right after the emit. * gui/gnome-cal.c: (struct _GnomeCalendarPrivate): New member to store used ECal before emitting "user_created" signal. * gui/gnome-cal.c: (gnome_calendar_emit_user_created_signal), (user_created_cb): Implementation of new helper function and enabling last used source instead of default one on "user_created" signal. * gui/e-day-view.c: (e_day_view_on_editing_stopped): * gui/e-week-view.c: (e_week_view_on_editing_stopped): * gui/e-calendar-view.c: (object_created_cb): Use our new helper function to emit "user_created" signal with proper ECal. * gui/e-calendar-table.h: (struct _ECalendarTable): * gui/e-memo-table.h: (struct _EMemoTable): New member added. * gui/e-calendar-table.c: (e_calendar_table_init): * gui/e-memo-table.c: (e_memo_table_init): Initialize member to NULL. * gui/tasks-component.c: (object_created_cb), (create_new_todo): * gui/memos-component.c: (object_created_cb), (create_new_memo): Add new callback function to notice new object created and emit "user_created" signal with proper ECal stored in ECalendarTable. * gui/e-tasks.c: (user_created_cb): * gui/e-memos.c: (user_created_cb): Use previously stored ECal, which has been used to create event, instead of using default ECal. svn path=/trunk/; revision=34495
* ** Fix for bug #346693Milan Crha2007-11-055-146/+313
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-11-05 Milan Crha <mcrha@redhat.com> ** Fix for bug #346693 * gui/e-day-view-top-item.h: (EDayViewTopItem): New property 'show_dates'. * gui/e-day-view-top-item.c: (e_day_view_top_item_draw), (e_day_view_top_item_class_init), (e_day_view_top_item_init), (e_day_view_top_item_set_arg): Always draw background rectangle over whole requested place and draw dates or event only, based on new property 'show_dates'. * gui/e-day-view.h: (struct _EDayView): New properties 'tc_vscrollbar', 'top_dates_canvas', 'top_dates_canvas_item'. * gui/e-day-view.c: (E_DAY_VIEW_MAX_ROWS_AT_TOP), (e_day_view_top_scroll), (e_day_view_update_top_scroll), (e_day_view_on_top_canvas_scroll), (e_day_view_init), (e_day_view_style_set), (e_day_view_size_allocate), (e_day_view_check_layout), (e_day_view_on_editing_started): Added support for scrolling 'top_canvas' when number of items there increases over the 'E_DAY_VIEW_MAX_ROWS_AT_TOP'. * gui/e-day-view.c: (e_day_view_set_selected_time_range), (e_day_view_set_selected_time_range_in_top_visible), (e_day_view_set_selected_time_range_visible), (e_day_view_set_selected_time_range), (e_day_view_update_query), (e_day_view_goto_start_of_work_day), (e_day_view_goto_end_of_work_day), (e_day_view_change_duration_to_start_of_work_day), (e_day_view_change_duration_to_end_of_work_day), (e_day_view_layout_timeout_cb): Redraw top_dates_canvas if necessary. svn path=/trunk/; revision=34494
* ** Fix for bug #353779Milan Crha2007-11-054-5/+19
| | | | | | | | | | | | | | | 2007-11-05 Milan Crha <mcrha@redhat.com> ** Fix for bug #353779 * mail-to-meeting/org-gnome-mail-to-meeting.eplug.xml: Allow convert more than one mail to meeting with one click. * mail-to-task/org-gnome-mail-to-task.eplug.xml: Allow convert more than one mail to task with one click. svn path=/trunk/; revision=34493
* Change enum order. LAST should be the last. Regression from #446035Sankar P2007-11-052-2/+10
| | | | | | | | | | | | | | 2007-11-05 Sankar P <psankar@novell.com> * em-folder-tree.c: Change enum order. LAST should be the last. Regression from #446035 ** Fix for bug #493646 svn path=/trunk/; revision=34492
* Updated Galician Translation.Ignacio Casal Quinteiro2007-11-042-1171/+735
| | | | svn path=/trunk/; revision=34489
* More coherence in Brazilian Portuguese translation, thanks to WashingtonLeonardo Ferreira Fontenelle2007-11-032-494/+552
| | | | | | | | | 2007-11-03 Leonardo Ferreira Fontenelle <leonardof@svn.gnome.org> * pt_BR.po: More coherence in Brazilian Portuguese translation, thanks to Washington Lins. svn path=/trunk/; revision=34488
* ** Remove dead files from source control. The dates below indicate whenMatthew Barnes2007-11-0324-3755/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-11-03 Matthew Barnes <mbarnes@redhat.com> ** Remove dead files from source control. The dates below indicate when the file was removed from Makefile.am. Fixes part of bug #478704. * addressbook/printing/e-contact-print-envelope.c (Apr 2007) * addressbook/printing/e-contact-print-envelope.h (Apr 2007) * addressbook/tools/evolution-addressbook-abuse.c (May 2004) * addressbook/tools/evolution-addressbook-import.c (no history) * calendar/gui/dialogs/calendar-setup.glade (Nov 2004) * calendar/gui/dialogs/meeting-page.etspec (Sep 2003) * calendar/gui/dialogs/new-calendar.glade (Jan 2003) * calendar/gui/dialogs/new-task-list.glade (Jan 2004) * calendar/gui/dialogs/url-editor-dialog.c (Dec 2005) * calendar/gui/dialogs/url-editor-dialog.glade (Dec 2005) * calendar/gui/dialogs/url-editor-dialog.h (Dec 2005) * calendar/gui/e-pub-utils.c (Dec 2005) * calendar/gui/e-pub-utils.h (Dec 2005) * calendar/gui/gnome-calendar-conduit.png (May 2000) * e-util/e-categories-master-list-wombat.c (Jun 2005) * e-util/e-categories-master-list-wombat.h (Jun 2005) * tools/evolution-launch-composer.c (Jun 2003) * configure.in: Remove plugins/mail-remote/Makefile from AC_OUTPUT. Fixes a distcheck error. * po/POTFILES.in: Remove files for mail-remote plugin. svn path=/trunk/; revision=34487
* ** Fixes bug #492058Damien Carbery2007-11-038-90/+113
| | | | | | | | | | | | | | | | 2007-11-02 Damien Carbery <damien.carbery@sun.com> ** Fixes bug #492058 * shell/e-shell-window.c: * shell/e-shell.c: * widgets/table/e-table-header-item.h: * widgets/table/e-table-header-item.c: * calendar/gui/e-itip-control.c: Name the anonymous unions to build with the Sun Studio compiler. svn path=/trunk/; revision=34485
* ** Fix for bug #463946Milan Crha2007-11-022-0/+8
| | | | | | | | | | | | 2007-11-02 Milan Crha <mcrha@redhat.com> ** Fix for bug #463946 * e-table-header-item.c: (ethi_popup_field_chooser): Fix of critical warning and misused variable. svn path=/trunk/; revision=34484
* Update the copyright notice in the About dialog.Matthew Barnes2007-11-022-1/+6
| | | | | | | | | | 2007-11-01 Matthew Barnes <mbarnes@redhat.com> * e-shell-window-commands.c: Update the copyright notice in the About dialog. svn path=/trunk/; revision=34481
* Updated Spanish translationJorge Gonzalez Gonzalez2007-11-012-368/+393
| | | | svn path=/trunk/; revision=34480
* fix my last commit...Michael Monreal2007-11-011-1/+1
| | | | | | | | 2007-11-01 Michael Monreal <mmonreal@svn.gnome.org> * evolution.xml: fix my last commit... svn path=/trunk/; revision=34479
* ** Fix for bug #492106Michael Monreal2007-11-012-1/+9
| | | | | | | | | | | | 2007-11-01 Michael Monreal <mmonreal@svn.gnome.org> ** Fix for bug #492106 * evolution.xml: Use the about icon from the freedesktop spec, not the deprecated gnomeui icon. svn path=/trunk/; revision=34478
* ** Fix for bug #318592Milan Crha2007-11-014-0/+34
| | | | | | | | | | | | | | 2007-11-01 Milan Crha <mcrha@redhat.com> ** Fix for bug #318592 * e-msg-composer.h: (e_msg_composer_link_clicked): * e-msg-composer.c: (e_msg_composer_link_clicked): Helper function to response on editor's "link_clicked" event. * listener.c: (impl_event): Call helper function on that event. svn path=/trunk/; revision=34477
* ** Miscellaneous compiler warning fixes.Matthew Barnes2007-11-016-4/+20
| | | | | | | | | | | | | | | | 2007-11-01 Matthew Barnes <mbarnes@redhat.com> ** Miscellaneous compiler warning fixes. * composer/e-msg-composer.c (e_msg_composer_set_body_text): * shell/e-user-creatable-items-handler.c (ensure_menu_items): Don't compare a character pointer to a string literal. * widgets/table/e-table-click-to-add.c (etcta_add_message): Fix a const warning. svn path=/trunk/; revision=34476
* Some fixes to Catalan translation by David PlanellaGil Forcada Codinachs2007-11-012-540/+589
| | | | svn path=/trunk/; revision=34475
* Fix spacing between alarm description and buttons.Matthew Barnes2007-11-012-1/+6
| | | | | | | | | | 2007-10-31 Matthew Barnes <mbarnes@redhat.com> * gui/alarm-notify/alarm-notify.glade: Fix spacing between alarm description and buttons. svn path=/trunk/; revision=34474
* Remove e-entry.c here.Kjartan Maraas2007-11-012-1/+4
| | | | | | | | 2007-10-31 Kjartan Maraas <kmaraas@gnome.org> * POTFILES.in: Remove e-entry.c here. svn path=/trunk/; revision=34473
* Remove debugging output.Priit Laes2007-11-012-2/+4
| | | | | | | | | 2007-10-31 Priit Laes <plaes@svn.gnome.org> * addressbook/gui/widgets/eab-vcard-control.c: Remove debugging output. svn path=/trunk/; revision=34472
* Fix typo in documentation. Ditto.Priit Laes2007-11-013-2/+7
| | | | | | | | | 2007-10-31 Priit Laes <plaes@svn.gnome.org> * em-format-html-display.c: Fix typo in documentation. * em-message-browser.c: Ditto. svn path=/trunk/; revision=34471
* Fix the ordering of the string components.Priit Laes2007-10-312-3/+7
| | | | | | | | | | 2007-10-31 Priit Laes <plaes@svn.gnome.org> * mail-component.c: (view_changed): Fix the ordering of the string components. svn path=/trunk/; revision=34469
* text/e.entry.[ch] text/e-completion.[ch] text/e-text-model-uri.[ch]Kjartan Maraas2007-10-3120-3996/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-10-26 Kjartan Maraas <kmaraas@gnome.org> * e-timezone-dialog/e-timezone-dialog.c: (get_local_offset), (get_local_timezone), (on_map_visibility_changed), (on_map_button_pressed), (get_zone_from_point), (e_timezone_dialog_set_timezone), (on_combo_changed): * menus/gal-view-factory.c: (gal_view_factory_get_title): * text/Makefile.am: * text/e-text.c: (e_text_event), (popup_targets_received), (next_word), (find_offset_into_line), (_get_position), (e_text_class_init): * text/e.entry.[ch] * text/e-completion.[ch] * text/e-text-model-uri.[ch] * text/e-completion-view.[ch] * text/e-completion-callbacks.[ch] * text/e-completion-match.[ch] * text/e-table-text-model.[ch]: Remove all of these. They are now unused. Warning fixes: - NULL vs 0 vs FALSE - ANSIfication of function declarations svn path=/trunk/; revision=34468
* Warning fixes: - NULL vs. 0 vs. FALSE - Mark som code staticKjartan Maraas2007-10-319-17/+38
| | | | | | | | | | | | | | | | | | | | | | | | | 2007-10-26 Kjartan Maraas <kmaraas@gnome.org> * e-cell-text.c: (ect_event), (_blink_scroll_timeout): * e-table-config.c: (do_sort_and_group_config_dialog), (do_fields_config_dialog): * e-table-group-container.c: (etgc_add_array), (etgc_get_focus_column), (etgc_get_cell_geometry), (etgc_set_property), (etgc_get_property), (etgc_class_init), (etgc_reflow), (etgc_init), (e_table_group_container_print_page), (e_table_group_container_height): * e-table-group.c: (e_table_group_get_focus_column): * e-table-header.c: (e_table_header_get_columns), (eth_set_size): * e-table-item.c: (eti_tree_unfreeze), (eti_draw), (find_cell), (_do_tooltip), (eti_event), (e_table_item_height): * e-table-memory-store.c: (etms_initialize_value), (etms_value_is_empty): * e-tree-model.c: (e_tree_model_new), (e_tree_model_node_find): Warning fixes: - NULL vs. 0 vs. FALSE - Mark som code static svn path=/trunk/; revision=34467
* Warning fixes: - NULL vs 0 vs FALSE - ANSIfication of functionKjartan Maraas2007-10-3116-50/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-10-29 Kjartan Maraas <kmaraas@gnome.org> * e-activity-handler.c: (e_activity_handler_new): * e-canvas.c: (e_canvas_new), (emit_event), (pick_current_item), (e_canvas_button): * e-combo-button.c: (menu_detacher), (impl_destroy), (impl_button_press_event): * e-combo-cell-editable.c: (e_combo_cell_editable_new): * e-expander.c: (e_expander_init), (e_expander_size_request), (e_expander_size_allocate), (e_expander_button_press), (e_expander_focus): * e-gui-utils.c: (e_popup_menu), (e_container_change_tab_order_callback): * e-image-chooser.c: (image_drag_data_received_cb): * e-info-label.c: (e_info_label_new): * e-map.c: (e_map_key_press), (e_map_new), (update_render_pixbuf), (blowup_window_area), (zoom_do), (set_scroll_area): * e-pilot-settings.c: (e_pilot_settings_get_source): * e-printable.c: (e_printable_will_fit): * e-reflow.c: (items_inserted), (model_changed), (set_empty), (e_reflow_event), (e_reflow_draw): * e-search-bar.c: (set_option): * e-search-bar.h: * e-unicode.c: (e_xml_get_translated_utf8_string_prop_by_name): Warning fixes: - NULL vs 0 vs FALSE - ANSIfication of function declarations. - Use non-deprecated GSignal functions - Don't mix different enum types svn path=/trunk/; revision=34466
* Remove one more unused header.Kjartan Maraas2007-10-312-1/+4
| | | | | | | | 2007-10-31 Kjartan Maraas <kmaraas@gnome.org> * e-msg-composer.c: Remove one more unused header. svn path=/trunk/; revision=34465
* ** Fix for bug #484064Michael Monreal2007-10-313-4/+13
| | | | | | | | | | | | | 2007-10-31 Michael Monreal <mmonreal@svn.gnome.org> ** Fix for bug #484064 * gui/component/addressbook-view.c: * gui/widgets/e-addressbook-view.c: Use mail-message-new instead of mail-send for composing mail to contact, contacts or group. svn path=/trunk/; revision=34464
* ** Fix for bug #483785Michael Monreal2007-10-312-1/+9
| | | | | | | | | | | | 2007-10-31 Michael Monreal <mmonreal@svn.gnome.org> ** Fix for bug #483785 * e-url-entry.c: (init): Use go-jump icon instead of stock_connect-to-url to get rid of deprecated icons from gnome-icon-theme. svn path=/trunk/; revision=34463
* Evolution 2.21.1 release.EVOLUTION_2_21_1Srinivasa Ragavan2007-10-313-2/+87
| | | | | | | | | 2007-10-29 Srinivasa Ragavan <sragavan@novell.com> * NEWS, configure.in: Evolution 2.21.1 release. svn path=/trunk/; revision=34461
* ** Fix for bug #486351Michael Monreal2007-10-3117-0/+3549
| | | | | | | | | | | | | | | | | | | | | | 2007-10-31 Michael Monreal <mmonreal@svn.gnome.org> ** Fix for bug #486351 * data/icons/Makefile.am: * data/icons/hicolor_actions_32x32_view-calendar-day.svg: * data/icons/hicolor_actions_32x32_view-calendar-list.svg: * data/icons/hicolor_actions_32x32_view-calendar-month.svg: * data/icons/hicolor_actions_32x32_view-calendar-week.svg: * data/icons/hicolor_actions_32x32_view-calendar-workweek.svg: * data/icons/hicolor_actions_scalable_view-calendar-day.svg: * data/icons/hicolor_actions_scalable_view-calendar-list.svg: * data/icons/hicolor_actions_scalable_view-calendar-month.svg: * data/icons/hicolor_actions_scalable_view-calendar-week.svg: * data/icons/hicolor_actions_scalable_view-calendar-workweek.svg: Add view-calendar-* icons in higher resolutions for use with a11y themes like LargePrint. svn path=/trunk/; revision=34460
* ** Fix for bug #446035Michael Monreal2007-10-312-1/+12
| | | | | | | | | | | | 2007-10-30 Michael Monreal <mmonreal@svn.gnome.org> ** Fix for bug #446035 * em-folder-tree.c: (render_pixbuf): Use the folder-saved-search icon for vfolders. svn path=/trunk/; revision=34459
* Fix warnings from sparse and gccKjartan Maraas2007-10-3130-39/+119
| | | | svn path=/trunk/; revision=34458
* Remove unneeded include.Kjartan Maraas2007-10-312-1/+5
| | | | | | | | | 2007-10-29 Kjartan Maraas <kmaraas@gnome.org> * gui/contact-editor/e-contact-editor.c: Remove unneeded include. svn path=/trunk/; revision=34457
* Remove unneeded includeKjartan Maraas2007-10-312-2/+4
| | | | | | | | 2007-10-30 Kjartan Maraas <kmaraas@gnome.org> * e-msg-composer-hdrs.c: Remove unneeded include svn path=/trunk/; revision=34456
* Disable the mail-remote plugin until it can be made to work or at leastMatthew Barnes2007-10-302-1/+13
| | | | | | | | | | | 2007-10-30 Matthew Barnes <mbarnes@redhat.com> * configure.in: Disable the mail-remote plugin until it can be made to work or at least compile again (#491386). svn path=/trunk/; revision=34455
* Every plugin should have a ChangeLog. Added.Sankar P2007-10-302-1/+17
| | | | | | | | | | | | | 2007-10-30 Sankar P <psankar@novell.com> * ChangeLog: Every plugin should have a ChangeLog. Added. * google-source.c: Commented an unused function. Marked Debug statements conditional. svn path=/trunk/; revision=34454
* ** Fix for bug #487922 (Sometimes evolution does not recognizeMilan Crha2007-10-302-10/+55
| | | | | | | | | | | | | | | | 2007-10-30 Milan Crha <mcrha@redhat.com> ** Fix for bug #487922 (Sometimes evolution does not recognize attachments) * prefer-plain.c: (export_as_attachments): New helper function to export message parts as attachments. This will traverse whole hierarchy of message's parts in multipart message. * prefer-plain.c: (org_gnome_prefer_plain_multipart_alternative): Use this function to export other parts as attachments. svn path=/trunk/; revision=34452
* Use g_cclosure_marshal_VOID__POINTER instead ofMatthew Barnes2007-10-302-1/+7
| | | | | | | | | | | 2007-10-29 Matthew Barnes <mbarnes@redhat.com> * evolution-mail-sessionlistener.c: Use g_cclosure_marshal_VOID__POINTER instead of evolution_mail_marshal_VOID__POINTER. svn path=/trunk/; revision=34451
* - Fix warnings from sparse.Kjartan Maraas2007-10-296-5/+17
| | | | | | | | | | | | | | | | 2007-10-29 Kjartan Maraas <kmaraas@gnome.org> * addressbook/ea-addressbook.c: * calendar/ea-cal-view.c: (action_interface_get_keybinding): * calendar/ea-calendar.c: * calendar/ea-week-view-main-item.c: (selection_interface_clear_selection): * e-table/gal-a11y-e-cell-tree.c: (ectr_subcell_weak_ref), (gal_a11y_e_cell_tree_get_type): - Fix warnings from sparse. svn path=/trunk/; revision=34450
* Warning fixes: - NULL vs. 0 vs FALSE - ANSIfication of functionKjartan Maraas2007-10-2931-83/+158
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-10-26 Kjartan Maraas <kmaraas@gnome.org> * e-searching-tokenizer.c: (build_trie), (searcher_new), (output_token), (output_match), (merge_subpending), (searcher_next_token): * em-account-editor.c: (em_account_editor_new), (emae_load_text), (emae_check_license), (emae_auto_detect), (smime_sign_key_select), (smime_encrypt_key_select), (emae_service_url_path_changed), (emae_ssl_changed), (emae_service_provider_changed), (emae_refresh_providers), (emae_refresh_authtype), (emae_setup_service), (emae_identity_page): * em-composer-utils.c: (em_utils_send_receipt), (generate_account_hash), (em_utils_camel_address_to_destination), (reply_get_composer): * em-config.c: (em_config_new): * em-event.c: (em_event_peek): * em-filter-rule.c: (get_widget): * em-folder-browser.c: (generate_viewoption_menu), (em_folder_browser_show_preview), (get_view_query), (vfolder_setup_do), (emfb_search_search_activated), (emfb_list_key_press), (emfb_list_built): * em-folder-view.c: (em_folder_view_new), (emfv_setup_view_instance), (emfv_popup_forward), (emp_uri_popup_vfolder_sender), (emp_uri_popup_vfolder_recipient), (emfv_enable_menus): * em-format-hook.c: * em-format-html-display.c: (efhd_attachment_optional): * em-format-html.c: (em_format_html_new), (em_format_html_add_pobject), (em_format_html_find_pobject), (em_format_html_find_pobject_func), (efh_text_enriched), (efh_multipart_related), (efh_format_address), (efh_format_header): * em-icon-stream.h: * em-inline-filter.c: (emif_add_part), (emif_scan): * em-junk-hook.c: (emjh_construct_group): * em-mailer-prefs.c: (junk_plugin_setup): * em-menu.c: (em_menu_new), (em_menu_target_new_select): * em-message-browser.c: (em_message_browser_new): * em-popup.c: (em_popup_new), (em_popup_target_new_select): * em-sync-stream.c: * em-utils.c: (em_utils_save_part_to_file), (tag_editor_response), (em_utils_read_messages_from_stream), (em_utils_get_proxy_uri), (em_utils_in_addressbook): * em-vfolder-rule.c: (validate): * importers/elm-importer.c: * importers/mail-importer.c: (import_mbox_import), (import_folders_rec): * importers/pine-importer.c: * mail-component.c: (setline_done): * mail-folder-cache.c: (flush_updates): * mail-mt.c: (mail_msg_new), (checkmem), (mail_msg_check_error), (mail_msg_cancel), (mail_msg_wait), (mail_msg_init), (do_op_status): * mail-send-recv.c: (receive_status), (receive_done), (refresh_folders_get): * mail-vfolder.c: (mail_vfolder_get_sources_local), (mail_vfolder_get_sources_remote), (context_rule_added), (store_folder_renamed): * message-list.c: (e_mail_address_new), (e_mail_address_compare), (get_normalised_string), (ml_search_forward), (ml_search_backward), (ml_search_path), (message_list_select_uid), (thread_select_foreach), (message_list_copy), (ml_duplicate_value), (ml_free_value), (ml_initialize_value), (ml_value_is_empty), (ml_value_to_string), (subtree_latest), (sanitize_recipients), (ml_tree_value_at), (ml_tree_sort_value_at), (message_list_init_images), (filter_date), (build_tree), (build_flat_diff), (regen_list_regen): Warning fixes: - NULL vs. 0 vs FALSE - ANSIfication of function declarations - Remove unused bits - use unsigned ints for 1-bit bitfields - invalid pointer type - mark a global var static - mixing code and declarations svn path=/trunk/; revision=34449
* Updated Slovenian translationMatej Urbančič2007-10-291-150/+187
| | | | svn path=/trunk/; revision=34448
* ** Fix for bug #490538Milan Crha2007-10-293-0/+10
| | | | | | | | | | | | | 2007-10-29 Milan Crha <mcrha@redhat.com> ** Fix for bug #490538 * gui/dialogs/memo-page.c: (fill_comp_with_recipients): * gui/e-meeting-list-view.c: (process_section): Free memory properly after call of e_contact_store_get_books. svn path=/trunk/; revision=34446
* Remove the version. Update the stable version.Srinivasa Ragavan2007-10-293-2/+7
| | | | | | | | | | 2007-10-29 Srinivasa Ragavan <sragavan@novell.com> * GNOME_Evolution_Shell.server.in.in: Remove the version. * main.c: (show_development_warning): Update the stable version. svn path=/trunk/; revision=34444
* sv.po: Updated Swedish translationDaniel Nylander2007-10-282-2859/+2876
| | | | svn path=/trunk/; revision=34441
* Updated Norwegian bokmål translation.Kjartan Maraas2007-10-272-1260/+1284
| | | | | | | | 2007-10-27 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=34440
* Add files for external-editor and google-account-setup plugins.Matthew Barnes2007-10-272-0/+9
| | | | | | | | | | 2007-10-26 Matthew Barnes <mbarnes@redhat.com> * po/POTFILES.in: Add files for external-editor and google-account-setup plugins. svn path=/trunk/; revision=34439
* Updated Spanish translationJorge Gonzalez Gonzalez2007-10-272-140/+158
| | | | svn path=/trunk/; revision=34438
* ** Workaround for bug #395272Tobias Mueller2007-10-262-8/+21
| | | | | | | | | | | | 2007-10-26 Tobias Mueller <tobiasmue@svn.gnome.org> ** Workaround for bug #395272 * e-search-bar.c: Minor code cleanups and value checking svn path=/trunk/; revision=34437
* ** Fix for bug #417999Milan Crha2007-10-262-2/+8
| | | | | | | | | | | | 2007-10-26 Milan Crha <mcrha@redhat.com> ** Fix for bug #417999 * gui/dialogs/task-page.c: (init_widgets): Use "changed" signal, instead of old "source_changed" to notify change of selected source. svn path=/trunk/; revision=34436
* Zero out the GnomePilotRecord struct to silence a compiler warning.Matthew Barnes2007-10-268-8/+44
| | | | | | | | | | | | | | | | | | | | 2007-10-26 Matthew Barnes <mbarnes@redhat.com> * addressbook/conduit/address-conduit.c (local_record_to_pilot_record): * calendar/conduits/calendar/calendar-conduit.c (local_record_to_pilot_record): * calendar/conduits/memo/memo-conduit.c (local_record_to_pilot_record): * calendar/conduits/todo/todo-conduit.c (local_record_to_pilot_record): Zero out the GnomePilotRecord struct to silence a compiler warning. * calendar/gui/dialogs/memo-page.c (memo_page_select_organizer): Initialize def_address. * calendar/gui/e-itip-control.c: Use unions to avoid strict-aliasing violations. svn path=/trunk/; revision=34434
* Ssssshhhhhhhh the compiler warning.Sankar P2007-10-262-1/+5
| | | | | | | | | 2007-10-26 Sankar P <psankar@novell.com> * plugin-manager.c: (eppm_selection_changed): Ssssshhhhhhhh the compiler warning. svn path=/trunk/; revision=34433
* ** Fix for bug #461272Sankar P2007-10-265-4/+47
| | | | | | | | | | | | | | | 2007-10-26 Sankar P <psankar@novell.com> ** Fix for bug #461272 * plugin-manager.c: (eppm_selection_changed), (org_gnome_plugin_manager_manage): Configure button should not be enabled for all. configure button needs a hot-key. svn path=/trunk/; revision=34432
* Updated Slovenian translationMatej Urbančič2007-10-261-138/+141
| | | | svn path=/trunk/; revision=34431
* Warning fixes: - NULL vs 0 vs FALSE - ANSIfication of declarations - guintKjartan Maraas2007-10-269-25/+43
| | | | | | | | | | | | | | | | | | | | | | 2007-10-26 Kjartan Maraas <kmaraas@gnome.org> * e-component-registry.c: (query_components): * e-component-view.c: (e_component_view_new), (e_component_view_new_controls), (e_component_view_set_title), (e_component_view_set_button_icon): * e-config-upgrade.c: * e-shell-settings-dialog.c: (e_shell_settings_dialog_new): * e-shell-window.c: (component_view_free): * es-event.c: (es_event_peek): * es-menu.c: (es_menu_new): * importer/evolution-importer-client.c: (evolution_importer_client_create_control): Warning fixes: - NULL vs 0 vs FALSE - ANSIfication of declarations - guint for 1-bit bitfields svn path=/trunk/; revision=34430
* Warning fixes: - NULL vs 0 - ANSIfication of declarations - mixing codeKjartan Maraas2007-10-264-4/+18
| | | | | | | | | | | | | | | | 2007-10-26 Kjartan Maraas <kmaraas@gnome.org> * filter-datespec.c: (set_values): * filter-rule.c: (filter_rule_get_type), (filter_rule_new), (rule_copy): * rule-editor.c: (editor_response), (rule_delete), (rule_move): Warning fixes: - NULL vs 0 - ANSIfication of declarations - mixing code and declarations svn path=/trunk/; revision=34429
* Warning fixes. - NULL vs 0 - ANSIfication of declarations - missingKjartan Maraas2007-10-2611-18/+39
| | | | | | | | | | | | | | | | | | | | | | | | 2007-10-26 Kjartan Maraas <kmaraas@gnome.org> * e-config.c: * e-event.c: * e-gui-utils.c: * e-import.c: * e-menu.c: * e-mktemp.c: (get_dir): * e-popup.c: * e-profile-event.c: (e_profile_event_peek): * e-util.c: (get_font_options): * e-xml-utils.c: (e_xml_get_string_prop_by_name), (e_xml_get_string_prop_by_name_with_default), (e_xml_get_translated_string_prop_by_name): Warning fixes. - NULL vs 0 - ANSIfication of declarations - missing include svn path=/trunk/; revision=34428
* Warning fixes. - NULL vs. 0 - ANSIfication of declarations - mixing codeKjartan Maraas2007-10-264-14/+21
| | | | | | | | | | | | | | 2007-10-25 Kjartan Maraas <kmaraas@gnome.org> * e-msg-composer.c: * e-msg-composer.h: * listener.c: Warning fixes. - NULL vs. 0 - ANSIfication of declarations - mixing code and declarations svn path=/trunk/; revision=34427
* ** Fix for bug #489027Milan Crha2007-10-263-10/+46
| | | | | | | | | | | | | | | 2007-10-26 Milan Crha <mcrha@redhat.com> ** Fix for bug #489027 * evolution-mail.schemas.in: New hidden option 'thread_latest' to fall back to thread sorting like before 2007-05-17 (see below). * message-list.c: (struct _MessageListPrivate), (message_list_construct): New property 'thread_latest'. * message-list.c: (ml_tree_sort_value_at): Sort based on this property. svn path=/trunk/; revision=34426
* Updated Spanish translationJorge Gonzalez Gonzalez2007-10-262-170/+175
| | | | svn path=/trunk/; revision=34425
* ** Fixes bug #489661Matthew Barnes2007-10-2510-1196/+17
| | | | | | | | | | | | | | | | | | | | | | 2007-10-25 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #489661 * addressbook/gui/widgets/gal-view-treeview.c: * addressbook/gui/widgets/gal-view-treeview.h: * addressbook/gui/widgets/gal-view-factory-treeview.c: * addressbook/gui/widgets/gal-view-factory-treeview.h: * addressbook/gui/widgets/e-addressbook-treeview-adapter.c: * addressbook/gui/widgets/e-addressbook-treeview-adapter.h: Remove these dead files from SCM. * addressbook/gui/widgets/e-addressbook-view.h: * addressbook/gui/widgets/e-addressbook-view.c: * addressbook/gui/widgets/Makefile.am: Remove dead WITH_ADDRESSBOOK_VIEW_TREEVIEW code. svn path=/trunk/; revision=34424
* Added new plugins external-editor, which will make it possible to use anSankar P2007-10-258-1/+265
| | | | | | | | | | | | | | 2007-10-25 Sankar P <psankar@novell.com> * configure.in: * plugins/external-editor: Added new plugins external-editor, which will make it possible to use an external editor as the mail composer. svn path=/trunk/; revision=34423
* Warning fixes: - mixing code and declarations - NULL vs 0 vs FALSE/TRUE -Kjartan Maraas2007-10-2417-47/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-10-23 Kjartan Maraas <kmaraas@gnome.org> * gui/contact-editor/e-contact-editor-address.c: * gui/contact-editor/e-contact-editor-fullname.c: * gui/contact-editor/e-contact-editor-im.c: * gui/contact-editor/e-contact-editor.c: (save_contact), (app_delete_event_cb), (e_contact_editor_set_property), (e_contact_editor_create_date): * gui/contact-list-editor/e-contact-list-model.c: (e_contact_list_model_new): * gui/merging/eab-contact-merging.c: (mergeit), (response): * gui/widgets/e-minicard.c: (e_minicard_event), (add_field), (get_email_location), (add_email_field), (remodel), (e_minicard_reflow), (e_minicard_compare): * gui/widgets/eab-config.c: (eab_config_new): * gui/widgets/eab-gui-util.c: (eab_load_error_dialog), (file_exists), (save_it), (contact_added_cb), (eab_send_to_contact_and_email_num_list): * gui/widgets/eab-menu.c: (eab_menu_new): * gui/widgets/eab-popup.c: (eab_popup_new): * importers/evolution-csv-importer.c: (parseLine), (getNextCSVEntry): * printing/e-contact-print-style-editor.c: * printing/test-contact-print-style-editor.c: * printing/test-print.c: * util/eab-book-util.c: (eab_get_config_database): Warning fixes: - mixing code and declarations - NULL vs 0 vs FALSE/TRUE - mark code static - some coding style fixes - if vs ifdef - Remove some unused bits - ANSIfication of declarations svn path=/trunk/; revision=34421
* Warning fixes: - NULL vs 0 vs FALSE/TRUE - ANSIfication of declarations -Kjartan Maraas2007-10-2436-119/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-10-23 Kjartan Maraas <kmaraas@gnome.org> * gui/alarm-notify/alarm-notify-dialog.c: * gui/alarm-notify/alarm-notify.c: * gui/alarm-notify/alarm-queue.c: * gui/alarm-notify/config-data.c: * gui/cal-search-bar.c: * gui/calendar-commands.c: * gui/calendar-config.c: * gui/dialogs/alarm-dialog.c: * gui/dialogs/alarm-list-dialog.c: * gui/dialogs/cal-prefs-dialog.c: * gui/dialogs/comp-editor.c: * gui/dialogs/event-page.c: * gui/dialogs/recurrence-page.c: * gui/e-alarm-list.c: * gui/e-cal-config.c: * gui/e-cal-event.c: * gui/e-cal-menu.c: * gui/e-cal-popup.c: * gui/e-calendar-table.c: * gui/e-calendar-view.c: * gui/e-date-time-list.c: * gui/e-day-view-main-item.c: * gui/e-day-view-time-item.c: * gui/e-day-view.c: * gui/e-itip-control.c: * gui/e-meeting-list-view.c: * gui/e-memo-table.c: * gui/e-select-names-editable.c: * gui/e-week-view-event-item.c: * gui/e-week-view.c: * gui/goto.c: * gui/migration.c: * gui/print.c: * gui/tasks-control.c: * importers/icalendar-importer.c: Warning fixes: - NULL vs 0 vs FALSE/TRUE - ANSIfication of declarations - mixing declarations and code - mark some code static - remove use of some deprecated Gtk+ apis svn path=/trunk/; revision=34420
* Updated Slovenian translationMatej Urbančič2007-10-242-126/+132
| | | | svn path=/trunk/; revision=34419
* ** Fix for bug #467364 by Christian KintnerMilan Crha2007-10-243-3/+10
| | | | | | | | | | | | 2007-10-24 Milan Crha <mcrha@redhat.com> ** Fix for bug #467364 by Christian Kintner * evolution-mail.schemas.in: * mail-config.glade: Evolution uses "Emoticon" instead of "Smiley". svn path=/trunk/; revision=34418
* ** Fix for bug #261165Andre Klapper2007-10-242-0/+140
| | | | | | | | | | | 2007-10-24 Andre Klapper <a9016009@gmx.de> ** Fix for bug #261165 * filtertypes.xml: added search on CC and BCC svn path=/trunk/; revision=34417
* ** Fix for bug #353656 Rename "Phone List" to "List View".Anand V M2007-10-242-1/+6
| | | | | | | | | | 2007-10-24 Anand V M <avmuttagi@gmail.com> ** Fix for bug #353656 * addressbook/galview.xml:Rename "Phone List" to "List View". svn path=/trunk/; revision=34416
* Updated Arabic Translation by Anas Husseini. Djihed Afifi2007-10-242-922/+968
| | | | svn path=/trunk/; revision=34415
* configure.in Initial commit for the Google Calendar Feature.Chenthill Palanisamy2007-10-231-0/+8
| | | | | | | | | | | | | 2007-10-23 Chenthill Palanisamy <pchenthill@novell.com> * configure.in * plugins/google-account-setup: Initial commit for the Google Calendar Feature. Committing on behalf of Ebby Wiselyn <ebbywiselyn@gmail.com> svn path=/trunk/; revision=34414
* configure.in Initial commit for the Google Calendar Feature.Chenthill Palanisamy2007-10-234-1/+447
| | | | | | | | | | | | | 2007-10-23 Chenthill Palanisamy <pchenthill@novell.com> * configure.in * plugins/google-account-setup: Initial commit for the Google Calendar Feature. Committing on behalf of Ebby Wiselyn <ebbywiselyn@gmail.com>. svn path=/trunk/; revision=34413
* ** Fix for bug #271734Milan Crha2007-10-232-2/+19
| | | | | | | | | | | | | 2007-10-23 Milan Crha <mcrha@redhat.com> ** Fix for bug #271734 * mail-mt.c: (do_op_status): Show description of operation, if available, instead of empty string and end activity properly, if operation ended before/during activity start. svn path=/trunk/; revision=34411
* Patch by Michael Monreal <michael.monreal@gmx.net>Tobias Mueller2007-10-232-1/+9
| | | | | | | | | | | | | 2007-10-23 Tobias Mueller <tobiasmue@svn.gnome.org> Patch by Michael Monreal <michael.monreal@gmx.net> ** Fixes bug #486406 * gui/component/addressbook-component.c: Use addressbook-new icon instead of stock_addressbook svn path=/trunk/; revision=34410
* sv.po: Updated Swedish translationDaniel Nylander2007-10-232-1035/+1024
| | | | svn path=/trunk/; revision=34409
* ** Fixes part of bug #417999Matthew Barnes2007-10-2322-188/+349
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-10-22 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #417999 * addressbook/gui/contact-editor/contact-editor.glade: * addressbook/gui/contact-editor/e-contact-editor.c: * addressbook/gui/contact-editor/e-contact-quick-add.c: * addressbook/gui/contact-list-editor/contact-list-editor.c: * addressbook/gui/contact-list-editor/contact-list-editor.glade: * calendar/gui/dialogs/event-page.c: * calendar/gui/dialogs/event-page.glade: * calendar/gui/dialogs/memo-page.c: * calendar/gui/dialogs/memo-page.glade: * calendar/gui/dialogs/task-page.c: * calendar/gui/dialogs/task-page.glade: * calendar/gui/e-itip-control.c: * plugins/bbdb/bbdb.c: * plugins/bbdb/gaimbuddies.c: * plugins/itip-formatter/itip-view.c: * widgets/misc/e-pilot-settings.c: Use ESourceComboBox instead of ESourceOptionMenu (deprecated). svn path=/trunk/; revision=34408
* Updated Catalan translation by David PlanellaGil Forcada Codinachs2007-10-232-7791/+4788
| | | | svn path=/trunk/; revision=34407
* Updated Arabic Translation by Anas Husseini. Djihed Afifi2007-10-222-2211/+2384
| | | | svn path=/trunk/; revision=34397
* ** Fixes bug #476389Diego Escalante Urrelo2007-10-192-7/+14
| | | | | | | | | | | | 2007-10-18 Diego Escalante Urrelo <diegoe@gnome.org> ** Fixes bug #476389 * ui/evolution-mail-message.xml: Reorder the Filter/VFolder menu entries to keep consistency between this and the main menu. svn path=/trunk/; revision=34396
* Patch by Michael Monreal <michael.monreal@gmx.net>Tobias Mueller2007-10-192-2/+10
| | | | | | | | | | | | | 2007-10-18 Tobias Mueller <tobiasmue@svn.gnome.org> Patch by Michael Monreal <michael.monreal@gmx.net> ** Fixes bug #482603 * gui/component/addressbook-view.c: Use document-properties icon instead of stock_folder-properties svn path=/trunk/; revision=34395