summaryrefslogtreecommitdiffabout
path: root/libkcal/phoneformat.cpp
authorzautrix <zautrix>2004-08-08 20:55:19 (UTC)
committer zautrix <zautrix>2004-08-08 20:55:19 (UTC)
commitb51c65d86224ee7d77e672fcfba5ea92d55eed0e (patch) (side-by-side diff)
tree1137e001be49f130477b3b53acfab4f2150ccf86 /libkcal/phoneformat.cpp
parent3a769cd15cfdb8e19e5fec2088c59aadeed4800a (diff)
downloadkdepimpi-b51c65d86224ee7d77e672fcfba5ea92d55eed0e.zip
kdepimpi-b51c65d86224ee7d77e672fcfba5ea92d55eed0e.tar.gz
kdepimpi-b51c65d86224ee7d77e672fcfba5ea92d55eed0e.tar.bz2
cleanup
Diffstat (limited to 'libkcal/phoneformat.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--libkcal/phoneformat.cpp24
1 files changed, 4 insertions, 20 deletions
diff --git a/libkcal/phoneformat.cpp b/libkcal/phoneformat.cpp
index 1a9ccbc..7e1c9cd 100644
--- a/libkcal/phoneformat.cpp
+++ b/libkcal/phoneformat.cpp
@@ -48,16 +48,2 @@ using namespace KCal;
-//CARDID,CATEGORY,DSRP,PLCE,MEM1,TIM1,TIM2,ADAY,ARON,ARMN,ARSD,RTYP,RFRQ,RPOS,RDYS,REND,REDT,ALSD,ALED,MDAY
-// 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
-
-//ARSD silentalarm = 0
-// 11 RTYP 225 no /0 dialy/ 1 weekly/ 3 month by date/ 2 month by day(pos)/ yearly
-// 12 RFRQ
-// 13 RPOS pos = 4. monday in month
-// 14 RDYS days: 1 mon/ 2 tue .. 64 sun
-// 15 REND 0 = no end/ 1 = end
-// 16 REDT rec end dt
-//ALSD
-//ALED
-//MDAY
-
class PhoneParser : public QObject
@@ -175,3 +161,2 @@ public:
QString alarmString = "";
- // strange 0 semms to mean: alarm enabled
if ( alarm ) {
@@ -665,3 +650,2 @@ bool PhoneFormat::load( Calendar *calendar, Calendar *existingCal ,QString profi
GSM_Config *cfg = &s.Config[0];
- di.coding = "utf8";
if ( ! connection.isEmpty() ) {
@@ -686,6 +670,5 @@ bool PhoneFormat::load( Calendar *calendar, Calendar *existingCal ,QString profi
int error=GSM_InitConnection(&s,3);
- qDebug(" init %d %d", error, ERR_NONE);
+ qDebug("GSM Init %d (no error is %d)", error, ERR_NONE);
if ( error != ERR_NONE )
return false;
- // fromString2Cal( calendar, existngCal, &s, "Event" );
GSM_Phone_Functions *Phone;
@@ -697,3 +680,4 @@ bool PhoneFormat::load( Calendar *calendar, Calendar *existingCal ,QString profi
int ccc = 0;
- while (!gshutdown && ccc++ < 3) {
+ qDebug("Debug: only 10 calender items are downloaded ");
+ while (!gshutdown && ccc++ < 10) {
@@ -713,3 +697,3 @@ bool PhoneFormat::load( Calendar *calendar, Calendar *existingCal ,QString profi
start = false;
- qDebug("readTodo %d ", ++ccc);
+ qDebug("ReadTodo %d ", ++ccc);
handler.readTodo( existingCal, &ToDo, &s);