summaryrefslogtreecommitdiff
path: root/core/pim/datebook/datebookweeklst.h
AgeCommit message (Collapse)AuthorFilesLines
2005-03-19so....alwin1-178/+0
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-171. datebookweeklist - a week has SEVEN days, not SIX. I'm wondering whyalwin1-46/+47
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-07Use popup menu for edit, duplicate, delete and beam in week list view - ↵drw1-7/+28
patch courtesy of Thomas Schnetzer
2004-03-14Opie DP changeszecke1-2/+2
2003-11-03resolved merge conflictwaspe1-0/+1
2003-05-13Bugfix: (Bug #0000902) Adding events in weekview shouldn't create them as ↵umopapisdn1-5/+6
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-19/+22
menus in favor of toolbuttons. (why were they even available as menus in the first place?)
2003-04-12New feature:umopapisdn1-11/+11
Added a configurable option to make the weeklist view display either no times at all, only start times, or both start and end time. Also moved the configuration of default view from the menu into the preference dialog.
2003-03-24Bugfix: Duplicating events introduced a bug making it impossible to add ↵umopapisdn1-4/+4
events Week List view. This fixes it.
2002-05-07Moved ClickableLabel to libopie/OClickableLabelhakan1-2/+2
2002-03-09WeekLst extended to view two weeks at a time (opitonal)hakan1-12/+32
2002-03-09Fixed today-button to show default viewhakan1-2/+2
2002-03-09Added a WeekLst view showing an entire week and appointment descriptions and ↵hakan1-0/+131
made default view configurable