summaryrefslogtreecommitdiff
path: root/core/pim/datebook/datebookweek.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-04-06Use OResource for loading images, correct display of alarm and reoccurance ↵drw1-19/+30
icons for event and fix headers
2005-03-171. datebookweeklist - a week has SEVEN days, not SIX. I'm wondering whyalwin1-244/+245
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.
2004-03-02run the optimize_connect scriptalwin1-2/+2
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-02-16Take care of the lifetime of the EffectiveEvent/Occurencezecke1-4/+0
Make sure not to keep reference on non existing objects
2003-11-03remove merge conflictwaspe1-1/+13
2003-08-30 do not rely on scrollbars beeing rightzecke1-3/+4
2003-08-01Merging changes from BRANCH_1_0 to HEAD..eilers1-38/+27
2003-05-20Apply davipt's patch for datebook's week view (needed for proper translation ↵drw1-28/+28
of day abbreviations for Tuesday and Thursday). If looks good, should apply to 0.99
2003-05-13Just a removal of a debug message.umopapisdn1-1/+0
2003-05-13Bugfix: (Bug #0000902) Adding events in weekview shouldn't create them as ↵umopapisdn1-24/+23
events on the first day of the week but rather the last visited day.
2003-05-05UI and code cleanup. Both UI and code is now more consistent. Also removed ↵umopapisdn1-103/+76
menus in favor of toolbuttons. (why were they even available as menus in the first place?)
2003-03-28Minimum size in weekview should be dependant on the height of the window.umopapisdn1-11/+9
2003-03-28Bugfix: (Bug #000782) Display events with no duration, unless it's an ↵umopapisdn1-1/+1
"effective event" ending at 00:00 starting at a previous day. (i.e ending at midnight)
2003-03-23Bugfix: (bug #0000211) Events ending at midnight shouldn't be displayed at ↵umopapisdn1-8/+10
the following day. Fix for weekview.
2003-03-22Bugfix:umopapisdn1-20/+15
Certain events were not correctly displayed, namely those with "starting minutes" larger than "ending minutes" (for example an event starting at 07.30 and ending at 18.00) was displayed as ending at 18.30. Also added more informative text for events in the weekview. Events starting and ending on the same day is mentioned with start and end time. Events that span across multiple days is also mentioned with start and end dates.
2003-02-11fix for bugreport #664, show also location in popups in datebooks weekviewharlekin1-2/+10
2002-06-25All day events are not from 00:00 to 23:59 they're all day now.zecke1-18/+34
2002-04-30- no default args in method implssimon1-1/+1
- resolved parameter shadowing problem
2002-01-25Initial revisionkergoth1-0/+687