diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2005-12-14 22:58:38 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2005-12-14 22:58:38 +0800 |
commit | da500959a1945968b513f015927f1ba14391fb75 (patch) | |
tree | aaaf31143d1d86dc742351a21aaac8a1e4db6eca /calendar/ChangeLog | |
parent | 1065638cd6f013036d2344bdc4d0671202d5f56e (diff) | |
download | gsoc2013-evolution-da500959a1945968b513f015927f1ba14391fb75.tar.gz gsoc2013-evolution-da500959a1945968b513f015927f1ba14391fb75.tar.zst gsoc2013-evolution-da500959a1945968b513f015927f1ba14391fb75.zip |
Committed Johnny's patch for adding the FOR time implementation
2005-12-14 Srinivasa Ragavan <sragavan@novell.com>
* Committed Johnny's patch for adding the FOR time implementation
svn path=/trunk/; revision=30776
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 66578528c3..a60456962f 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,18 @@ +2005-12-09 Johnny Jacob <johnnyjacob@gmail.com> + * gui/dialogs/event-page.c : + (hour_sel_changed) : Added. Event handler for hour_selector + (minute_sel_changed) : Added. Event handler for minute_selector + (update_end_time_selector) : Added. Updates hour_selector + & minute_selector + (hour_minute_changed) : Added. Updates DateEdit based on hour + and minute selectors + (sensitize_widgets) : Handle end_time_selector's sensitivity. + (get_widgets) : Get minute_selector. + (init_widgets) : Initialize hour_selector and minute_selector. + gui/dialogs/event-page.glade : minute_selector GtkSpinButton added. + + * gui/dialogs/event-page.glade: Added the widgets to the glade + 2005-11-27 Johnny Jacob <johnnyjacob@gmail.com> ** Fixes bug #324060 |