From 235b7ca66ce0e13c2464c53fc5acbf9a4b843c51 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Mon, 13 Apr 1998 22:21:17 +0000 Subject: Create new object and add it to the calendar. You can now select a range 1998-04-13 Federico Mena Quintero * gnome-cal.c (day_view_range_activated): Create new object and add it to the calendar. You can now select a range in the full-day view, hit Return, and a new event will be added at the selected range. I still have to figure out how to focus this new child. * gncal-full-day.c (paint_back): Rewrote function to avoid painting an area more than once -- eliminate flicker. (paint_back_rows): New function that calls paint_back() only for the area of the specified rows. (gncal_full_day_button_press): (gncal_full_day_button_release): (gncal_full_day_motion): Made these functions use paint_back_rows() instead of paint_back(), to eliminate flicker. Wheee! svn path=/trunk/; revision=129 --- calendar/gui/test.vcf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'calendar/gui/test.vcf') diff --git a/calendar/gui/test.vcf b/calendar/gui/test.vcf index c90cc189d0..a5d9ad9db6 100644 --- a/calendar/gui/test.vcf +++ b/calendar/gui/test.vcf @@ -8,8 +8,8 @@ DCREATED:19980402T023552 UID:KOrganizer - 1804289383 SEQUENCE:1 LAST-MODIFIED:19980330T225948 -DTSTART:19980412T003000 -DTEND:19980412T010000 +DTSTART:19980413T003000 +DTEND:19980413T010000 SUMMARY:asdfasdfasfasdfasdf STATUS:NEEDS ACTION CLASS:PUBLIC @@ -25,8 +25,8 @@ DCREATED:19980402T023558 UID:KOrganizer - 846930886 SEQUENCE:1 LAST-MODIFIED:19980402T023558 -DTSTART:19980412T140000 -DTEND:19980412T160000 +DTSTART:19980413T140000 +DTEND:19980413T160000 SUMMARY:asdfasfdasfasdfasfd STATUS:NEEDS ACTION CLASS:PUBLIC -- cgit