summaryrefslogtreecommitdiff
path: root/core/pim/datebook/datebook.cpp
AgeCommit message (Collapse)AuthorFilesLines
2004-02-07QPEApplication::showDialog() and QPEAPplication::execDialog() for better big ↵ar1-22/+5
screen handling
2003-12-07s/QPEToolBar/QToolBar:mickeyl1-3/+3
- remove usage of deprecated classses - makes it easier to migrate to OToolBar in the future
2003-12-07s/QPEMenuBar/QMenuBar:mickeyl1-2/+2
- remove usage of deprecated classses - makes it easier to migrate to OMenuBar in the future
2003-11-03resolved merge conflictwaspe1-9/+15
2003-08-01Merging changes from BRANCH_1_0 to HEAD..eilers1-10/+40
2003-05-05UI and code cleanup. Both UI and code is now more consistent. Also removed ↵umopapisdn1-150/+126
menus in favor of toolbuttons. (why were they even available as menus in the first place?)
2003-05-04New feature: It's now possible to configure a default location and default ↵umopapisdn1-35/+73
categories for new events. (Options available in configuration dialog.)
2003-04-13New feature: Added the possibility to add "quick entries" in dayview merely ↵umopapisdn1-0/+7
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-211/+169
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-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