author | zautrix <zautrix> | 2004-08-08 20:55:19 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2004-08-08 20:55:19 (UTC) |
commit | b51c65d86224ee7d77e672fcfba5ea92d55eed0e (patch) (unidiff) | |
tree | 1137e001be49f130477b3b53acfab4f2150ccf86 | |
parent | 3a769cd15cfdb8e19e5fec2088c59aadeed4800a (diff) | |
download | kdepimpi-b51c65d86224ee7d77e672fcfba5ea92d55eed0e.zip kdepimpi-b51c65d86224ee7d77e672fcfba5ea92d55eed0e.tar.gz kdepimpi-b51c65d86224ee7d77e672fcfba5ea92d55eed0e.tar.bz2 |
cleanup
-rw-r--r-- | libkcal/phoneformat.cpp | 24 |
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; | |||
48 | 48 | ||
49 | //CARDID,CATEGORY,DSRP,PLCE,MEM1,TIM1,TIM2,ADAY,ARON,ARMN,ARSD,RTYP,RFRQ,RPOS,RDYS,REND,REDT,ALSD,ALED,MDAY | ||
50 | // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | ||
51 | |||
52 | //ARSD silentalarm = 0 | ||
53 | // 11 RTYP 225 no /0 dialy/ 1 weekly/ 3 month by date/ 2 month by day(pos)/ yearly | ||
54 | // 12 RFRQ | ||
55 | // 13 RPOS pos = 4. monday in month | ||
56 | // 14 RDYS days: 1 mon/ 2 tue .. 64 sun | ||
57 | // 15 REND 0 = no end/ 1 = end | ||
58 | // 16 REDT rec end dt | ||
59 | //ALSD | ||
60 | //ALED | ||
61 | //MDAY | ||
62 | |||
63 | class PhoneParser : public QObject | 49 | class PhoneParser : public QObject |
@@ -175,3 +161,2 @@ public: | |||
175 | QString alarmString = ""; | 161 | QString alarmString = ""; |
176 | // strange 0 semms to mean: alarm enabled | ||
177 | if ( alarm ) { | 162 | if ( alarm ) { |
@@ -665,3 +650,2 @@ bool PhoneFormat::load( Calendar *calendar, Calendar *existingCal ,QString profi | |||
665 | GSM_Config *cfg = &s.Config[0]; | 650 | GSM_Config *cfg = &s.Config[0]; |
666 | di.coding = "utf8"; | ||
667 | if ( ! connection.isEmpty() ) { | 651 | if ( ! connection.isEmpty() ) { |
@@ -686,6 +670,5 @@ bool PhoneFormat::load( Calendar *calendar, Calendar *existingCal ,QString profi | |||
686 | int error=GSM_InitConnection(&s,3); | 670 | int error=GSM_InitConnection(&s,3); |
687 | qDebug(" init %d %d", error, ERR_NONE); | 671 | qDebug("GSM Init %d (no error is %d)", error, ERR_NONE); |
688 | if ( error != ERR_NONE ) | 672 | if ( error != ERR_NONE ) |
689 | return false; | 673 | return false; |
690 | // fromString2Cal( calendar, existngCal, &s, "Event" ); | ||
691 | GSM_Phone_Functions*Phone; | 674 | GSM_Phone_Functions*Phone; |
@@ -697,3 +680,4 @@ bool PhoneFormat::load( Calendar *calendar, Calendar *existingCal ,QString profi | |||
697 | int ccc = 0; | 680 | int ccc = 0; |
698 | while (!gshutdown && ccc++ < 3) { | 681 | qDebug("Debug: only 10 calender items are downloaded "); |
682 | while (!gshutdown && ccc++ < 10) { | ||
699 | 683 | ||
@@ -713,3 +697,3 @@ bool PhoneFormat::load( Calendar *calendar, Calendar *existingCal ,QString profi | |||
713 | start = false; | 697 | start = false; |
714 | qDebug("readTodo %d ", ++ccc); | 698 | qDebug("ReadTodo %d ", ++ccc); |
715 | handler.readTodo( existingCal, &ToDo, &s); | 699 | handler.readTodo( existingCal, &ToDo, &s); |