diff options
author | Federico Mena Quintero <federico@ximian.com> | 2003-07-14 03:29:41 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2003-07-14 03:29:41 +0800 |
commit | e5ec3be0a33af4efc460d93ce0d9ad4642bbb27b (patch) | |
tree | 8f75f9b0d0501dcb6fbfdb6a698544e6ce87e586 /calendar/ChangeLog | |
parent | 9cafe346c61294495cc42a8124257469e28c6879 (diff) | |
download | gsoc2013-evolution-e5ec3be0a33af4efc460d93ce0d9ad4642bbb27b.tar gsoc2013-evolution-e5ec3be0a33af4efc460d93ce0d9ad4642bbb27b.tar.gz gsoc2013-evolution-e5ec3be0a33af4efc460d93ce0d9ad4642bbb27b.tar.bz2 gsoc2013-evolution-e5ec3be0a33af4efc460d93ce0d9ad4642bbb27b.tar.lz gsoc2013-evolution-e5ec3be0a33af4efc460d93ce0d9ad4642bbb27b.tar.xz gsoc2013-evolution-e5ec3be0a33af4efc460d93ce0d9ad4642bbb27b.tar.zst gsoc2013-evolution-e5ec3be0a33af4efc460d93ce0d9ad4642bbb27b.zip |
Changed the "URL:" label to "_Web Page:". Added a widget name to the URL
2003-07-11 Federico Mena Quintero <federico@ximian.com>
* 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
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
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 <federico@ximian.com> + + * 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 <harry.lu@sun.com> Fixes #46075. |