summaryrefslogtreecommitdiff
path: root/library/backend/event.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-10-17G++ 4.0 compiler fixeszecke1-1/+1
-Remove anonymous structures and name them -Include 'card.h' to cardpile to make 'Card' known to QList so deleteItem will work -cast 'enum' to char in event.cpp and opimevent.cpp
2003-05-13Allow AllDay Events to span multiple days... again Revert to 1.9zecke1-3/+3
2003-04-16Fix API docuzecke1-2/+2
2003-02-21make allday events all bit less fscked up...zecke1-6/+3
Basicly an AllDay Event should be pinned to a day but Qtopia suffers from a problem when changing timezones an AllDay event can span two days... This patch make it at least not span two days..
2003-02-19time_t a long in our case may be < 0zecke1-2/+2
This unfscks birthdays which occur in 1944 and other prior to starting of unix time
2003-02-16stoned coding should be prohibited in Australia..zecke1-2/+2
The comment nicely says year month day Z hour minute secons and it was year month year so what is wrong ;)
2002-11-02Actually use local time in vCalzecke1-3/+3
2002-11-02Until Opie is compatible to RFC2445 we will beamzecke1-0/+34
vCal Events in local time. So lousy handys (my Nokia6210) gets the dates 'right'
2002-09-21Make end inline againzecke1-1/+4
2002-09-10Fix inline for Event::startzecke1-2/+7
2002-09-10Qtopia1-6 mergezecke1-27/+512
still to test bic changes to be resolved more changes to be made?
2002-01-25Initial revisionkergoth1-0/+830