summaryrefslogtreecommitdiff
path: root/core/pim/datebook
AgeCommit message (Collapse)AuthorFilesLines
2003-03-23Bugfix: (bug #0000735) New events added in WeekListView are no longer ↵umopapisdn1-1/+6
defaulting to 01-01-1970.
2003-03-23Bugfix: (bug #0000211) Events ending at mat the following day. Fix for ↵umopapisdn1-20/+22
weeklistview.
2003-03-23Bugfix: (bug #0000211) Events ending at mat the following day. Fix for dayview.umopapisdn1-15/+17
2003-03-23Bugfix: (bug #0000211) Events ending at midnight shouldn't be displayed at ↵umopapisdn1-8/+10
the following day. Fix for weekview.
2003-03-22Bugfix:umopapisdn1-20/+15
Certain events were not correctly displayed, namely those with "starting minutes" larger than "ending minutes" (for example an event starting at 07.30 and ending at 18.00) was displayed as ending at 18.30. Also added more informative text for events in the weekview. Events starting and ending on the same day is mentioned with start and end time. Events that span across multiple days is also mentioned with start and end dates.
2003-03-22More informative dayview text:umopapisdn1-14/+9
An event that begins and ends on the same day is only mentioned by start and end time. An event that spans across multiple days, is also mentioned with start and end date.
2003-03-08use icons from inline instead of inlining some icons in the ui fileharlekin2-12/+7
2003-02-14save some space in dayview, for further answers read bug #665harlekin1-5/+8
2003-02-11fix for bugreport #664, show also location in popups in datebooks weekviewharlekin1-2/+10
2003-01-27Changes to make the weeklstview show translated day headersgroucho1-2/+2
Addressbookplugin was not translated, however this beast still does not show the translated strings
2003-01-26Remove depends on a specific version.. it should be depending on >= or <= ↵kergoth1-1/+1
depending on what API the app in question is depending on.. given we're still in a development stage, this is unnecessary. Going forward better explicit depends will be necessary on every API change which introduces a new dependency.
2003-01-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth1-1/+1
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-23package naming change.. alter library packages to use debian naming ↵kergoth1-1/+1
convention. also moved bits that didnt belong in lib pakcages elsewhere.
2003-01-16i18n for new buildsystem :)kergoth1-0/+4
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-12-14addLanguage rulescniehaus1-0/+1
2002-12-11applied a patch from "Tais M. Hansen" <tais.hansen@osd.dk> to add danishsandman1-1/+2
language support
2002-11-22This is the way tr() should be used. Now even RTL-languages and suchcniehaus1-1/+1
are supported @@ -53,7 +53,7 @@ void DateBookWeekLstHeader::setDate(cons int year,week; calcWeek(d,week,year,onMonday); - labelWeek->setText("W: " + QString::number(week)); + labelWeek->setText(tr( "W: %1" ).arg( ( QString::number(week)) ) ); QDate start=date; QDate stop=start.addDays(6);
2002-11-06Add X11..kergoth1-1/+1
2002-11-05you know the drillkergoth1-8/+8
2002-11-05Adding initial config.in fileskergoth1-0/+4
2002-10-31Added Conflicts with qpe-tkcaddressbook and qpe-tkccalendar, because tkc ↵kergoth1-0/+1
unfortunately tries to replace the existing versions, including desktop icons, rather than creating their own.
2002-08-27some fixes for italien + updates of opie-i18n-de + one bugfix for Solitare ↵cniehaus1-0/+1
i18n-wise
2002-08-27now in pim tabharlekin1-1/+1
2002-07-09Check for Ir supportleseb1-1/+2
2002-07-09Change some pics directory (Fix bug #107)leseb2-3/+3
2002-06-28Fix bug #15zecke1-1/+2
2002-06-27Fix for bug 81. It's now like in todolistzecke2-5/+8
If neither description nor note is inserted it'll be discarded
2002-06-26Major pro file overhaul from davipt. Commited by me, since it touchessandman1-19/+14
many core files ... please report bugs on this to davipt
2002-06-25All day events are not from 00:00 to 23:59 they're all day now.zecke5-49/+107
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-23stupid me IIzecke2-4/+2
2002-06-23stupid mezecke1-0/+1
2002-06-23Patch by <tboc@gmx.de> to configure the sizezecke9-146/+406
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 markzecke3-50/+288
in the current day view
2002-06-16This add .pt and .es to all .procniehaus1-0/+1
2002-06-16This adds some more files.cniehaus1-0/+1
Time for a coffee
2002-06-09Fixed a counter bug in alarm timer loop.sandman2-7/+9
2002-06-07Backing out unintentional merge from TT branch.kergoth2-255/+0
2002-06-06Initial revisionkergoth2-0/+255
2002-05-12Added a ONoteEdit class which is a QMultiLineEdit subclass copying ↵hakan6-7/+67
indentation from line to line
2002-05-09qregexp.hdwmw21-0/+1
2002-05-07Added separate note editor dialog (currently only a QMultiLineEdit)hakan8-8/+148
2002-05-07Moved ClickableLabel to libopie/OClickableLabelhakan10-144/+27
2002-05-06In the date entry dialog:hakan2-17/+61
- Show end time (not only chnage label) when end textbox is selected. - Update timepicker when endtime is edited. - Update time textboxes when they looses focus. - Got rid of vertical empty borders. - "All day" dissables timepicker aswell. - Picking bad end time will set and show end time to starttime
2002-04-30- no default args in method implssimon5-16/+16
- resolved parameter shadowing problem
2002-04-15-fix handling of the kewl timepickerzecke2-3/+28
click in a lineedit and the focus will change ARDO FEEL FREE TO REVERT IT WANTED TO GET THIS INTO THE FEED
2002-04-15Removed Form2 stringhakan3-12/+0
2002-04-14Removed Form2 stringhakan1-4/+0
2002-04-13this add .pl for i18ncniehaus1-0/+1
-------------------------------------------------------------------