From 4c965fa187f642cb3db4cd32d70a68cfa8c41022 Mon Sep 17 00:00:00 2001 From: harlekin Date: Thu, 21 Feb 2002 16:16:13 +0000 Subject: added scrollbars to dates and todo --- (limited to 'core/pim/today/today.cpp') diff --git a/core/pim/today/today.cpp b/core/pim/today/today.cpp index bed3a74..9e5c27e 100644 --- a/core/pim/today/today.cpp +++ b/core/pim/today/today.cpp @@ -150,7 +150,6 @@ void Today::startConfig() } - /* * Get all events that are in the datebook xml file for today */ @@ -176,11 +175,9 @@ void Today::getDates() if ( count <= MAX_LINES_MEET ) { - //only get events past current time (start or end??) //cout << time.toString() << endl; //cout << TimeString::dateString((*it).event().end()) << endl; - // still some bug in here, 1 h off - + // decide if to get all day or only later appointments if (!ONLY_LATER) { @@ -195,6 +192,7 @@ void Today::getDates() msg+= "
" + (*it).location(); } msg += "
" + // start time of event + TimeString::timeString(QTime((*it).event().start().time()) ) // end time of event -- cgit v0.9.0.2