summaryrefslogtreecommitdiff
path: root/library/backend
AgeCommit message (Collapse)AuthorFilesLines
2004-02-19Add note for the inline dtor and future Opie versionszecke1-0/+3
in regard to BC
2003-11-04resolved merge conflictwaspe2-2293/+2298
2003-08-29Fixes for base64 decoding and encoding of vCardzecke4-39/+32
2003-08-25add a qtopia method we need for the new launcherzecke2-0/+11
2003-08-08Merged branches from BRANCH_1_0eilers3-0/+5
2003-05-14Guard against self assignemt as wellzecke1-0/+1
2003-05-13Allow AllDay Events to span multiple days... again Revert to 1.9zecke1-3/+3
2003-04-16Fix API docuzecke4-10/+17
2003-03-27using releases from qtopia-free-1.6.0-snapshot-20030324 which fixes theeilers4-214/+251
following bugs #776 and #490: Now, we could successfully parse vcards from palm 4 + 5 and quoted-printable encoded lines .. !
2003-02-21make allday events all bit less fscked up...zecke1-6/+3
Basicly an AllDay Event should be pinned to a day but Qtopia suffers from a problem when changing timezones an AllDay event can span two days... This patch make it at least not span two days..
2003-02-19time_t a long in our case may be < 0zecke1-2/+2
This unfscks birthdays which occur in 1944 and other prior to starting of unix time
2003-02-16stoned coding should be prohibited in Australia..zecke1-2/+2
The comment nicely says year month day Z hour minute secons and it was year month year so what is wrong ;)
2002-12-09Temorarely bug workaround ( #490 ) until trolltech publishing a bugfix !eilers1-0/+26
2002-11-09Remove stuff which should never be committedeilers2-8/+8
2002-11-09addedeilers2-5/+14
2002-11-05you know the drillkergoth1-1/+1
2002-11-02Actually use local time in vCalzecke1-3/+3
2002-11-02Until Opie is compatible to RFC2445 we will beamzecke1-0/+34
vCal Events in local time. So lousy handys (my Nokia6210) gets the dates 'right'
2002-10-22fixing incompatibility to orignal sharp romeilers2-1/+21
2002-10-15Actually most of them are -+ cause I opened them in xemacs..zecke3-60/+60
The main goal is to replace some header names to let them be overwritten by external once so "qpeapplication.h" is now <qpe/qpeapplication.h> I'll check if it's building on non Qt2/X11 systems...
2002-09-24make thetimezecke1-16/+17
not a pointer and memset it this makes valgrind shut up
2002-09-21Remove the start(void)const and end(void)const stuffzecke1-15/+2
2002-09-21Make end inline againzecke2-3/+6
2002-09-10Fix inline for Event::startzecke2-6/+11
2002-09-10header fixzecke1-1/+1
2002-09-10cvs is too stupid to remove and add without commit in betweenzecke2-0/+651
2002-09-10Qtopia1-6 mergezecke21-3870/+4871
still to test bic changes to be resolved more changes to be made?
2002-06-07Backing out unintentional merge from TT branch.kergoth9-157/+182
2002-03-25- added missing default: break; in switchsimon1-0/+1
2002-03-11- fix gcc warning about lack of newline at EOFsimon1-1/+2
2002-01-28Committing in .kergoth1-0/+1545
Added Files: library/backend/vcc_yacc.cpp Log Message: swiped the vcc.cpp from prior to warwick's most recent changes, as their are bugs in vcc.y that prevent building a functional one. until TT fixes those, we'll use this.
2002-01-25Committing in .kergoth1-1199/+1199
Modified Files: library/backend/vcc.y Log Message: had \rs in it.
2002-01-25Initial revisionkergoth22-0/+7557