Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2003-08-29 | Fixes for base64 decoding and encoding of vCard | zecke | 4 | -39/+32 |
2003-08-25 | add a qtopia method we need for the new launcher | zecke | 2 | -0/+11 |
2003-08-08 | Merged branches from BRANCH_1_0 | eilers | 3 | -0/+5 |
2003-05-14 | Guard against self assignemt as well | zecke | 1 | -0/+1 |
2003-05-13 | Allow AllDay Events to span multiple days... again Revert to 1.9 | zecke | 1 | -3/+3 |
2003-04-16 | Fix API docu | zecke | 4 | -10/+17 |
2003-03-27 | using releases from qtopia-free-1.6.0-snapshot-20030324 which fixes the | eilers | 4 | -214/+251 |
following bugs #776 and #490: Now, we could successfully parse vcards from palm 4 + 5 and quoted-printable encoded lines .. ! | ||||
2003-02-21 | make allday events all bit less fscked up... | zecke | 1 | -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-19 | time_t a long in our case may be < 0 | zecke | 1 | -2/+2 |
This unfscks birthdays which occur in 1944 and other prior to starting of unix time | ||||
2003-02-16 | stoned coding should be prohibited in Australia.. | zecke | 1 | -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-09 | Temorarely bug workaround ( #490 ) until trolltech publishing a bugfix ! | eilers | 1 | -0/+26 |
2002-11-09 | Remove stuff which should never be committed | eilers | 2 | -8/+8 |
2002-11-09 | added | eilers | 2 | -5/+14 |
2002-11-05 | you know the drill | kergoth | 1 | -1/+1 |
2002-11-02 | Actually use local time in vCal | zecke | 1 | -3/+3 |
2002-11-02 | Until Opie is compatible to RFC2445 we will beam | zecke | 1 | -0/+34 |
vCal Events in local time. So lousy handys (my Nokia6210) gets the dates 'right' | ||||
2002-10-22 | fixing incompatibility to orignal sharp rom | eilers | 2 | -1/+21 |
2002-10-15 | Actually most of them are -+ cause I opened them in xemacs.. | zecke | 3 | -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-24 | make thetime | zecke | 1 | -16/+17 |
not a pointer and memset it this makes valgrind shut up | ||||
2002-09-21 | Remove the start(void)const and end(void)const stuff | zecke | 1 | -15/+2 |
2002-09-21 | Make end inline again | zecke | 2 | -3/+6 |
2002-09-10 | Fix inline for Event::start | zecke | 2 | -6/+11 |
2002-09-10 | header fix | zecke | 1 | -1/+1 |
2002-09-10 | cvs is too stupid to remove and add without commit in between | zecke | 2 | -0/+651 |
2002-09-10 | Qtopia1-6 merge | zecke | 21 | -3870/+4871 |
still to test bic changes to be resolved more changes to be made? | ||||
2002-06-07 | Backing out unintentional merge from TT branch. | kergoth | 9 | -157/+182 |
2002-03-25 | - added missing default: break; in switch | simon | 1 | -0/+1 |
2002-03-11 | - fix gcc warning about lack of newline at EOF | simon | 1 | -1/+2 |
2002-01-28 | Committing in . | kergoth | 1 | -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-25 | Committing in . | kergoth | 1 | -1199/+1199 |
Modified Files: library/backend/vcc.y Log Message: had \rs in it. | ||||
2002-01-25 | Initial revision | kergoth | 22 | -0/+7557 |