summaryrefslogtreecommitdiff
path: root/core/pim/datebook/datebook.h
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-20maed a straight copy of the origin datebookmonthview class so we can displayalwin1-2/+2
the holidays inside. needs a little bit finishing I think but it works.
2005-03-19so....alwin1-3/+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-34/+3
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-29/+58
in dayview a holiday will displayed (if plugin found) generated a straight forward dummy-holiday-plugin for testing the stuff.
2003-11-11Updating apps to use quickexec. Ipks are now generated properly.treke1-0/+1
2003-05-04New feature: It's now possible to configure a default location and default ↵umopapisdn1-15/+17
categories for new events. (Options available in configuration dialog.)
2003-04-13New feature: Added the possibility to add "quick entries" in dayview merely ↵umopapisdn1-1/+2
by clicking on the calendar, which overlays a qlineedit. Right now it adds 1 hour events, this will soon be adressed.
2003-04-12New feature:umopapisdn1-2/+6
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-24New feature: In dayview it's now possible to duplicate an event (and ↵umopapisdn1-1/+2
immediatly change some parameters for the duplicate).
2002-06-23Patch by <tboc@gmx.de> to configure the sizezecke1-0/+2
of the row of the dayview Adds an option to jump to the current time in the dayview and some small fixes ( zecke )
2002-06-09Fixed a counter bug in alarm timer loop.sandman1-0/+2
2002-03-31Moved getEvent(uid) into some hack DateBookDBHack::eventByUID(uid) in the ↵hakan1-1/+6
datbeook that might work as long as the QDate implementation are not chnaged.
2002-03-09Fixed today-button to show default viewhakan1-0/+4
2002-03-09Added a WeekLst view showing an entire week and appointment descriptions and ↵hakan1-1/+7
made default view configurable
2002-01-25Initial revisionkergoth1-0/+111