diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2007-06-04 09:43:27 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2007-06-04 09:43:27 +0800 |
commit | faad8a01e1a4fc4d425ed2ff850158339fb6bd37 (patch) | |
tree | b8be0cb43801b31d3573e5b0968d9e252dedb239 /calendar/ChangeLog | |
parent | 8bebb05056fd093d0302546fc65edb130c3c136a (diff) | |
download | gsoc2013-evolution-faad8a01e1a4fc4d425ed2ff850158339fb6bd37.tar gsoc2013-evolution-faad8a01e1a4fc4d425ed2ff850158339fb6bd37.tar.gz gsoc2013-evolution-faad8a01e1a4fc4d425ed2ff850158339fb6bd37.tar.bz2 gsoc2013-evolution-faad8a01e1a4fc4d425ed2ff850158339fb6bd37.tar.lz gsoc2013-evolution-faad8a01e1a4fc4d425ed2ff850158339fb6bd37.tar.xz gsoc2013-evolution-faad8a01e1a4fc4d425ed2ff850158339fb6bd37.tar.zst gsoc2013-evolution-faad8a01e1a4fc4d425ed2ff850158339fb6bd37.zip |
Added advanced search options.
svn path=/trunk/; revision=33648
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 174e5ebe16..81e6778494 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,29 @@ +2007-06-04 Chenthill Palanisamy <pchenthill@novell.com> + + * gui/Makefile.am: Added the filter flags and the new files. + * gui/cal-search-bar.c: (cal_search_bar_class_init), + (cal_search_bar_init), (cal_search_bar_destroy), + (get_current_category), (get_show_option_sexp), + (notify_e_cal_view_contains), (notify_category_is), (regen_query), + (setup_category_options), (make_suboptions), + (search_menu_activated), (cal_search_bar_construct), + (cal_search_bar_get_category), (cal_search_bar_get_time_range): + * gui/cal-search-bar.h: + * gui/e-cal-model.[ch]: + (e_cal_model_set_search_query_with_time_range): Set the time range + and the search query. + * gui/gnome-cal.c: (set_search_query), + (search_bar_sexp_changed_cb), (update_memo_view), + (gnome_calendar_init), (update_view_times), (display_view), + (display_view_cb), (gnome_calendar_update_date_navigator): Hide + the date navigator in list view for searches based on date. + * gui/caltypes.xml: + * gui/memotypes.xml: + * gui/tasktypes.xml: Added the Advanced search options. + + Committing on behalf of Keshav Upadhyaya <ukeshav@novell.com> and + Abhishek Parwal <pabhishek@novell.com>. + 2007-06-03 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #386503 from Matthew Barnes |