summaryrefslogtreecommitdiff
path: root/core/pim/datebook
AgeCommit message (Collapse)AuthorFilesLines
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl1-9/+1
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl1-1/+9
2004-05-30fix some dependencieschicken1-1/+1
2004-04-04fix debugging stuff (see addressbook)mickeyl4-12/+12
2004-04-02Use ODebug (another 43 down...)drw7-23/+31
2004-03-31Removed all unnecessary dependencies to libopiedb2 and reimplementedeilers1-1/+1
the conditional compilation of the SQL implementation. Therefore, it is possible to remove all dependencies of libsqlite and libopiedb2 etc. just by disabling the SQL support in the configuration ! If disabled, the usual xml-immplementation is used. Thanks to mickeyl who already fixed the "backends.pro" ..
2004-03-28remove hardcoded build types "debug" and "release". these are set by the ↵mickeyl1-1/+1
build system
2004-03-28libopie1 => libopie2groucho1-1/+1
2004-03-15Fixed LIBOPIE2 config dependsbrad1-1/+1
2004-03-14Add namespace_hack.h to the .pro filezecke1-1/+2
2004-03-14Take that designer...zecke6-9/+31
2004-03-14Opie DP changeszecke6-6/+8
2004-03-02run the optimize_connect scriptalwin10-60/+58
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 includeschicken10-53/+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-16Take care of the lifetime of the EffectiveEvent/Occurencezecke4-14/+13
Make sure not to keep reference on non existing objects
2004-02-14Clean-up of .cvsignore filesdrw1-0/+2
2004-02-14Make info in *.control files a little more consistent (mostly modified ↵drw1-1/+1
Maintainer, Files and Section fields)
2004-02-07QPEApplication::showDialog() and QPEAPplication::execDialog() for better big ↵ar2-30/+7
screen handling
2004-01-19Fix bug 0001248 by disabling the horizontal scrollbar.zecke1-3/+5
So we truncate by screen width
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-12-04use opie-lupdate instead lupdatear1-21/+0
2003-11-30Limit the number of shown All Day Events to approxiametely threezecke2-10/+19
Patch by Rajko Albrecht
2003-11-30resolved bug 0001230waspe1-25/+59
2003-11-11Updating apps to use quickexec. Ipks are now generated properly.treke3-19/+5
2003-11-04remove merge conflictwaspe1-14/+14
2003-11-03remove merge conflictwaspe1-1/+13
2003-11-03resolved merge conflictwaspe4-34/+45
2003-09-20merge control files with BRANCHmickeyl1-2/+2
2003-08-30 do not rely on scrollbars beeing rightzecke1-3/+4
2003-08-01Merging changes from BRANCH_1_0 to HEAD..eilers13-81/+564
2003-06-05sanitizedschurig1-1/+1
2003-05-20Apply davipt's patch for datebook's week view (needed for proper translation ↵drw1-28/+28
of day abbreviations for Tuesday and Thursday). If looks good, should apply to 0.99
2003-05-13Just a removal of a debug message.umopapisdn1-1/+0
2003-05-13Bugfix: (Bug #0000862) The red time marker should only be visible if we are ↵umopapisdn1-3/+5
showing today's date.
2003-05-13Bugfix: (Bug #0000902) Adding events in weekview shouldn't create them as ↵umopapisdn6-104/+66
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 ↵umopapisdn9-602/+453
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 ↵umopapisdn5-71/+250
categories for new events. (Options available in configuration dialog.)
2003-04-22Add Package: field to control files. This will facilitate ditching mkipks ↵kergoth1-0/+1
in favor of something with some sanity.
2003-04-22Dependency fixes. s/opie-base/task-opie-minimal/; ↵kergoth1-1/+1
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/;
2003-04-20adding dutch to the .pro-filescniehaus1-0/+1
2003-04-14Sometimes I feel like a parrot... but you asked for it :-Dmickeyl1-1/+1
* Default arguments in the declaration: good * Default arguments in the definition: bad
2003-04-13Bugfix: (Bug #0000716) The timepicker now works in am/pm mode also, I also ↵umopapisdn5-167/+14
changed datebook to use the otimepicker class in libopie.
2003-04-13New Feature: Quick entries now honors the duration selected.umopapisdn1-5/+14
2003-04-13New feature: Added the possibility to add "quick entries" in dayview merely ↵umopapisdn4-429/+469
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:umopapisdn5-594/+741
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 #0000811) Events are now always atleast 12 pixels high in dayview.umopapisdn1-44/+44