| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
svn path=/branches/kill-bonobo/; revision=36491
|
|
|
|
|
|
|
| |
Saving progress.
Experimenting with directory layout.
svn path=/branches/kill-bonobo/; revision=36446
|
|
|
|
| |
svn path=/branches/kill-bonobo/; revision=36307
|
|
|
|
| |
svn path=/branches/kill-bonobo/; revision=36299
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-08-30 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #549968
* calendar/gui/dialogs/comp-editor.c (comp_editor_init):
* widgets/misc/e-attachment-bar.c
(e_attachment_bar_bonobo_ui_populate_with):
Use the same mnemonic for "Recent Documents" as composer.
svn path=/branches/kill-bonobo/; revision=36226
|
|
|
|
| |
svn path=/branches/kill-bonobo/; revision=35994
|
|
|
|
| |
svn path=/branches/kill-bonobo/; revision=35931
|
|
|
|
|
|
| |
BonoboUI to GtkUIManager. See bug #542125.
svn path=/branches/kill-bonobo/; revision=35746
|
|
|
|
|
|
|
|
|
|
|
| |
2008-17-14 Paolo Borelli <pborelli@katamail.com>
** Fix for bug #542889
Port to the new gtk tooltip api.
svn path=/trunk/; revision=35744
|
|
|
|
| |
svn path=/trunk/; revision=35665
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-06-10 Matthew Barnes <mbarnes@redhat.com>
* addressbook/gui/component/addressbook-component.c:
* calendar/common/authentication.c:
* calendar/gui/calendar-component.c:
* calendar/gui/comp-editor-factory.c:
* calendar/gui/dialogs/copy-source-dialog.c:
* calendar/gui/dialogs/select-source-dialog.c:
* calendar/gui/memos-component.c:
* calendar/gui/migration.c:
* calendar/gui/tasks-component.c:
* shell/test/evolution-test-component.c:
Use <glib/gi18n.h> instead of <bonobo/bonobo-i18n.h>.
svn path=/trunk/; revision=35625
|
|
|
|
|
|
|
|
|
|
| |
2008-06-06 Matthew Barnes <mbarnes@redhat.com>
** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES and
GTK_DISABLE_SINGLE_INCLUDES defined. (#536637)
svn path=/trunk/; revision=35606
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-05-22 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #534360
Migrate from deprecated GtkObject symbols to GObject equivalents.
Touches over 150 files in all components; too many to list.
svn path=/trunk/; revision=35526
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-18 Milan Crha <mcrha@redhat.com>
** Fix for bug #509923
* gui/dialogs/comp-editor.c: (real_send_comp):
* gui/e-calendar-view.c: (e_calendar_view_modify_and_send):
* gui/e-cal-model-calendar.c: (ecmc_set_value_at):
Send changes based on the user's choice of "all instances" or
"only this instance" for recurring events.
* gui/e-cal-model-calendar.c: (ecmc_set_value_at):
Also modify objects based on the user's choice.
svn path=/trunk/; revision=35382
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-17 Milan Crha <mcrha@redhat.com>
** Fix for bug #526741 (gnome-vfs to gio/gvfs port)
* configure.in: Drop dependency on gnome-vfs, depend on gio instead.
* addressbook/gui/contact-editor/e-contact-editor.c: Do not include gnome-vfs.
* calendar/gui/e-meeting-store.c: (start_async_read), (freebusy_async),
(async_read): Read data with gio, not with gnome-vfs.
* calendar/gui/e-meeting-store.c: (async_close): Function removed.
* calendar/gui/migration.c:
* calendar/gui/e-memos.c:
* calendar/gui/alarm-notify/notify-main.c:
* calendar/gui/e-tasks.c:
* calendar/gui/main.c:
* calendar/gui/e-meeting-list-view.c:
Do not include gnome-vfs.
* calendar/gui/dialogs/comp-editor.c: (set_attachment_list):
* calendar/gui/dialogs/comp-editor.c: (attachment_guess_mime_type):
Function removed, use e-util function instead.
* calendar/gui/e-cal-popup.c: (temp_save_part):
Reflect changes in CamelStreamVFS.
* calendar/gui/e-cal-popup.c: (ecalp_apps_open_in), (ecalp_apps_popup_free),
(ecalp_standard_menu_factory): Use gio to fill popup and launch app.
* calendar/gui/e-cal-component-preview.h: (e_cal_comp_preview_url_requested_cb):
* calendar/gui/e-cal-component-preview.c: (e_cal_comp_preview_url_requested_cb):
New helper function to manage file:// urls for GtkHTML component.
* calendar/gui/e-cal-component-preview.c: (e_cal_component_preview_init):
* calendar/gui/e-cal-component-memo-preview.c:
(e_cal_comp_preview_url_requested_cb):
Use above helper function.
* calendar/gui/e-cal-component-memo-preview.c: (url_requested_cb):
* calendar/gui/e-cal-component-preview.c: (url_requested_cb): Function removed.
* composer/e-msg-composer.h: (e_msg_composer_guess_mime_type):
* composer/e-msg-composer.c: (e_msg_composer_guess_mime_type), (handle_uri),
(e_msg_composer_add_inline_image_from_file):
Use shared e_util_guess_mime_type instead of its own.
* e-util/e-gui-utils.c: Do not include gnome-vfs.
* e-util/e-util.c: (e_write_file_uri), (e_file_get_save_path):
* e-util/e-dialog-utils.c: (e_file_can_save), (e_file_check_local):
Use gio instead of gnome-vfs.
* e-util/e-util.h:
* e-util/e-util.c: (e_util_guess_mime_type), (e_util_filename_to_uri),
(e_util_uri_to_filename), (e_util_read_file): New helper functions.
* mail/Makefile.am:
* mail/em-vfs-stream.h:
* mail/em-vfs-stream.c: Removed from project, not used anywhere.
* mail/em-menu.c:
* mail/em-config.c: Do not include gnome-vfs.
* mail/mail-ops.c: (save_messages_exec), (save_part_exec):
Changes related to Data Server change of CamelStreamVFS.
* mail/em-format.c: (em_format_describe_part):
* mail/em-format-html-display.c: (efhd_bonobo_object), (efhd_find_handler),
(efhd_use_component), (efhd_bonobo_unknown), (efhd_check_server_prop),
(efhd_format_attachment): Drop use of deprecated gnome-vfs functions.
* mail/em-utils.c: (em_utils_snoop_type): Use gio to guess the mime_type.
* mail/em-popup.c: (emp_apps_open_in), (emp_apps_popup_free),
(emp_standard_menu_factory): Use gio to fill popup and launch app.
* plugins/import-ics-attachments/icsimporter.c: Do not include gnome-vfs.
* plugins/ipod-sync/ical-format.c: (do_save_calendar_ical):
* plugins/ipod-sync/ipod-sync.c: (destination_save_addressbook):
Write to gio GOutputStream instead of gnome-vfs handle.
* plugins/ipod-sync/format-handler.h: (open_for_writing):
* plugins/ipod-sync/ipod-sync.c: (open_for_writing): New helper function.
* plugins/publish-calendar/publish-format-fb.h: (publish_calendar_as_fb):
* plugins/publish-calendar/publish-format-fb.c: (write_calendar), (publish_calendar_as_fb):
* plugins/publish-calendar/publish-format-ical.h: (publish_calendar_as_ical):
* plugins/publish-calendar/publish-format-ical.c: (write_calendar), (publish_calendar_as_ical):
Use gio GOutputStream instead of gnome-vfs handle.
* plugins/publish-calendar/url-editor-dialog.c: (create_uri): Use glib function to escape URI.
* plugins/publish-calendar/publish-location.c: (migrateURI): Use EUri to parse URI.
* plugins/publish-calendar/publish-calendar.c: (publish_online), (unmount_done_cb),
(struct mnt_struct), (mount_ready_cb), (ask_password), (ask_question),
(mount_first), (publish):
Use gio instead of gnome-vfs for opening (remote) files.
* plugins/save-calendar/ical-format.c: (do_save_calendar_ical):
* plugins/save-calendar/csv-format.c: (do_save_calendar_csv):
* plugins/save-calendar/rdf-format.c: (do_save_calendar_rdf):
Use gio GOutpuStream instead of gnome-vfs handle.
* plugins/save-calendar/format-handler.h: (open_for_writing):
* plugins/save-calendar/save-calendar.c: (open_for_writing): New helper function.
* shell/e-shell-window-commands.c: (command_quick_reference):
Use gio instead of gnome-vfs.
* widgets/misc/e-attachment.h: (struct _EAttachment):
* widgets/misc/e-attachment.c: (finalise), (init), (attachment_guess_mime_type),
(e_attachment_new), (struct DownloadInfo), (download_info_free),
(data_ready_cb), (download_to_local_path),
(e_attachment_new_remote_file):
Use gio instead of gnome-vfs to download remote files.
* widgets/misc/e-image-chooser.c: (image_drag_data_received_cb):
Use new util function to read file.
* widgets/misc/e-attachment-bar.c: (size_to_string): Stolen from gnome-vfs.
svn path=/trunk/; revision=35378
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"Recent Documents" submenu (to quickly add them as attachments).
M configure.in
M ChangeLog
M composer/evolution-composer.ui
M composer/ChangeLog
M composer/e-composer-actions.c
M composer/e-composer-private.c
M widgets/misc/ChangeLog
M widgets/misc/e-attachment-bar.c
M widgets/misc/e-attachment-bar.h
M calendar/gui/dialogs/comp-editor.c
M calendar/ChangeLog
M ui/ChangeLog
M ui/evolution-editor.xml
svn path=/trunk/; revision=35354
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-04-07 Ondrej Jirman <megous@megous.com>
** Fix for bug #525234
* gui/Makefile.am:
* gui/dialogs/Makefile.am: Install more include files that are
useful to the out of tree evolution plugins.
svn path=/trunk/; revision=35335
|
|
|
|
|
|
| |
conflicts)
svn path=/trunk/; revision=35288
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-27 Milan Crha <mcrha@redhat.com>
** Fix for bug #517492
* gui/dialogs/calendar-setup.c: (calendar_setup_edit_calendar),
(calendar_setup_edit_task_list), (calendar_setup_edit_memo_list):
Set proper dialog caption with New or Properties.
svn path=/trunk/; revision=35270
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-03-27 Milan Crha <mcrha@redhat.com>
** Fix for bug #438613
* addressbook/addressbook.error.xml:
Improved "contact-delete-error-perm" secondary text.
* calendar/calendar.error.xml: New message "prompt-read-only-cal-editor".
* calendar/gui/dialogs/comp-editor.c: (prompt_and_save_changes),
(menu_file_save_cb): Use different read-only message when checking
from contact editor and from calendar UI.
svn path=/trunk/; revision=35260
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-02-24 Chenthill Palanisamy <pchenthill@novell.com>
Fixes#516408
* gui/dialogs/e-send-options-utils.c
(e_sendoptions_utils_fill_component):
* gui/e-cal-model.c (search_by_id_and_client):
* gui/e-calendar-table.c (copy_row_cb),
(e_calendar_table_copy_clipboard):
* gui/e-calendar-view.c (e_calendar_view_copy_clipboard),
(icalcomp_contains_category):
* gui/e-day-view.c (model_rows_deleted_cb),
(e_day_view_find_event_from_uid),
(e_day_view_reshape_day_events),
(e_day_view_on_drag_data_get):
* gui/e-itip-control.c (update_item):
* gui/e-memo-table.c (copy_row_cb),
* (e_memo_table_copy_clipboard):
* gui/e-memos.c (obtain_list_of_components):
* gui/e-tasks.c (obtain_list_of_components):
* gui/e-week-view.c (model_rows_deleted_cb),
(e_week_view_reshape_events), (e_week_view_find_event_from_uid):
* gui/gnome-cal.c (gnome_calendar_purge):
* gui/itip-utils.c (comp_limit_attendees), (itip_send_comp),
(reply_to_calendar_comp), (itip_publish_comp): Free the memory
returned by libical
svn path=/trunk/; revision=35081
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-02-20 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #515744
* composer/e-msg-composer.c: (drop_action):
* calendar/gui/dialogs/comp-editor.c: (drop_action):
Fixing previous fix - do not double free.
svn path=/trunk/; revision=35063
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-02-18 Milan Crha <mcrha@redhat.com>
** Part of fix for bug #515744
* addressbook/gui/component/addressbook-migrate.c: (get_source_name):
* plugins/groupwise-features/send-options.c: (get_source):
* plugins/groupwise-features/share-folder-common.c: (get_container_id):
* plugins/groupwise-features/install-shared.c: (install_folder_response):
* plugins/external-editor/external-editor.c: (convert_to_camel_internet_address),
(org_gnome_external_editor):
* plugins/itip-formatter/itip-formatter.c: (idle_open_cb):
* mail/em-folder-view.c: (emfv_setup_view_instance):
* mail/mail-component.c: (impl_finalize):
* mail/message-list.c: (ml_tree_value_at):
* composer/e-msg-composer.c: (drop_action):
* e-util/e-config.c: (ep_finalise): Use proper member to free.
* widgets/misc/e-cursors.c: (e_cursors_init):
* widgets/misc/e-calendar-item.c: (e_calendar_item_draw_month):
* calendar/gui/dialogs/comp-editor.c: (drop_action):
* calendar/gui/calendar-config.c:
(calendar_config_get_hide_completed_tasks_sexp):
* calendar/gui/comp-editor-factory.c: (edit_existing):
* calendar/gui/e-day-view.c: (e_day_view_reshape_long_event),
(e_day_view_on_top_canvas_drag_data_received):
* calendar/gui/e-day-view-main-item.c:
(e_day_view_main_item_draw_events_in_vbars),
(e_day_view_main_item_draw_long_events_in_vbars):
* calendar/gui/e-day-view-top-item.c: (e_day_view_top_item_draw_long_event):
* calendar/gui/e-cal-model.c: (redo_queries):
* calendar/gui/e-calendar-table.c: (e_calendar_table_open_task):
* calendar/gui/e-memo-table.c: (open_memo):
* calendar/gui/print.c: (print_todo_details):
* calendar/gui/migration.c: (get_source_name):
Memory leak fix.
* calendar/gui/e-week-view.c: (e_week_view_reshape_events): Simplifies things.
svn path=/trunk/; revision=35044
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-02-18 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bnc #178778
* gui/dialogs/recurrence-page.c: (preview_recur):
svn path=/trunk/; revision=35039
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
M addressbook/ChangeLog
M addressbook/addressbook.error.xml
M mail/ChangeLog
M mail/mail-config.glade
M mail/evolution-mail.schemas.in
M calendar/calendar.error.xml
M calendar/gui/dialogs/comp-editor.c
M calendar/gui/e-calendar-view.c
M calendar/ChangeLog
svn path=/trunk/; revision=34982
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-01-25 Milan Crha <mcrha@redhat.com>
** Fix for bug #475781
* plugins/save-calendar/csv-format.c: (do_save_calendar_csv):
* plugins/save-calendar/rdf-format.c: (do_save_calendar_rdf):
* plugins/itip-formatter/itip-formatter.c: (format_itip_object):
* calendar/gui/dialogs/recurrence-page.c: (fill_ending_date),
(recurrence_page_fill_widgets):
* calendar/gui/dialogs/memo-page.c: (memo_page_fill_widgets):
* calendar/gui/e-day-view.c: 2*(e_day_view_finish_long_event_resize),
2*(e_day_view_on_editing_stopped):
* calendar/gui/itip-utils.c: (comp_compliant), (reply_to_calendar_comp):
* calendar/gui/e-week-view.c: (e_week_view_on_editing_stopped):
* calendar/gui/e-calendar-view.c: (e_calendar_view_add_event),
(e_calendar_view_get_tooltips):
* calendar/gui/e-cal-component-preview.c: (write_html):
* calendar/gui/e-cal-component-memo-preview.c: (write_html):
* calendar/gui/e-cal-model.c: (add_instance_cb):
Fix memory leaks around ECalComponentDateTime.
svn path=/trunk/; revision=34895
|
|
|
|
|
|
|
|
|
|
|
|
| |
2008-01-22 Srinivasa Ragavan <sragavan@novell.com>
** Fix for bug #337046
* gui/dialogs/comp-editor.c: (get_attachment_list): Have a ticking
filename for attachment, if the mime doesn't carry it.
svn path=/trunk/; revision=34875
|
|
|
|
|
|
| |
needs names and graphs widgets in a container)
svn path=/trunk/; revision=34814
|
|
|
|
|
|
| |
hides "To" field when editing old shared memo)
svn path=/trunk/; revision=34813
|
|
|
|
|
|
| |
recurrence-page dialog)
svn path=/trunk/; revision=34811
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(Use the new Tangoized icons instead of the deprecated ones from gnome-icon-theme)
M addressbook/gui/component/addressbook-view.c
M addressbook/ChangeLog
AM data/icons/hicolor_actions_16x16_mail-move.png
AM data/icons/hicolor_actions_16x16_mail-copy.png
AM data/icons/hicolor_actions_16x16_folder-move.png
M data/icons/Makefile.am
AM data/icons/hicolor_actions_16x16_folder-copy.png
M mail/em-folder-browser.c
M mail/ChangeLog
M mail/em-folder-tree.c
M mail/em-folder-view.c
M mail/message-list.c
M composer/ChangeLog
M composer/e-msg-composer.c
M ChangeLog
M calendar/gui/dialogs/comp-editor.c
M calendar/ChangeLog
svn path=/trunk/; revision=34769
|
|
|
|
|
|
| |
of assigned tasks correctly.
svn path=/trunk/; revision=34763
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-12-10 Tobias Mueller <tobiasmue@svn.gnome.org>
** Fixes bug 474651
* addressbook/gui/contact-editor/eab-editor.c:
* plugins/save-calendar/ical-format.c:
* plugins/save-calendar/csv-format.c:
* plugins/save-calendar/rdf-format.c:
* plugins/ipod-sync/ical-format.c:
* plugins/ipod-sync/ipod-sync.c:
* plugins/ipod-sync/evolution-ipod-sync.c:
* calendar/gui/dialogs/changed-comp.c:
* calendar/gui/dialogs/copy-source-dialog.c:
* calendar/gui/dialogs/delete-error.c:
Use format strings in gtk_message_dialog_new
svn path=/trunk/; revision=34680
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-12-03 Milan Crha <mcrha@redhat.com>
** Fix for bug #440497
* gui/e-meeting-list-view.h: (e_meeting_list_view_column_set_visible):
Prototype changed to refer to column based on enum identifier.
* gui/e-meeting-list-view.c: (build_table): Store column enum
identifier in column datas, for later use.
* gui/e-meeting-list-view.c: (e_meeting_list_view_column_set_visible):
* gui/dialogs/task-page.c:
* gui/dialogs/event-page.c:
* gui/e-meeting-time-sel.c:
Refer for column based on the enum, not on the column title.
svn path=/trunk/; revision=34628
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-11-26 Milan Crha <mcrha@redhat.com>
** Fix for bug #380644
* gui/dialogs/task-page.h: (task_page_add_attendee):
* gui/dialogs/task-page.c: (task_page_add_attendee):
* gui/dialogs/event-page.h: (event_page_add_attendee):
* gui/dialogs/event-page.c: (event_page_add_attendee):
New function to add attendee to store and name selector.
* gui/dialogs/task-page.c: (remove_attendee): Remove attendee also
from name selector (keep consistent).
* gui/dialogs/task-editor.c: (task_editor_edit_comp):
Use task_page_add_attendee to add known attendees.
* gui/dialogs/event-editor.c: (event_editor_edit_comp):
Use event_page_add_attendee to add known attendees.
* gui/e-meeting-store.c: (e_meeting_store_remove_all_attendees),
(e_meeting_store_remove_attendee): Code cleanup by Matthew Barnes.
svn path=/trunk/; revision=34582
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-11-19 Milan Crha <mcrha@redhat.com>
** Fix for bug #401337
* gui/dialogs/task-page.glade:
* gui/dialogs/task-page.c: (sensitize_widgets), (get_widgets):
Use other mnemonic for Organizer and let it work properly.
svn path=/trunk/; revision=34552
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-11-16 Milan Crha <mcrha@redhat.com>
** Fix for bug #492793
* gui/dialogs/task-page.c: (task_page_fill_component):
* gui/dialogs/comp-editor.c: (page_changed_cb),
(page_summary_changed_cb), (page_dates_changed_cb):
* gui/dialogs/event-page.c: (event_page_fill_component):
* gui/dialogs/memo-page.c: (memo_page_fill_component):
Pass real widget as parent to e_notice, not a GObject.
svn path=/trunk/; revision=34543
|
|
|
|
|
|
|
|
|
| |
2007-11-14 Matthew Barnes <mbarnes@redhat.com>
** Remove trailing whitespace from source code.
svn path=/trunk/; revision=34537
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-11-05 Milan Crha <mcrha@redhat.com>
** Fix for bug #353780
* gui/dialogs/comp-editor.h: (comp_editor_get_current_comp):
* gui/dialogs/comp-editor.c: (prompt_and_save_changes),
(menu_file_save_cb), (comp_editor_append_page),
(comp_editor_get_current_comp):
Stop processing immediately when page is filled incorrectly.
svn path=/trunk/; revision=34509
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-11-05 Milan Crha <mcrha@redhat.com>
** Fix for bug #351932
* widgets/misc/e-dateedit.h: (e_date_edit_have_time):
* widgets/misc/e-dateedit.c: (e_date_edit_have_time): Extend API to be able
to check if time is set independently of date part.
* calendar/gui/dialogs/task-page.c: (check_start_before_end), (times_updated),
(start_date_changed_cb), (due_date_changed_cb), (init_widgets):
Ensure due date is not before start date.
svn path=/trunk/; revision=34500
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-11-03 Matthew Barnes <mbarnes@redhat.com>
** Remove dead files from source control. The dates below
indicate when the file was removed from Makefile.am.
Fixes part of bug #478704.
* addressbook/printing/e-contact-print-envelope.c (Apr 2007)
* addressbook/printing/e-contact-print-envelope.h (Apr 2007)
* addressbook/tools/evolution-addressbook-abuse.c (May 2004)
* addressbook/tools/evolution-addressbook-import.c (no history)
* calendar/gui/dialogs/calendar-setup.glade (Nov 2004)
* calendar/gui/dialogs/meeting-page.etspec (Sep 2003)
* calendar/gui/dialogs/new-calendar.glade (Jan 2003)
* calendar/gui/dialogs/new-task-list.glade (Jan 2004)
* calendar/gui/dialogs/url-editor-dialog.c (Dec 2005)
* calendar/gui/dialogs/url-editor-dialog.glade (Dec 2005)
* calendar/gui/dialogs/url-editor-dialog.h (Dec 2005)
* calendar/gui/e-pub-utils.c (Dec 2005)
* calendar/gui/e-pub-utils.h (Dec 2005)
* calendar/gui/gnome-calendar-conduit.png (May 2000)
* e-util/e-categories-master-list-wombat.c (Jun 2005)
* e-util/e-categories-master-list-wombat.h (Jun 2005)
* tools/evolution-launch-composer.c (Jun 2003)
* configure.in:
Remove plugins/mail-remote/Makefile from AC_OUTPUT.
Fixes a distcheck error.
* po/POTFILES.in: Remove files for mail-remote plugin.
svn path=/trunk/; revision=34487
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-10-29 Milan Crha <mcrha@redhat.com>
** Fix for bug #490538
* gui/dialogs/memo-page.c: (fill_comp_with_recipients):
* gui/e-meeting-list-view.c: (process_section):
Free memory properly after call of e_contact_store_get_books.
svn path=/trunk/; revision=34446
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-10-26 Milan Crha <mcrha@redhat.com>
** Fix for bug #417999
* gui/dialogs/task-page.c: (init_widgets): Use "changed" signal,
instead of old "source_changed" to notify change of selected source.
svn path=/trunk/; revision=34436
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-10-26 Matthew Barnes <mbarnes@redhat.com>
* addressbook/conduit/address-conduit.c (local_record_to_pilot_record):
* calendar/conduits/calendar/calendar-conduit.c
(local_record_to_pilot_record):
* calendar/conduits/memo/memo-conduit.c (local_record_to_pilot_record):
* calendar/conduits/todo/todo-conduit.c (local_record_to_pilot_record):
Zero out the GnomePilotRecord struct to silence a compiler warning.
* calendar/gui/dialogs/memo-page.c (memo_page_select_organizer):
Initialize def_address.
* calendar/gui/e-itip-control.c:
Use unions to avoid strict-aliasing violations.
svn path=/trunk/; revision=34434
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-10-23 Kjartan Maraas <kmaraas@gnome.org>
* gui/alarm-notify/alarm-notify-dialog.c:
* gui/alarm-notify/alarm-notify.c:
* gui/alarm-notify/alarm-queue.c:
* gui/alarm-notify/config-data.c:
* gui/cal-search-bar.c:
* gui/calendar-commands.c:
* gui/calendar-config.c:
* gui/dialogs/alarm-dialog.c:
* gui/dialogs/alarm-list-dialog.c:
* gui/dialogs/cal-prefs-dialog.c:
* gui/dialogs/comp-editor.c:
* gui/dialogs/event-page.c:
* gui/dialogs/recurrence-page.c:
* gui/e-alarm-list.c:
* gui/e-cal-config.c:
* gui/e-cal-event.c:
* gui/e-cal-menu.c:
* gui/e-cal-popup.c:
* gui/e-calendar-table.c:
* gui/e-calendar-view.c:
* gui/e-date-time-list.c:
* gui/e-day-view-main-item.c:
* gui/e-day-view-time-item.c:
* gui/e-day-view.c:
* gui/e-itip-control.c:
* gui/e-meeting-list-view.c:
* gui/e-memo-table.c:
* gui/e-select-names-editable.c:
* gui/e-week-view-event-item.c:
* gui/e-week-view.c:
* gui/goto.c:
* gui/migration.c:
* gui/print.c:
* gui/tasks-control.c:
* importers/icalendar-importer.c:
Warning fixes:
- NULL vs 0 vs FALSE/TRUE
- ANSIfication of declarations
- mixing declarations and code
- mark some code static
- remove use of some deprecated Gtk+ apis
svn path=/trunk/; revision=34420
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-10-22 Matthew Barnes <mbarnes@redhat.com>
** Fixes part of bug #417999
* addressbook/gui/contact-editor/contact-editor.glade:
* addressbook/gui/contact-editor/e-contact-editor.c:
* addressbook/gui/contact-editor/e-contact-quick-add.c:
* addressbook/gui/contact-list-editor/contact-list-editor.c:
* addressbook/gui/contact-list-editor/contact-list-editor.glade:
* calendar/gui/dialogs/event-page.c:
* calendar/gui/dialogs/event-page.glade:
* calendar/gui/dialogs/memo-page.c:
* calendar/gui/dialogs/memo-page.glade:
* calendar/gui/dialogs/task-page.c:
* calendar/gui/dialogs/task-page.glade:
* calendar/gui/e-itip-control.c:
* plugins/bbdb/bbdb.c:
* plugins/bbdb/gaimbuddies.c:
* plugins/itip-formatter/itip-view.c:
* widgets/misc/e-pilot-settings.c:
Use ESourceComboBox instead of ESourceOptionMenu (deprecated).
svn path=/trunk/; revision=34408
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-10-09 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #437579
* addressbook/conduit/address-conduit.c:
* addressbook/gui/component/addressbook-config.c:
* addressbook/gui/contact-editor/e-contact-editor.c:
* addressbook/gui/widgets/eab-gui-util.c:
* calendar/conduits/calendar/calendar-conduit.c:
* calendar/conduits/memo/memo-conduit.c:
* calendar/conduits/todo/todo-conduit.c:
* calendar/gui/dialogs/alarm-dialog.c:
* calendar/gui/dialogs/event-page.c:
* calendar/gui/dialogs/memo-page.c:
* calendar/gui/dialogs/task-page.c:
* calendar/gui/e-day-view-layout.c:
* calendar/gui/e-day-view-layout.h:
* calendar/gui/print.c:
* e-util/e-pilot-map.c:
* e-util/e-plugin.c:
* e-util/e-profile-event.c:
* e-util/e-signature.c:
* filter/filter-file.c:
* mail/e-searching-tokenizer.c:
* mail/em-folder-browser.c:
* mail/em-format-html.c:
* mail/em-format-view.c:
* mail/em-format.c:
* mail/em-mailer-prefs.c:
* mail/em-mailer-prefs.h:
* mail/mail-session.c:
* mail/mail-session.h:
* mail/mail-vfolder.c:
* mail/message-list.c:
* plugins/bbdb/bbdb.c:
* plugins/bbdb/gaimbuddies.c:
* plugins/calendar-http/calendar-http.c:
* plugins/exchange-operations/exchange-user-dialog.c:
* plugins/face/face.c:
* shell/e-shell-window.c:
* shell/e-shell.c:
* smime/lib/e-cert-db.c:
* tools/killev.c:
* widgets/misc/e-cursors.c:
* widgets/misc/e-spinner.c:
* widgets/misc/e-unicode.c:
* widgets/table/e-table-field-chooser-item.c:
* widgets/table/e-table-header-item.c:
* widgets/table/e-table-header-item.h:
* widgets/table/e-table-header-utils.c:
* widgets/table/e-table.c:
* widgets/text/e-text.c:
Fix various compiler warnings. Patch from Milan Crha.
svn path=/trunk/; revision=34368
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-09-27 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #477045
* addressbook/gui/component/addressbook-component.c:
* addressbook/gui/component/addressbook-view.c:
* 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/gui/widgets/eab-contact-display.c:
* calendar/gui/calendar-commands.c:
* calendar/gui/calendar-component.c:
* calendar/gui/dialogs/cal-attachment-select-file.c:
* calendar/gui/dialogs/comp-editor.c:
* calendar/gui/dialogs/event-editor.c:
* calendar/gui/dialogs/task-editor.c:
* calendar/gui/e-cal-popup.c:
* calendar/gui/e-calendar-table.c:
* calendar/gui/e-calendar-view.c:
* calendar/gui/e-day-view.c:
* calendar/gui/e-memo-table.c:
* calendar/gui/e-week-view.c:
* calendar/gui/memos-component.c:
* calendar/gui/memos-control.c:
* calendar/gui/tasks-component.c:
* calendar/gui/tasks-control.c:
* composer/e-msg-composer-select-file.c:
* composer/e-msg-composer.c:
* mail/em-folder-tree.c:
* mail/em-folder-view.c:
* mail/em-popup.c:
* mail/mail-component.c:
* mail/mail-mt.c:
* mail/mail-send-recv.c:
* mail/message-list.c:
* plugins/exchange-folder-permission.c:
* plugins/exchange-folder.c:
* plugins/groupwise-features/share-folder-common.c:
* shell/e-shell-window-commands.c:
* ui/evolution-addressbook.xml:
* ui/evolution-calendar.xml:
* ui/evolution-composer-entries.xml:
* ui/evolution-editor.xml:
* ui/evolution-event-editor.xml:
* ui/evolution-mail-list.xml:
* ui/evolution-mail-message.xml:
* ui/evolution-memos.xml:
* ui/evolution-message-composer.xml:
* ui/evolution-subscribe.xml:
* ui/evolution-task-editor.xml:
* ui/evolution-tasks.xml:
* ui/evolution.xml:
Use standard icon names where applicable.
svn path=/trunk/; revision=34322
|
|
|
|
| |
svn path=/trunk/; revision=34289
|
|
|
|
|
|
|
|
|
|
|
| |
2007-09-21 Jedy Wang <jedy.wang@sun.com>
** Fixes bug #476124.
* calendar/gui/dialogs/comp-editor.c: Handle NULL pointer.
svn path=/trunk/; revision=34287
|
|
|
|
|
|
| |
GtkFileChooser has been around since 2004.
svn path=/trunk/; revision=34257
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-09-12 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #476040
* calendar/gui/e-day-view.c:
* calendar/gui/e-week-view.c:
* calendar/gui/dialogs/comp-editor.c:
* composer/e-msg-composer.c:
* composer/e-msg-composer-attachment-bar.c:
* mail/em-folder-browser.c:
* mail/message-list.c:
* widgets/misc/e-attachment-bar.c:
Use "mail-attachment" icon instead of "stock_attach".
Use "mail-attachment" icon for unknown attachment types.
svn path=/trunk/; revision=34240
|
|
|
|
|
|
|
| |
Fixes #270605
svn path=/trunk/; revision=34203
|
|
|
|
| |
svn path=/trunk/; revision=34202
|
|
|
|
| |
svn path=/trunk/; revision=34156
|
|
|
|
|
|
|
|
|
|
| |
2007-09-02 Matthew Barnes <mbarnes@redhat.com>
* Update FSF address in header comments (#469886).
Patch from Tobias Mueller.
svn path=/trunk/; revision=34151
|
|
|
|
| |
svn path=/trunk/; revision=34131
|
|
|
|
| |
svn path=/trunk/; revision=34079
|
|
|
|
| |
svn path=/trunk/; revision=34078
|
|
|
|
| |
svn path=/trunk/; revision=34075
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-08-23 Milan Crha <mcrha@redhat.com>
** Fix for bug #308636
* gui/dialogs/calendar-setup.c: (eccp_get_source_type):
Add only source groups without property 'create_source=no'.
* gui/dialogs/calendar-setup.c: (cs_load_sources):
New helper function avoids code copying.
* gui/dialogs/calendar-setup.c: (calendar_setup_edit_calendar),
(calendar_setup_edit_task_list),
(calendar_setup_edit_memo_list):
Uses 'cs_load_sources'.
* gui/calendar-component.c: (ensure_sources):
Sets 'create_source=no' for contacts when not set before.
svn path=/trunk/; revision=34068
|
|
|
|
| |
svn path=/trunk/; revision=34043
|
|
|
|
|
|
|
| |
Fixes #420492
svn path=/trunk/; revision=34024
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-08-13 Suman Manjunath <msuman@novell.com>
reviewed by: Chenthill Palanisamy <pchenthill@novell.com>
* gui/dialogs/event-page.c: (event_page_init),
(sensitize_widgets), (get_current_account),
(event_page_fill_widgets), (event_page_fill_component),
(existing_attendee), (event_page_set_info_string),
(get_widgets),
(source_changed_cb), (init_widgets),
(event_page_select_organizer),
(event_page_construct):
* gui/dialogs/event-page.glade:
* gui/dialogs/memo-page.c: (memo_page_init),
* (sensitize_widgets),
(memo_page_fill_widgets), (get_current_account),
(memo_page_fill_component), (memo_page_set_info_string),
(get_widgets), (source_changed_cb), (init_widgets),
(memo_page_select_organizer), (memo_page_construct):
* gui/dialogs/memo-page.glade:
* gui/dialogs/task-page.c: (task_page_init),
* (sensitize_widgets),
(get_current_account), (task_page_fill_widgets),
(task_page_fill_component), (existing_attendee),
(task_page_set_info_string), (get_widgets), (source_changed_cb),
(init_widgets), (task_page_select_organizer),
(task_page_construct):
* gui/dialogs/task-page.glade: Add a label on the top to show
* information string
for calendar, task and memo editors. It would be shown while
operating on subscribed user's folder items.
* gui/itip-utils.c: (itip_send_comp), (reply_to_calendar_comp):
* A utility function sanitize_component has been removed. The sentby
parameter is set in the event pages.
--This line, and those below, will be ignored--
M calendar/gui/dialogs/task-page.glade
M calendar/gui/dialogs/task-page.c
M calendar/gui/dialogs/task-page.h
M calendar/gui/dialogs/event-page.glade
M calendar/gui/dialogs/memo-page.glade
M calendar/gui/dialogs/event-page.c
M calendar/gui/dialogs/event-page.h
M calendar/gui/dialogs/memo-page.c
M calendar/gui/dialogs/memo-page.h
M calendar/gui/itip-utils.c
M calendar/ChangeLog
svn path=/trunk/; revision=33996
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-08-04 Hiroyuki Ikezoe <poincare@ikezoe.net>
** Fix for bug #455799
Remove all .cvsignore and update svn:ignore porperty in whole
directories.
svn path=/trunk/; revision=33945
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-31 Andre Klapper <a9016009@gmx.de>
* calendar/gui/dialogs/schedule-page.glade:
calendar/gui/dialogs/memo-page.glade:
calendar/gui/dialogs/meeting-page.glade:
calendar/gui/dialogs/task-page.glade:
calendar/gui/dialogs/task-details-page.glade:
calendar/gui/dialogs/cal-prefs-dialog.glade:
calendar/gui/dialogs/event-page.glade:
calendar/gui/e-itip-control.glade:
smime/gui/smime-ui.glade:
filter/filter.glade:
plugins/attachment-reminder/attachment-reminder.glade:
plugins/imap-features/imap-headers.glade:
plugins/exchange-operations/exchange-permissions-dialog.glade:
plugins/publish-calendar/publish-calendar.glade:
remove "window1" string from translation
svn path=/trunk/; revision=33913
|
|
|
|
| |
svn path=/trunk/; revision=33898
|
|
|
|
|
|
|
| |
Fixes #461474.
svn path=/trunk/; revision=33889
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-27 Hiroyuki Ikezoe <poincare@ikezoe.net>
* dialogs/cal-prefs-dialog.c: (calendar_prefs_dialog_finalize):
* dialogs/task-page.c: (task_page_create_source_option_menu):
* dialogs/e-send-options-utils.c:
(e_sendoptions_utils_set_default_data):
* dialogs/url-editor-dialog.c: (init_widgets):
* dialogs/event-page.c: (event_page_create_source_option_menu):
* dialogs/memo-page.c: (memo_page_create_source_option_menu):
* e-week-view-event-item.c: (e_week_view_event_item_draw):
* e-day-view-top-item.c: (e_day_view_top_item_draw_long_event):
* e-pub-utils.c: (e_pub_publish): Plugged memory leaks.
svn path=/trunk/; revision=33857
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-07-09 Chenthill Palanisamy <pchenthill@novell.com>
reviewed by: Veerapuram Varadhan <vvaradhan@novell.com>
* gui/dialogs/comp-editor.c: (save_comp), (save_comp_with_send),
(real_edit_comp): Organizer/Sentby can save/edit components.
* gui/dialogs/event-editor.c: (event_editor_edit_comp):
* gui/e-calendar-view.c: (e_calendar_view_add_event),
(e_calendar_view_cut_clipboard), (delete_event),
(e_calendar_view_delete_selected_occurrence),
(set_attendee_status_for_delegate),
(e_calendar_view_edit_appointment),
(e_calendar_view_modify_and_send):
* gui/itip-utils.c: (get_attendee),
(get_attendee_if_attendee_sentby_is_user), (sanitize_component),
(itip_get_comp_attendee), (comp_to_list), (comp_subject),
(comp_limit_attendees), (comp_sentby), (itip_send_comp),
(reply_to_calendar_comp): Adding the exchange delegation
feature.
Committing on behalf of Suman Manjunath <msuman@novell.com>
svn path=/trunk/; revision=33786
|
|
|
|
| |
svn path=/trunk/; revision=33774
|
|
|
|
| |
svn path=/trunk/; revision=33768
|
|
|
|
| |
svn path=/trunk/; revision=33753
|
|
|
|
| |
svn path=/trunk/; revision=33694
|
|
|
|
|
|
|
|
|
|
|
| |
2007-06-15 Matthew Barnes <mbarnes@redhat.com>
* gui/dialogs/alarm-dialog.c:
Remove the aalarm_attach widget and retrieve the selected filename
using the GtkFileChooser API (#440075).
svn path=/trunk/; revision=33679
|
|
|
|
| |
svn path=/trunk/; revision=33647
|
|
|
|
| |
svn path=/trunk/; revision=33637
|
|
|
|
| |
svn path=/trunk/; revision=33625
|
|
|
|
| |
svn path=/trunk/; revision=33584
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2007-05-24 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #424562
* e-util/eggtrayicon.c:
* e-util/eggtrayicon.h:
Evolution requires GTK+ 2.10 now so kill this widget.
* e-util/Makefile.am:
Remove eggtrayicon.c and eggtrayicon.h.
* calendar/gui/dialogs/recur-comp.c (recur_component_dialog):
* e-util/e-dialog-utils.c (e_notice):
* plugins/calendar-weather/calendar-weather.c
(e_calendar_weather_location):
* widgets/text/e-text.c (e_text_copy_clipboard),
(e_text_update_primary_selection), (e_text_paste), (e_text_do_popup):
Remove check for obsolete GTK+ version.
* gui/alarm-notify/alarm-queue.c:
EggTrayIcon is dead; always use GtkStatusIcon.
svn path=/trunk/; revision=33573
|
|
|
|
| |
svn path=/trunk/; revision=33529
|
|
|
|
| |
svn path=/trunk/; revision=33481
|
|
|
|
|
|
|
|
|
| |
2007-04-28 Kjartan Maraas <kmaraas@gnome.org>
* gui/dialogs/task-page.glade: Fix a mnemonic conflict.
Patch from Jens Knutson. Closes bug #397463.
svn path=/trunk/; revision=33464
|
|
|
|
| |
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-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-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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
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=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-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-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-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
|
|
|
|
| |
svn path=/trunk/; revision=32711
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=32626
|
|
|
|
| |
svn path=/trunk/; revision=32610
|
|
|
|
| |
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=32450
|
|
|
|
| |
svn path=/trunk/; revision=32447
|
|
|
|
| |
svn path=/trunk/; revision=32441
|
|
|
|
| |
svn path=/trunk/; revision=32439
|
|
|
|
| |
svn path=/trunk/; revision=32378
|
|
|
|
|
|
|
|
|
| |
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>
* 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
|
|
|
|
|
|
|
|
|
|
| |
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=32312
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=32268
|
|
|
|
|
|
|
|
|
|
|
|
| |
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-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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=31902
|
|
|
|
| |
svn path=/trunk/; revision=31901
|
|
|
|
|
|
|
|
|
|
| |
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=31779
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=31759
|
|
|
|
| |
svn path=/trunk/; revision=31742
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
**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=31639
|
|
|
|
| |
svn path=/trunk/; revision=31630
|
|
|
|
| |
svn path=/trunk/; revision=31610
|
|
|
|
| |
svn path=/trunk/; revision=31528
|
|
|
|
| |
svn path=/trunk/; revision=31525
|
|
|
|
| |
svn path=/trunk/; revision=31524
|
|
|
|
|
|
|
|
|
|
|
| |
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=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=31463
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=31441
|
|
|
|
| |
svn path=/trunk/; revision=31439
|
|
|
|
| |
svn path=/trunk/; revision=31427
|
|
|
|
| |
svn path=/trunk/; revision=31424
|
|
|
|
| |
svn path=/trunk/; revision=31410
|
|
|
|
| |
svn path=/trunk/; revision=31383
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=31332
|
|
|
|
| |
svn path=/trunk/; revision=31329
|
|
|
|
| |
svn path=/trunk/; revision=31308
|
|
|
|
| |
svn path=/trunk/; revision=31300
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=31271
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=31218
|
|
|
|
| |
svn path=/trunk/; revision=31167
|
|
|
|
| |
svn path=/trunk/; revision=31164
|
|
|
|
| |
svn path=/trunk/; revision=31163
|
|
|
|
| |
svn path=/trunk/; revision=31159
|
|
|
|
| |
svn path=/trunk/; revision=31154
|
|
|
|
|
|
|
|
|
|
| |
* gui/dialogs/alarm-dialog.glade: Added code to hscroll the custom
message of alarm. Fixes bug #325446
* gui/dialogs/task-page.glade: Added code to expand the description
scrolled window when the parent window is dragged. Fixes bug #325502
svn path=/trunk/; revision=31097
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-06 Andre Klapper <a9016009@gmx.de>
* addressbook/gui/widgets/eab-gui-util.c:
* calendar/calendar.error.xml:
* calendar/gui/dialogs/task-details-page.glade:
* calendar/gui/e-cal-component-preview.c:
* calendar/gui/e-cal-model-tasks.c:
* calendar/gui/e-calendar-table.c:
* calendar/gui/e-itip-control.c:
* calendar/gui/print.c:
* mail/mail-ops.c:
* mail/mail-send-recv.c:
* mail/mail-session.c:
* plugins/itip-formatter/itip-formatter.c:
* plugins/itip-formatter/itip-view.c:
changing "cancelled" (British English)
to "canceled" (American English).
Fixes bug 325334.
svn path=/trunk/; revision=31088
|
|
|
|
|
|
|
|
|
|
|
| |
2006-01-06 Johnny Jacob <johnnyjacob@gmail.com>
Reviewed/Committed by Harish <kharish@novell.com>
* gui/dialog/event-page.c: (set_all_day), (sensitize_widgets)
(time_sel_changed), (update_end_time_selector), (hour_minute_changed),
(event_page_set_all_day_event), (alarm_changed_cb), (init_widgets) :
Fixed warnings.
svn path=/trunk/; revision=31072
|
|
|
|
| |
svn path=/trunk/; revision=31063
|
|
|
|
| |
svn path=/trunk/; revision=31062
|
|
|
|
|
|
|
|
|
|
| |
2006-01-04 Tor Lillqvist <tml@novell.com>
* gui/dialogs/cal-prefs-dialog.c: Reinstate the run-time glade
file pathname lookup change from 2005-11-26. It had been
overwritten on 2005-12-19.
svn path=/trunk/; revision=31042
|
|
|
|
|
|
|
|
|
| |
2006-01-02 Harish Krishnaswamy <kharish@novell.com>
* gui/dialogs/cal-prefs-dialog.c: (show_fb_config):
Fixes #325468 (critical warning crasher).
svn path=/trunk/; revision=31013
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-12-21 Sam Yang <sam.yang@sun.com>
Fixes #323984
* gui/dialogs/task-page.c: (task_page_fill_widgets): Invoke
task_page_set_show_timezone() to check whether to show timezone
widgets on task page. Just like what we did in init_widgets().
(init_widgets): Since we have called task_page_set_show_timezone()
before, remove its duplicate code. Invoke
task_page_set_show_categories() directly other than copy its code here.
svn path=/trunk/; revision=30910
|
|
|
|
|
|
|
| |
2005-12-20 Andre Klapper <a9016009@gmx.de>
* gui/dialogs/recur-comp.c: fixing string bug 308851
svn path=/trunk/; revision=30897
|
|
|
|
| |
svn path=/trunk/; revision=30889
|
|
|
|
| |
svn path=/trunk/; revision=30876
|
|
|
|
|
|
|
|
|
| |
2005-12-17 Tor Lillqvist <tml@novell.com>
* gui/dialogs/comp-editor.c: : Use gstdio wrappers. Use
g_filename_from_uri()
svn path=/trunk/; revision=30817
|
|
|
|
|
|
|
|
|
| |
2005-12-17 Tor Lillqvist <tml@novell.com>
* gui/dialogs/cal-attachment.h
* gui/dialogs/cal-attachment.c: Remove unused files from CVS.
svn path=/trunk/; revision=30816
|
|
|
|
|
|
|
|
|
| |
2005-12-17 Tor Lillqvist <tml@novell.com>
* gui/dialogs/cal-attachment-bar.h
* gui/dialogs/cal-attachment-bar.c: Remove unused files from CVS.
svn path=/trunk/; revision=30815
|
|
|
|
| |
svn path=/trunk/; revision=30782
|
|
|
|
| |
svn path=/trunk/; revision=30779
|
|
|
|
|
|
|
|
| |
2005-12-14 Srinivasa Ragavan <sragavan@novell.com>
* Committed Johnny's patch for adding the FOR time implementation
svn path=/trunk/; revision=30776
|
|
|
|
|
|
|
|
| |
2005-12-14 Srinivas Ragavan <sragavan@novell.com>
* Committed Johnny Patch to fix bug #324060
svn path=/trunk/; revision=30773
|
|
|
|
| |
svn path=/trunk/; revision=30738
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-11-26 Tor Lillqvist <tml@novell.com>
* gui/calendar-commands.c
* gui/e-cal-list-view.c
* gui/e-calendar-table.c
* gui/e-memo-table.c
* gui/e-memos.c
* gui/e-tasks.c
* gui/gnome-cal.c
* gui/goto.c
* gui/memos-control.c
* gui/tasks-control.c
* gui/alarm-notify/alarm-notify-dialog.c
* gui/alarm-notify/notify-main.c
* gui/dialogs/alarm-dialog.c
* gui/dialogs/alarm-list-dialog.c
* gui/dialogs/cal-attachment.c
* gui/dialogs/cal-prefs-dialog.c
* gui/dialogs/comp-editor.c
* gui/dialogs/e-delegate-dialog.c
* gui/dialogs/event-editor.c
* gui/dialogs/event-page.c
* gui/dialogs/meeting-page.c
* gui/dialogs/memo-page.c
* gui/dialogs/recurrence-page.c
* gui/dialogs/schedule-page.c
* gui/dialogs/task-details-page.c
* gui/dialogs/task-page.c
* gui/dialogs/url-editor-dialog.c: Include e-util-private.h to get
redefinition of compile-time pathnames as calls to functions on
Windows. Construct the pathnames of files and directories under
the installation prefix at run-time to enable install-anywhere on
Windows. No effect on functionality on Unix.
svn path=/trunk/; revision=30680
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-11-26 Tor Lillqvist <tml@novell.com>
* gui/calendar-commands.c
* gui/e-cal-list-view.c
* gui/e-calendar-table.c
* gui/e-memo-table.c
* gui/e-memos.c
* gui/e-tasks.c
* gui/gnome-cal.c
* gui/goto.c
* gui/memos-control.c
* gui/tasks-control.c
* gui/alarm-notify/alarm-notify-dialog.c
* gui/alarm-notify/notify-main.c
* gui/dialogs/alarm-dialog.c
* gui/dialogs/alarm-list-dialog.c
* gui/dialogs/cal-attachment.c
* gui/dialogs/cal-prefs-dialog.c
* gui/dialogs/comp-editor.c
* gui/dialogs/e-delegate-dialog.c
* gui/dialogs/event-editor.c
* gui/dialogs/meeting-page.c
* gui/dialogs/memo-page.c
* gui/dialogs/recurrence-page.c
* gui/dialogs/schedule-page.c
* gui/dialogs/task-details-page.c
* gui/dialogs/task-page.c
* gui/dialogs/url-editor-dialog.c: Include e-util-private.h to get
redefinition of compile-time pathnames as calls to functions on
Windows. Construct the pathnames of files and directories under
the installation prefix at run-time to enable install-anywhere on
Windows. No effect on functionality on Unix.
svn path=/trunk/; revision=30679
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-11-24 Tor Lillqvist <tml@novell.com>
* gui/e-alarm-list.c
* gui/e-cal-component-memo-preview.c
* gui/e-cal-component-preview.c
* gui/e-cal-model.c
* gui/e-cell-date-edit-text.c
* gui/e-date-time-list.c
* gui/e-itip-control.c
* gui/e-memos.c
* gui/e-tasks.c
* gui/itip-utils.c
* gui/print.c
* gui/alarm-notify/alarm-notify-dialog.c
* gui/alarm-notify/util.c
* gui/dialogs/alarm-dialog.c
* gui/dialogs/alarm-list-dialog.c
* gui/dialogs/comp-editor-util.c
* gui/dialogs/recurrence-page.c: Include e-time-utils.h from
libedataserver instead of using evolution's copy which is going
away.
svn path=/trunk/; revision=30659
|
|
|
|
|
|
|
|
|
| |
2005-11-22 Boby Wang <boby.wang@sun.com>
Fixes #321237
* gui/dialogs/event-page.glade: Add the categories' name
The name of categories in new appointment dialog was missed.
svn path=/trunk/; revision=30643
|
|
|
|
| |
svn path=/trunk/; revision=30628
|
|
|
|
| |
svn path=/trunk/; revision=30626
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-11-16 Irene Huang <Irene.Huang@sun.com>
* gui/dialogs/cal-prefs-dialog.c:
(cal_prefs_dialog_url_add_clicked): Use strcmp instead of !=.
(cal_prefs_dialog_url_remove_clicked):
When new a dialog of confirm, set parent to
PREFS_WINDOW (dialog_data->page)
instead of using PREFS_WINDOW (dialog_data).
svn path=/trunk/; revision=30622
|
|
|
|
| |
svn path=/trunk/; revision=30613
|
|
|
|
| |
svn path=/trunk/; revision=30593
|
|
|
|
|
|
|
|
| |
2005-10-19 Harish Krishnaswamy <kharish@novell.com>
Memo Component - submitted by Nathan Owens <pianocomp81@yahoo.com>
svn path=/trunk/; revision=30537
|
|
|
|
| |
svn path=/trunk/; revision=30526
|
|
|
|
| |
svn path=/trunk/; revision=30525
|
|
|
|
|
|
|
|
|
| |
2005-10-06 Srinivasa Ragavan <sragavan@novell.com>
* calendar/: Several bug fixes under calendar.
* ui/: Use common shortcut for preview pane.
svn path=/trunk/; revision=30497
|
|
|
|
| |
svn path=/trunk/; revision=30450
|
|
|
|
| |
svn path=/trunk/; revision=30439
|
|
|
|
| |
svn path=/trunk/; revision=30434
|
|
|
|
| |
svn path=/trunk/; revision=30418
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-23 Not Zed <NotZed@Ximian.com>
* gui/e-cal-config.h: source-type is an enum not a pointer!
* gui/tasks-component.c (selector_tree_drag_data_received):
constify uid.
* gui/itip-utils.c (comp_sentby): use the right list type for
attendees.
* gui/gnome-cal.c (config_categories_changed_cb): fix cast.
(setup_widgets): fix casts.
* gui/e-tasks.c: add missing e-categories.h include.
(config_categories_changed_cb): fix cast.
* gui/e-week-view.c (e_week_view_realize): remove unused.
* gui/e-select-names-editable.c
(e_select_names_editable_get_emails): remve unused.
* gui/e-meeting-time-sel.c (e_meeting_time_selector_style_set):
remove/comment unused.
* gui/e-meeting-store.c (freebusy_async): g* strikes again, use
the right lock/unlock function for the g-spastic-mutex.
(process_callbacks_main_thread): fix signature to match usage.
(refresh_queue_add): cast off warning
* gui/e-itip-control.c (cleanup_ecal): fix signature to match use
* gui/e-day-view.c (process_component): remove unused vars.
(e_day_view_realize): more.
(e_day_view_on_event_double_click): cast
(e_day_view_update_calendar_selection_time): define out unused
* gui/e-calendar-table.c (e_calendar_table_init): more a11y
related casts.
* gui/e-calendar-view.c (on_edit_appointment): proper boolean
conversion of a pointer.
(transfer_selected_items): cast
(on_unrecur_appointment): remove unused prop
(e_calendar_view_open_event): proper boolean conversion of pointer.
* gui/e-cal-popup.c (needs_to_accept): remove unused.
* gui/e-cal-model.c (set_instance_times): remove unused.
:include missing calendar-config.
* gui/dialogs/meeting-page.c (clear_widgets): yawn, another
gtklabel wawrning.
(meeting_page_fill_component): constify attendees.
* gui/dialogs/e-send-options-utils.c: remove unused global sod,
add missing string.h
* gui/dialogs/e-delegate-dialog.c (e_delegate_dialog_construct):
remove unused.
* gui/dialogs/comp-editor.c (response_cb): wtf, this can't use
em_utils!!! #if 0 it out and add a build warning.
(cab_popup_position): pointer cast.
(set_attachment_list): remove unused.
* gui/dialogs/calendar-setup.c (eccp_general_offline): change very
incorrect N_ macro to _.
(CalendarSourceDialog): Umm, source_type is an enum, not a
pointer.
(eccp_get_source_color): remove unused.
svn path=/trunk/; revision=30217
|
|
|
|
|
|
|
|
|
| |
2005-08-19 Harish Krishnaswamy <kharish@novell.com>
* gui/dialogs/comp-editor.h: Remove unwanted include of
header that also borks the build.
svn path=/trunk/; revision=30163
|
|
|
|
| |
svn path=/trunk/; revision=30157
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-17 Carsten Guenther <carsten.guenther@scalix.com>
Fixes http://bugzilla.gnome.org/show_bug.cgi?id=313555
* gui/dialogs/comp-editor.c:
(get_attachment_list): Only save attachment to file
if file does not exist yet.
svn path=/trunk/; revision=30149
|
|
|
|
| |
svn path=/trunk/; revision=30139
|
|
|
|
| |
svn path=/trunk/; revision=30101
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-08-11 Carsten Guenther <carsten.guenther@scalix.com>
* gui/dialogs/comp-editor.c: (get_attachment_list),
(attachment_bar_icon_clicked_cb): Use g_build_path
instead of g_strconcat to build the pathname to the
attachment file.
(set_attachment_list): Fixed how mime filename gets
extracted from attachments pathname.
svn path=/trunk/; revision=30089
|
|
|
|
| |
svn path=/trunk/; revision=30058
|
|
|
|
| |
svn path=/trunk/; revision=30057
|
|
|
|
|
|
|
|
|
| |
2005-07-20 Srinivasa Ragavan <sragavan@novell.com>
* gui/dialogs/comp-editor.c: (get_attachment_list) (comp_editor_get_mime_attach_list)
made it use e_attachment_bar_get_parts instead of the old api
svn path=/trunk/; revision=29814
|
|
|
|
|
|
|
|
|
|
| |
2005-07-12 Srinivasa Ragavan <sragavan@novell.com>
* gui/dialogs/comp-editor.c: (get_attachment_list) (attachment_guess_mime_type)
(comp_editor_close) (comp_editor_get_mime_attach_list) Fixed some compiler
warning and checked some negative cases
svn path=/trunk/; revision=29733
|
|
|
|
|
|
|
|
|
|
|
| |
2005-07-11 Srinivasa Ragavan <sragavan@novell.com>
* gui/dialogs/comp-editor.c:(get_attachment_list) (attachment_bar_changed_cb)
(attachment_bar_icon_clicked_cb) (cab_popups_free) (setup_widgets)
(set_attachment_list) (comp_editor_get_mime_attach_list)
Fixed huge memory leak, and come compile warnings. Also fixed
a crash, when double click on attachments.
svn path=/trunk/; revision=29715
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-07-11 Srinivasa Ragavan <sragavan@novell.com>
* gui/itip-utils.[ch]: Added a structure.
* gui/dialogs/Makefile.am: Removed cal-attachment*
* gui/dialogs/comp-editor.[ch]: (attach_message) (drop_action)
(send_timezone) (save_comp) (response_cb) (delete_event_cb)
(attachment_bar_changed_cb) (attachment_bar_icon_clicked_cb)
(setup_widgets) (set_icon_from_comp) (fill_widgets) (real_edit_comp)
Removed the attachment bar specific to calendar and made a merged
one at widgets/misc/e-attachment*
svn path=/trunk/; revision=29709
|
|
|
|
| |
svn path=/trunk/; revision=29703
|
|
|
|
| |
svn path=/trunk/; revision=29660
|
|
|
|
|
|
| |
Fixes #237844
svn path=/trunk/; revision=29647
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
2005-07-05 Srinivasa Ragavan <sragavan@novell.com>
* gui/e-cal-popup.c: Created new target type
* gui/e-cal-popup.h: Added #define for the new target type
* gui/dialogs/cal-attachment-bar.c: (cab_popup) Poped e-cal instead of
em_*. Removed mailer code from calendar
* gui/dialogs/comp-editor.c: (drag_data_received) Poped e-cal instead of
em_*. Removed mailer code from calendar.
svn path=/trunk/; revision=29630
|
|
|
|
|
|
| |
Check the new item flags while creating the scheduling page.
svn path=/trunk/; revision=29625
|
|
|
|
|
|
|
|
|
|
| |
2005-07-04 Srinivasa Ragavan <sragavan@novell.com>
* gui/dialogs/meeting-page.c: (meeting_page_construct) Added
vertical scrollbar policy of list view to always so that it does
not extend the view when there are more contacts.
svn path=/trunk/; revision=29623
|