From e5ec3be0a33af4efc460d93ce0d9ad4642bbb27b Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Sun, 13 Jul 2003 19:29:41 +0000 Subject: Changed the "URL:" label to "_Web Page:". Added a widget name to the URL 2003-07-11 Federico Mena Quintero * gui/dialogs/task-details-page.glade: Changed the "URL:" label to "_Web Page:". Added a widget name to the URL label so that we can hook up its mnemonic by hand. Added underlines to the "% Complete:" and "Date Completed:" labels. Added a widget name to the date completed label, also so that we can hook up its mnemonic. * gui/dialogs/task-details-page.c (get_widgets): Get the url_label and date_completed_label as well. (init_widgets): Set the mnemonic widgets of the url_label and the date_completed_label by hand, as their respective widgets are not created by libglade. * gui/e-calendar-table.c (tasks_popup_menu): Added an item for "Open Web Page". (e_calendar_table_show_popup_menu): Disable the aforementioned menu item if the selected task doesn't have the URL property set. (open_url_cb): New callback. * gui/e-tasks.c (write_html): Make the HTML say "Web Page:" instead of "URL:". svn path=/trunk/; revision=21805 --- calendar/ChangeLog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 47c18e3fed..2116042484 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,26 @@ +2003-07-11 Federico Mena Quintero + + * gui/dialogs/task-details-page.glade: Changed the "URL:" label to + "_Web Page:". Added a widget name to the URL label so that we can + hook up its mnemonic by hand. Added underlines to the "% + Complete:" and "Date Completed:" labels. Added a widget name to + the date completed label, also so that we can hook up its mnemonic. + + * gui/dialogs/task-details-page.c (get_widgets): Get the url_label + and date_completed_label as well. + (init_widgets): Set the mnemonic widgets of the url_label and the + date_completed_label by hand, as their respective widgets are + not created by libglade. + + * gui/e-calendar-table.c (tasks_popup_menu): Added an item for + "Open Web Page". + (e_calendar_table_show_popup_menu): Disable the aforementioned + menu item if the selected task doesn't have the URL property set. + (open_url_cb): New callback. + + * gui/e-tasks.c (write_html): Make the HTML say "Web Page:" + instead of "URL:". + 2003-07-10 Harry Lu Fixes #46075. -- cgit v1.2.3