| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
svn path=/trunk/; revision=37092
|
|
|
|
|
|
|
|
| |
2009-01-16 Hendrik Richter <hendrikr@gnome.org>
* de.po: Updated German translation, fix #566570.
svn path=/trunk/; revision=37090
|
|
|
|
| |
svn path=/trunk/; revision=37089
|
|
|
|
|
|
| |
<pradhika@novell.com>
svn path=/trunk/; revision=37087
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-16 Milan Crha <mcrha@redhat.com>
** Fix for bug #360813
* conduits/calendar/calendar-conduit.c: (comp_from_remote_record):
RFC 2445 - CREATED/DTSTAMP/LAST-MODIFIED always in UTC.
svn path=/trunk/; revision=37085
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-16 Milan Crha <mcrha@redhat.com>
** Partial fix for bug #310844
* gui/e-calendar-view.c: (transfer_item_to):
Transfer master object instead of the instance for recurring events.
svn path=/trunk/; revision=37084
|
|
|
|
|
|
|
|
|
| |
2009-01-15 Milan Crha <mcrha@redhat.com>
* e-plugin.c: (epl_construct): Compiler warning fix.
svn path=/trunk/; revision=37081
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-15 Milan Crha <mcrha@redhat.com>
** Fix for bug #303738
* gui/gnome-cal.c: (client_cal_opened_cb),
(default_client_cal_opened_cb):
* gui/e-memos.c: (client_cal_opened_cb),
(default_client_cal_opened_cb):
* gui/e-tasks.c: (client_cal_opened_cb),
(default_client_cal_opened_cb):
Forget password on AuthFailed or AuthRequired and try to reopen
on AuthFailed status, which will ask for a password again.
* gui/comp-editor-factory.c: (cal_opened_cb):
Show "Authentication Required" on such status returned.
* common/authentication.c: (auth_cal_forget_password):
Do not free memory which hold ECal. Also always forget password
for calendar with the URL key.
svn path=/trunk/; revision=37080
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-15 Milan Crha <mcrha@redhat.com>
** Fix for bug #245156
* gui/e-day-view.c: (e_day_view_finish_long_event_resize),
(e_day_view_finish_resize), (e_day_view_change_event_time),
(e_day_view_on_top_canvas_drag_data_received),
(e_day_view_on_main_canvas_drag_data_received):
* gui/e-week-view.c: (e_week_view_change_event_time):
* gui/e-calendar-view.c: (on_unrecur_appointment):
Keep old timezone for dtstart/dtend when changing it.
* gui/comp-util.h: (cal_comp_set_dtstart_with_oldzone),
(cal_comp_set_dtend_with_oldzone):
* gui/comp-util.c: (cal_comp_set_dtstart_with_oldzone),
(cal_comp_set_dtend_with_oldzone), (datetime_to_zone):
Helper functions to make it easier.
svn path=/trunk/; revision=37079
|
|
|
|
|
|
|
|
|
|
| |
2009-01-15 Bharath Acharya <abharath@novell.com>
** Fix for bug #208426
* configure.in: Added support for importing .pst files into Evolution.
svn path=/trunk/; revision=37078
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-15 Milan Crha <mcrha@redhat.com>
** Fix for bug #246313
* gui/e-day-view.c: (e_day_view_check_if_new_event_fits): Removed.
* gui/e-day-view.h: (struct _EDayView):
* gui/e-day-view.c: (e_day_view_init), (e_day_view_size_allocate),
(e_day_view_recalc_main_canvas_size), (e_day_view_recalc_cell_sizes),
(e_day_view_update_scroll_regions), (e_day_view_check_layout):
* gui/e-day-view-layout.h: (e_day_view_layout_day_events):
* gui/e-day-view-layout.c: (e_day_view_layout_day_events),
(e_day_view_layout_day_event), (e_day_view_expand_day_event):
Added ability to show all event in one-day view, but show only up
to 6 columns in a multi-day view.
* gui/print.c: (print_day_details): Always print all events.
svn path=/trunk/; revision=37077
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-14 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #567744
* plugins/groupwise-features/proxy-login-dialog.glade:
* plugins/groupwise-features/proxy-listing.glade:
Comment attribute in property tag should be plural.
e.g. <property comments="...">
svn path=/trunk/; revision=37074
|
|
|
|
| |
svn path=/trunk/; revision=37073
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-14 Milan Crha <mcrha@redhat.com>
** Fix for bug #567687
* prefer-plain.c: (org_gnome_prefer_plain_multipart_alternative):
Force text/html part only when choosing between text/plain and it.
svn path=/trunk/; revision=37071
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-14 Milan Crha <mcrha@redhat.com>
** Fix for bug #554454
* gui/e-cal-model.c: (e_cal_view_objects_modified_cb):
Do not crash when received 'modified' event for something
not in a model. And a leak fix.
svn path=/trunk/; revision=37068
|
|
|
|
|
|
|
|
| |
2009-01-14 Wadim Dziedzic <wdziedzic@aviary.pl>
* pl.po: Updated Polish translation
svn path=/trunk/; revision=37067
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-13 Milan Crha <mcrha@redhat.com>
** Fix for bug #489437
* gui/dialogs/recurrence-page.c: (fill_component): Check whether
the 'until' date is in the future, and report error if not.
svn path=/trunk/; revision=37066
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-13 Milan Crha <mcrha@redhat.com>
** Fix for bug #567045
* gui/e-meeting-time-sel.c: (e_meeting_time_selector_construct),
(e_meeting_time_selector_on_canvas_scroll_event): Escalate scroll
event's to a scrolled window, to let mouse wheel work over data too.
svn path=/trunk/; revision=37064
|
|
|
|
|
|
| |
(Unescape "&" when passing the link to browsers).
svn path=/trunk/; revision=37063
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-12 Milan Crha <mcrha@redhat.com>
** Fix for bug #563364
* gui/e-day-view-time-item.h: (EDayViewTimeItem):
* gui/e-day-view-time-item.c: (e_day_view_time_item_class_init),
(e_day_view_time_item_init), (e_day_view_time_item_finalize),
(e_day_view_time_item_get_column_width), (edvti_draw_zone),
(e_day_view_time_item_draw), (edvti_second_zone_changed_cb),
(edvti_on_select_zone), (edvti_on_set_zone),
(e_day_view_time_item_show_popup_menu):
Show two timezones in the day view's time column.
* gui/apps_evolution_calendar.schemas.in:
* gui/calendar-config-keys.h:
* gui/calendar-config.h:
* gui/calendar-config.c: (calendar_config_get_day_second_zones),
(calendar_config_free_day_second_zones),
(calendar_config_set_day_second_zone),
(calendar_config_get_day_second_zone),
(calendar_config_select_day_second_zone),
(calendar_config_add_notification_day_second_zone):
Access configuration for the second day time zone.
* gui/dialogs/cal-prefs-dialog.glade:
* gui/dialogs/cal-prefs-dialog.h: (struct _CalendarPrefsDialog):
* gui/dialogs/cal-prefs-dialog.c: (update_day_second_zone_caption),
(on_set_day_second_zone), (on_select_day_second_zone),
(day_second_zone_clicked), (setup_changes), (show_config),
(calendar_prefs_dialog_construct):
Manage the second day zone in a Preferences dialog.
svn path=/trunk/; revision=37060
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-11 Milan Crha <mcrha@redhat.com>
** Fix for bug #555310
* importers/icalendar-importer.c: (ivcal_getwidget):
Localize strings properly.
svn path=/trunk/; revision=37057
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-12 Philip Van hoof <philip@codeminded.be>
* e-util/e-plugin.c
* e-util/e-plugin.h
* shell/main.c: EPlugins must be loaded after Bonobo init, else variables
like `session` are not available for plugin's initialization functions.
(Fixes Bug #565681)
svn path=/trunk/; revision=37052
|
|
|
|
|
|
| |
button to bring up the timezone selector widget).
svn path=/trunk/; revision=37051
|
|
|
|
|
|
|
|
|
|
| |
2009-01-12 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #566653
* mail-folder-cache.c: (folder_changed): Fix a leaked info
svn path=/trunk/; revision=37048
|
|
|
|
|
|
|
|
|
| |
2009-01-12 Andre Klapper <a9016009@gmx.de>
* de.po: Updated German translation.
svn path=/trunk/; revision=37046
|
|
|
|
| |
svn path=/trunk/; revision=37045
|
|
|
|
|
|
|
|
|
|
| |
2009-01-11 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Sync two strings. Remove explicit mentioning
of some translators.
svn path=/trunk/; revision=37044
|
|
|
|
|
|
|
|
|
| |
2009-01-11 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Remove more redundancy; split up more strings.
svn path=/trunk/; revision=37043
|
|
|
|
|
|
|
|
|
|
| |
2009-01-11 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Remove redundancy; split up strings.
Fixes bug #567409.
svn path=/trunk/; revision=37042
|
|
|
|
|
|
|
|
|
| |
2009-01-11 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Fix typos. Fixes bug #566572.
svn path=/trunk/; revision=37041
|
|
|
|
|
|
|
|
|
|
| |
2009-01-11 Tor Lillqvist <tml@novell.com>
* filter-option.c (get_dynamic_options): Add cast to avoid
warning.
svn path=/trunk/; revision=37040
|
|
|
|
|
|
|
|
|
| |
2009-01-11 Andre Klapper <a9016009@gmx.de>
* de/de.po: Updated German translation.
svn path=/trunk/; revision=37039
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-11 Matthew Barnes <mbarnes@redhat.com>
* e-util/e-util.c (e_show_uri):
New convenience function calls gtk_show_uri() and displays an
error dialog if the URI cannot be shown.
* addressbook/gui/widgets/eab-contact-display.c
(eab_uri_popup_link_open), (on_link_clicked):
* calendar/gui/e-cal-component-preview (on_link_clicked):
* calendar/gui/e-cal-component-memo-preview (on_link_clicked):
* calendar/gui/e-memo-table.c (open_url_cb):
* calendar/gui/dialogs/comp-editor.c (open_attachment):
* composer/e-msg-composer.c (msg_composer_link_clicked):
* mail/em-folder-view.c (emfv_format_link_clicked):
* mail/em-popup.c (emp_uri_popup_link_open):
* plugins/mailing-list-actions/mailing-list-actions.c
(emla_list_action_do):
* shell/e-shell-window-commands.c (command_open_faq):
* widgets/misc/e-attachment-bar.c (eab_icon_clicked_cb):
* widgets/misc/e-url-entry.c (button_clicked_cb):
Call e_show_uri() instead of gnome_url_show().
* e-util/e-error.c (ee_response):
Call e_display_help() instead of gnome_url_show().
* mail/em-config.c:
* mail/em-menu.c:
Remove unneeded #include <libgnome/gnome-url.h>
svn path=/trunk/; revision=37037
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-10 Matthew Barnes <mbarnes@redhat.com>
* addressbook/gui/contact-editor/e-contact-editor-address.c:
* addressbook/gui/contact-editor/e-contact-editor-fullname.c:
* addressbook/gui/contact-editor/e-contact-editor-im.c:
* addressbook/gui/widgets/e-addressbook-view.c:
* addressbook/printing/e-contact-print.c:
* calendar/gui/calendar-commands.c:
* calendar/gui/e-cal-list-view.c:
* calendar/gui/e-day-view.c:
* calendar/gui/e-itip-control.c:
* calendar/gui/e-meeting-list-view.c:
* calendar/gui/e-meeting-store.c:
* calendar/gui/e-week-view.c:
* calendar/gui/gnome-cal.c:
* calendar/gui/memos-control.c:
* calendar/gui/tasks-control.c:
* e-util/e-dialog-utils.c:
* mail/em-folder-view.c:
* mail/importers/mail-importer.c:
* shell/e-shell.c:
* shell/evolution-shell-component-utils.c:
* shell/importer/intelligent.c:
* shell/main.c:
* widgets/menus/gal-view-collection.c:
* widgets/menus/gal-view-instance.c:
Remove unneeded #include <libgnome/gnome-util.h>.
svn path=/trunk/; revision=37036
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-10 Matthew Barnes <mbarnes@redhat.com>
* addressbook/gui/component/addressbook-view.c:
* addressbook/gui/contact-editor/e-contact-editor.h:
* addressbook/gui/contact-editor/e-contact-quick-add.c:
* addressbook/gui/contact-editor/eab-editor.h:
* addressbook/gui/contact-list-editor/e-contact-list-editor.h:
* mail/mail-autofilter.c:
Remove unneeded #include <libgnomeui/gnome-app.h>.
Remove unneeded #include <libgnomeui/gnome-app-helper.h>
* calendar/gui/calendar-commands.c:
* calendar/gui/e-cell-date-edit-text.c:
* calendar/gui/e-itip-control.c:
* calendar/gui/memos-control.c:
* calendar/gui/print.c:
* calendar/gui/tasks-control.c:
* widgets/misc/test-dropdown-button.c:
Remove unneeded #include <libgnomeui/gnome-stock-icons.h>.
* calendar/gui/alarm-notify/alarm-queue.c:
* calendar/gui/dialogs/cal-attachment-select-file.c:
* calendar/gui/dialogs/cancel-comp.c:
* calendar/gui/dialogs/changed-comp.c:
* calendar/gui/dialogs/delete-error.c:
* calendar/gui/dialogs/recur-comp.c:
* calendar/gui/e-itip-control.c:
* calendar/gui/print.c:
Remove unneeded #include <libgnomeui/gnome-uidefs.h>.
svn path=/trunk/; revision=37035
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-10 Matthew Barnes <mbarnes@redhat.com>
* e-util/e-util.c (e_display_help):
Now that we require GTK+ 2.14, use gtk_show_uri() instead of
gnome_help_display().
svn path=/trunk/; revision=37034
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-10 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #567281
* calendar/gui/calendar-commands.c:
* calendar/gui/e-cell-date-edit-text.c:
* widgets/misc/e-cell-date-edit.c:
* widgets/misc/e-cell-percent.c:
Remove unneeded #include <libgnomeui/gnome-messagebox.h>.
svn path=/trunk/; revision=37033
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-10-10 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #567270
* addressbook/gui/contact-editor/test-editor.c:
* addressbook/printing/test-contact-style-editor.c:
* addressbook/printing/test-print.c:
Remove already-disabled use of gnome_about_new().
svn path=/trunk/; revision=37032
|
|
|
|
|
|
|
|
|
| |
2009-01-11 Andre Klapper <a9016009@gmx.de>
* de.po: Updated German translation.
svn path=/trunk/; revision=37031
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-10 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #567276
* addressbook/gui/widgets/e-addressbook-view.c:
* addressbook/printing/test-print.c:
* calendar/gui/calendar-commands.c:
* calendar/gui/control-factory.c:
* calendar/gui/e-itip-control.c:
* calendar/gui/gnome-cal.c:
* calendar/gui/goto.c:
* calendar/gui/memos-control.c:
* calendar/gui/print.c:
* calendar/gui/tasks-control.c:
* calendar/gui/alarm-notify/alarm-queue.c:
* calendar/gui/dialogs/schedule-page.c:
* widgets/menus/gal-view-menus.c:
Remove unneeded #include <libgnomeui/gnome-dialog-util.h>.
* calendar/gui/calendar-config.c:
* calendar/gui/calendar-config.h:
Removed unused function calendar_config_check_timezone_set().
* widgets/misc/test-color.c:
We don't ship this. Remove it.
svn path=/trunk/; revision=37030
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-11 Tor Lillqvist <tml@novell.com>
** Bug #567244
* filter-option.c (get_dynamic_options): For portability, use
<gmodule.h> API instead of <dlfcn.h> API.
svn path=/trunk/; revision=37029
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-10 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #567280
* mail/message-tag-followup.c:
Remove unneeded #include <libgnomeui/gnome-pixmap.h>.
svn path=/trunk/; revision=37028
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-10 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #567285
* mail/mail-autofilter.c:
* widgets/misc/e-activity-handler.c:
* widgets/misc/e-dropdown-button.c:
Remove unneeded #include <libgnomeui/gnome-popup-menu.h>.
svn path=/trunk/; revision=37027
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-10 Andre Klapper <a9016009@gmx.de>
* Fix for bug #567282
* /gui/component/addressbook-view.c:
Remove unrequired #include of <libgnomeui/gnome-href.h>.
svn path=/trunk/; revision=37026
|
|
|
|
| |
svn path=/trunk/; revision=37024
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-09 Takao Fujiwara <takao.fujiwara@sun.com>
Reviewed by Matthew Barnes <mbarnes@redhat.com>
** Fix for bug #567129
* apps_evolution_email_custom_header.schemas.in:
Add <default> tag in C locale to localize the value.
* email-custom-header.c (epech_setup_widgets):
Add gettext.
svn path=/trunk/; revision=37022
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-09 Takao Fujiwara <takao.fujiwara@sun.com>
Reviewed by Matthew Barnes <mbarnes@redhat.com>
* Fix for bug #566011
* addressbook/gui/component/Makefile.am:
* addressbook/gui/component/addressbook-component.c
(addressbook_component_class_init):
Include <glib/gi18n-lib.h> instead of <glib/gi18n.h> and
add bindtextdomain().
* calendar/gui/Makefile.am:
* calendar/gui/calendar-component.c (calendar_component_class_init):
* calendar/gui/dialogs/comp-editor.c:
* calendar/gui/memos-component.c (memos_component_class_init):
* calendar/gui/tasks-component.c (tasks_component_class_init):
Include <glib/gi18n-lib.h> instead of <glib/gi18n.h> and
add bindtextdomain().
* composer/e-composer-header-table.c:
* composer/e-composer-private.h:
Include <glib/gi18n-lib.h> instead of <glib/gi18n.h>.
* mail/mail-component.c (mail_component_class_init):
Include <glib/gi18n-lib.h> instead of <glib/gi18n.h> and
add bindtextdomain().
* shell/e-user-creatable-items-handler.c
(e_user_creatable_items_handler_class_ini):
Include <glib/gi18n-lib.h> instead of <glib/gi18n.h> and
add bindtextdomain().
* widgets/misc/e-charset-picker.c:
* widgets/misc/e-signature-combo-box.c:
Include <glib/gi18n-lib.h> instead of <glib/gi18n.h>.
svn path=/trunk/; revision=37021
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-08 Matthew Barnes <mbarnes@redhat.com>
* help/quickref/evolution-logo.eps:
B & W version of our new logo to replace the old Ximian logo.
* help/quickref/*/quickref.pdf:
Regenerate the Quick Reference PDFs with the new logo.
svn path=/trunk/; revision=37018
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-08 Milan Crha <mcrha@redhat.com>
** Fix for bug #567031
* rule-editor.c: (rule_editor_new): Hide also label of the combo.
svn path=/trunk/; revision=37017
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-08 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #565376
* configure.in:
Bump eds requirement to 2.25.5 because of new functionality.
svn path=/trunk/; revision=37016
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-08 Milan Crha <mcrha@redhat.com>
** Fix for bug #565376
* vfoldertypes.xml:
* searchtypes.xml: Merge some search types together.
* em-vfolder-context.c: (vfolder_new_element): More elements.
* em-filter-folder-element.h: (struct _EMFilterFolderElement):
* em-filter-folder-element.c: (xml_encode), (xml_decode),
(folder_selected), (get_widget), (format_sexp):
Support storing folder uri in a camel's way.
* em-format-html-display.c: (efhd_use_component):
Compiler warning fix.
svn path=/trunk/; revision=37015
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-08 Milan Crha <mcrha@redhat.com>
** Fix for bug #339879
* filter/filter-code.h: (filter_code_new):
* filter/filter-code.c: (filter_code_new), (build_code):
* filter/rule-context.c: (new_element):
Have two types of code expression, one "code", which adds also
a "match-all" into the expression, and a "rawcode" without it.
* addressbook/gui/widgets/addresstypes.xml: Use "rawcode" instead of "code"
to have not added a "match-all" into the expression.
svn path=/trunk/; revision=37014
|
|
|
|
| |
svn path=/trunk/; revision=37010
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-07 Matt Davey <mcdavey@mrao.cam.ac.uk>
** Fix for bugs #201167 and #269342
* conduit/address-conduit.c:
Add support for category syncing. Also, retain an existing
given/first name split if it exists in the pilot record.
svn path=/trunk/; revision=37008
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-07 Ashish Shrivastava <shashish@novell.com>
** Fix for bug #565553, #462372 (bnc)
* gui/e-cal-popup.c (temp_save_part):
Add supported URI format.
svn path=/trunk/; revision=37006
|
|
|
|
|
|
| |
E_MEETING_FREE_BUSY_FREE.
svn path=/trunk/; revision=37005
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-06 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #566599
* calendar/gui/itip-utils.c (comp_subject):
Add translator comments and gettext context for meeting mail
subject prefixes.
svn path=/trunk/; revision=37004
|
|
|
|
| |
svn path=/trunk/; revision=37003
|
|
|
|
| |
svn path=/trunk/; revision=37002
|
|
|
|
| |
svn path=/trunk/; revision=37000
|
|
|
|
| |
svn path=/trunk/; revision=36999
|
|
|
|
|
|
| |
changes being lost if he is trying to delegate the meeting.
svn path=/trunk/; revision=36997
|
|
|
|
|
|
|
|
|
|
| |
2009-01-05 Srinivasa Ragavan <sragavan@novell.com>
* NEWS: Evolution 2.25.4 release
svn path=/trunk/; revision=36993
|
|
|
|
| |
svn path=/trunk/; revision=36992
|
|
|
|
| |
svn path=/trunk/; revision=36991
|
|
|
|
| |
svn path=/trunk/; revision=36990
|
|
|
|
| |
svn path=/trunk/; revision=36989
|
|
|
|
|
|
| |
(bugzilla.novell.com) - Provide a 'Show time as busy' button in the toolbar (like the other items in the 'Options' menu).
svn path=/trunk/; revision=36988
|
|
|
|
|
|
|
|
| |
2009-01-05 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Updated Norwegian bokmål translation.
svn path=/trunk/; revision=36987
|
|
|
|
|
|
|
|
|
| |
2009-01-04 Andre Klapper <a9016009@gmx.de>
* de/de.po: Updated German translation.
svn path=/trunk/; revision=36986
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-01-04 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #566566
* calendar/gui/e-itip-control.c (insert_rsvp):
Mark "RSVP" for translation.
svn path=/trunk/; revision=36985
|
|
|
|
| |
svn path=/trunk/; revision=36984
|
|
|
|
| |
svn path=/trunk/; revision=36983
|
|
|
|
| |
svn path=/trunk/; revision=36982
|
|
|
|
|
|
|
|
|
|
| |
2009-01-03 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Link sentence "You can also enable Magic
spacebar" against the corresponding section. Fixes bug #550604.
svn path=/trunk/; revision=36981
|
|
|
|
|
|
|
|
|
| |
2009-01-03 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: s/and/or. Fixes bug #566233.
svn path=/trunk/; revision=36980
|
|
|
|
|
|
|
|
|
| |
2009-01-03 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Fix wrong sentence. Fixes bug #566228.
svn path=/trunk/; revision=36979
|
|
|
|
|
|
|
|
|
| |
2009-01-03 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Add missing whitespace.
svn path=/trunk/; revision=36978
|
|
|
|
|
|
|
|
|
|
| |
2009-01-03 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Add warning that PGP Encrypt will not
encrypt subject lines. Fixes bug #543580.
svn path=/trunk/; revision=36977
|
|
|
|
|
|
|
|
|
|
| |
2009-01-03 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Sync strings.
Fixes bug #566236, bug #566238.
svn path=/trunk/; revision=36976
|
|
|
|
|
|
|
|
|
|
| |
2009-01-03 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Sync strings.
Fixes bug #566234.
svn path=/trunk/; revision=36975
|
|
|
|
|
|
|
|
|
|
| |
2009-01-03 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Fix grammatical errors.
Fixes bug #558492. Patch by Nanley Chery.
svn path=/trunk/; revision=36974
|
|
|
|
|
|
|
|
|
|
| |
2009-01-03 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Fix non-sense split sentences.
Fixes bug #544340, bug #544339.
svn path=/trunk/; revision=36973
|
|
|
|
|
|
|
|
|
|
| |
2009-01-03 Andre Klapper <a9016009@gmx.de>
* C/evolution.xml: Fix typos. Bug #544335.
Patch by Philip Withnall.
svn path=/trunk/; revision=36972
|
|
|
|
|
|
|
|
|
| |
2009-01-02 Andre Klapper <a9016009@gmx.de>
* de/figures: Added a few translated screenshots.
svn path=/trunk/; revision=36969
|
|
|
|
|
|
|
|
|
| |
2009-01-02 Andre Klapper <a9016009@gmx.de>
* de/de.po: Update German translation.
svn path=/trunk/; revision=36968
|
|
|
|
| |
svn path=/trunk/; revision=36967
|
|
|
|
| |
svn path=/trunk/; revision=36966
|
|
|
|
|
|
|
|
|
|
|
|
| |
2009-01-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #546437
* help/C/evolution.xml:
Fix various typos and poor wording in chapters 1-4.
svn path=/trunk/; revision=36965
|
|
|
|
| |
svn path=/trunk/; revision=36964
|
|
|
|
| |
svn path=/trunk/; revision=36963
|
|
|
|
|
|
|
|
|
|
| |
2009-01-01 Matthew Barnes <mbarnes@redhat.com>
* e-util/e-config.c (ec_rebuild):
Use the translated the EConfigItem label when building the UI.
svn path=/trunk/; revision=36961
|
|
|
|
|
|
|
|
|
|
| |
2009-01-01 Andre Klapper <a9016009@gmx.de>
* e-shell-window-commands.c:
update Copyright to 2009.
svn path=/trunk/; revision=36960
|
|
|
|
|
|
|
|
|
| |
2009-01-01 Andre Klapper <a9016009@gmx.de>
* POTFILES.in: Fix my last commit so l10n.gnome.org is happy.
svn path=/trunk/; revision=36959
|
|
|
|
|
|
|
|
|
| |
2009-01-01 Andre Klapper <a9016009@gmx.de>
* de/de.po: Update German translation.
svn path=/trunk/; revision=36958
|
|
|
|
|
|
|
|
|
|
| |
2009-01-01 Matthew Barnes <mbarnes@redhat.com>
* ui/component/addressbook-config.c (eabc_general_offline):
Use the correct macro when marking strings for translation.
svn path=/trunk/; revision=36956
|
|
|
|
|
|
|
|
|
|
| |
2009-01-01 Andre Klapper <a9016009@gmx.de>
* configure.in:
Added Czech translation of quickref.
svn path=/trunk/; revision=36954
|
|
|
|
| |
svn path=/trunk/; revision=36953
|
|
|
|
|
|
| |
2009-01-01 Andre Klapper <a9016009@gmx.de>
svn path=/trunk/; revision=36952
|
|
|
|
|
|
|
|
|
| |
2009-01-01 Andre Klapper <a9016009@gmx.de>
* cs/cs.po: Updated Czech translation of manual by Jiri Eischmann.
svn path=/trunk/; revision=36951
|
|
|
|
|
|
| |
MemoPage after the base class object has been created and initialized.
svn path=/trunk/; revision=36948
|
|
|
|
|
|
|
|
|
| |
2008-12-30 Andre Klapper <a9016009@gmx.de>
* POTFILES.in: add missing file (cf. bug #359010)
svn path=/trunk/; revision=36947
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-29 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #565857
* mail/e-searching-tokenizer.c (searcher_next_token):
The HTMLTokenizer now expects a newly-allocated string from its
next_token() method, so duplicate the returned string. This fixes
a memory leak whereby previously, some implementations of next_token()
did return a newly-allocated string, some did not. Those that did
leaked those strings.
svn path=/trunk/; revision=36945
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-29 Bharath Acharya <abharath@novell.com>
** Fix for bug #446285 (bnc)
* gui/e-select-names-editable.c:
(e_select_names_editable_get_emails),
(e_select_names_editable_get_names): Traverse all the entries in
the added list.
svn path=/trunk/; revision=36943
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-29 Bharath Acharya <abharath@novell.com>
** Fix for bug bnc #435694
* mail-retract.c: (org_gnome_retract_message): Since we now add
a bar, lets set the popup items right.
svn path=/trunk/; revision=36941
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-29 Bharath Acharya <abharath@novell.com>
** Fix for bug #439998 (bnc)
* gui/dialogs/comp-editor.c: (remove_event_dialog),
(action_save_cb): Ask the user if he wants to remove the
delegated events or keep a copy.
svn path=/trunk/; revision=36940
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-28 Matthew Barnes <mbarnes@redhat.com>
** Related to bug #562155
* shell/main.c (idle_cb):
Only call e_shell_set_crash_recovery() if the EShell Bonobo object
was constructed successfully, otherwise it will be NULL. This fixes
a warning shown in the terminal output of bug #562155, but the bug
is not reproducible so it's not clear whether this fixes the bug.
svn path=/trunk/; revision=36939
|
|
|
|
|
|
|
|
| |
2008-12-28 Marcel Telka <marcel@telka.sk>
* sk.po: Updated Slovak translation.
svn path=/trunk/; revision=36937
|
|
|
|
|
|
|
|
|
|
| |
2008-12-25 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
* shell/main.c:
Fix memory leak. (Fixes bug #565628).
svn path=/trunk/; revision=36932
|
|
|
|
|
|
|
|
|
|
| |
2008-12-23 Andre Klapper <a9016009@gmx.de>
* gui/merging/eab-contact-merging.c:
Include <glib/gi18n.h> instead of <libgnome/gnome-i18n.h>
svn path=/trunk/; revision=36931
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-22 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #564860
* e-util/e-util-label.c (e_util_labels_parse):
Don't crash on malformed label strings.
svn path=/trunk/; revision=36929
|
|
|
|
|
|
|
|
|
|
| |
2008-12-22 Matthew Barnes <mbarnes@redhat.com>
* configure.in:
Bump eds_minimum_version to 2.25.4 for CAMEL_STORE_IS_MIGRATING.
svn path=/trunk/; revision=36928
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-22 Milan Crha <mcrha@redhat.com>
** Fix for bug #559604
* gui/e-calendar-view.h: (e_calendar_view_get_attendees_status_info):
* gui/e-calendar-view.c: (e_calendar_view_get_attendees_status_info),
(e_calendar_view_get_tooltips):
* gui/e-calendar-table.c: (query_tooltip_cb): Show additional status
information for the meeting only when user is an organizer.
svn path=/trunk/; revision=36926
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-22 Sankar P <psankar@novell.com>
** Part of fix for bug #559153
* em-migrate.c (update_progress_in_main_thread), (migrate_folders),
(count_folders), (migrate_folders_to_db_thread), (migrate_to_db),
(em_migrate):
Migration Improvements
svn path=/trunk/; revision=36924
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-22 Norman Wang <zhichao.wang@sun.com>
** Fix for bug #558337
* mail/em-subscribe-editor.c: Create a wrapper class MailMsgListNode of
_zsubscribe_msg message. The MailMsgListNode class is the subclass of
EDListNode class. So the _zsubscribe_msg can be added into the EDList.
svn path=/trunk/; revision=36922
|
|
|
|
|
|
|
|
| |
2008-12-21 Leonardo Ferreira Fontenelle <leonardof@gnome.org>
* pt_BR.po: Fixed terminology in the Brazilian Portuguese translation.
svn path=/trunk/; revision=36921
|
|
|
|
| |
svn path=/trunk/; revision=36916
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-18 Matthew Barnes <mbarnes@redhat.com>
* e-composer-actions.c:
Change "Save Draft" menu item to "Save as Draft" to be consistent
with "Save as Template". I like that better. But leave the toolbar
button alone.
svn path=/trunk/; revision=36915
|
|
|
|
|
|
|
|
|
|
| |
2008-12-17 Milan Crha <mcrha@redhat.com>
* gui/e-cal-model.c: (update_e_cal_view_for_client):
Show reason of a failure on a console too.
svn path=/trunk/; revision=36913
|
|
|
|
| |
svn path=/trunk/; revision=36912
|
|
|
|
| |
svn path=/trunk/; revision=36911
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-16 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #564248
* configure.in: Bump libgtkhtml_minimum_version to 3.25.4
because of new html editor functions.
svn path=/trunk/; revision=36910
|
|
|
|
| |
svn path=/trunk/; revision=36909
|
|
|
|
|
|
|
|
|
|
| |
2008-12-15 Srinivasa Ragavan <sragavan@novell.com>
* NEWS: Evolution 2.25.3.1 release
svn path=/trunk/; revision=36907
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-16 Milan Crha <mcrha@redhat.com>
** Fix for bug #564248
* e-msg-composer.c: (msg_composer_paste_clipboard):
Attach images pasted from a clipboard.
Note: Requires at least gtkhtml revision 9067.
svn path=/trunk/; revision=36906
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-16 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #552583
* mail-config.c: (mail_config_get_account_by_source_url),
(mail_config_get_account_by_transport_url): Do not leak.
svn path=/trunk/; revision=36903
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-16 Milan Crha <mcrha@redhat.com>
** Fix for bug #359010
* url-editor-dialog.c: (url_editor_dialog_new):
Set title of the window based on the parameter/action.
svn path=/trunk/; revision=36902
|
|
|
|
|
|
|
|
|
| |
2008-12-15 Kjartan Maraas <kmaraas@gnome.org>
* POTFILES.in: Remove deleted file.
* nb.po: Updated Norwegian bokmål translation.
svn path=/trunk/; revision=36900
|
|
|
|
| |
svn path=/trunk/; revision=36899
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-15 Milan Crha <mcrha@redhat.com>
** Fix for bug #540181
* gui/tasks-component.c: (destroy_component_view):
Do not touch already freed object.
svn path=/trunk/; revision=36898
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-15 Milan Crha <mcrha@redhat.com>
** Fix for bug #557176
* e-table-state.c: (e_table_state_load_from_node):
Ensure the 'sort_info' member is never NULL.
svn path=/trunk/; revision=36896
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-15 Milan Crha <mcrha@redhat.com>
** Fix for bug #564007
* em-format.c: (emf_inlinepgp_encrypted): Guess the decrypted
part mime type if not known from the decryptor, thus show the
content really inline, if possible.
svn path=/trunk/; revision=36894
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-15 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #564229
* gui/dialogs/alarm-dialog.c: (populate_widgets_from_alarm):
Cast to proper object.
* gui/alarm-notify/alarm-queue.c: (free_tray_icon_data):
Do not leak.
svn path=/trunk/; revision=36893
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-15 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #563669
* mail/em-account-editor.c: (emae_option_checkspin):
* filter/filter-int.c: (get_widget):
* calendar/gui/dialogs/recurrence-page.c: (make_ending_count_special):
* calendar/conduits/todo/todo-conduit.c: (e_todo_gui_new):
Use zero GtkSpinButton's PageSize, as Gtk+ requires.
svn path=/trunk/; revision=36892
|
|
|
|
|
|
|
|
| |
2008-12-15 Srinivasa Ragavan <sragavan@novell.com>
* em-format-html-display.c: Fix a impllicit warning
svn path=/trunk/; revision=36891
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-15 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #552583
* mail-config.c: (mail_config_get_account_by_transport_url): Free the
right url.
svn path=/trunk/; revision=36889
|
|
|
|
|
|
|
|
| |
2008-12-15 Srinivasa Ragavan <sragavan@novell.com>
* POTFILES.in: Add e-utils/*intrusive*.[ch]
svn path=/trunk/; revision=36888
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-15 Srinivasa Ragavan <sragavan@novell.com>
** Fix for #546637
* message-list.c: (message_list_finalise), (regen_list_exec),
(regen_list_done): Don't loose uids.
svn path=/trunk/; revision=36886
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-15 Srinivasa Ragavan <sragavan@novell.com>
* em-format-html-display.c: (efhd_bonobo_unknown),
(efhd_find_handler), (efhd_bonobo_object),
(efhd_check_server_prop), (efhd_use_component),
(efhd_format_attachment): Restore the code for BONOBO components need
by the vcard inline viewer.
svn path=/trunk/; revision=36885
|
|
|
|
|
|
|
|
|
|
| |
2008-12-15 Srinivasa Ragavan <sragavan@novell.com>
* em-account-editor.c: (emae_option_checkspin):
* em-folder-tree.c: (emft_popup_uvfolder), (emft_popup): Add the
unread vfolder hack.
svn path=/trunk/; revision=36884
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-15 srinivasa ragavan <sragavan@novell.com>
* makefile.am:
* bf-junk-filter.c: (init_db), (pipe_to_bogofilter): init the
bogofilter if it wasn't. say that evolution's welcome message is not
junk.
svn path=/trunk/; revision=36883
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-15 Srinivasa Ragavan <sragavan@novell.com>
** Fix for BNC bug #435452
* gui/e-meeting-list-view.c: (ense_update), (editing_started_cb),
(build_table):
svn path=/trunk/; revision=36880
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-15 Lucian Langa <lucilanga@gnome.org>
** Fixes bug #564519
* mail-send-recv.c: (build_dialog):
Count also deleted unsent messages when displaying SMTP server
svn path=/trunk/; revision=36879
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-14 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #564416
* shell/e-shell-nm.c:
We've been listening for obsolete D-Bus signals.
Update to NetworkManager's current D-Bus API.
svn path=/trunk/; revision=36878
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-14 Matthew Barnes <mbarnes@redhat.com>
* configure.in:
Bump libgtkhtml_minimum_version to 3.25.3 to pick up
HTMLTokenizer changes (ABI break, actually).
svn path=/trunk/; revision=36877
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-13 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #564351 (patch by Tal Benavidor)
* mail/em-icon-stream.c:
Fix single-header include issue for GdkPixbuf.
svn path=/trunk/; revision=36874
|
|
|
|
|
|
|
|
|
| |
2008-12-13 Leonardo Ferreira Fontenelle <leonardof@gnome.org>
* pt_BR.po: Merged from branch gnome-2-24 minor fixes to the Brazilian
Portuguese translation.
svn path=/trunk/; revision=36873
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-11 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #562450
* composer/e-msg-composer.c (handle_multipart_signed):
Fix a typo that broke "Edit as New Message" for signed messages.
svn path=/trunk/; revision=36869
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-10 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #552357
* e-searching-tokenizer.c: (e_searching_tokenizer_begin):
Function prototype changed.
svn path=/trunk/; revision=36868
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-10 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #563250
* e-util/e-util.c (e_get_accels_filename):
New function returns the filename where custom keyboard
accelerators are stored. Currently only applies to the
various editor windows in Evolution.
* shell/main.c (main):
Load on startup and save on shutdown, custom keyboard accelerators.
svn path=/trunk/; revision=36864
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-10 Milan Crha <mcrha@redhat.com>
** Fix for bug #563870
* e-util/e-util-labels.h: (e_util_labels_get_filter_options):
* e-util/e-util-labels.c: (e_util_labels_get_filter_options):
New helper function to be used in FilterOption.
* filter/Makefile.am:
* filter/filter-label.h:
* filter/filter-label.c: Drop, not used anywhere.
* filter/filter-element.c:
* filter/rule-context.c: Remove dropped include and code.
* filter/filter-option.c: (get_dynamic_options), (xml_create), (get_widget):
Evaluate dynamic options even on create, to have them available for
saved searches even before the widget itself is shown.
* mail/vfoldertypes.xml:
* mail/filtertypes.xml:
* mail/searchtypes.xml: Use dynamic filter option.
* mail/message-list.c: Drop unused header include.
svn path=/trunk/; revision=36863
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-10 Milan Crha <mcrha@redhat.com>
** Fix for bug #556303
* e-attachment-bar.c: (eab_icon_clicked_cb):
Check whether attachment has a body already before accessing it.
svn path=/trunk/; revision=36861
|
|
|
|
|
|
| |
plugin by default and provide an option to disable it.
svn path=/trunk/; revision=36860
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-09 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #552583
* mail-config.c: (mail_config_get_account_by_source_url),
(mail_config_get_account_by_transport_url): Extending Sankar's fix
of account checking logic a bit, to be more consistent.
svn path=/trunk/; revision=36859
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-09 Milan Crha <mcrha@redhat.com>
** Fix for bug #333224
* gui/e-day-view.c: (e_day_view_on_text_item_event): Sanitize returned
values from 'e_day_view_convert_position_in_main_canvas', because it
can let the 'event_num' or 'day' set to -1, which means invalid value.
svn path=/trunk/; revision=36858
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-09 Milan Crha <mcrha@redhat.com>
** Fix for bug #563369
* em-folder-properties.c: (emfp_dialog_got_folder_quota):
* em-folder-tree-model.c: (em_folder_tree_model_set_folder_info):
* mail-component.c: (view_changed): Translate "Templates" folder name.
svn path=/trunk/; revision=36856
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-09 Milan Crha <mcrha@redhat.com>
** Fix for bug #563669
* addressbook/gui/component/ldap-config.glade:
* addressbook/printing/e-contact-print.glade:
* mail/mail-config.glade:
* filter/filter.glade:
* widgets/misc/e-send-options.glade:
* calendar/gui/dialogs/recurrence-page.glade:
* calendar/gui/dialogs/alarm-dialog.glade:
* calendar/gui/dialogs/event-page.glade:
* calendar/gui/dialogs/task-details-page.glade:
* calendar/gui/dialogs/cal-prefs-dialog.glade:
* calendar/gui/alarm-notify/alarm-notify.glade:
* calendar/gui/goto-dialog.glade:
Use zero GtkSpinButton's PageSize, as Gtk+ requires.
svn path=/trunk/; revision=36855
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-09 Milan Crha <mcrha@redhat.com>
** Fix for bug #555663
* gconf-bridge.c: (struct WindowBinding), (gconf_bridge_bind_window),
(window_binding_unbind): Do not overwrite signal id.
svn path=/trunk/; revision=36853
|
|
|
|
| |
svn path=/trunk/; revision=36852
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-08 Jeff Cai <jeff.cai@sun.com>
** Fix for bug #563633
* gui/e-cal-model.c: Add an unused member for _ECalModelComponentPrivate
svn path=/trunk/; revision=36851
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-08 Milan Crha <mcrha@redhat.com>
** Fix for bug #562990
* caldav-source.c: (user_changed), (oge_caldav): Use 'username'
property of the ESource to read/write user name, not the uri.
svn path=/trunk/; revision=36850
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-08 Milan Crha <mcrha@redhat.com>
** Fix for bug #270376
* gui/contact-editor/e-contact-editor.c: (im_service []),
(non_string_fields[]):
* gui/widgets/eab-contact-display.c: (render_contact):
Support Skype field in a contact.
* gui/contact-editor/e-contact-editor-im.c:
Changes here too, but file doesn't seem to be used.
svn path=/trunk/; revision=36849
|
|
|
|
|
|
| |
(Added print menu option to task, memo and event editors).
svn path=/trunk/; revision=36848
|
|
|
|
|
|
| |
loading' until we are really done with it. The previous behavior can cause duplicate nodes in tree for subscribed folders).
svn path=/trunk/; revision=36847
|
|
|
|
|
|
| |
(Fix for a few erroneous strings).
svn path=/trunk/; revision=36845
|
|
|
|
|
|
| |
gtk_icon_info_get_filename(), fixes a crash if the gnome-settings-daemon is not running).
svn path=/trunk/; revision=36844
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-08 Bharath Acharya <abharath@novell.com>
** Fix for bug #558498
* exchange-account-setup.c: (org_gnome_exchange_settings),
(destroy_oof_data), (org_gnome_exchange_commit):
* org-gnome-exchange-operations.error.xml:Check for the offline
status before setting up the Exchange settings.
svn path=/trunk/; revision=36842
|
|
|
|
|
|
| |
(Copy/Paste support in day/week views).
svn path=/trunk/; revision=36841
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-08 Sankar P <psankar@novell.com>
** Fixes bug #552583
* mail/mail-config.c: (mail_config_get_account_by_source_url)
(mail_config_get_account_by_transport_url):
Fix the errors in the account checking logic.
svn path=/trunk/; revision=36839
|
|
|
|
|
|
| |
fallback to default 15 minutes alarm offset if alarm is triggered at start (or end) of appointment).
svn path=/trunk/; revision=36837
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-05 Milan Crha <mcrha@redhat.com>
** Fix for bug #332629
* filter/filter-option.h: (struct _filter_option),
(struct _FilterOption), (filter_option_add):
* filter/filter-option.c: (filter_option_init), (filter_option_finalise),
(filter_option_add), (xml_create), (get_widget), (clone):
Be able to define optionlist with dynamically created list of options.
* filter/filter-label.c: (fill_options): Adapt.
* addressbook/gui/widgets/addresstypes.xml:
* calendar/gui/caltypes.xml:
* calendar/gui/memotypes.xml:
* calendar/gui/tasktypes.xml:
Use dynamically created list of categories in the option's widget.
svn path=/trunk/; revision=36836
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-04 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #562886
* composer/e-msg-composer (handle_mailto):
Don't double-decode attachment URIs. Also, parse & correctly.
svn path=/trunk/; revision=36834
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-04 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #552583
* mail/mail-config.c (mail_config_get_account_by_source_url),
(mail_config_get_account_by_transport_url):
For the purpose of matching a URL to an EAccount, only compare
the protocol, user, host and port and disregard the rest.
svn path=/trunk/; revision=36832
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-04 Milan Crha <mcrha@redhat.com>
** Fix for bug #263268
* gui/widgets/e-addressbook-view.c: (search_activated),
(make_suboptions): Be able to search for contacts without category.
svn path=/trunk/; revision=36830
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-03 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #560420 (patch by hp@syntomax.com)
* plugins/sa-junk-plugin/em-junk-filter.c (pipe_to_sa_full):
spamc and spamassassin use error codes >= 64 to denote execution
errors. Positive error codes < 64 means the message was identified
as spam.
svn path=/trunk/; revision=36828
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-03 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #352287
* calendar/gui/e-day-view-top-item.c: (e_day_view_top_item_draw_long_event):
Draw top icons in full detail/color depth (for weather, for example).
* plugins/calendar-weather/Makefile.am: Compile and link with libgweather.
* plugins/calendar-weather/calendar-weather.c: (e_plugin_lib_enable), (selection_changed),
(find_location_func), (find_location), (treeview_clicked),
(create_source_selector), (build_location_path),
(location_clicked), (e_calendar_weather_location):
Use libgweather for weather calendar.
Note: Requires eds revision at least 9793.
svn path=/trunk/; revision=36827
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-02 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #348299
* addressbook/gui/contact-editor/e-contact-editor.c
(e_contact_editor_init):
* calendar/gui/dialogs/event-page.c (get_widgets):
* calendar/gui/dialogs/memo-page.c (get_widgets):
* calendar/gui/dialogs/task-page.c (get_widgets):
Use category completion in the Categories field.
* calendar/gui/dialogs/event-editor.c:
* calendar/gui/dialogs/memo-editor.c:
* calendar/gui/dialogs/task-editor.c:
Fix some reference count leaks.
svn path=/trunk/; revision=36826
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-12-02 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #562228
* exchange-account-setup.c: (want_mailbox_toggled),
(org_gnome_exchange_owa_url):
Make it clearer the mailbox entry is optional.
svn path=/trunk/; revision=36825
|
|
|
|
|
|
|
|
| |
2008-12-01 Srinivasa Ragavan <sragavan@novell.com>
* NEWS: Evolution 2.25.2 release changes.
svn path=/trunk/; revision=36823
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-11-28 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #503662
* caldav-source.c: (user_changed):
Set NULL properly to protect against using already freed memory.
svn path=/trunk/; revision=36821
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-11-28 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #359745
* caldav-source.c: (ensure_caldav_source_group),
(e_plugin_lib_enable): Ensure source group for VTODO and VJOURNAL too.
* caldav-source.c: (set_refresh_time), (get_refresh_minutes),
(spin_changed), (option_changed), (oge_caldav):
Be able to change refresh time for the CalDAV sources.
* org-gnome-evolution-caldav.eplug.xml:
Show CalDAV options under all the other standard options.
Note: Requires at least eds revision 9781 (version 2.25.2, in configure.in already)
svn path=/trunk/; revision=36820
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-11-28 Felix Riemann <friemann@svn.gnome.org>
** Fixes bug #554464
* configure.in: Bump gtk+ minimum version to 2.14.0 which pulls
in a recent enough Pango version.
* widgets/table/e-cell-text.c: (build_layout): Let Pango handle
the ellipsizing, which should be faster.
svn path=/trunk/; revision=36819
|
|
|
|
| |
svn path=/trunk/; revision=36818
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-11-27 Milan Crha <mcrha@redhat.com>
** Fix for bug #332729
* e-config.c: (ep_finalise): Disconnect handlers on the widget before
freeing the structure it is using.
svn path=/trunk/; revision=36816
|
|
|
|
| |
svn path=/trunk/; revision=36815
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-11-25 Milan Crha <mcrha@redhat.com>
** Fix for bug #560138
* gui/e-calendar-table.c: (query_tooltip_cb):
Let wrap description text in a tooltip.
svn path=/trunk/; revision=36812
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-11-23 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #552850
* mail/evolution-mail.schemas.in:
* plugins/folder-unsubscribe/org-gnome-mail-folder-unsubscribe.eplug.xml:
Prefer the term "side bar" over "folder tree".
svn path=/trunk/; revision=36810
|
|
|
|
|
|
|
|
|
|
|
| |
2008-11-20 Bharath Acharya <abharath@novell.com>
** Fix for bug bnc #446286
* status-track.c: (track_status): Remove the header check as we
do a e_gw_connection_get_item for tracking the status.
svn path=/trunk/; revision=36807
|
|
|
|
|
|
|
|
| |
2008-11-19 Srinivasa Ragavan <sragavan@novell.com>
* mail-notification.c: Fix compilation error.
svn path=/trunk/; revision=36804
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-11-19 Milan Crha <mcrha@redhat.com>
** Fix for bug #556224
* gui/gnome-cal.c: (struct _GnomeCalendarPrivate), (setup_widgets),
(update_todo_view_async), (update_todo_view), (gnome_calendar_init),
(gnome_calendar_destroy): Run always 'update_todo_view' in a separate
thread and guard its body with a mutex.
* gui/gnome-cal.c: (update_query_async): Do not leak.
svn path=/trunk/; revision=36803
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-11-19 Srinivasa Ragavan <sragavan@novell.com>
** Fix for BNC bug #434320
* plugins/mail-notification/mail-notification.c: When the popup is
clicked close the status icon.
svn path=/trunk/; revision=36802
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-11-19 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #555276
* mail/mail-vfolder.c: Don't load vfolder as subfolder.
svn path=/trunk/; revision=36799
|
|
|
|
|
|
| |
signature of the 'children-changed' signal emission).
svn path=/trunk/; revision=36797
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-11-17 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #557818
* addressbook/gui/component/addressbook-view.c:
* calendar/gui/calendar-component.c:
* calendar/gui/memos-component.c:
* calendar/gui/tasks-component.c:
ESourceSelector now handles most of the drag-and-drop signals.
We just have to listen for the new "data-dropped" signal and
deal with it. Gets rid of a lot of duplicate logic.
svn path=/trunk/; revision=36793
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-10-17 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #560882
* widgets/table/e-table-defines.h:
* widgets/table/e-table-header-utils.c (e_table_header_draw_button):
Left-align header labels instead of centering them, and adjust
the header padding so they look purdy.
svn path=/trunk/; revision=36792
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-11-17 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #558322
* addressbook/gui/component/addressbook-view.c
(rename_addressbook_cb):
* calendar/gui/calendar-component.c (rename_calendar_cb):
* calendar/gui/memos-component.c (rename_memo_list_cb):
* calendar/gui/tasks-component.c (rename_task_list_cb):
New "Rename" item in the source selector pop-up menu calls
the recently added e_source_selector_edit_primary_selection().
Still need to bind the "F2" key to this action, but I'm not
sure how whether EPopup supports that.
svn path=/trunk/; revision=36791
|
|
|
|
|
|
|
|
|
| |
2008-11-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
* ru.po: Updated Russian translation.
svn path=/trunk/; revision=36789
|
|
|
|
|
|
|
|
| |
2008-11-15 Petr Kovar <pknbe@volny.cz>
* cs/cs.po: Updated Czech translation of manual by Jiri Eischmann.
svn path=/trunk/; revision=36787
|
|
|
|
| |
svn path=/trunk/; revision=36785
|
|
|
|
|
|
|
|
|
|
| |
2008-11-13 Bharath Acharya <abharath@novell.com>
* em-folder-view.c: (emfv_setting_notify):
* em-format-html.c: (efh_format_headers): Do not display the default
headers when all the headers are disabled in Mail preferences.
svn path=/trunk/; revision=36780
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-11-12 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #524377
* configure.in: Bump eds minimum version to 2.25.2 because of
camel's int camel_header_param_encode_filenames_in_rfc_2047.
* mail/mail-config.glade:
* mail/evolution-mail.schemas.in:
* mail/em-composer-prefs.c: (em_composer_prefs_construct):
* mail/mail-config.c: (gconf_outlook_filenames_changed), (mail_config_init):
Declare, be able to change and listen to changes on new key,
'/apps/evolution/mail/composer/outlook_filenames' to encode file names
header in camel based on the RFC 2047, instead of the correct RFC 2231.
Note: Requires at least eds revision 9756.
svn path=/trunk/; revision=36779
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-11-12 Milan Crha <mcrha@redhat.com>
** Fix for bug #559810
* e-util-labels.c: (e_util_labels_parse):
Do not localize empty label names, also localize them only first time.
svn path=/trunk/; revision=36777
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-11-07 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #559701
* e-msg-composer.c: (e_load_spell_languages): Don't save when its
NULL.
svn path=/trunk/; revision=36775
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-11-11 Milan Crha <mcrha@redhat.com>
** Fix for bug #559604
* gui/e-calendar-view.h: (e_calendar_view_get_attendees_status_info):
* gui/e-calendar-view.c: (e_calendar_view_get_attendees_status_info),
(e_calendar_view_get_tooltips):
* gui/e-calendar-table.c: (query_tooltip_cb):
Show attendees' status in the tooltip if available.
svn path=/trunk/; revision=36773
|
|
|
|
|
|
| |
proxy accounts in the correct format.
svn path=/trunk/; revision=36772
|
|
|
|
|
|
| |
calendar views.
svn path=/trunk/; revision=36770
|
|
|
|
|
|
| |
attachment-bar while still filling the widgets.
svn path=/trunk/; revision=36769
|
|
|
|
|
|
| |
Czech translation of manual by Jiri Eischmann.
svn path=/trunk/; revision=36767
|
|
|
|
| |
svn path=/trunk/; revision=36765
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-11-07 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #557581
* configure.in:
Break up the version definitions such that we can calculate the
latest stable version and pass a STABLE_VERSION definition to
shell/main.c.
* shell/main.c:
Replace DEVELOPMENT with STABLE_VERSION, which actually defines
the latest stable version (e.g. 2.24). STABLE_VERSION is only
defined if the current version is _unstable_ (e.g. 2.25).
* shell/main.c (show_development_warning):
Use STABLE_VERSION instead of hard-coding the version number.
svn path=/trunk/; revision=36761
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-11-07 Matthew Barnes <mbarnes@redhat.com>
** Fix for bug #552583
* mail-config.c: (mail_config_get_account_by_source_url):
Instead of preserving the authmech attribute in the two URLs
being compared, strip the attributes out of both URLs and just do
a simple string comparison. We're just trying to match a URL to
an account here. The authentication method shouldn't be relevant.
svn path=/trunk/; revision=36758
|
|
|
|
| |
svn path=/trunk/; revision=36757
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-11-07 Matthew Barnes <mbarnes@redhat.com>
** Fix for bug #559518
* google-source.c: (retrieve_list_clicked),
(retrieve_list_sensitize), (plugin_google): Desensitizes the
button when the username field is blank.
svn path=/trunk/; revision=36755
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-11-07 Bharath Acharya <abharath@novell.com>
** Fix for bug #440007 (bnc)
Print Preview of Calendar Event Shows Blank Page Before Data
* gui/print.c: (print_comp_draw_real): Print the attendees only
if its the first page.
svn path=/trunk/; revision=36752
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-11-07 Bharath Acharya <abharath@novell.com>
** Fix for BNC bug #437226
Proper message is missing in mail sent by delegatee
* em-format-html.c (efh_format_headers): Regression caused by
r35319. Check for the condition only after the while loop.
svn path=/trunk/; revision=36750
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-10-22 Bharath Acharya <abharath@novell.com>
** Fix for bug #557246
* exchange-folder.c:
* (org_gnome_exchange_check_inbox_subscribed): Pop
up the "Unsubscribe Folder" option only for the subscribed
folders and not to the Other's folder hierarchy.
svn path=/trunk/; revision=36748
|
|
|
|
|
|
| |
invitation replies
svn path=/trunk/; revision=36747
|
|
|
|
|
|
|
|
|
|
|
| |
2008-11-06 Bharath Acharya <abharath@novell.com>
** Fix for bug #557726
* google-contacts-source.c: (destroy_ui_data),
(plugin_google_contacts): Destroy the widgets created by this group.
svn path=/trunk/; revision=36745
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-11-05 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #559371
* composer/e-msg-composer.c (e_load_spell_languages):
New function loads a list of GtkhtmlSpellLanguage structs from
GConf, taking care of details like converting language codes to
structs and ensuring the returned list is non-empty.
* composer/e-msg-composer.c (e_save_spell_languages):
New function saves a list of GtkhtmlSpellLanguage structs to
GConf, taking care of details like converting the structs to
language codes.
* composer/e-msg-composer.c (msg_composer_constructor):
* mail/em-composer-prefs.c (spell_language_save), (spell_setup):
Simplify the logic by using e_load_spell_languages() and
e_save_spell_languages().
svn path=/trunk/; revision=36743
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-11-04 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #554450
* composer/e-msg-composer.c (msg_composer_init):
Get drag-and-drop to the attachment bar working again, but see
my note in the source code. I'm still not sure why it broke.
svn path=/trunk/; revision=36741
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-11-04 Milan Crha <mcrha@redhat.com>
** Fix for bug #558354
* gui/alarm-notify/alarm-notify.glade:
* gui/alarm-notify/alarm-notify-dialog.h: (enum AlarmNotifyResult):
* gui/alarm-notify/alarm-notify-dialog.c: (struct AlarmNotify),
(dismiss_pressed_cb), (notified_alarms_dialog_new):
* gui/alarm-notify/alarm-queue.c: (notify_dialog_cb):
Changed "Close" button to "Dismiss All" and added a "Dismiss" button
to the alarm notification dialog to be able to dismiss only some of
the alarms shown in the dialog.
svn path=/trunk/; revision=36740
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-11-04 Milan Crha <mcrha@redhat.com>
** Fix for bug #386036
* vfoldertypes.xml:
* filtertypes.xml: Added new option "Sender or Recipients" which
filters on From/To/Cc/Bcc headers.
svn path=/trunk/; revision=36739
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-11-04 Matthew Barnes <mbarnes@redhat.com>
* calendar/gui/calendar-commands.c:
* calendar/gui/calendar-component.h:
* calendar/gui/gnome-cal.c:
* e-util/e-non-intrusive-error-dialog.c:
* e-util/e-non-intrusive-error-dialog.h:
Fix compiler warnings.
svn path=/trunk/; revision=36738
|
|
|
|
| |
svn path=/trunk/; revision=36736
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-11-04 Akhil Laddha <lakhil@novell.com>
* e-non-intrusive-error-dialog.c (eni_query_tooltip_cb),
(eni_render_pixbuf), (eni_render_date), (eni_append_logs),
(eni_config_get_error_level), (eni_config_get_error_timeout),
(eni_error_timeout_changed), (eni_error_level_value_changed),
(eni_show_logger):
* e-non-intrusive-error-dialog.h:
Missed commiting these files in the previous commit.
svn path=/trunk/; revision=36735
|
|
|
|
|
|
|
|
|
|
| |
2008-11-03 Srinivasa Ragavan <sragavan@novell.com>
* configure.in, NEWS: Evolution 2.25.1 release and version bump
svn path=/trunk/; revision=36733
|
|
|
|
|
|
|
|
|
|
| |
2008-11-03 Srinivasa Ragavan <sragavan@novell.com>
* POTFILES.in: Added addressbook/gui/component/autocompletion-config.c
svn path=/trunk/; revision=36732
|
|
|
|
|
|
|
|
| |
2008-11-3 Maxim Dziumanenko <dziumanenko@gmail.com>
* Update Ukrainian translation.
svn path=/trunk/; revision=36730
|
|
|
|
| |
svn path=/trunk/; revision=36728
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-11-03 Ashish Shrivastava <shashish@novell.com>
** Fix for bug #559086
* Most of the calendar errors are now non-intrusive
* calendar.error.xml: Added a new error message for
non-intrusive backend_died.
* apps_evolution_calendar.schemas.in:
* calendar-commands.c: Added new verb for help debug message
(help_debug):
* gnome-cal.c: Support for non-intrusive error.
(client_cal_opened_cb), Define fash table and accessing
errors:
* e-calendar-view.c: (error_response):
(e_calendar_utils_show_error_silent),
(e_calendar_utils_show_info_silent):
* e-calendar-view.h:
* calendar-component.c: Added EActivityHandler and ELogger:
(calendar_component_peek_activity_handler),
(calendar_component_show_logger):
* calendar-component.h:
svn path=/trunk/; revision=36727
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-11-03 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #559041
* widgets/text/e-text.c (e_text_class_init):
Add translator comment for "im_context" property.
svn path=/trunk/; revision=36725
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-11-03 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #559040
* ui/evolution-addressbook.xml:
* ui/evolution-mail-global.xml:
* ui/evolution-mail-list.xml:
No period at the end of tooltips, and use sentence case.
svn path=/trunk/; revision=36724
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-11-02 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #559042
* calendar/gui/e-itip-control.c (write_recurrence_piece):
* mail/mail-config.glade:
Remove extra spaces in translated strings.
svn path=/trunk/; revision=36722
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-11-02 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #559028
* composer/e-msg-composer.c (msg_composer_key_press_event):
Skip over the style toolbar when tabbing in reverse.
svn path=/trunk/; revision=36720
|
|
|
|
|
|
|
|
|
|
|
| |
2008-11-03 Leonardo Ferreira Fontenelle <leonardof@gnome.org>
* pt_BR.po: Merged Brazilian Portuguese translation from branch
gnome-2-24. Fixes capitalization, verb tense in descriptions, some
terminology errors, double spaces and random errors. Improves
access keys.
svn path=/trunk/; revision=36719
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-11-02 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #557613
* mail/em-utils.c (try_open_e_book):
Wait for try_open_e_book_cb() to run before freeing the EFlag.
It will run regardless of whether the EBook operation completes.
svn path=/trunk/; revision=36715
|
|
|
|
|
|
|
|
|
|
| |
2008-11-02 Matthew Barnes <mbarnes@redhat.com>
* e-util.c (do_format_number_as_float):
Remove this unused internal function.
svn path=/trunk/; revision=36713
|
|
|
|
|
|
|
|
| |
2008-11-02 Gabor Kelemen <kelemeng@gnome.hu>
* hu.po: Translation updated.
svn path=/trunk/; revision=36711
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-10-31 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #558726 (patch by Frederic van Starbmann)
* mail/em-format-html.c (emfh_multipart_related_check):
* plugins/mail-to-task/mail-to-task.c (do_mail_to_task):
* plugins/plugin-manager/plugin-manager.c (eppm_enable_toggled):
Fix several potential format string crashes.
svn path=/trunk/; revision=36709
|
|
|
|
|
|
|
|
|
|
| |
2008-10-31 Matthew Barnes <mbarnes@redhat.com>
* calendar/gui/itip-utils.c (itip_send_comp):
Fix a crash when selecting "Forward as iCalendar".
svn path=/trunk/; revision=36708
|
|
|
|
|
|
| |
right click menu for the system folders
svn path=/trunk/; revision=36703
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-10-30 Matthew Barnes <mbarnes@redhat.com>
* addressbook/gui/contact-editor/test-editor.c:
* addressbook/gui/widgets/e-minicard-label.c:
* addressbook/gui/widgets/e-minicard-view-widget.c:
* addressbook/gui/widgets/test-reflow.c:
* calendar/gui/control-factory.c:
* calendar/gui/e-calendar-table.c:
* calendar/gui/e-week-view-event-item.c:
* calendar/gui/weekday-picker.c:
* e-util/e-icon-factory.c:
* shell/importer/evolution-importer-client.h:
* shell/importer/intelligent.c:
* shell/test/evolution-test-component.c:
* widgets/menus/gal-view-menus.c:
* widgets/misc/e-activity-handler.c:
* widgets/table/e-table-config-field.h:
Only include the toplevel GTK+ header.
svn path=/trunk/; revision=36699
|
|
|
|
| |
svn path=/trunk/; revision=36698
|
|
|
|
| |
svn path=/trunk/; revision=36693
|
|
|
|
| |
svn path=/trunk/; revision=36687
|
|
|
|
|
|
|
|
| |
2008-10-25 Priit Laes <plaes at svn dot gnome dot org>
* et.po: Translation updated by Ivar Smolin
svn path=/trunk/; revision=36686
|
|
|
|
|
|
|
|
| |
2008-10-24 Priit Laes <plaes at svn dot gnome dot org>
* et.po: Translation updated by Ivar Smolin
svn path=/trunk/; revision=36682
|
|
|
|
| |
svn path=/trunk/; revision=36681
|
|
|
|
| |
svn path=/trunk/; revision=36678
|
|
|
|
|
|
|
|
|
|
| |
2008-10-23 Philipp Kerling <k.philipp@gmail.com>
** Fixes bug #557563
* de.po: Updated German translation (patch by Ronny Standke).
svn path=/trunk/; revision=36677
|