summaryrefslogtreecommitdiff
path: root/core/pim/datebook/datebookdayallday.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-03-18made plugins configureable, eg, if them will load or not (or switch on/offalwin1-1/+1
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-171. datebookweeklist - a week has SEVEN days, not SIX. I'm wondering whyalwin1-3/+9
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.
2005-03-16ho.alwin1-5/+42
in dayview a holiday will displayed (if plugin found) generated a straight forward dummy-holiday-plugin for testing the stuff.
2004-03-02run the optimize_connect scriptalwin1-1/+1
the whole cvs is tagged with "before_optimize_connect" if there are problems you can check the diff (but it had compiled and run here)
2004-03-01fix includeschicken1-10/+0
2004-02-16Take care of the lifetime of the EffectiveEvent/Occurencezecke1-5/+6
Make sure not to keep reference on non existing objects
2004-01-19Fix bug 0001248 by disabling the horizontal scrollbar.zecke1-3/+5
So we truncate by screen width
2003-11-30Limit the number of shown All Day Events to approxiametely threezecke1-9/+16
Patch by Rajko Albrecht
2003-08-01Merging changes from BRANCH_1_0 to HEAD..eilers1-0/+226