summaryrefslogtreecommitdiff
path: root/core/pim/datebook/datebooktypes.h
AgeCommit message (Collapse)AuthorFilesLines
2005-04-06Use OResource for loading images, correct display of alarm and reoccurance ↵drw1-0/+30
icons for event and fix headers
2005-03-19so....alwin1-0/+3
I looked for a problem. could not found due the kind of code structure. so I had reorganized the code into a more sensefull structure so every one should be able to find some code sequences when searching for a bug. yes - now I found the problem and can thinking about resolving it.
2005-03-18made plugins configureable, eg, if them will load or not (or switch on/offalwin1-0/+7
at runtime) events generated from plugins will not editable and so on (check for a wrong Uid) so them are just text inside datebook.
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.