aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-01-15 19:19:25 +0800
committerMilan Crha <mcrha@src.gnome.org>2009-01-15 19:19:25 +0800
commitda073416c7611f821410cd18bdc5751b43b64d91 (patch)
tree5bf48a7d405b81cba50d216277e938e1d923e9b7 /calendar/ChangeLog
parent2d7b7292bc6ecfc8ab724803e8d2d464d3810eec (diff)
downloadgsoc2013-evolution-da073416c7611f821410cd18bdc5751b43b64d91.tar
gsoc2013-evolution-da073416c7611f821410cd18bdc5751b43b64d91.tar.gz
gsoc2013-evolution-da073416c7611f821410cd18bdc5751b43b64d91.tar.bz2
gsoc2013-evolution-da073416c7611f821410cd18bdc5751b43b64d91.tar.lz
gsoc2013-evolution-da073416c7611f821410cd18bdc5751b43b64d91.tar.xz
gsoc2013-evolution-da073416c7611f821410cd18bdc5751b43b64d91.tar.zst
gsoc2013-evolution-da073416c7611f821410cd18bdc5751b43b64d91.zip
** Fix for bug #246313
2009-01-15 Milan Crha <mcrha@redhat.com> ** Fix for bug #246313 * gui/e-day-view.c: (e_day_view_check_if_new_event_fits): Removed. * gui/e-day-view.h: (struct _EDayView): * gui/e-day-view.c: (e_day_view_init), (e_day_view_size_allocate), (e_day_view_recalc_main_canvas_size), (e_day_view_recalc_cell_sizes), (e_day_view_update_scroll_regions), (e_day_view_check_layout): * gui/e-day-view-layout.h: (e_day_view_layout_day_events): * gui/e-day-view-layout.c: (e_day_view_layout_day_events), (e_day_view_layout_day_event), (e_day_view_expand_day_event): Added ability to show all event in one-day view, but show only up to 6 columns in a multi-day view. * gui/print.c: (print_day_details): Always print all events. svn path=/trunk/; revision=37077
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index da6ee9b473..c6a96aa490 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,19 @@
+2009-01-15 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #246313
+
+ * gui/e-day-view.c: (e_day_view_check_if_new_event_fits): Removed.
+ * gui/e-day-view.h: (struct _EDayView):
+ * gui/e-day-view.c: (e_day_view_init), (e_day_view_size_allocate),
+ (e_day_view_recalc_main_canvas_size), (e_day_view_recalc_cell_sizes),
+ (e_day_view_update_scroll_regions), (e_day_view_check_layout):
+ * gui/e-day-view-layout.h: (e_day_view_layout_day_events):
+ * gui/e-day-view-layout.c: (e_day_view_layout_day_events),
+ (e_day_view_layout_day_event), (e_day_view_expand_day_event):
+ Added ability to show all event in one-day view, but show only up
+ to 6 columns in a multi-day view.
+ * gui/print.c: (print_day_details): Always print all events.
+
2009-01-14 Milan Crha <mcrha@redhat.com>
** Fix for bug #554454