summaryrefslogtreecommitdiff
path: root/library/backend
AgeCommit message (Collapse)AuthorFilesLines
2006-07-09initial commit to add video4linux camera app from qtopia 2, needs more workllornkcor1-0/+1
2005-02-24.png will be appened and this way we force Resource to parse allzecke1-2/+2
AppLnks Stop that and improve speed and memory consumption
2004-11-19Don't just allow "TYPE=<value>".. This makes the vcard import filter moreeilers1-2/+4
robust against unexpected typos..
2004-10-17G++ 4.0 compiler fixeszecke1-1/+1
-Remove anonymous structures and name them -Include 'card.h' to cardpile to make 'Card' known to QList so deleteItem will work -cast 'enum' to char in event.cpp and opimevent.cpp
2004-09-15changed CDLF into CRschurig2-2349/+2349
2004-09-14Be able to properly import vCard from Cell Phoneszecke3-2440/+2472
2004-09-10Fix warnings of '//' inside the commentzecke1-6/+6
2004-08-25Do not make the files depend on external defines. This confuseszecke2-4/+0
the 'moc' as it doesn't have a preprocessor in Qt2 and Qt3
2004-08-25LGPL-ing fileswimpie2-0/+38
2004-08-25Final changes for RoH Feedbackwimpie2-14/+17
- changed *.pro file to compile in backend - some more fixes to rohfeedback and qpeapplication
2004-08-24Add RightOn Hold Visual Feedback and integrate itzecke2-0/+187
into QPEApplication Icons and Config Option will be comitted by WIMPIE
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