summaryrefslogtreecommitdiff
path: root/core/pim/datebook/datebook.cpp
AgeCommit message (Collapse)AuthorFilesLines
2003-04-12Bugfix: Datebook shouldn't crash if we modify prefences when dayview isn't ↵umopapisdn1-92/+97
initialized. :)
2003-04-12Bugfix: (bug #0000833) Duplicating an event should also duplicate the category.umopapisdn1-79/+58
2003-03-24*** empty log message ***umopapisdn1-2/+2
2003-03-24New feature: In dayview it's now possible to duplicate an event (and ↵umopapisdn1-2/+65
immediatly change some parameters for the duplicate).
2003-03-24Bugfix: (bug #0000722) - Date-Popup in calendar-find dialog only appears ↵umopapisdn1-0/+1
shortly and then closes. This is due to the fact that the date-popup appears on top of the button just pressed, and when the mouseup event fires, it is on the date-popup, so this fix just moves the find dialog to the topleft corner, which makes sure that the date-popup doesn't appear underneath the clicking position.
2003-03-23Bugfix: (bug #0000735) New events added in WeekListView are no longer ↵umopapisdn1-1/+6
defaulting to 01-01-1970.
2002-12-22correct implementation for QCop "nextView()":sandman1-10/+15
- if we are not active, raise the window - if we are active, switch to the next view (this is needed for the new appskey framework)
2002-07-09Change some pics directory (Fix bug #107)leseb1-2/+2
2002-06-27Fix for bug 81. It's now like in todolistzecke1-0/+2
If neither description nor note is inserted it'll be discarded
2002-06-25Fixing QPE bugs isn't good for my health.... But I guesszecke1-2/+21
judging of the amount already fixed bugs that there isn't much to come
2002-06-23Patch by <tboc@gmx.de> to configure the sizezecke1-0/+14
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-17tboc <tboc@gmx.de> provided a cute patch to show a red time markzecke1-23/+25
in the current day view
2002-06-09Fixed a counter bug in alarm timer loop.sandman1-7/+7
2002-05-09qregexp.hdwmw21-0/+1
2002-03-31Moved getEvent(uid) into some hack DateBookDBHack::eventByUID(uid) in the ↵hakan1-2/+23
datbeook that might work as long as the QDate implementation are not chnaged.
2002-03-29Editing an event will no longer clears it's uidhakan1-6/+6
2002-03-26Added shortcut buttons to set the start timehakan1-0/+11
2002-03-09Fixed today-button to show default viewhakan1-38/+47
2002-03-09Added a WeekLst view showing an entire week and appointment descriptions and ↵hakan1-16/+106
made default view configurable
2002-02-15added a icon for the today view to the menubar and change it in the view ↵harlekin1-5/+8
menu to first place
2002-01-25Initial revisionkergoth1-0/+854