summaryrefslogtreecommitdiff
path: root/core/pim/datebook/datebook.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-04-06Use OResource for loading images, correct display of alarm and reoccurance ↵drw1-31/+47
icons for event and fix headers
2005-03-20maed a straight copy of the origin datebookmonthview class so we can displayalwin1-2/+3
the holidays inside. needs a little bit finishing I think but it works.
2005-03-19so....alwin1-2/+3
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-18work on plugins finished.alwin1-0/+1
these plugins now may have a config-widget (sorry guys - I had to change the plugininterface and so the UUID again.) the plugin for nationalholidays now has such a widget, the datebook will insert configwidgets into its settingsdialog. corrected the .pro file of opiepim2/ui so it contains the header/cpp files for that pluginsystem.
2005-03-18made plugins configureable, eg, if them will load or not (or switch on/offalwin1-33/+17
at runtime) events generated from plugins will not editable and so on (check for a wrong Uid) so them are just text inside datebook.
2005-03-17switched to common opie2-pluginloader.alwin1-0/+33
2005-03-171. datebookweeklist - a week has SEVEN days, not SIX. I'm wondering whyalwin1-1/+44
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-591/+667
in dayview a holiday will displayed (if plugin found) generated a straight forward dummy-holiday-plugin for testing the stuff.
2005-03-07Use popup menu for edit, duplicate, delete and beam in week list view - ↵drw1-0/+3
patch courtesy of Thomas Schnetzer
2004-04-04fix debugging stuff (see addressbook)mickeyl1-3/+3
2004-04-02Use ODebug (another 43 down...)drw1-4/+6
2004-03-02run the optimize_connect scriptalwin1-19/+17
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-03-01fix includeschicken1-15/+0
2004-02-18Add Documentation on how we search and why we do stuffzecke1-0/+12
2004-02-18be more clever when it comes to searching eventszecke1-21/+14
Fix bug 1193
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