From 11b30502cd6b5b8b9679c21e57fd11d49725d375 Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Sat, 29 Sep 2001 01:51:45 +0000 Subject: use bound_text to print the summary, so it wraps instead of being clipped 001-09-28 Damon Chaplin * gui/print.c (print_comp_item): use bound_text to print the summary, so it wraps instead of being clipped to 1 line. Fixes part 3 of bug #10285, I think. * gui/dialogs/alarm-page.glade: left-aligned the Date/Time label. Also set the width of the Summary & Date/Time labels to 10, and set expand to TRUE, to make sure that the dialog doesn't keep getting wider as the summary text on the main page gets longer. Could possibly use an EClippedLabel here instead, so we get a '...' at the end if it is clipped. * gui/dialogs/recurrence-page.glade: changed Summary & Date/Time widths as above. * gui/print.c (print_calendar): use landscape mode for the month preview. (print_border_with_triangles): use EPSILON to account for floating point errors. Hopefully fixes part 2b of bug #10285. svn path=/trunk/; revision=13246 --- calendar/ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 7011e0c103..f5ff4469cd 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,24 @@ +2001-09-28 Damon Chaplin + + * gui/print.c (print_comp_item): use bound_text to print the summary, + so it wraps instead of being clipped to 1 line. Fixes part 3 of bug + #10285, I think. + + * gui/dialogs/alarm-page.glade: left-aligned the Date/Time label. + Also set the width of the Summary & Date/Time labels to 10, and set + expand to TRUE, to make sure that the dialog doesn't keep getting + wider as the summary text on the main page gets longer. Could possibly + use an EClippedLabel here instead, so we get a '...' at the end if it + is clipped. + + * gui/dialogs/recurrence-page.glade: changed Summary & Date/Time + widths as above. + + * gui/print.c (print_calendar): use landscape mode for the month + preview. + (print_border_with_triangles): use EPSILON to account for floating + point errors. Hopefully fixes part 2b of bug #10285. + 2001-09-28 JP Rosevear * conduits/calendar/calendar-conduit.c (local_record_from_comp): -- cgit v1.2.3