summaryrefslogtreecommitdiff
path: root/core/pim/datebook/datebooktypes.h
AgeCommit message (Collapse)AuthorFilesLines
2005-03-17switched to common opie2-pluginloader.alwin1-2/+6
2005-03-171. datebookweeklist - a week has SEVEN days, not SIX. I'm wondering whyalwin1-0/+59
events on sunday never showed there ;) 2. extra file datebooktypes contains some special classes used by datebook so other classes must not include the big mainheader file. 3. added support for holiday-plugins to week-views. Month view is a little bit more tricky 'cause TT has never heard about virtual methods and so I have the choice between complete copy the monthview and make the modifications or changing the interface of datebookdb-class to virtual. both isn't nice.