aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRadek Doulik <rodo@ximian.com>2004-01-18 07:34:46 +0800
committerRadek Doulik <rodo@src.gnome.org>2004-01-18 07:34:46 +0800
commitae353b456cb569f4beb3e16ae2cf059d9a001c23 (patch)
tree3f1a3bd4e80a3b6646bdb8ee255aa0b74de42a9b /calendar/ChangeLog
parent17b434b57f2020a9c7bf0e459a5377e1fdef8ee4 (diff)
downloadgsoc2013-evolution-ae353b456cb569f4beb3e16ae2cf059d9a001c23.tar
gsoc2013-evolution-ae353b456cb569f4beb3e16ae2cf059d9a001c23.tar.gz
gsoc2013-evolution-ae353b456cb569f4beb3e16ae2cf059d9a001c23.tar.bz2
gsoc2013-evolution-ae353b456cb569f4beb3e16ae2cf059d9a001c23.tar.lz
gsoc2013-evolution-ae353b456cb569f4beb3e16ae2cf059d9a001c23.tar.xz
gsoc2013-evolution-ae353b456cb569f4beb3e16ae2cf059d9a001c23.tar.zst
gsoc2013-evolution-ae353b456cb569f4beb3e16ae2cf059d9a001c23.zip
month and week view printing works again, day view is next to fix
2004-01-18 Radek Doulik <rodo@ximian.com> * gui/print.c (print_border_with_triangles): use rgb color as fillcolor (print_week_day_event): ditto * gui/e-cal-model.c (e_cal_model_get_rgb_color_for_component): new helper function, gets component color as rgb double values * gui/print.c (print_week_summary_cb): uncommented and updated for e_cal_model_generate_instances (print_week_summary): use e_cal_model_generate_instances (print_border_with_triangles): pass rgb fillcolor (print_border_rgb): new function to print border with rgb color background * gui/e-cal-model.c (e_cal_model_generate_instances): new function, similar to e_cal_generate_instances. see comments to understand how to use cb_data svn path=/trunk/; revision=24292
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index b5d2a10c17..9854ec619a 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,23 @@
+2004-01-18 Radek Doulik <rodo@ximian.com>
+
+ * gui/print.c (print_border_with_triangles): use rgb color as
+ fillcolor
+ (print_week_day_event): ditto
+
+ * gui/e-cal-model.c (e_cal_model_get_rgb_color_for_component): new
+ helper function, gets component color as rgb double values
+
+ * gui/print.c (print_week_summary_cb): uncommented and updated for
+ e_cal_model_generate_instances
+ (print_week_summary): use e_cal_model_generate_instances
+ (print_border_with_triangles): pass rgb fillcolor
+ (print_border_rgb): new function to print border with rgb color
+ background
+
+ * gui/e-cal-model.c (e_cal_model_generate_instances): new
+ function, similar to e_cal_generate_instances. see comments to
+ understand how to use cb_data
+
2004-01-17 JP Rosevear <jpr@ximian.com>
* gui/e-cal-view.c (on_print): we are required to pass in the end