diff options
author | Rodney Dawes <dobey@novell.com> | 2004-07-03 00:38:18 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-07-03 00:38:18 +0800 |
commit | 0a69a49fc37b671f94645216a519801d16aa83c7 (patch) | |
tree | 917ad2d94c4eb4a599e169545736a2d172194647 /calendar/ChangeLog | |
parent | 4f74bf09a94e4f503c38e56ad1a5aba507e05d9e (diff) | |
download | gsoc2013-evolution-0a69a49fc37b671f94645216a519801d16aa83c7.tar.gz gsoc2013-evolution-0a69a49fc37b671f94645216a519801d16aa83c7.tar.zst gsoc2013-evolution-0a69a49fc37b671f94645216a519801d16aa83c7.zip |
Get the label for the calendar list header also (init_widgets): Set the
2004-07-02 Rodney Dawes <dobey@novell.com>
* gui/dialogs/url-editor-dialog.c (get_widgets):
Get the label for the calendar list header also
(init_widgets): Set the border widths for the dialog's vbox and
action area to be more compliant with the HIG
Set the mnemonic widget for the calendar label, to the Source Selector
Remove the unneeded settings for the scrolled window, these are in the
glade xml for the widget
Set the icon list on the correct dialog widget, not the settings dialog
* gui/dialogs/url-editor-dialog.h:
Add the calendar_list_label widget here so we can access it
* gui/dialogs/url-editor-dialog.glade:
Change the dialog's layout to be HIG compliant and fix some strings
to do the same
Add mnemonics to all the labels that are associated with widgets
svn path=/trunk/; revision=26564
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 036b8a1caf..43dca27fa5 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,22 @@ +2004-07-02 Rodney Dawes <dobey@novell.com> + + * gui/dialogs/url-editor-dialog.c (get_widgets): + Get the label for the calendar list header also + (init_widgets): Set the border widths for the dialog's vbox and + action area to be more compliant with the HIG + Set the mnemonic widget for the calendar label, to the Source Selector + Remove the unneeded settings for the scrolled window, these are in the + glade xml for the widget + Set the icon list on the correct dialog widget, not the settings dialog + + * gui/dialogs/url-editor-dialog.h: + Add the calendar_list_label widget here so we can access it + + * gui/dialogs/url-editor-dialog.glade: + Change the dialog's layout to be HIG compliant and fix some strings + to do the same + Add mnemonics to all the labels that are associated with widgets + 2004-06-29 Sivaiah Nallagatla <snallagatla@novell.com> * gui/e-tasks.c (e_tasks_add_todo_source) |