| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
svn path=/trunk/; revision=33440
|
|
|
|
| |
svn path=/trunk/; revision=33432
|
|
|
|
|
|
|
|
|
|
| |
2007-04-10 Andre Klapper <a9016009@gmx.de>
* gui/dialogs/cal-prefs-dialog.glade: add missing mnemonic widgets.
Fixes bug #329168.
svn path=/trunk/; revision=33413
|
|
|
|
|
|
|
|
|
|
|
| |
2007-04-06 Matthew Barnes <mbarnes@redhat.com>
* gui/itip-utils.c (reply_to_calendar_comp):
Use a GString to construct the body contents and also fix several
memory leaks. (#408423) Based on a patch from Daniel Gryniewicz.
svn path=/trunk/; revision=33397
|
|
|
|
|
|
|
|
|
|
|
| |
2007-04-06 Matthew Barnes <mbarnes@redhat.com>
* calendar/gui/memos-component.c (impl__get_userCreatableItems):
Fix a duplicate keyboard shortcut. (#353922)
Patch from Diego Escalante Urrelo
svn path=/trunk/; revision=33391
|
|
|
|
|
|
|
|
|
| |
2007-04-05 Matthew Barnes <mbarnes@redhat.com>
* calendar/gui/print.c (print_calendar): Fix a crasher. (#401539)
svn path=/trunk/; revision=33388
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-04-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #373116
* calendar/gui/calendar-component.c (ensure_sources):
* calendar/gui/e-cal-model.c (ecm_get_color_for_component):
* calendar/gui/memos-component.c (ensure_sources):
* calendar/gui/migration.c (create_calendar_contact_source),
(create_calendar_sources), (create_task_sources),
(create_memo_sources), (add_gw_esource):
* calendar/gui/tasks-component.c (ensure_sources):
* plugins/groupwise-account-setup/camel-gw-listener.c (add_esource):
Use the new ESource color API.
* calendar/gui/dialogs/cal-prefs-dialog.c:
* calendar/gui/dialogs/cal-prefs-dialog.glade:
* calendar/gui/dialogs/calendar-setup.c:
* calendar/gui/dialogs/calendar-setup.glade:
* filter-colour.c (get_widget):
* mail/em-composer-prefs.c:
* mail/em-composer-prefs.h:
* mail/em-mailer-prefs.c:
* mail/em-mailer-prefs.h:
* mail/mail-config.glade:
Migrate from GnomeColorPicker to GtkColorButton.
* filter/filter-colour.h:
Store color as a GdkColor instead of separate RGBA components.
* filter/filter-colour.c (color_eq):
Use gdk_color_equal() to compare colors.
* filter/filter-colour.c (xml_encode):
Encode color as a single property ("spec").
* filter/filter-colour.c (xml_decode):
Read the color from a single property ("spec").
Provide a migration path for old XML files.
* calendar/gui/calendar-component.c
(calendar_config_get_tasks_due_today_color),
(calendar_config_get_tasks_overdue_color):
Return a GdkColor instead of an X color specification.
* calendar/gui/calendar-component.c
(calendar_config_set_tasks_due_today_color),
(calendar_config_set_tasks_overdue_color):
Accept a GdkColor instead of an X color specification.
* calenar/gui/e-cal-model-tasks.c (ecmt_get_color_for_component):
Adapt to modified color API in calendar-component.c by converting
the GdkColor to an X color specification. This is an ugly hack to
be fixed later.
svn path=/trunk/; revision=33349
|
|
|
|
|
|
|
|
|
|
|
| |
2007-03-29 Matthew Barnes <mbarnes@redhat.com>
* gui/e-cal-component-memo-preview.c (write_html):
Use a format string ("%s") when passing uncontrolled data to a
printf-style function (CVE-2007-1002).
svn path=/trunk/; revision=33342
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-03-29 Matthew Barnes <mbarnes@redhat.com>
* calendar/gui/e-day-view.c:
* calendar/gui/e-week-view.c:
* calendar/gui/tasks-control.c:
* composer/e-msg-composer-select-file.c:
* mail/em-account-editor.c:
* mail/em-folder-view.c:
* mail/em-format-html-display.c:
* mail/em-format-html.c:
* mail/em-format.h:
* mail/em-mailer-prefs.c:
* mail/em-vfolder-rule.c:
* mail/mail-ops.c:
* mail/mail-send-recv.c:
* mail/message-list.c:
* plugins/bbdb/gaimbuddies.c:
* plugins/itip-formatter/itip-formatter.c:
* plugins/save-calendar/save-calendar.c:
* shell/e-shell-window.c:
* widgets/misc/e-icon-entry.c:
* widgets/table/e-table-header-utils.c:
* widgets/table/e-table-item.c:
* widgets/table/e-tree-header-item.c:
* widgets/table/e-tree-table-adapter.c:
Fix "incompatible pointer type" warnings (#360619).
svn path=/trunk/; revision=33339
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-03-27 Matthew Barnes <mbarnes@redhat.com>
* a11y/e-table/gal-a11y-e-cell-text.c:
* a11y/e-table/gal-a11y-e-cell-vbox.c:
* addressbook/gui/component/addressbook-component.c:
* addressbook/gui/component/addressbook-view.c:
* addressbook/gui/contact-editor/e-contact-editor.c:
* addressbook/gui/contact-editor/e-contact-quick-add.c:
* addressbook/gui/widgets/e-addressbook-view.c:
* addressbook/gui/widgets/eab-contact-display.c:
* addressbook/gui/widgets/gal-view-minicard.c:
* calendar/gui/alarm-notify/alarm-queue.c:
* calendar/gui/dialogs/comp-editor.c:
* calendar/gui/dialogs/event-page.c:
* calendar/gui/dialogs/memo-page.c:
* calendar/gui/dialogs/task-page.c:
* calendar/gui/e-cal-popup.c:
* calendar/gui/e-meeting-list-view.c:
* calendar/gui/e-tasks.c:
* calendar/gui/gnome-cal.c:
* composer/e-msg-composer.c:
* mail/em-folder-browser.c:
* mail/em-format.c:
* mail/em-popup.c:
* plugins/exchange-operations/exchange-account-setup.c:
* plugins/exchange-operations/exchange-calendar.c:
* plugins/exchange-operations/exchange-config-listener.c:
* plugins/exchange-operations/exchange-contacts.c:
* plugins/import-ics-attachments/icsimporter.c:
* widgets/misc/e-filter-bar.c:
* widgets/misc/e-multi-config-dialog.c:
* widgets/table/e-cell-checkbox.c:
* widgets/table/e-table-header-item.c:
Don't mix declarations and code (#405495).
svn path=/trunk/; revision=33324
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-03-20 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #419524
* Include <glib/gi18n.h> instead of <libgnome/gnome-i18n.h>.
* e-util/e-xml-utils.c (e_xml_get_child_by_name_by_lang_list):
* mail/em-migrate.c (emm_setup_initial):
* shell/e-component-registry.c (query_components):
* shell/e-shell-settings-dialog.c (load_pages):
* shell/e-shell-window-commands.c (command_quick_reference):
* tools/killev.c (main):
Use g_get_language_names() instead of gnome_i18n_get_language_list().
* e-util/e-util.c: Remove e_gettext().
* e-util/Makefile.am: Remove e-i18n.h.
svn path=/trunk/; revision=33319
|
|
|
|
| |
svn path=/trunk/; revision=33283
|
|
|
|
|
|
|
|
|
|
| |
2007-02-12 Kjartan Maraas <kmaraas@gnome.org>
* gui/e-meeting-list-view.c: (e_meeting_list_view_init):
Fix window title. Patch from Matthias Clasen. Closes
bug #381498.
svn path=/trunk/; revision=33206
|
|
|
|
| |
svn path=/trunk/; revision=33201
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
2006-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Committing Ebby Wiselyn's patch for GtkPrint API migration.
svn path=/trunk/; revision=33134
|
|
|
|
|
|
| |
* Fix for 389664 - Adding pilot-link 0.12 compatibility.
svn path=/trunk/; revision=33125
|
|
|
|
| |
svn path=/trunk/; revision=33121
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-01-08 Matthew Barnes <mbarnes@redhat.com>
Fixes #377511
* gui/e-meeting-list-view.c: (get_index_from_role):
Return the default value 1.
(role_edited_cb): Move the attendee to the right
section in the name selector.
svn path=/trunk/; revision=33119
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-01-08 Wang Xin <jedy.wang@sun.com>
Fixes #389966
* gui/e-cal-model-tasks.c: (set_status):
Do not create the status property if its
pointing to None.
svn path=/trunk/; revision=33117
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-01-08 Wang Xin <jedy.wang@sun.com>
Fixes #389961
* gui/e-cal-model.c:(e_cal_model_set_instance_times):
Check if the item is a event before
processing the end time.
svn path=/trunk/; revision=33115
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-12-04 Matthew Barnes <mbarnes@redhat.com>
Fixes bug #357970
* gui/e-alarm-list.c:
* gui/e-calendar-table.c:
* gui/e-day-view.c:
* gui/e-meeting-attendee.c:
* gui/e-meeting-store.c:
* gui/e-meeting-time-sel-item.c:
* gui/e-meeting-time-sel.c:
* gui/e-week-view-main-item.c:
* gui/e-week-view.c:
* gui/gnome-cal.c:
* gui/goto.c:
* gui/dialogs/event-page.c:
* gui/dialogs/task-page.c:
Don't call deprecated GLib / GDK functions.
svn path=/trunk/; revision=33045
|
|
|
|
| |
svn path=/trunk/; revision=33040
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-11-28 Wang Xin <jedy.wang@sun.com>
Fix for bug #380064
* gui/alarm-notify/alarm-queue.c: (mail_notification): Only
popup the dialog if calendar backend does not support
email alarm.
svn path=/trunk/; revision=33038
|
|
|
|
|
|
|
|
|
|
| |
2006-12-03 Harish Krishnaswamy <kharish@novell.com>
* gui/calendar-config.c:
(calendar_config_get_icaltimezone): Fix leaks of
'location' at various exit points.
svn path=/trunk/; revision=33035
|
|
|
|
|
|
| |
Added support to print/preview from Calendar Editor.
svn path=/trunk/; revision=33027
|
|
|
|
|
|
|
|
| |
2006-11-28 Daniel Gryniewicz <dang@gentoo.org>
** Fix for bug #349966
svn path=/trunk/; revision=33026
|
|
|
|
| |
svn path=/trunk/; revision=33003
|
|
|
|
| |
svn path=/trunk/; revision=32984
|
|
|
|
|
|
|
|
|
|
| |
2006-11-14 Harish Krishnaswamy <kharish@novell.com>
* gui/gnome-cal.c: (gnome_calendar_destroy):
Disconnect signal handlers before gcal is destroyed.
Fixes #208959 (bugzilla.novell.com).
svn path=/trunk/; revision=32977
|
|
|
|
| |
svn path=/trunk/; revision=32956
|
|
|
|
| |
svn path=/trunk/; revision=32951
|
|
|
|
| |
svn path=/trunk/; revision=32902
|
|
|
|
|
|
|
|
|
|
|
| |
2006-10-16 Ushveen Kaur <kushveen@novell.com>
** Fixes bug #347768
* gui/dialogs/memo-page.glade : Label changed from "_Memo Content"
to "_Description".
svn path=/trunk/; revision=32900
|
|
|
|
|
|
|
|
|
|
| |
2006-10-16 Ushveen Kaur <kushveen@novell.com>
** Fixes bug #329696
* gui/e-itip-control.c : (show_current_event),(show_current_todo):
String change to make it more clear.
svn path=/trunk/; revision=32888
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-10-16 Harish Krishnaswamy <kharish@novell.com>
* gui/e-day-view.c: (e_day_view_init),
(e_day_view_on_top_canvas_button_press),
(e_day_view_on_main_canvas_button_press),
(e_day_view_on_long_event_button_press),
(e_day_view_on_event_button_press),
(e_day_view_on_text_item_event): Disable tooltips
on drag, resize and edit. Fixes #333224. Patch
submitted by Srinivasa Ragavan.
svn path=/trunk/; revision=32885
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-10-15 Francisco Javier F. Serrador <serrador@openshine.com>
* addressbook/gui/widgets/eab-contact-display.c:
addressbook/importers/evolution-ldif-importer.c
addressbook/importers/evolution-vcard-importer.c
calendar/importers/icalendar-importer.c
plugins/groupwise-features/properties.glade
plugins/mailing-list-actions/org-gnome-mailing-list-actions.eplug.xml
plugins/save-attachments/org-gnome-save-attachments.xml
shell/shell.error.xml : Make some string improvements to allow better
use of gettext compendia.
svn path=/trunk/; revision=32879
|
|
|
|
|
|
|
|
|
|
|
| |
2006-10-14 Matthew Barnes <mbarnes@redhat.com>
Fixes bug #352546
* gui/dialogs/event-page.c: (init_widgets) Fix typo in a
translated string ("appointement").
svn path=/trunk/; revision=32873
|
|
|
|
|
|
|
|
| |
2006-10-03 Francisco Javier F. Serrador <serrador@openshine.com>
* calendar/gui/dialogs/recurrence-page.c: (Fix #359271)
svn path=/trunk/; revision=32849
|
|
|
|
|
|
|
|
|
|
| |
2006-09-30 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #343369
* gui/dialogs/comp-editor.c: (attach_message), (drop_action):
Set the filename as email followed the number of the attachment.
svn path=/trunk/; revision=32835
|
|
|
|
|
|
|
|
|
|
|
| |
2006-09-28 Ushveen Kaur <kushveen@novell.com>
** Fixes bug #261082
* gui/e-itip-control.c: (write_recurrence_piece): Translator
comments added.
svn path=/trunk/; revision=32828
|
|
|
|
|
|
|
|
|
|
|
| |
2006-08-24 Ushveen Kaur <kushveen@novell.com>
** Fixes bug #261980, #325611
* gui/e-itip-control.c (write_recurrence_piece) (set_date_label) :
Translator comment added.
svn path=/trunk/; revision=32826
|
|
|
|
|
|
|
|
|
|
|
| |
2006-08-24 Ushveen Kaur <kushveen@novell.com>
** Fixes bug #325613
* gui/dialogs/recurrence-page.c (make_recur_month_menu) :
Translator comment added.
svn path=/trunk/; revision=32825
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-09-28 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #334692
* gui/e-week-view.c: (e_week_view_on_scroll), (tooltip_destroy),
(tooltip_event_cb), (e_week_view_on_text_item_event): Remove the
timers that are left out when using scroll. They seem to trigger
crashes.
svn path=/trunk/; revision=32816
|
|
|
|
| |
svn path=/trunk/; revision=32804
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-09-18 Matthew Barnes <mbarnes@redhat.com>
Fixes #351332
* gui/cal-search-bar.c:
* gui/e-cal-model-tasks.h:
* gui/e-calendar-view.h:
* gui/gnome-cal.h:
* gui/dialogs/memo-page.h:
Fix implicit function declarations.
svn path=/trunk/; revision=32789
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-09-18 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #352450
* gui/calendar-commands.c:
* gui/e-day-view-main-item.c:
* gui/e-day-view-top-item.c:
* gui/e-meeting-list-view.c:
* gui/e-meeting-time-sel-item.c:
* gui/e-meeting-time-sel.c:
* gui/e-week-view-event-item.c:
Replace deprecated GLib and GDK function calls.
svn path=/trunk/; revision=32781
|
|
|
|
| |
svn path=/trunk/; revision=32755
|
|
|
|
| |
svn path=/trunk/; revision=32749
|
|
|
|
| |
svn path=/trunk/; revision=32711
|
|
|
|
|
|
| |
`
svn path=/trunk/; revision=32698
|
|
|
|
| |
svn path=/trunk/; revision=32692
|
|
|
|
| |
svn path=/trunk/; revision=32688
|
|
|
|
| |
svn path=/trunk/; revision=32685
|
|
|
|
|
|
|
|
|
|
| |
2006-08-24 Ross Burton <ross@openedhand.com>
* gui/e-week-view-main-item.c:
Don't manipulate the style's font description and don't use custom
sizes (#347933).
svn path=/trunk/; revision=32657
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-08-23 Kjartan Maraas <kmaraas@gnome.org>
* gui/alarm-notify/alarm-notify-dialog.c: (dialog_response_cb):
* gui/alarm-notify/alarm-notify.c: (list_changed_cb),
(dequeue_client), (alarm_msgport_replied),
(alarm_notify_add_calendar), (alarm_notify_remove_calendar):
* gui/alarm-notify/alarm-queue.c: (queue_midnight_refresh),
(add_client_alarms_cb), (midnight_refresh_async),
(remove_queued_alarm), (add_component_alarms), (cal_opened_cb),
(remove_alarms), (remove_comp), (query_objects_changed_async),
(edit_component), (tray_list_remove_cqa_async),
(tray_list_remove_data_async), (notify_dialog_cb),
(open_alarm_dialog), (tray_icon_clicked_cb), (tray_list_add_async),
(free_client_alarms_cb), (alarm_queue_add_async), (remove_cqa),
(remove_client_alarms):
* gui/dialogs/alarm-dialog.c: (alarm_to_dalarm_widgets),
(populate_widgets_from_alarm), (action_selection_done_cb):
* gui/dialogs/alarm-list-dialog.c: (alarm_list_dialog_peek):
* gui/dialogs/cal-prefs-dialog.c: (show_alarms_config):
* gui/dialogs/memo-editor.c: (memo_editor_finalize):
* gui/dialogs/memo-page.c: (sensitize_widgets):
* gui/dialogs/task-page.c: (edit_clicked_cb):
Fix all compiler warnings and correct some other issues.
svn path=/trunk/; revision=32655
|
|
|
|
| |
svn path=/trunk/; revision=32644
|
|
|
|
| |
svn path=/trunk/; revision=32643
|
|
|
|
|
|
|
|
|
|
|
| |
2006-08-23 Matthew Barnes <mbarnes@redhat.com>
* calendar/gui/e-itip-control.c:
* plugins/itip-formatter/itip-formatter.c:
fix an uninitialized GError - fixes bug 352423.
committed by Andre Klapper
svn path=/trunk/; revision=32637
|
|
|
|
| |
svn path=/trunk/; revision=32631
|
|
|
|
| |
svn path=/trunk/; revision=32626
|
|
|
|
|
|
|
|
|
| |
2006-08-22 Kjartan Maraas <kmaraas@gnome.org>
* gui/calendar-component.c (ensure_sources): Plug a leak.
* gui/migration.c (create_calendar_sources): Same thing here.
svn path=/trunk/; revision=32625
|
|
|
|
| |
svn path=/trunk/; revision=32610
|
|
|
|
| |
svn path=/trunk/; revision=32607
|
|
|
|
| |
svn path=/trunk/; revision=32591
|
|
|
|
|
|
|
|
|
| |
2006-08-17 Kjartan Maraas <kmaraas@gnome.org>
* gui/e-week-view-event-item.c:
(e_week_view_event_item_draw_icons): Plug a leak.
svn path=/trunk/; revision=32574
|
|
|
|
| |
svn path=/trunk/; revision=32572
|
|
|
|
|
|
|
|
|
|
| |
2006-08-14 Li Yuan <li.yuan@sun.com>
* gui/alarm-notify/alarm-queue.c: (mail_notification):
Fixes #351253, make the dialog shows the label and
can be closed.
svn path=/trunk/; revision=32545
|
|
|
|
| |
svn path=/trunk/; revision=32521
|
|
|
|
| |
svn path=/trunk/; revision=32520
|
|
|
|
|
|
|
|
|
| |
2006-08-09 Harish Krishnaswamy <kharish@novell.com>
* gui/dialogs/alarm-list-dialog.h: Add missing
declaration. Fixes #350391 (Patch from Ãystein GisnÃ¥s).
svn path=/trunk/; revision=32511
|
|
|
|
| |
svn path=/trunk/; revision=32500
|
|
|
|
| |
svn path=/trunk/; revision=32490
|
|
|
|
| |
svn path=/trunk/; revision=32474
|
|
|
|
| |
svn path=/trunk/; revision=32450
|
|
|
|
| |
svn path=/trunk/; revision=32447
|
|
|
|
| |
svn path=/trunk/; revision=32443
|
|
|
|
| |
svn path=/trunk/; revision=32441
|
|
|
|
| |
svn path=/trunk/; revision=32439
|
|
|
|
| |
svn path=/trunk/; revision=32432
|
|
|
|
| |
svn path=/trunk/; revision=32430
|
|
|
|
|
|
|
|
|
|
| |
2006-07-26 Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in>
* gui/apps_evolution_calendar.schemas.in.in: Fix for bug #348486.
Corrected wrong description in /apps/evolution/calendar/display/
event_transparency GConf key.
svn path=/trunk/; revision=32420
|
|
|
|
| |
svn path=/trunk/; revision=32417
|
|
|
|
| |
svn path=/trunk/; revision=32397
|
|
|
|
| |
svn path=/trunk/; revision=32378
|
|
|
|
|
|
|
|
|
| |
2006-07-21 Andre Klapper <a9016009@gmx.de>
* calendar.error.xml: improve calendar read-only error message.
Fixes bug #342281.
svn path=/trunk/; revision=32369
|
|
|
|
| |
svn path=/trunk/; revision=32357
|
|
|
|
| |
svn path=/trunk/; revision=32355
|
|
|
|
| |
svn path=/trunk/; revision=32354
|
|
|
|
|
|
|
|
|
| |
2006-07-19 Andre Klapper <a9016009@gmx.de>
* gui/dialogs/calendar-setup.c: harmonize strings.
Fixes bug #346552.
svn path=/trunk/; revision=32348
|
|
|
|
|
|
|
|
|
| |
2006-07-18 Andre Klapper <a9016009@gmx.de>
* calendar.error.xml: removing duplicated error messages, fixing
default answers. Fixes bug #347765.
svn path=/trunk/; revision=32341
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-07-18 Andre Klapper <a9016009@gmx.de>
* addressbook/gui/contact-editor/contact-editor.glade:
* addressbook/gui/contact-editor/fullname.glade:
* addressbook/gui/contact-editor/fulladdr.glade:
* addressbook/gui/contact-editor/im.glade:
* addressbook/gui/contact-list-editor/contact-list-editor.glade:
* calendar/gui/dialogs/calendar-setup.glade:
* calendar/gui/dialogs/new-calendar.glade:
* calendar/gui/dialogs/new-task-list.glade:
* calendar/gui/dialogs/url-editor-dialog.glade:
* mail/message-tags.glade:
* plugins/exchange-operations/exchange-change-password.glade:
* plugins/groupwise-features/properties.glade:
* widgets/e-timezone-dialog/e-timezone-dialog.glade:
* widgets/menus/gal-view-instance-save-as-dialog.glade:
* widgets/menus/gal-view-new-dialog.glade:
* widgets/misc/e-attachment.glade:
* widgets/misc/gal-categories.glade:
remove "*" from translation. Fixes bug #331147.
svn path=/trunk/; revision=32340
|
|
|
|
| |
svn path=/trunk/; revision=32327
|
|
|
|
|
|
|
|
|
|
| |
2006-07-17 Li Yuan <li.yuan@sun.com>
* gui/dialogs/task-page.glade:
Add labelled_by relation to start-date and due-date.
Fix for #347473.
svn path=/trunk/; revision=32324
|
|
|
|
| |
svn path=/trunk/; revision=32322
|
|
|
|
| |
svn path=/trunk/; revision=32312
|
|
|
|
| |
svn path=/trunk/; revision=32306
|
|
|
|
|
|
|
|
|
|
|
| |
2006-07-11 Li Yuan <li.yuan@sun.com>
* gui/e-week-view.c: (e_week_view_remove_event_cb):
remove week_view->comp_data first, since garray is not thread
safe and the event's address may be changed.
Fix for #345969.
svn path=/trunk/; revision=32281
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-07-11 Li Yuan <li.yuan@sun.com>
* gui/dialogs/event-page.c: (sensitize_widgets):
* gui/dialogs/event-page.glade:
Add mnemonic widget to widget, and change calendar's shortcut key.
Fix for #345510.
2006-07-11 Li Yuan <li.yuan@sun.com>
* gui/e-week-view.c: (e_week_view_focus):
Fix for 345923.
If there is not any event in week view,
just grab week view itself.
svn path=/trunk/; revision=32278
|
|
|
|
|
|
|
|
|
|
| |
2006-07-10 Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in>
Added code for Resize Transparency with Cairo drawing.
Added code to render ECell and EText text items with
antialiasing, hinting and sub-pixel ordering with cairo.
svn path=/trunk/; revision=32270
|
|
|
|
| |
svn path=/trunk/; revision=32268
|
|
|
|
| |
svn path=/trunk/; revision=32267
|
|
|
|
|
|
|
|
|
|
|
| |
2006-07-08 Ushveen Kaur <kushveen@novell.com>
Fixes #332230.
* gui/memos-component.c:
* gui/tasks-component.c:
Fixes mnemonic conflicts in the "New" menu.
svn path=/trunk/; revision=32261
|
|
|
|
|
|
|
|
|
|
| |
2006-07-07 Harish Krishnaswamy <kharish@novell.com>
* gui/e-cal-model.c: (e_cal_model_set_instance_times):
Handle the start_time_zone != end_time_zone scenario.
Fixes bugzilla.novell.com #190421.
svn path=/trunk/; revision=32251
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-07-07 Wang Xin <jedy.wang@sun.com>
Fixes #345222
* gui/dialogs/alarm-dialog.c: (alarm_to_dialog),
(alarm_to_malarm_widgets); (populate_widgets_from_alarm):
Handle mail alarm.
svn path=/trunk/; revision=32248
|
|
|
|
|
|
|
|
|
| |
2006-06-30 Harish Krishnaswamy <kharish@novell.com>
Enhanced search functionality. patch submitted by Johnny Jacob
Reviewed and committed by Harish.
svn path=/trunk/; revision=32207
|
|
|
|
|
|
|
|
|
|
| |
2006-06-28 Andre Klapper <a9016009@gmx.de>
* gui/e-itip-control.glade: Adding translator comments to the
"--to--" string. Removing three strings from translations.
Fixes bug #325126.
svn path=/trunk/; revision=32201
|
|
|
|
|
|
|
|
|
|
|
| |
2006-06-28 Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in>
**Fixes bug #329305
*gui/dialogs/event-page.glade: Changed mnemonic Atte_ndees to
Attendee_s
svn path=/trunk/; revision=32200
|
|
|
|
|
|
|
|
|
|
| |
2006-06-19 Harish Krishnaswamy <kharish@novell.com>
* gui/dialogs/calendar-setup.c: (calendar_setup_edit_calendar):
Remove GroupWise from the Calendar ESource Groups as it supports
a single calendar only.
svn path=/trunk/; revision=32173
|
|
|
|
|
|
|
|
|
|
| |
2006-06-19 Harish Krishnaswamy <kharish@novell.com>
* gui/dialogs/comp-editor.c (fill_widgets):
Free GSList and its data after calling
e_cal_component_get_attachment_list.
svn path=/trunk/; revision=32168
|
|
|
|
| |
svn path=/trunk/; revision=32144
|
|
|
|
|
|
|
|
|
|
| |
2006-06-14 Harish Krishnaswamy <kharish@novell.com>
* gui/dialogs/calendar-setup.c: (calendar_setup_edit_task_list):
Remove GroupWise from the list Task ESource Groups as it supports
a single Task list only. Fixes bug #176596 in bugzilla.novell.com.
svn path=/trunk/; revision=32143
|
|
|
|
|
|
|
|
|
|
| |
2006-06-14 Aishwarya k <aishkalyan@gmail.com>
*Fix for bug #339217
* gui/dialogs/cal-prefs-dialog.glade:
Added translator comments for weekdays.
svn path=/trunk/; revision=32138
|
|
|
|
| |
svn path=/trunk/; revision=32136
|
|
|
|
| |
svn path=/trunk/; revision=32134
|
|
|
|
|
|
|
|
|
|
|
| |
2006-06-12 Wang Xin <jedy.wang@sun.com>
**Fixes bug #344630
Change key confirm_expunge to confirm_purge.
* gui/apps_evolution_calendar.schemas.in.in:
* gui/migration.c:
svn path=/trunk/; revision=32114
|
|
|
|
| |
svn path=/trunk/; revision=32106
|
|
|
|
|
|
|
|
|
|
| |
2006-06-08 Hiroyuki Ikezoe <poincare@ikezoe.net>
** Fixes bug #341961.
* gui/dialogs/event-page.c: (event_page_fill_widgets):
Removed unnecessary e_cal_component_clone.
svn path=/trunk/; revision=32096
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-06-05 Li Yuan <li.yuan@sun.com>
* gui/dialogs/cal-prefs-dialog.glade:
add labelled by relationship between label and e-timezone-entry.
* gui/e-timezone-entry.c: (add_relation),
(e_timezone_entry_set_timezone):
add relationship between label and entry.
svn path=/trunk/; revision=32078
|
|
|
|
| |
svn path=/trunk/; revision=32077
|
|
|
|
|
|
|
|
|
|
|
| |
2006-06-01 Harish Krishnaswamy <kharish@novell.com>
* gui/dialogs/Makefile.am, gui/dialogs/event-editor.c,
gui/dialogs/task-editor.c: Remove redundant files
meeting-page.[ch], cal-attachment.glade and references
in includes.
svn path=/trunk/; revision=32063
|
|
|
|
| |
svn path=/trunk/; revision=32023
|
|
|
|
| |
svn path=/trunk/; revision=32015
|
|
|
|
|
|
|
|
|
| |
2006-05-22 Hiroyuki Ikezoe <poincare@ikezoe.net>
**Fixes bug #331418
* gui/memos-component.c: Set mnemonics in popup menu.
svn path=/trunk/; revision=32012
|
|
|
|
|
|
|
|
|
|
| |
2006-05-13 Harish Krishnaswamy <kharish@novell.com>
Patch suggested by Yu-Hui Liu
* conduits/todo/todo-conduit.c: (pre_sync):
Check for timezone before passing the context.
svn path=/trunk/; revision=31981
|
|
|
|
| |
svn path=/trunk/; revision=31974
|
|
|
|
| |
svn path=/trunk/; revision=31971
|
|
|
|
| |
svn path=/trunk/; revision=31954
|
|
|
|
|
|
|
|
|
| |
2006-05-04 Harish Krishnaswamy <kharish@novell.com>
* gui/dialogs/event-page.glade: Set mnemonic to
L instead of the conflicting 'i'. Fixes #334056.
svn path=/trunk/; revision=31953
|
|
|
|
|
|
|
|
| |
2006-05-04 Harish Krishnaswamy <kharish@novell.com>
Upstreaming Chen's patch. Fixes #333689
svn path=/trunk/; revision=31952
|
|
|
|
| |
svn path=/trunk/; revision=31945
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-04-27 Tor Lillqvist <tml@novell.com>
* gui/e-day-view-main-item.c
(e_day_view_main_item_draw_long_events_in_vbars): Fix crash:
Should use a GdkColor struct as such here, not a pointer.
* gui/dialogs/event-editor.c (event_editor_init): Construct
pathname to query-free-busy.png at run-time. Fixes Win32 build
broken by the fix for #321832 below.
svn path=/trunk/; revision=31917
|
|
|
|
| |
svn path=/trunk/; revision=31908
|
|
|
|
| |
svn path=/trunk/; revision=31906
|
|
|
|
| |
svn path=/trunk/; revision=31902
|
|
|
|
| |
svn path=/trunk/; revision=31901
|
|
|
|
| |
svn path=/trunk/; revision=31894
|
|
|
|
| |
svn path=/trunk/; revision=31880
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-04-24 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #332409
* gui/calendar-component.c: (setup_create_ecal): Reset the ecal to NULL.
* gui/e-calendar-view.c:
(e_calendar_view_new_appointment_for): If the default client does not
exist do not open the dialog.
svn path=/trunk/; revision=31879
|
|
|
|
|
|
|
|
|
|
| |
2006-04-22 Harish Krishnaswamy <kharish@novell.com>
* gui/dialogs/event-page.c (attendee_added_cb):
Added the delfrom property to the delegatee. Fixes
#165714 (bugzilla.novell.com)
svn path=/trunk/; revision=31863
|
|
|
|
| |
svn path=/trunk/; revision=31860
|
|
|
|
| |
svn path=/trunk/; revision=31858
|
|
|
|
| |
svn path=/trunk/; revision=31857
|
|
|
|
| |
svn path=/trunk/; revision=31799
|
|
|
|
| |
svn path=/trunk/; revision=31798
|
|
|
|
| |
svn path=/trunk/; revision=31779
|
|
|
|
| |
svn path=/trunk/; revision=31778
|
|
|
|
| |
svn path=/trunk/; revision=31777
|
|
|
|
| |
svn path=/trunk/; revision=31776
|
|
|
|
|
|
|
|
|
|
|
| |
2006-04-05 Simon Zheng <simon.zheng@sun.com>
Fixes bug #333704
* gui/dialogs/comp-editor-util.c: (comp_editor_strip_categories):
Because the passing text is in UTF-8 encoding, it should be traversed
by utf-8 char order rather than one by one byte.
svn path=/trunk/; revision=31767
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-04-04 Irene Huang <Irene.Huang@sun.com>
Fixes bug 335214
* gui/e-cal-model.c: (e_cal_view_objects_added_cb):
Call e_table_model_pre_change (E_TABLE_MODEL (model)); before
deleting row.
svn path=/trunk/; revision=31760
|
|
|
|
| |
svn path=/trunk/; revision=31759
|
|
|
|
| |
svn path=/trunk/; revision=31756
|
|
|
|
| |
svn path=/trunk/; revision=31755
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-03-28 Jeff Cai <jeff.cai@sun.com>
Fixes #333877
* gui/e-meeting-list-view.c: (row_activated_cb):
Use gtk_tree_selection_get_selected_rows instead of
gtk_tree_selection_get_selected to get selected rows from
a multi-row selection.
svn path=/trunk/; revision=31751
|
|
|
|
|
|
|
|
|
|
| |
2006-03-28 Harry Lu <harry.lu@sun.com>
Fix for 333693.
* gui/calendar-component.c: (update_task_selection): need to see if
source is NULL to avoid a CRITICAL warning.
svn path=/trunk/; revision=31748
|
|
|
|
| |
svn path=/trunk/; revision=31742
|
|
|
|
| |
svn path=/trunk/; revision=31739
|
|
|
|
|
|
|
|
|
|
| |
2006-03-22 Harry Lu <harry.lu@sun.com>
Fix for 333697
* gui/dialogs/task-page.c: (task_page_init), (sensitize_widgets):
remove two useless widgets: sendoptions_frame and sendoptions_button.
svn path=/trunk/; revision=31735
|
|
|
|
|
|
|
|
|
|
|
| |
2006-03-07 Harry Lu <harry.lu@sun.com>
Fix for 333706
* gui/dialogs/alarm-dialog.c: (alarm_to_dalarm_widgets): call
set_text only when description.value is not NULL.
svn path=/trunk/; revision=31733
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-03-20 Boby Wang <boby.wang@sun.com>
** Fix for bug #268584
* gui/dialogs/cal-attachment-select-file.c: (run_selector):
* gui/dialogs/cal-attachment.glade:
set the accelerate key for "Suggest Suggest automatic display of
attachment"
svn path=/trunk/; revision=31722
|
|
|
|
| |
svn path=/trunk/; revision=31704
|
|
|
|
|
|
|
|
| |
**Fixes #321832
* gui/dialogs/event-editor.c: Pickup the right-icon for f/b.
* gui/dialgos/Makefile.am: Define EVOLUTION_ICONSDIR to pickup f/b icon.
svn path=/trunk/; revision=31667
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-03-06 Simon Zheng <simon.zheng@sun.com>
Fixes bug #332140
* gui/dialogs/comp-editor.c: (get_attachment_list):
* gui/e-cal-popup.c: (temp_save_part):
Transfer filenames from utf-8 to glib encoding before really
saving files.
svn path=/trunk/; revision=31663
|
|
|
|
|
|
|
|
|
|
|
| |
2006-03-06 Simon Zheng <simon.zheng@sun.com>
Fixes #311482
* gui/dialogs/comp-editor.c: (set_attachment_list): As uri is
encaped ASCII-encoded, it can't be recognized when setting
mime part. Use filename instead of uri.
svn path=/trunk/; revision=31657
|
|
|
|
| |
svn path=/trunk/; revision=31654
|
|
|
|
| |
svn path=/trunk/; revision=31652
|
|
|
|
| |
svn path=/trunk/; revision=31651
|
|
|
|
|
|
|
|
|
|
|
| |
2006-03-04 Jeff Cai <jeff.cai@sun.com>
Fixes #333234
* gui/calendar-config.c: (calendar_config_get_primary_tasks),
(calendar_config_get_primary_memos):
Initialize calendar to ensure gconf_client is valid.
svn path=/trunk/; revision=31641
|
|
|
|
| |
svn path=/trunk/; revision=31639
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-03-03 Sam Yang <sam.yang@sun.com>
Fixes #324560
* gui/calendar-config.[ch]:
(calendar_config_add_notification_preview_state): Request
notification of changes to show_task_preview.
* gui/e-tasks.c: (config_preview_state_changed_cb): Callback function.
(setup_config): Send notification request and store connection ID.
svn path=/trunk/; revision=31631
|
|
|
|
| |
svn path=/trunk/; revision=31630
|
|
|
|
| |
svn path=/trunk/; revision=31610
|
|
|
|
| |
svn path=/trunk/; revision=31572
|
|
|
|
| |
svn path=/trunk/; revision=31528
|
|
|
|
| |
svn path=/trunk/; revision=31527
|
|
|
|
| |
svn path=/trunk/; revision=31526
|
|
|
|
| |
svn path=/trunk/; revision=31525
|
|
|
|
| |
svn path=/trunk/; revision=31524
|
|
|
|
| |
svn path=/trunk/; revision=31514
|
|
|
|
| |
svn path=/trunk/; revision=31513
|
|
|
|
|
|
|
|
|
|
|
| |
2006-02-13 Harish Krishnaswamy <kharish@novell.com>
* gui/dialogs/task-page.c: (sensitize_widgets):
sensitize should be initialized to TRUE since it is
being ANDed to compute sens.
Fixes #330957 and #330958.
svn path=/trunk/; revision=31500
|
|
|
|
| |
svn path=/trunk/; revision=31496
|
|
|
|
| |
svn path=/trunk/; revision=31492
|
|
|
|
|
|
|
|
|
|
| |
2006-02-12 Andre Klapper <a9016009@gmx.de>
* gui/dialogs/recurrence-page.glade:
* gui/dialogs/recurrence-page.c:
added translator comments for some occurrences of heavy sentence
splitting. Hopefully fixes bug 329695.
svn path=/trunk/; revision=31488
|
|
|
|
|
|
|
|
|
|
|
| |
2006-02-11 Andre Klapper <a9016009@gmx.de>
* gui/dialogs/recurrence-page.c:
* gui/alarm-notify/util.c:
* gui/misc.c:
adding translator comments to "second" strings to distinguish
ordinal numbers and time divisions. Fixes bug 328988.
svn path=/trunk/; revision=31484
|
|
|
|
| |
svn path=/trunk/; revision=31477
|
|
|
|
| |
svn path=/trunk/; revision=31475
|
|
|
|
| |
svn path=/trunk/; revision=31471
|
|
|
|
| |
svn path=/trunk/; revision=31463
|
|
|
|
|
|
|
|
|
|
|
| |
2006-02-09 Harish Krishnaswamy <kharish@novell.com>
* gui/e-cal-model.c: (e_cal_view_objects_added_cb):
Pass the client along with the id for search to handle
cases where the same backend source has multiple clients
in the view. Remove the FIXME.
svn path=/trunk/; revision=31462
|
|
|
|
| |
svn path=/trunk/; revision=31458
|
|
|
|
| |
svn path=/trunk/; revision=31457
|
|
|
|
|
|
|
|
|
|
| |
2006-02-08 Tor Lillqvist <tml@novell.com>
* gui/dialogs/task-editor.c (task_editor_init): Construct the
pathname to the xml file at run-time to avoid using compile-time
paths on Windows.
svn path=/trunk/; revision=31456
|
|
|
|
| |
svn path=/trunk/; revision=31452
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-09 Kjartan Maraas <kmaraas@gnome.org>
* gui/alarm-notify/alarm-notify-dialog.c:
(add_alarm_to_notified_alarms_dialog):
* gui/alarm-notify/alarm-queue.c: (remove_queued_alarm),
(open_alarm_dialog), (menu_item_toggle_callback), (populate):
* gui/alarm-notify/alarm.c: (pop_alarm), (alarm_remove):
* gui/alarm-notify/config-data.c:
(config_data_replace_string_list):
* gui/cal-search-bar.c: (regen_query):
* gui/calendar-view-factory.c:
* gui/calendar-view.c:
* gui/comp-editor-factory.c: (edit_existing),
(resolve_pending_requests), (impl_editExisting), (impl_editNew):
* gui/control-factory.c:
* gui/dialogs/cal-attachment-select-file.c:
(comp_editor_select_file_attachments):
* gui/dialogs/calendar-setup.c: (eccp_get_source_type):
* gui/dialogs/comp-editor.c: (comp_editor_class_init),
(commit_all_fields), (delete_event_cb), (editor_key_press_event),
(menu_file_save_cb), (menu_file_close_cb), (make_icon_from_comp),
(comp_editor_focus), (needs_send_cb):
* gui/dialogs/delete-comp.c: (delete_component_dialog):
* gui/dialogs/e-delegate-dialog.c:
* gui/dialogs/event-editor.c:
* gui/dialogs/event-page.c: (event_page_fill_widgets),
(popup_delete_cb), (list_key_press):
* gui/dialogs/meeting-page.c: (remove_clicked_cb),
(popup_delete_cb), (button_press_event), (list_key_press),
(meeting_page_construct):
* gui/dialogs/memo-editor.c: (init_widgets),
(memo_editor_set_e_cal), (memo_editor_edit_comp),
(memo_editor_send_comp):
* gui/dialogs/memo-page.c:
* gui/dialogs/recurrence-page.c: (fill_exception_widgets),
(exception_add_cb):
* gui/dialogs/schedule-page.c: (clear_widgets),
(schedule_page_fill_component):
* gui/dialogs/task-details-page.c:
(task_details_page_fill_timezones), (complete_date_changed):
* gui/dialogs/task-editor.c:
* gui/dialogs/task-page.c: (task_page_fill_widgets),
(popup_delete_cb), (list_key_press):
* gui/e-alarm-list.c: (get_alarm_string):
* gui/e-cal-component-memo-preview.c: (write_html):
* gui/e-cal-component-preview.c: (write_html):
* gui/e-cal-list-view-config.c:
(e_cal_list_view_config_set_property),
(e_cal_list_view_config_get_property),
(e_cal_list_view_config_dispose):
* gui/e-cal-list-view.c:
* gui/e-cal-model-calendar.c: (ecmc_value_at):
* gui/e-cal-model-memos.c: (ecmm_value_at):
* gui/e-cal-model-tasks.c: (get_due_status), (ecmt_value_at),
(ecmt_set_value_at), (ecmt_is_cell_editable),
(ecmt_value_is_empty), (e_cal_model_tasks_mark_task_complete),
(e_cal_model_tasks_update_due_tasks):
* gui/e-cal-model.c: (get_classification),
(ecm_get_color_for_component), (e_cal_model_set_default_client),
(e_cal_view_objects_modified_cb), (e_cal_model_add_client),
(e_cal_model_remove_client), (e_cal_model_set_instance_times):
* gui/e-cal-popup.c: (ecalp_part_popup_saveas):
* gui/e-calendar-table-config.c:
(e_calendar_table_config_set_property),
(e_calendar_table_config_get_property),
(e_calendar_table_config_dispose):
* gui/e-calendar-table.c: (e_calendar_table_class_init):
* gui/e-calendar-table.h:
* gui/e-calendar-view.c: (e_calendar_view_set_property),
(e_calendar_view_get_property), (open_event_with_flags),
(e_calendar_view_get_tooltips):
* gui/e-cell-date-edit-config.c:
(e_cell_date_edit_config_set_property),
(e_cell_date_edit_config_get_property),
(e_cell_date_edit_config_dispose):
* gui/e-cell-date-edit-text.c:
* gui/e-comp-editor-registry.c:
* gui/e-date-edit-config.c: (e_date_edit_config_set_property),
(e_date_edit_config_get_property), (e_date_edit_config_dispose):
* gui/e-day-view-config.c: (e_day_view_config_set_property),
(e_day_view_config_get_property), (e_day_view_config_dispose):
* gui/e-day-view-main-item.c: (e_day_view_main_item_set_arg),
(e_day_view_main_item_draw_day_event),
(e_day_view_main_item_event):
* gui/e-day-view-time-item.c: (e_day_view_time_item_set_arg),
(e_day_view_time_item_get_column_width):
* gui/e-day-view-top-item.c: (e_day_view_top_item_set_arg),
(e_day_view_top_item_draw_long_event),
(e_day_view_top_item_draw_triangle), (e_day_view_top_item_event):
* gui/e-day-view.c: (process_component), (e_day_view_style_set),
(e_day_view_recalc_cell_sizes), (e_day_view_foreach_event),
(e_day_view_reshape_resize_long_event_rect_item),
(e_day_view_update_long_event_resize), (e_day_view_update_resize),
(e_day_view_reshape_long_event), (e_day_view_reshape_day_event),
(e_day_view_change_duration_to_start_of_work_day),
(tooltip_destroy), (e_day_view_on_text_item_event),
(e_day_view_on_editing_stopped):
* gui/e-itip-control.c: (e_itip_control_class_init),
(find_cal_opened_cb), (find_server), (set_date_label),
(ok_clicked_cb):
* gui/e-meeting-attendee.c:
* gui/e-meeting-list-view.c:
(e_meeting_list_view_remove_attendee_from_name_selector):
* gui/e-meeting-store.c: (role_to_text), (partstat_to_text),
(e_meeting_store_set_value):
* gui/e-meeting-time-sel-item.c:
(e_meeting_time_selector_item_set_arg),
(e_meeting_time_selector_item_paint_all_attendees_busy_periods):
* gui/e-meeting-time-sel.c: (e_meeting_time_selector_construct),
(e_meeting_time_selector_recalc_date_format):
* gui/e-memo-table-config.c: (e_memo_table_config_set_property),
(e_memo_table_config_get_property), (e_memo_table_config_dispose):
* gui/e-memo-table.c: (e_memo_table_class_init), (task_compare_cb):
* gui/e-memos.c: (update_view), (backend_error_cb), (open_ecal):
* gui/e-mini-calendar-config.c:
(e_mini_calendar_config_set_property),
(e_mini_calendar_config_get_property),
(e_mini_calendar_config_dispose):
* gui/e-pub-utils.c: (is_publish_time), (e_pub_publish):
* gui/e-tasks.c: (process_completed_tasks), (backend_error_cb):
* gui/e-timezone-entry.c: (e_timezone_entry_destroy):
* gui/e-week-view-config.c: (e_week_view_config_set_property),
(e_week_view_config_get_property), (e_week_view_config_dispose):
* gui/e-week-view-event-item.c: (e_week_view_event_item_draw),
(e_week_view_event_item_draw_icons):
* gui/e-week-view-main-item.c: (e_week_view_main_item_set_arg):
* gui/e-week-view-titles-item.c: (e_week_view_titles_item_set_arg),
(e_week_view_titles_item_draw):
* gui/e-week-view.c: (process_component), (tooltip_destroy),
(tooltip_event_cb), (e_week_view_reshape_event_span),
(e_week_view_on_text_item_event), (e_week_view_event_move),
(e_week_view_on_editing_stopped), (e_week_view_do_key_press):
* gui/gnome-cal.c: (dn_e_cal_view_objects_modified_cb),
(dn_e_cal_view_done_cb), (table_selection_change_cb),
(gnome_calendar_goto), (focus_current_view), (backend_error_cb),
(gnome_calendar_set_selected_time_range),
(gnome_calendar_get_current_time_range),
(gnome_calendar_get_visible_time_range),
(gnome_calendar_delete_selected_occurrence):
* gui/goto.c: (goto_dialog):
* gui/itip-utils.c: (comp_fb_normalize):
* gui/memos-component.c: (create_new_memo),
(impl_requestCreateItem):
* gui/migration.c: (migrate_memos):
* gui/print.c: (print_month_small), (print_day_details),
(print_todo_details), (print_comp_item):
* gui/tasks-component.c: (create_new_todo),
(impl_requestCreateItem):
* gui/weekday-picker.c: Cleanups:
- remove unused vars
- remove extraneous semi-colons
- add some comments where assignments were done without using
the results later
- remove break; statements after return foo;
- add casts in some places to be more type correct
- rename variables with name clashes
- s/if/ifdef in some cases
- mark some code static
- remove some unused functions
- use guint for 1-bit bitfields
svn path=/trunk/; revision=31451
|
|
|
|
| |
svn path=/trunk/; revision=31441
|
|
|
|
| |
svn path=/trunk/; revision=31440
|
|
|
|
| |
svn path=/trunk/; revision=31439
|
|
|
|
| |
svn path=/trunk/; revision=31427
|
|
|
|
| |
svn path=/trunk/; revision=31424
|
|
|
|
| |
svn path=/trunk/; revision=31410
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-31 Tor Lillqvist <tml@novell.com>
* gui/alarm-notify/alarm-queue.c (open_alarm_dialog,
tray_icon_clicked_cb): Fix compilation against HEAD gtk and on
Win32, where we use the GtkStatusIcon API and there is no
tray_image variable.
svn path=/trunk/; revision=31384
|
|
|
|
| |
svn path=/trunk/; revision=31383
|
|
|
|
|
|
|
|
|
|
| |
2006-01-30 Harish Krishnaswamy <kharish@novell.com>
* gui/e-week-view.c : Reverting Chakravarthi's
commit on Jan 17 to fix miscellaneous problems
manifesting in the week/month views.
svn path=/trunk/; revision=31376
|
|
|
|
| |
svn path=/trunk/; revision=31365
|
|
|
|
| |
svn path=/trunk/; revision=31357
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-30 Johnny Jacob <johnnyjacob@gmail.com>
* gui/dialogs/event-page.c: (sensitize_widgets),
(alarm_changed_cb):
* gui/dialogs/event-page.glade:
* gui/dialogs/task-page.c: (sensitize_widgets):
* gui/dialogs/task-page.glade:
Fixed the page layouts as per HIG spacing.
svn path=/trunk/; revision=31356
|
|
|
|
| |
svn path=/trunk/; revision=31355
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-30 Johnny Jacob <johnnyjacob@gmail.com>
Fixes #328285
* gui/dialogs/memo-page.c (widget_focus_out_cb),
(widget_focus_out_cb) : Added. Handle focus in and out
events.
(init_widgets): Connect focus in and out signals for
memo_content .
Committed to HEAD on behalf of johnny since he does not
have commit rights - partha
svn path=/trunk/; revision=31354
|
|
|
|
| |
svn path=/trunk/; revision=31353
|
|
|
|
| |
svn path=/trunk/; revision=31351
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-28 Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in>
** Fixes Bug #327347
* calendar/gui/dialogs/cal-prefs-dialog.glade:
Changed W_eek starts mnemonic to Wee_k starts on and added a
translation string to that.
svn path=/trunk/; revision=31349
|
|
|
|
| |
svn path=/trunk/; revision=31348
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-29 Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in>
** Fixes Bug #327304
* gui/calendar-commands.c :Next" and "Previous" buttons in toolbar for
calendar and mail are made same.
svn path=/trunk/; revision=31343
|
|
|
|
| |
svn path=/trunk/; revision=31332
|
|
|
|
| |
svn path=/trunk/; revision=31329
|
|
|
|
|
|
|
|
|
|
| |
2006-01-23 Tino Meinen <a.t.meinen@chello.nl>
Fixes #325831
* calendar.error.xml: Corrected a grammatical error in a message
for saving changed appointments, and changed the corresponding
message for tasks correspondingly
svn path=/trunk/; revision=31317
|
|
|
|
| |
svn path=/trunk/; revision=31308
|
|
|
|
| |
svn path=/trunk/; revision=31300
|
|
|
|
| |
svn path=/trunk/; revision=31293
|
|
|
|
| |
svn path=/trunk/; revision=31291
|
|
|
|
|
|
|
|
|
| |
2006-01-24 Andre Klapper <a9016009@gmx.de>
* gui/dialogs/meeting-page.c: removed surrounding
markup. Fixes bug 313120. Committing on behalf of
Pablo Arroyo.
svn path=/trunk/; revision=31289
|
|
|
|
|
|
|
|
| |
2006-01-23 Andre Klapper <a9016009@gmx.de>
* gui/e-day-view-time-item.c: added translator comment
to a string. Fixes bug 328006.
svn path=/trunk/; revision=31287
|
|
|
|
|
|
|
|
| |
2005-01-23 Andre Klapper <a9016009@gmx.de>
* gui/print.c: added translator comments to workday
abbreviations. Fixes bug 328007.
svn path=/trunk/; revision=31284
|
|
|
|
| |
svn path=/trunk/; revision=31271
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-23 Irene Huang <Irene.Huang@sun.com>
Fixes #327958
* gui/e-calendar-view.c: (e_calendar_view_get_tooltips):
Check if ptr==NULL, for special occassion with SunOne
accouts.
svn path=/trunk/; revision=31269
|
|
|
|
| |
svn path=/trunk/; revision=31268
|
|
|
|
|
|
|
|
| |
2006-01-20 Andre Klapper <a9016009@gmx.de>
* gui/dialogs/task-page.c (field_changed_cb):
Removed wrong parameter to be able to compile again.
svn path=/trunk/; revision=31255
|
|
|
|
| |
svn path=/trunk/; revision=31254
|
|
|
|
| |
svn path=/trunk/; revision=31252
|
|
|
|
| |
svn path=/trunk/; revision=31236
|
|
|
|
|
|
| |
fixes #207071
svn path=/trunk/; revision=31235
|
|
|
|
| |
svn path=/trunk/; revision=31218
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-16 Harish Krishnaswamy <kharish@novell.com>
* gui/calendar-component.c: (impl__get_userCreatableItems):
* gui/memos-component.c: (impl__get_userCreatableItems):
* gui/tasks-component.c: (impl__get_userCreatableItems):
remove shortcut keys (UI Hackfest -
See http://go-evolution.org/Shortcut_Keys_Review).
svn path=/trunk/; revision=31216
|
|
|
|
| |
svn path=/trunk/; revision=31213
|
|
|
|
| |
svn path=/trunk/; revision=31211
|
|
|
|
|
|
|
|
| |
handles the toggle of a calendar to be (not to be) included for alarms on
"Configure Alarms" (right click alarm-notify panel icon) is faulty and is
modified.
svn path=/trunk/; revision=31210
|
|
|
|
|
|
|
| |
so that an option of "Reply" and "Reply All" on right click of a calendar item
for calendars that do not have the static capability of saving schedules.
svn path=/trunk/; revision=31192
|
|
|
|
|
|
|
|
| |
alarm-notification is
quit using "Quit" option in right click of the panel icon for alarm.
svn path=/trunk/; revision=31191
|
|
|
|
| |
svn path=/trunk/; revision=31167
|
|
|
|
| |
svn path=/trunk/; revision=31165
|
|
|
|
| |
svn path=/trunk/; revision=31164
|
|
|
|
| |
svn path=/trunk/; revision=31163
|
|
|
|
| |
svn path=/trunk/; revision=31161
|
|
|
|
| |
svn path=/trunk/; revision=31160
|
|
|
|
| |
svn path=/trunk/; revision=31159
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-13 Srinivasa Ragavan <sragavan@novell.com>
** Fixes bug #274234
* gui/e-week-view-main-item.c: (e_week_view_main_item_draw_day): Bolds
the date if drawing Today.
* gui/gnome-cal.c (gnome_calendar_goto)
(gnome_calendar_on_date_navigator_selection_changed): Call the parent
views to update the selection.
svn path=/trunk/; revision=31158
|
|
|
|
| |
svn path=/trunk/; revision=31155
|
|
|
|
| |
svn path=/trunk/; revision=31154
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-12 Srinivasa Ragavan <sragavan@novell.com>
* gui/GNOME_Evolution_Calendar.server.in.in:
Changes accels for Calendar (C+F3 -> C+3), Tasks (C+F4 ->C+4) and
Memo (C+F6 to C+5).
svn path=/trunk/; revision=31151
|