-rw-r--r-- | korganizer/calendarview.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/calendarview.cpp b/korganizer/calendarview.cpp index 7fae4a9..bc8625d 100644 --- a/korganizer/calendarview.cpp +++ b/korganizer/calendarview.cpp | |||
@@ -770,770 +770,770 @@ int CalendarView::takeEvent( Incidence* local, Incidence* remote, int mode , b | |||
770 | if ( full ) { | 770 | if ( full ) { |
771 | bool equ = false; | 771 | bool equ = false; |
772 | if ( local->type() == "Event" ) { | 772 | if ( local->type() == "Event" ) { |
773 | equ = (*((Event*) local) == *((Event*) remote)); | 773 | equ = (*((Event*) local) == *((Event*) remote)); |
774 | } | 774 | } |
775 | else if ( local->type() =="Todo" ) | 775 | else if ( local->type() =="Todo" ) |
776 | equ = (*((Todo*) local) == (*(Todo*) remote)); | 776 | equ = (*((Todo*) local) == (*(Todo*) remote)); |
777 | else if ( local->type() =="Journal" ) | 777 | else if ( local->type() =="Journal" ) |
778 | equ = (*((Journal*) local) == *((Journal*) remote)); | 778 | equ = (*((Journal*) local) == *((Journal*) remote)); |
779 | if ( equ ) { | 779 | if ( equ ) { |
780 | //qDebug("equal "); | 780 | //qDebug("equal "); |
781 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { | 781 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { |
782 | local->setCsum( mCurrentSyncDevice, remote->getCsum(mCurrentSyncDevice) ); | 782 | local->setCsum( mCurrentSyncDevice, remote->getCsum(mCurrentSyncDevice) ); |
783 | } | 783 | } |
784 | if ( mode < SYNC_PREF_FORCE_LOCAL ) | 784 | if ( mode < SYNC_PREF_FORCE_LOCAL ) |
785 | return 0; | 785 | return 0; |
786 | 786 | ||
787 | }//else //debug only | 787 | }//else //debug only |
788 | //qDebug("not equal %s %s ", local->summary().latin1(), remote->summary().latin1()); | 788 | //qDebug("not equal %s %s ", local->summary().latin1(), remote->summary().latin1()); |
789 | } | 789 | } |
790 | int result; | 790 | int result; |
791 | bool localIsNew; | 791 | bool localIsNew; |
792 | //qDebug("%s -- %s mLastCalendarSync %s lastsync %s --- local %s remote %s ",local->summary().latin1(), remote->summary().latin1(),mLastCalendarSync.toString().latin1() ,lastSync.toString().latin1() , localMod.toString().latin1() , remoteMod.toString().latin1() ); | 792 | //qDebug("%s -- %s mLastCalendarSync %s lastsync %s --- local %s remote %s ",local->summary().latin1(), remote->summary().latin1(),mLastCalendarSync.toString().latin1() ,lastSync.toString().latin1() , localMod.toString().latin1() , remoteMod.toString().latin1() ); |
793 | 793 | ||
794 | if ( full && mode < SYNC_PREF_NEWEST ) | 794 | if ( full && mode < SYNC_PREF_NEWEST ) |
795 | mode = SYNC_PREF_ASK; | 795 | mode = SYNC_PREF_ASK; |
796 | 796 | ||
797 | switch( mode ) { | 797 | switch( mode ) { |
798 | case SYNC_PREF_LOCAL: | 798 | case SYNC_PREF_LOCAL: |
799 | if ( lastSync > remoteMod ) | 799 | if ( lastSync > remoteMod ) |
800 | return 1; | 800 | return 1; |
801 | if ( lastSync > localMod ) | 801 | if ( lastSync > localMod ) |
802 | return 2; | 802 | return 2; |
803 | return 1; | 803 | return 1; |
804 | break; | 804 | break; |
805 | case SYNC_PREF_REMOTE: | 805 | case SYNC_PREF_REMOTE: |
806 | if ( lastSync > remoteMod ) | 806 | if ( lastSync > remoteMod ) |
807 | return 1; | 807 | return 1; |
808 | if ( lastSync > localMod ) | 808 | if ( lastSync > localMod ) |
809 | return 2; | 809 | return 2; |
810 | return 2; | 810 | return 2; |
811 | break; | 811 | break; |
812 | case SYNC_PREF_NEWEST: | 812 | case SYNC_PREF_NEWEST: |
813 | if ( localMod > remoteMod ) | 813 | if ( localMod > remoteMod ) |
814 | return 1; | 814 | return 1; |
815 | else | 815 | else |
816 | return 2; | 816 | return 2; |
817 | break; | 817 | break; |
818 | case SYNC_PREF_ASK: | 818 | case SYNC_PREF_ASK: |
819 | //qDebug("lsy %s --- lo %s --- re %s ", lastSync.toString().latin1(), localMod.toString().latin1(), remoteMod.toString().latin1() ); | 819 | //qDebug("lsy %s --- lo %s --- re %s ", lastSync.toString().latin1(), localMod.toString().latin1(), remoteMod.toString().latin1() ); |
820 | if ( lastSync > remoteMod ) | 820 | if ( lastSync > remoteMod ) |
821 | return 1; | 821 | return 1; |
822 | if ( lastSync > localMod ) | 822 | if ( lastSync > localMod ) |
823 | return 2; | 823 | return 2; |
824 | //qDebug("lsy %s --- lo %s --- re %s ", lastSync.toString().latin1(), localMod.toString().latin1(), remoteMod.toString().latin1() ); | 824 | //qDebug("lsy %s --- lo %s --- re %s ", lastSync.toString().latin1(), localMod.toString().latin1(), remoteMod.toString().latin1() ); |
825 | localIsNew = localMod >= remoteMod; | 825 | localIsNew = localMod >= remoteMod; |
826 | if ( localIsNew ) | 826 | if ( localIsNew ) |
827 | getEventViewerDialog()->setColorMode( 1 ); | 827 | getEventViewerDialog()->setColorMode( 1 ); |
828 | else | 828 | else |
829 | getEventViewerDialog()->setColorMode( 2 ); | 829 | getEventViewerDialog()->setColorMode( 2 ); |
830 | getEventViewerDialog()->setIncidence(local); | 830 | getEventViewerDialog()->setIncidence(local); |
831 | if ( localIsNew ) | 831 | if ( localIsNew ) |
832 | getEventViewerDialog()->setColorMode( 2 ); | 832 | getEventViewerDialog()->setColorMode( 2 ); |
833 | else | 833 | else |
834 | getEventViewerDialog()->setColorMode( 1 ); | 834 | getEventViewerDialog()->setColorMode( 1 ); |
835 | getEventViewerDialog()->addIncidence(remote); | 835 | getEventViewerDialog()->addIncidence(remote); |
836 | getEventViewerDialog()->setColorMode( 0 ); | 836 | getEventViewerDialog()->setColorMode( 0 ); |
837 | //qDebug("local %d remote %d ",local->relatedTo(),remote->relatedTo() ); | 837 | //qDebug("local %d remote %d ",local->relatedTo(),remote->relatedTo() ); |
838 | getEventViewerDialog()->setCaption( mCurrentSyncDevice +i18n(" : Conflict! Please choose entry!")); | 838 | getEventViewerDialog()->setCaption( mCurrentSyncDevice +i18n(" : Conflict! Please choose entry!")); |
839 | getEventViewerDialog()->showMe(); | 839 | getEventViewerDialog()->showMe(); |
840 | result = getEventViewerDialog()->executeS( localIsNew ); | 840 | result = getEventViewerDialog()->executeS( localIsNew ); |
841 | return result; | 841 | return result; |
842 | 842 | ||
843 | break; | 843 | break; |
844 | case SYNC_PREF_FORCE_LOCAL: | 844 | case SYNC_PREF_FORCE_LOCAL: |
845 | return 1; | 845 | return 1; |
846 | break; | 846 | break; |
847 | case SYNC_PREF_FORCE_REMOTE: | 847 | case SYNC_PREF_FORCE_REMOTE: |
848 | return 2; | 848 | return 2; |
849 | break; | 849 | break; |
850 | 850 | ||
851 | default: | 851 | default: |
852 | // SYNC_PREF_TAKE_BOTH not implemented | 852 | // SYNC_PREF_TAKE_BOTH not implemented |
853 | break; | 853 | break; |
854 | } | 854 | } |
855 | return 0; | 855 | return 0; |
856 | } | 856 | } |
857 | Event* CalendarView::getLastSyncEvent() | 857 | Event* CalendarView::getLastSyncEvent() |
858 | { | 858 | { |
859 | Event* lse; | 859 | Event* lse; |
860 | //qDebug("CurrentSyncDevice %s ",mCurrentSyncDevice .latin1() ); | 860 | //qDebug("CurrentSyncDevice %s ",mCurrentSyncDevice .latin1() ); |
861 | lse = mCalendar->event( "last-syncEvent-"+mCurrentSyncDevice ); | 861 | lse = mCalendar->event( "last-syncEvent-"+mCurrentSyncDevice ); |
862 | if (!lse) { | 862 | if (!lse) { |
863 | lse = new Event(); | 863 | lse = new Event(); |
864 | lse->setUid( "last-syncEvent-"+mCurrentSyncDevice ); | 864 | lse->setUid( "last-syncEvent-"+mCurrentSyncDevice ); |
865 | QString sum = ""; | 865 | QString sum = ""; |
866 | if ( KOPrefs::instance()->mExternSyncProfiles.contains( mCurrentSyncDevice ) ) | 866 | if ( KOPrefs::instance()->mExternSyncProfiles.contains( mCurrentSyncDevice ) ) |
867 | sum = "E: "; | 867 | sum = "E: "; |
868 | lse->setSummary(sum+mCurrentSyncDevice + i18n(" - sync event")); | 868 | lse->setSummary(sum+mCurrentSyncDevice + i18n(" - sync event")); |
869 | lse->setDtStart( mLastCalendarSync ); | 869 | lse->setDtStart( mLastCalendarSync ); |
870 | lse->setDtEnd( mLastCalendarSync.addSecs( 7200 ) ); | 870 | lse->setDtEnd( mLastCalendarSync.addSecs( 7200 ) ); |
871 | lse->setCategories( i18n("SyncEvent") ); | 871 | lse->setCategories( i18n("SyncEvent") ); |
872 | lse->setReadOnly( true ); | 872 | lse->setReadOnly( true ); |
873 | mCalendar->addEvent( lse ); | 873 | mCalendar->addEvent( lse ); |
874 | } | 874 | } |
875 | 875 | ||
876 | return lse; | 876 | return lse; |
877 | 877 | ||
878 | } | 878 | } |
879 | // probaly useless | 879 | // probaly useless |
880 | void CalendarView::setupExternSyncProfiles() | 880 | void CalendarView::setupExternSyncProfiles() |
881 | { | 881 | { |
882 | Event* lse; | 882 | Event* lse; |
883 | mExternLastSyncEvent.clear(); | 883 | mExternLastSyncEvent.clear(); |
884 | int i; | 884 | int i; |
885 | for ( i = 0; i < KOPrefs::instance()->mExternSyncProfiles.count(); ++i ) { | 885 | for ( i = 0; i < KOPrefs::instance()->mExternSyncProfiles.count(); ++i ) { |
886 | lse = mCalendar->event( "last-syncEvent-"+ KOPrefs::instance()->mExternSyncProfiles[i] ); | 886 | lse = mCalendar->event( "last-syncEvent-"+ KOPrefs::instance()->mExternSyncProfiles[i] ); |
887 | if ( lse ) | 887 | if ( lse ) |
888 | mExternLastSyncEvent.append( lse ); | 888 | mExternLastSyncEvent.append( lse ); |
889 | else | 889 | else |
890 | qDebug("Last Sync event not found for %s ", KOPrefs::instance()->mExternSyncProfiles[i].latin1()); | 890 | qDebug("Last Sync event not found for %s ", KOPrefs::instance()->mExternSyncProfiles[i].latin1()); |
891 | } | 891 | } |
892 | 892 | ||
893 | } | 893 | } |
894 | // we check, if the to delete event has a id for a profile | 894 | // we check, if the to delete event has a id for a profile |
895 | // if yes, we set this id in the profile to delete | 895 | // if yes, we set this id in the profile to delete |
896 | void CalendarView::checkExternSyncEvent( QPtrList<Event> lastSync , Incidence* toDelete ) | 896 | void CalendarView::checkExternSyncEvent( QPtrList<Event> lastSync , Incidence* toDelete ) |
897 | { | 897 | { |
898 | if ( lastSync.count() == 0 ) { | 898 | if ( lastSync.count() == 0 ) { |
899 | //qDebug(" lastSync.count() == 0"); | 899 | //qDebug(" lastSync.count() == 0"); |
900 | return; | 900 | return; |
901 | } | 901 | } |
902 | if ( toDelete->type() == "Journal" ) | 902 | if ( toDelete->type() == "Journal" ) |
903 | return; | 903 | return; |
904 | 904 | ||
905 | Event* eve = lastSync.first(); | 905 | Event* eve = lastSync.first(); |
906 | 906 | ||
907 | while ( eve ) { | 907 | while ( eve ) { |
908 | QString id = toDelete->getID( eve->uid().mid( 15 ) ); // this is the sync profile name | 908 | QString id = toDelete->getID( eve->uid().mid( 15 ) ); // this is the sync profile name |
909 | if ( !id.isEmpty() ) { | 909 | if ( !id.isEmpty() ) { |
910 | QString des = eve->description(); | 910 | QString des = eve->description(); |
911 | QString pref = "e"; | 911 | QString pref = "e"; |
912 | if ( toDelete->type() == "Todo" ) | 912 | if ( toDelete->type() == "Todo" ) |
913 | pref = "t"; | 913 | pref = "t"; |
914 | des += pref+ id + ","; | 914 | des += pref+ id + ","; |
915 | eve->setReadOnly( false ); | 915 | eve->setReadOnly( false ); |
916 | eve->setDescription( des ); | 916 | eve->setDescription( des ); |
917 | //qDebug("setdes %s ", des.latin1()); | 917 | //qDebug("setdes %s ", des.latin1()); |
918 | eve->setReadOnly( true ); | 918 | eve->setReadOnly( true ); |
919 | } | 919 | } |
920 | eve = lastSync.next(); | 920 | eve = lastSync.next(); |
921 | } | 921 | } |
922 | 922 | ||
923 | } | 923 | } |
924 | void CalendarView::checkExternalId( Incidence * inc ) | 924 | void CalendarView::checkExternalId( Incidence * inc ) |
925 | { | 925 | { |
926 | QPtrList<Event> lastSync = mCalendar->getExternLastSyncEvents() ; | 926 | QPtrList<Event> lastSync = mCalendar->getExternLastSyncEvents() ; |
927 | checkExternSyncEvent( lastSync, inc ); | 927 | checkExternSyncEvent( lastSync, inc ); |
928 | 928 | ||
929 | } | 929 | } |
930 | bool CalendarView::synchronizeCalendar( Calendar* local, Calendar* remote, int mode ) | 930 | bool CalendarView::synchronizeCalendar( Calendar* local, Calendar* remote, int mode ) |
931 | { | 931 | { |
932 | bool syncOK = true; | 932 | bool syncOK = true; |
933 | int addedEvent = 0; | 933 | int addedEvent = 0; |
934 | int addedEventR = 0; | 934 | int addedEventR = 0; |
935 | int deletedEventR = 0; | 935 | int deletedEventR = 0; |
936 | int deletedEventL = 0; | 936 | int deletedEventL = 0; |
937 | int changedLocal = 0; | 937 | int changedLocal = 0; |
938 | int changedRemote = 0; | 938 | int changedRemote = 0; |
939 | //QPtrList<Event> el = local->rawEvents(); | 939 | //QPtrList<Event> el = local->rawEvents(); |
940 | Event* eventR; | 940 | Event* eventR; |
941 | QString uid; | 941 | QString uid; |
942 | int take; | 942 | int take; |
943 | Event* eventL; | 943 | Event* eventL; |
944 | Event* eventRSync; | 944 | Event* eventRSync; |
945 | Event* eventLSync; | 945 | Event* eventLSync; |
946 | QPtrList<Event> eventRSyncSharp = remote->getExternLastSyncEvents(); | 946 | QPtrList<Event> eventRSyncSharp = remote->getExternLastSyncEvents(); |
947 | QPtrList<Event> eventLSyncSharp = local->getExternLastSyncEvents(); | 947 | QPtrList<Event> eventLSyncSharp = local->getExternLastSyncEvents(); |
948 | bool fullDateRange = false; | 948 | bool fullDateRange = false; |
949 | local->resetTempSyncStat(); | 949 | local->resetTempSyncStat(); |
950 | mLastCalendarSync = QDateTime::currentDateTime(); | 950 | mLastCalendarSync = QDateTime::currentDateTime(); |
951 | QDateTime modifiedCalendar = mLastCalendarSync;; | 951 | QDateTime modifiedCalendar = mLastCalendarSync;; |
952 | eventLSync = getLastSyncEvent(); | 952 | eventLSync = getLastSyncEvent(); |
953 | eventR = remote->event("last-syncEvent-"+mCurrentSyncName ); | 953 | eventR = remote->event("last-syncEvent-"+mCurrentSyncName ); |
954 | if ( eventR ) { | 954 | if ( eventR ) { |
955 | eventRSync = (Event*) eventR->clone(); | 955 | eventRSync = (Event*) eventR->clone(); |
956 | remote->deleteEvent(eventR ); | 956 | remote->deleteEvent(eventR ); |
957 | 957 | ||
958 | } else { | 958 | } else { |
959 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { | 959 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { |
960 | eventRSync = (Event*)eventLSync->clone(); | 960 | eventRSync = (Event*)eventLSync->clone(); |
961 | } else { | 961 | } else { |
962 | fullDateRange = true; | 962 | fullDateRange = true; |
963 | eventRSync = new Event(); | 963 | eventRSync = new Event(); |
964 | eventRSync->setSummary(mCurrentSyncName + i18n(" - sync event")); | 964 | eventRSync->setSummary(mCurrentSyncName + i18n(" - sync event")); |
965 | eventRSync->setUid("last-syncEvent-"+mCurrentSyncName ); | 965 | eventRSync->setUid("last-syncEvent-"+mCurrentSyncName ); |
966 | eventRSync->setDtStart( mLastCalendarSync ); | 966 | eventRSync->setDtStart( mLastCalendarSync ); |
967 | eventRSync->setDtEnd( mLastCalendarSync.addSecs( 7200 ) ); | 967 | eventRSync->setDtEnd( mLastCalendarSync.addSecs( 7200 ) ); |
968 | eventRSync->setCategories( i18n("SyncEvent") ); | 968 | eventRSync->setCategories( i18n("SyncEvent") ); |
969 | } | 969 | } |
970 | } | 970 | } |
971 | if ( eventLSync->dtStart() == mLastCalendarSync ) | 971 | if ( eventLSync->dtStart() == mLastCalendarSync ) |
972 | fullDateRange = true; | 972 | fullDateRange = true; |
973 | 973 | ||
974 | if ( ! fullDateRange ) { | 974 | if ( ! fullDateRange ) { |
975 | if ( eventLSync->dtStart() != eventRSync->dtStart() ) { | 975 | if ( eventLSync->dtStart() != eventRSync->dtStart() ) { |
976 | 976 | ||
977 | // qDebug("set fulldate to true %s %s" ,eventLSync->dtStart().toString().latin1(), eventRSync->dtStart().toString().latin1() ); | 977 | // qDebug("set fulldate to true %s %s" ,eventLSync->dtStart().toString().latin1(), eventRSync->dtStart().toString().latin1() ); |
978 | //qDebug("%d %d %d %d ", eventLSync->dtStart().time().second(), eventLSync->dtStart().time().msec() , eventRSync->dtStart().time().second(), eventRSync->dtStart().time().msec()); | 978 | //qDebug("%d %d %d %d ", eventLSync->dtStart().time().second(), eventLSync->dtStart().time().msec() , eventRSync->dtStart().time().second(), eventRSync->dtStart().time().msec()); |
979 | fullDateRange = true; | 979 | fullDateRange = true; |
980 | } | 980 | } |
981 | } | 981 | } |
982 | if ( fullDateRange ) | 982 | if ( fullDateRange ) |
983 | mLastCalendarSync = QDateTime::currentDateTime().addDays( -100*365); | 983 | mLastCalendarSync = QDateTime::currentDateTime().addDays( -100*365); |
984 | else | 984 | else |
985 | mLastCalendarSync = eventLSync->dtStart(); | 985 | mLastCalendarSync = eventLSync->dtStart(); |
986 | // for resyncing if own file has changed | 986 | // for resyncing if own file has changed |
987 | if ( mCurrentSyncDevice == "deleteaftersync" ) { | 987 | if ( mCurrentSyncDevice == "deleteaftersync" ) { |
988 | mLastCalendarSync = loadedFileVersion; | 988 | mLastCalendarSync = loadedFileVersion; |
989 | qDebug("setting mLastCalendarSync "); | 989 | qDebug("setting mLastCalendarSync "); |
990 | } | 990 | } |
991 | //qDebug("*************************** "); | 991 | //qDebug("*************************** "); |
992 | qDebug("mLastCalendarSync %s ",mLastCalendarSync.toString().latin1() ); | 992 | qDebug("mLastCalendarSync %s ",mLastCalendarSync.toString().latin1() ); |
993 | QPtrList<Incidence> er = remote->rawIncidences(); | 993 | QPtrList<Incidence> er = remote->rawIncidences(); |
994 | Incidence* inR = er.first(); | 994 | Incidence* inR = er.first(); |
995 | Incidence* inL; | 995 | Incidence* inL; |
996 | QProgressBar bar( er.count(),0 ); | 996 | QProgressBar bar( er.count(),0 ); |
997 | bar.setCaption (i18n("Syncing - close to abort!") ); | 997 | bar.setCaption (i18n("Syncing - close to abort!") ); |
998 | 998 | ||
999 | int w = 300; | 999 | int w = 300; |
1000 | if ( QApplication::desktop()->width() < 320 ) | 1000 | if ( QApplication::desktop()->width() < 320 ) |
1001 | w = 220; | 1001 | w = 220; |
1002 | int h = bar.sizeHint().height() ; | 1002 | int h = bar.sizeHint().height() ; |
1003 | int dw = QApplication::desktop()->width(); | 1003 | int dw = QApplication::desktop()->width(); |
1004 | int dh = QApplication::desktop()->height(); | 1004 | int dh = QApplication::desktop()->height(); |
1005 | bar.setGeometry( (dw-w)/2, (dh - h )/2 ,w,h ); | 1005 | bar.setGeometry( (dw-w)/2, (dh - h )/2 ,w,h ); |
1006 | bar.show(); | 1006 | bar.show(); |
1007 | int modulo = (er.count()/10)+1; | 1007 | int modulo = (er.count()/10)+1; |
1008 | int incCounter = 0; | 1008 | int incCounter = 0; |
1009 | while ( inR ) { | 1009 | while ( inR ) { |
1010 | if ( ! bar.isVisible() ) | 1010 | if ( ! bar.isVisible() ) |
1011 | return false; | 1011 | return false; |
1012 | if ( incCounter % modulo == 0 ) | 1012 | if ( incCounter % modulo == 0 ) |
1013 | bar.setProgress( incCounter ); | 1013 | bar.setProgress( incCounter ); |
1014 | ++incCounter; | 1014 | ++incCounter; |
1015 | uid = inR->uid(); | 1015 | uid = inR->uid(); |
1016 | bool skipIncidence = false; | 1016 | bool skipIncidence = false; |
1017 | if ( uid.left(15) == QString("last-syncEvent-") ) | 1017 | if ( uid.left(15) == QString("last-syncEvent-") ) |
1018 | skipIncidence = true; | 1018 | skipIncidence = true; |
1019 | QString idS; | 1019 | QString idS; |
1020 | qApp->processEvents(); | 1020 | qApp->processEvents(); |
1021 | if ( !skipIncidence ) { | 1021 | if ( !skipIncidence ) { |
1022 | inL = local->incidence( uid ); | 1022 | inL = local->incidence( uid ); |
1023 | if ( inL ) { // maybe conflict - same uid in both calendars | 1023 | if ( inL ) { // maybe conflict - same uid in both calendars |
1024 | int maxrev = inL->revision(); | 1024 | int maxrev = inL->revision(); |
1025 | if ( maxrev < inR->revision() ) | 1025 | if ( maxrev < inR->revision() ) |
1026 | maxrev = inR->revision(); | 1026 | maxrev = inR->revision(); |
1027 | if ( (take = takeEvent( inL, inR, mode, fullDateRange )) > 0 ) { | 1027 | if ( (take = takeEvent( inL, inR, mode, fullDateRange )) > 0 ) { |
1028 | //qDebug("take %d %s ", take, inL->summary().latin1()); | 1028 | //qDebug("take %d %s ", take, inL->summary().latin1()); |
1029 | if ( take == 3 ) | 1029 | if ( take == 3 ) |
1030 | return false; | 1030 | return false; |
1031 | if ( take == 1 ) {// take local | 1031 | if ( take == 1 ) {// take local |
1032 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) | 1032 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) |
1033 | inL->setCsum( mCurrentSyncDevice, inR->getCsum(mCurrentSyncDevice) ); | 1033 | inL->setCsum( mCurrentSyncDevice, inR->getCsum(mCurrentSyncDevice) ); |
1034 | else | 1034 | else |
1035 | idS = inR->IDStr(); | 1035 | idS = inR->IDStr(); |
1036 | remote->deleteIncidence( inR ); | 1036 | remote->deleteIncidence( inR ); |
1037 | if ( inL->revision() < maxrev ) | 1037 | if ( inL->revision() < maxrev ) |
1038 | inL->setRevision( maxrev ); | 1038 | inL->setRevision( maxrev ); |
1039 | inR = inL->clone(); | 1039 | inR = inL->clone(); |
1040 | inR->setTempSyncStat( SYNC_TEMPSTATE_INITIAL ); | 1040 | inR->setTempSyncStat( SYNC_TEMPSTATE_INITIAL ); |
1041 | if ( mGlobalSyncMode != SYNC_MODE_EXTERNAL ) | 1041 | if ( mGlobalSyncMode != SYNC_MODE_EXTERNAL ) |
1042 | inR->setIDStr( idS ); | 1042 | inR->setIDStr( idS ); |
1043 | remote->addIncidence( inR ); | 1043 | remote->addIncidence( inR ); |
1044 | ++changedRemote; | 1044 | ++changedRemote; |
1045 | } else { | 1045 | } else { |
1046 | if ( inR->revision() < maxrev ) | 1046 | if ( inR->revision() < maxrev ) |
1047 | inR->setRevision( maxrev ); | 1047 | inR->setRevision( maxrev ); |
1048 | idS = inL->IDStr(); | 1048 | idS = inL->IDStr(); |
1049 | local->deleteIncidence( inL ); | 1049 | local->deleteIncidence( inL ); |
1050 | inL = inR->clone(); | 1050 | inL = inR->clone(); |
1051 | inL->setIDStr( idS ); | 1051 | inL->setIDStr( idS ); |
1052 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { | 1052 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { |
1053 | inL->setCsum( mCurrentSyncDevice, inR->getCsum(mCurrentSyncDevice) ); | 1053 | inL->setCsum( mCurrentSyncDevice, inR->getCsum(mCurrentSyncDevice) ); |
1054 | inL->setID( mCurrentSyncDevice, inR->getID(mCurrentSyncDevice) ); | 1054 | inL->setID( mCurrentSyncDevice, inR->getID(mCurrentSyncDevice) ); |
1055 | } | 1055 | } |
1056 | local->addIncidence( inL ); | 1056 | local->addIncidence( inL ); |
1057 | ++changedLocal; | 1057 | ++changedLocal; |
1058 | } | 1058 | } |
1059 | } | 1059 | } |
1060 | } else { // no conflict | 1060 | } else { // no conflict |
1061 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { | 1061 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { |
1062 | QString des = eventLSync->description(); | 1062 | QString des = eventLSync->description(); |
1063 | QString pref = "e"; | 1063 | QString pref = "e"; |
1064 | if ( inR->type() == "Todo" ) | 1064 | if ( inR->type() == "Todo" ) |
1065 | pref = "t"; | 1065 | pref = "t"; |
1066 | if ( des.find(pref+ inR->getID(mCurrentSyncDevice) +"," ) >= 0 && mode != 5) { // delete it | 1066 | if ( des.find(pref+ inR->getID(mCurrentSyncDevice) +"," ) >= 0 && mode != 5) { // delete it |
1067 | inR->setTempSyncStat( SYNC_TEMPSTATE_DELETE ); | 1067 | inR->setTempSyncStat( SYNC_TEMPSTATE_DELETE ); |
1068 | //remote->deleteIncidence( inR ); | 1068 | //remote->deleteIncidence( inR ); |
1069 | ++deletedEventR; | 1069 | ++deletedEventR; |
1070 | } else { | 1070 | } else { |
1071 | inR->setLastModified( modifiedCalendar ); | 1071 | inR->setLastModified( modifiedCalendar ); |
1072 | inL = inR->clone(); | 1072 | inL = inR->clone(); |
1073 | local->addIncidence( inL ); | 1073 | local->addIncidence( inL ); |
1074 | ++addedEvent; | 1074 | ++addedEvent; |
1075 | } | 1075 | } |
1076 | } else { | 1076 | } else { |
1077 | if ( inR->lastModified() > mLastCalendarSync || mode == 5 ) { | 1077 | if ( inR->lastModified() > mLastCalendarSync || mode == 5 ) { |
1078 | inR->setLastModified( modifiedCalendar ); | 1078 | inR->setLastModified( modifiedCalendar ); |
1079 | local->addIncidence( inR->clone() ); | 1079 | local->addIncidence( inR->clone() ); |
1080 | ++addedEvent; | 1080 | ++addedEvent; |
1081 | } else { | 1081 | } else { |
1082 | checkExternSyncEvent(eventRSyncSharp, inR); | 1082 | checkExternSyncEvent(eventRSyncSharp, inR); |
1083 | remote->deleteIncidence( inR ); | 1083 | remote->deleteIncidence( inR ); |
1084 | ++deletedEventR; | 1084 | ++deletedEventR; |
1085 | } | 1085 | } |
1086 | } | 1086 | } |
1087 | } | 1087 | } |
1088 | } | 1088 | } |
1089 | inR = er.next(); | 1089 | inR = er.next(); |
1090 | } | 1090 | } |
1091 | QPtrList<Incidence> el = local->rawIncidences(); | 1091 | QPtrList<Incidence> el = local->rawIncidences(); |
1092 | inL = el.first(); | 1092 | inL = el.first(); |
1093 | modulo = (el.count()/10)+1; | 1093 | modulo = (el.count()/10)+1; |
1094 | bar.setCaption (i18n("Add / remove events") ); | 1094 | bar.setCaption (i18n("Add / remove events") ); |
1095 | bar.setTotalSteps ( el.count() ) ; | 1095 | bar.setTotalSteps ( el.count() ) ; |
1096 | bar.show(); | 1096 | bar.show(); |
1097 | incCounter = 0; | 1097 | incCounter = 0; |
1098 | 1098 | ||
1099 | while ( inL ) { | 1099 | while ( inL ) { |
1100 | 1100 | ||
1101 | qApp->processEvents(); | 1101 | qApp->processEvents(); |
1102 | if ( ! bar.isVisible() ) | 1102 | if ( ! bar.isVisible() ) |
1103 | return false; | 1103 | return false; |
1104 | if ( incCounter % modulo == 0 ) | 1104 | if ( incCounter % modulo == 0 ) |
1105 | bar.setProgress( incCounter ); | 1105 | bar.setProgress( incCounter ); |
1106 | ++incCounter; | 1106 | ++incCounter; |
1107 | uid = inL->uid(); | 1107 | uid = inL->uid(); |
1108 | bool skipIncidence = false; | 1108 | bool skipIncidence = false; |
1109 | if ( uid.left(15) == QString("last-syncEvent-") ) | 1109 | if ( uid.left(15) == QString("last-syncEvent-") ) |
1110 | skipIncidence = true; | 1110 | skipIncidence = true; |
1111 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL && inL->type() == "Journal" ) | 1111 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL && inL->type() == "Journal" ) |
1112 | skipIncidence = true; | 1112 | skipIncidence = true; |
1113 | if ( !skipIncidence ) { | 1113 | if ( !skipIncidence ) { |
1114 | inR = remote->incidence( uid ); | 1114 | inR = remote->incidence( uid ); |
1115 | if ( ! inR ) { | 1115 | if ( ! inR ) { |
1116 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { | 1116 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { |
1117 | if ( !inL->getID(mCurrentSyncDevice).isEmpty() && mode != 4 ) { | 1117 | if ( !inL->getID(mCurrentSyncDevice).isEmpty() && mode != 4 ) { |
1118 | checkExternSyncEvent(eventLSyncSharp, inL); | 1118 | checkExternSyncEvent(eventLSyncSharp, inL); |
1119 | local->deleteIncidence( inL ); | 1119 | local->deleteIncidence( inL ); |
1120 | ++deletedEventL; | 1120 | ++deletedEventL; |
1121 | } else { | 1121 | } else { |
1122 | if ( ! KOPrefs::instance()->mWriteBackExistingOnly ) { | 1122 | if ( ! KOPrefs::instance()->mWriteBackExistingOnly ) { |
1123 | inL->removeID(mCurrentSyncDevice ); | 1123 | inL->removeID(mCurrentSyncDevice ); |
1124 | ++addedEventR; | 1124 | ++addedEventR; |
1125 | //qDebug("remote added Incidence %s ", inL->summary().latin1()); | 1125 | //qDebug("remote added Incidence %s ", inL->summary().latin1()); |
1126 | inL->setLastModified( modifiedCalendar ); | 1126 | inL->setLastModified( modifiedCalendar ); |
1127 | inR = inL->clone(); | 1127 | inR = inL->clone(); |
1128 | inR->setTempSyncStat( SYNC_TEMPSTATE_INITIAL ); | 1128 | inR->setTempSyncStat( SYNC_TEMPSTATE_INITIAL ); |
1129 | remote->addIncidence( inR ); | 1129 | remote->addIncidence( inR ); |
1130 | } | 1130 | } |
1131 | } | 1131 | } |
1132 | } else { | 1132 | } else { |
1133 | if ( inL->lastModified() < mLastCalendarSync && mode != 4 ) { | 1133 | if ( inL->lastModified() < mLastCalendarSync && mode != 4 ) { |
1134 | checkExternSyncEvent(eventLSyncSharp, inL); | 1134 | checkExternSyncEvent(eventLSyncSharp, inL); |
1135 | local->deleteIncidence( inL ); | 1135 | local->deleteIncidence( inL ); |
1136 | ++deletedEventL; | 1136 | ++deletedEventL; |
1137 | } else { | 1137 | } else { |
1138 | if ( ! KOPrefs::instance()->mWriteBackExistingOnly ) { | 1138 | if ( ! KOPrefs::instance()->mWriteBackExistingOnly ) { |
1139 | ++addedEventR; | 1139 | ++addedEventR; |
1140 | inL->setLastModified( modifiedCalendar ); | 1140 | inL->setLastModified( modifiedCalendar ); |
1141 | remote->addIncidence( inL->clone() ); | 1141 | remote->addIncidence( inL->clone() ); |
1142 | } | 1142 | } |
1143 | } | 1143 | } |
1144 | } | 1144 | } |
1145 | } | 1145 | } |
1146 | } | 1146 | } |
1147 | inL = el.next(); | 1147 | inL = el.next(); |
1148 | } | 1148 | } |
1149 | int delFut = 0; | 1149 | int delFut = 0; |
1150 | if ( KOPrefs::instance()->mWriteBackInFuture ) { | 1150 | if ( KOPrefs::instance()->mWriteBackInFuture ) { |
1151 | er = remote->rawIncidences(); | 1151 | er = remote->rawIncidences(); |
1152 | inR = er.first(); | 1152 | inR = er.first(); |
1153 | QDateTime dt; | 1153 | QDateTime dt; |
1154 | QDateTime cur = QDateTime::currentDateTime(); | 1154 | QDateTime cur = QDateTime::currentDateTime().addDays( -7 ); |
1155 | QDateTime end = cur.addSecs( KOPrefs::instance()->mWriteBackInFuture * 3600 *24 *7 ); | 1155 | QDateTime end = cur.addDays( (KOPrefs::instance()->mWriteBackInFuture +1 ) *7 ); |
1156 | while ( inR ) { | 1156 | while ( inR ) { |
1157 | if ( inR->type() == "Todo" ) { | 1157 | if ( inR->type() == "Todo" ) { |
1158 | Todo * t = (Todo*)inR; | 1158 | Todo * t = (Todo*)inR; |
1159 | if ( t->hasDueDate() ) | 1159 | if ( t->hasDueDate() ) |
1160 | dt = t->dtDue(); | 1160 | dt = t->dtDue(); |
1161 | else | 1161 | else |
1162 | dt = cur.addSecs( 62 ); | 1162 | dt = cur.addSecs( 62 ); |
1163 | } | 1163 | } |
1164 | else if (inR->type() == "Event" ) { | 1164 | else if (inR->type() == "Event" ) { |
1165 | bool ok; | 1165 | bool ok; |
1166 | dt = inR->getNextOccurence( cur, &ok ); | 1166 | dt = inR->getNextOccurence( cur, &ok ); |
1167 | if ( !ok ) | 1167 | if ( !ok ) |
1168 | dt = cur.addSecs( -62 ); | 1168 | dt = cur.addSecs( -62 ); |
1169 | } | 1169 | } |
1170 | else | 1170 | else |
1171 | dt = inR->dtStart(); | 1171 | dt = inR->dtStart(); |
1172 | if ( dt < cur || dt > end ) { | 1172 | if ( dt < cur || dt > end ) { |
1173 | remote->deleteIncidence( inR ); | 1173 | remote->deleteIncidence( inR ); |
1174 | ++delFut; | 1174 | ++delFut; |
1175 | } | 1175 | } |
1176 | inR = er.next(); | 1176 | inR = er.next(); |
1177 | } | 1177 | } |
1178 | } | 1178 | } |
1179 | bar.hide(); | 1179 | bar.hide(); |
1180 | mLastCalendarSync = QDateTime::currentDateTime().addSecs( 1 ); | 1180 | mLastCalendarSync = QDateTime::currentDateTime().addSecs( 1 ); |
1181 | eventLSync->setReadOnly( false ); | 1181 | eventLSync->setReadOnly( false ); |
1182 | eventLSync->setDtStart( mLastCalendarSync ); | 1182 | eventLSync->setDtStart( mLastCalendarSync ); |
1183 | eventRSync->setDtStart( mLastCalendarSync ); | 1183 | eventRSync->setDtStart( mLastCalendarSync ); |
1184 | eventLSync->setDtEnd( mLastCalendarSync.addSecs( 3600 ) ); | 1184 | eventLSync->setDtEnd( mLastCalendarSync.addSecs( 3600 ) ); |
1185 | eventRSync->setDtEnd( mLastCalendarSync.addSecs( 3600 ) ); | 1185 | eventRSync->setDtEnd( mLastCalendarSync.addSecs( 3600 ) ); |
1186 | eventRSync->setLocation( i18n("Remote from: ")+mCurrentSyncName ) ; | 1186 | eventRSync->setLocation( i18n("Remote from: ")+mCurrentSyncName ) ; |
1187 | eventLSync->setLocation(i18n("Local from: ") + mCurrentSyncName ); | 1187 | eventLSync->setLocation(i18n("Local from: ") + mCurrentSyncName ); |
1188 | eventLSync->setReadOnly( true ); | 1188 | eventLSync->setReadOnly( true ); |
1189 | if ( mGlobalSyncMode == SYNC_MODE_NORMAL) | 1189 | if ( mGlobalSyncMode == SYNC_MODE_NORMAL) |
1190 | remote->addEvent( eventRSync ); | 1190 | remote->addEvent( eventRSync ); |
1191 | QString mes; | 1191 | QString mes; |
1192 | mes .sprintf( i18n("Synchronization summary:\n\n %d items added to local\n %d items added to remote\n %d items updated on local\n %d items updated on remote\n %d items deleted on local\n %d items deleted on remote\n"),addedEvent, addedEventR, changedLocal, changedRemote, deletedEventL, deletedEventR ); | 1192 | mes .sprintf( i18n("Synchronization summary:\n\n %d items added to local\n %d items added to remote\n %d items updated on local\n %d items updated on remote\n %d items deleted on local\n %d items deleted on remote\n"),addedEvent, addedEventR, changedLocal, changedRemote, deletedEventL, deletedEventR ); |
1193 | QString delmess; | 1193 | QString delmess; |
1194 | if ( delFut ) { | 1194 | if ( delFut ) { |
1195 | delmess.sprintf( i18n("%d items skipped on remote,\nbecause they are in the past or\nmore than %d weeks in the future.\n"),delFut, KOPrefs::instance()->mWriteBackInFuture ); | 1195 | delmess.sprintf( i18n("%d items skipped on remote,\nbecause they are in the past or\nmore than %d weeks in the future.\n"),delFut, KOPrefs::instance()->mWriteBackInFuture ); |
1196 | mes += delmess; | 1196 | mes += delmess; |
1197 | } | 1197 | } |
1198 | if ( KOPrefs::instance()->mShowSyncSummary ) { | 1198 | if ( KOPrefs::instance()->mShowSyncSummary ) { |
1199 | KMessageBox::information(this, mes, i18n("KO/Pi Synchronization") ); | 1199 | KMessageBox::information(this, mes, i18n("KO/Pi Synchronization") ); |
1200 | } | 1200 | } |
1201 | qDebug( mes ); | 1201 | qDebug( mes ); |
1202 | mCalendar->checkAlarmForIncidence( 0, true ); | 1202 | mCalendar->checkAlarmForIncidence( 0, true ); |
1203 | return syncOK; | 1203 | return syncOK; |
1204 | } | 1204 | } |
1205 | 1205 | ||
1206 | void CalendarView::setSyncDevice( QString s ) | 1206 | void CalendarView::setSyncDevice( QString s ) |
1207 | { | 1207 | { |
1208 | mCurrentSyncDevice= s; | 1208 | mCurrentSyncDevice= s; |
1209 | } | 1209 | } |
1210 | void CalendarView::setSyncName( QString s ) | 1210 | void CalendarView::setSyncName( QString s ) |
1211 | { | 1211 | { |
1212 | mCurrentSyncName= s; | 1212 | mCurrentSyncName= s; |
1213 | } | 1213 | } |
1214 | bool CalendarView::syncCalendar(QString filename, int mode) | 1214 | bool CalendarView::syncCalendar(QString filename, int mode) |
1215 | { | 1215 | { |
1216 | mGlobalSyncMode = SYNC_MODE_NORMAL; | 1216 | mGlobalSyncMode = SYNC_MODE_NORMAL; |
1217 | CalendarLocal* calendar = new CalendarLocal(); | 1217 | CalendarLocal* calendar = new CalendarLocal(); |
1218 | calendar->setTimeZoneId(KOPrefs::instance()->mTimeZoneId); | 1218 | calendar->setTimeZoneId(KOPrefs::instance()->mTimeZoneId); |
1219 | FileStorage* storage = new FileStorage( calendar ); | 1219 | FileStorage* storage = new FileStorage( calendar ); |
1220 | bool syncOK = false; | 1220 | bool syncOK = false; |
1221 | storage->setFileName( filename ); | 1221 | storage->setFileName( filename ); |
1222 | // qDebug("loading ... "); | 1222 | // qDebug("loading ... "); |
1223 | if ( storage->load(KOPrefs::instance()->mUseQuicksave) ) { | 1223 | if ( storage->load(KOPrefs::instance()->mUseQuicksave) ) { |
1224 | getEventViewerDialog()->setSyncMode( true ); | 1224 | getEventViewerDialog()->setSyncMode( true ); |
1225 | syncOK = synchronizeCalendar( mCalendar, calendar, mode ); | 1225 | syncOK = synchronizeCalendar( mCalendar, calendar, mode ); |
1226 | getEventViewerDialog()->setSyncMode( false ); | 1226 | getEventViewerDialog()->setSyncMode( false ); |
1227 | if ( syncOK ) { | 1227 | if ( syncOK ) { |
1228 | if ( KOPrefs::instance()->mWriteBackFile ) | 1228 | if ( KOPrefs::instance()->mWriteBackFile ) |
1229 | { | 1229 | { |
1230 | storage->setSaveFormat( new ICalFormat( KOPrefs::instance()->mUseQuicksave) ); | 1230 | storage->setSaveFormat( new ICalFormat( KOPrefs::instance()->mUseQuicksave) ); |
1231 | storage->save(); | 1231 | storage->save(); |
1232 | } | 1232 | } |
1233 | } | 1233 | } |
1234 | setModified( true ); | 1234 | setModified( true ); |
1235 | } | 1235 | } |
1236 | delete storage; | 1236 | delete storage; |
1237 | delete calendar; | 1237 | delete calendar; |
1238 | if ( syncOK ) | 1238 | if ( syncOK ) |
1239 | updateView(); | 1239 | updateView(); |
1240 | return syncOK; | 1240 | return syncOK; |
1241 | } | 1241 | } |
1242 | void CalendarView::syncPhone() | 1242 | void CalendarView::syncPhone() |
1243 | { | 1243 | { |
1244 | syncExternal( 1 ); | 1244 | syncExternal( 1 ); |
1245 | } | 1245 | } |
1246 | void CalendarView::syncExternal( int mode ) | 1246 | void CalendarView::syncExternal( int mode ) |
1247 | { | 1247 | { |
1248 | mGlobalSyncMode = SYNC_MODE_EXTERNAL; | 1248 | mGlobalSyncMode = SYNC_MODE_EXTERNAL; |
1249 | //mCurrentSyncDevice = "sharp-DTM"; | 1249 | //mCurrentSyncDevice = "sharp-DTM"; |
1250 | if ( KOPrefs::instance()->mAskForPreferences ) | 1250 | if ( KOPrefs::instance()->mAskForPreferences ) |
1251 | edit_sync_options(); | 1251 | edit_sync_options(); |
1252 | qApp->processEvents(); | 1252 | qApp->processEvents(); |
1253 | CalendarLocal* calendar = new CalendarLocal(); | 1253 | CalendarLocal* calendar = new CalendarLocal(); |
1254 | calendar->setTimeZoneId(KOPrefs::instance()->mTimeZoneId); | 1254 | calendar->setTimeZoneId(KOPrefs::instance()->mTimeZoneId); |
1255 | bool syncOK = false; | 1255 | bool syncOK = false; |
1256 | bool loadSuccess = false; | 1256 | bool loadSuccess = false; |
1257 | PhoneFormat* phoneFormat = 0; | 1257 | PhoneFormat* phoneFormat = 0; |
1258 | #ifndef DESKTOP_VERSION | 1258 | #ifndef DESKTOP_VERSION |
1259 | SharpFormat* sharpFormat = 0; | 1259 | SharpFormat* sharpFormat = 0; |
1260 | if ( mode == 0 ) { // sharp | 1260 | if ( mode == 0 ) { // sharp |
1261 | sharpFormat = new SharpFormat () ; | 1261 | sharpFormat = new SharpFormat () ; |
1262 | loadSuccess = sharpFormat->load( calendar, mCalendar ); | 1262 | loadSuccess = sharpFormat->load( calendar, mCalendar ); |
1263 | 1263 | ||
1264 | } else | 1264 | } else |
1265 | #endif | 1265 | #endif |
1266 | if ( mode == 1 ) { // phone | 1266 | if ( mode == 1 ) { // phone |
1267 | phoneFormat = new PhoneFormat (mCurrentSyncDevice, | 1267 | phoneFormat = new PhoneFormat (mCurrentSyncDevice, |
1268 | KOPrefs::instance()->mPhoneDevice, | 1268 | KOPrefs::instance()->mPhoneDevice, |
1269 | KOPrefs::instance()->mPhoneConnection, | 1269 | KOPrefs::instance()->mPhoneConnection, |
1270 | KOPrefs::instance()->mPhoneModel); | 1270 | KOPrefs::instance()->mPhoneModel); |
1271 | loadSuccess = phoneFormat->load( calendar,mCalendar); | 1271 | loadSuccess = phoneFormat->load( calendar,mCalendar); |
1272 | 1272 | ||
1273 | } else | 1273 | } else |
1274 | return; | 1274 | return; |
1275 | if ( loadSuccess ) { | 1275 | if ( loadSuccess ) { |
1276 | getEventViewerDialog()->setSyncMode( true ); | 1276 | getEventViewerDialog()->setSyncMode( true ); |
1277 | syncOK = synchronizeCalendar( mCalendar, calendar, KOPrefs::instance()->mSyncAlgoPrefs ); | 1277 | syncOK = synchronizeCalendar( mCalendar, calendar, KOPrefs::instance()->mSyncAlgoPrefs ); |
1278 | getEventViewerDialog()->setSyncMode( false ); | 1278 | getEventViewerDialog()->setSyncMode( false ); |
1279 | qApp->processEvents(); | 1279 | qApp->processEvents(); |
1280 | if ( syncOK ) { | 1280 | if ( syncOK ) { |
1281 | if ( KOPrefs::instance()->mWriteBackFile ) | 1281 | if ( KOPrefs::instance()->mWriteBackFile ) |
1282 | { | 1282 | { |
1283 | QPtrList<Incidence> iL = mCalendar->rawIncidences(); | 1283 | QPtrList<Incidence> iL = mCalendar->rawIncidences(); |
1284 | Incidence* inc = iL.first(); | 1284 | Incidence* inc = iL.first(); |
1285 | if ( phoneFormat ) { | 1285 | if ( phoneFormat ) { |
1286 | while ( inc ) { | 1286 | while ( inc ) { |
1287 | inc->removeID(mCurrentSyncDevice); | 1287 | inc->removeID(mCurrentSyncDevice); |
1288 | inc = iL.next(); | 1288 | inc = iL.next(); |
1289 | } | 1289 | } |
1290 | } | 1290 | } |
1291 | #ifndef DESKTOP_VERSION | 1291 | #ifndef DESKTOP_VERSION |
1292 | if ( sharpFormat ) | 1292 | if ( sharpFormat ) |
1293 | sharpFormat->save(calendar); | 1293 | sharpFormat->save(calendar); |
1294 | #endif | 1294 | #endif |
1295 | if ( phoneFormat ) | 1295 | if ( phoneFormat ) |
1296 | phoneFormat->save(calendar); | 1296 | phoneFormat->save(calendar); |
1297 | iL = calendar->rawIncidences(); | 1297 | iL = calendar->rawIncidences(); |
1298 | inc = iL.first(); | 1298 | inc = iL.first(); |
1299 | Incidence* loc; | 1299 | Incidence* loc; |
1300 | while ( inc ) { | 1300 | while ( inc ) { |
1301 | if ( inc->tempSyncStat() == SYNC_TEMPSTATE_NEW_ID ) { | 1301 | if ( inc->tempSyncStat() == SYNC_TEMPSTATE_NEW_ID ) { |
1302 | loc = mCalendar->incidence(inc->uid() ); | 1302 | loc = mCalendar->incidence(inc->uid() ); |
1303 | if ( loc ) { | 1303 | if ( loc ) { |
1304 | loc->setID(mCurrentSyncDevice, inc->getID(mCurrentSyncDevice) ); | 1304 | loc->setID(mCurrentSyncDevice, inc->getID(mCurrentSyncDevice) ); |
1305 | loc->setCsum( mCurrentSyncDevice, inc->getCsum(mCurrentSyncDevice) ); | 1305 | loc->setCsum( mCurrentSyncDevice, inc->getCsum(mCurrentSyncDevice) ); |
1306 | } | 1306 | } |
1307 | } | 1307 | } |
1308 | inc = iL.next(); | 1308 | inc = iL.next(); |
1309 | } | 1309 | } |
1310 | Incidence* lse = getLastSyncEvent(); | 1310 | Incidence* lse = getLastSyncEvent(); |
1311 | if ( lse ) { | 1311 | if ( lse ) { |
1312 | lse->setReadOnly( false ); | 1312 | lse->setReadOnly( false ); |
1313 | lse->setDescription( "" ); | 1313 | lse->setDescription( "" ); |
1314 | lse->setReadOnly( true ); | 1314 | lse->setReadOnly( true ); |
1315 | } | 1315 | } |
1316 | } | 1316 | } |
1317 | } | 1317 | } |
1318 | setModified( true ); | 1318 | setModified( true ); |
1319 | } else { | 1319 | } else { |
1320 | QString question = i18n("Sorry, the database access\ncommand failed!\n\nNothing synced!\n") ; | 1320 | QString question = i18n("Sorry, the database access\ncommand failed!\n\nNothing synced!\n") ; |
1321 | QMessageBox::information( 0, i18n("KO/Pi Import - ERROR"), | 1321 | QMessageBox::information( 0, i18n("KO/Pi Import - ERROR"), |
1322 | question, i18n("Ok")) ; | 1322 | question, i18n("Ok")) ; |
1323 | 1323 | ||
1324 | } | 1324 | } |
1325 | delete calendar; | 1325 | delete calendar; |
1326 | updateView(); | 1326 | updateView(); |
1327 | return ;//syncOK; | 1327 | return ;//syncOK; |
1328 | 1328 | ||
1329 | } | 1329 | } |
1330 | void CalendarView::syncSharp() | 1330 | void CalendarView::syncSharp() |
1331 | { | 1331 | { |
1332 | syncExternal( 0 ); | 1332 | syncExternal( 0 ); |
1333 | 1333 | ||
1334 | } | 1334 | } |
1335 | 1335 | ||
1336 | 1336 | ||
1337 | //#include <kabc/stdaddressbook.h> | 1337 | //#include <kabc/stdaddressbook.h> |
1338 | bool CalendarView::importBday() | 1338 | bool CalendarView::importBday() |
1339 | { | 1339 | { |
1340 | #if 0 | 1340 | #if 0 |
1341 | KABC::StdAddressBook* AddressBook = KABC::StdAddressBook::self( true ); | 1341 | KABC::StdAddressBook* AddressBook = KABC::StdAddressBook::self( true ); |
1342 | KABC::AddressBook::Iterator it; | 1342 | KABC::AddressBook::Iterator it; |
1343 | int count = 0; | 1343 | int count = 0; |
1344 | for( it = AddressBook->begin(); it != AddressBook->end(); ++it ) { | 1344 | for( it = AddressBook->begin(); it != AddressBook->end(); ++it ) { |
1345 | ++count; | 1345 | ++count; |
1346 | } | 1346 | } |
1347 | QProgressBar bar(count,0 ); | 1347 | QProgressBar bar(count,0 ); |
1348 | int w = 300; | 1348 | int w = 300; |
1349 | if ( QApplication::desktop()->width() < 320 ) | 1349 | if ( QApplication::desktop()->width() < 320 ) |
1350 | w = 220; | 1350 | w = 220; |
1351 | int h = bar.sizeHint().height() ; | 1351 | int h = bar.sizeHint().height() ; |
1352 | int dw = QApplication::desktop()->width(); | 1352 | int dw = QApplication::desktop()->width(); |
1353 | int dh = QApplication::desktop()->height(); | 1353 | int dh = QApplication::desktop()->height(); |
1354 | bar.setGeometry( (dw-w)/2, (dh - h )/2 ,w,h ); | 1354 | bar.setGeometry( (dw-w)/2, (dh - h )/2 ,w,h ); |
1355 | bar.show(); | 1355 | bar.show(); |
1356 | bar.setCaption (i18n("Reading addressbook - close to abort!") ); | 1356 | bar.setCaption (i18n("Reading addressbook - close to abort!") ); |
1357 | qApp->processEvents(); | 1357 | qApp->processEvents(); |
1358 | count = 0; | 1358 | count = 0; |
1359 | int addCount = 0; | 1359 | int addCount = 0; |
1360 | KCal::Attendee* a = 0; | 1360 | KCal::Attendee* a = 0; |
1361 | for( it = AddressBook->begin(); it != AddressBook->end(); ++it ) { | 1361 | for( it = AddressBook->begin(); it != AddressBook->end(); ++it ) { |
1362 | if ( ! bar.isVisible() ) | 1362 | if ( ! bar.isVisible() ) |
1363 | return false; | 1363 | return false; |
1364 | bar.setProgress( count++ ); | 1364 | bar.setProgress( count++ ); |
1365 | qApp->processEvents(); | 1365 | qApp->processEvents(); |
1366 | //qDebug("add BDay %s %s", (*it).realName().latin1(),(*it).birthday().date().toString().latin1() ); | 1366 | //qDebug("add BDay %s %s", (*it).realName().latin1(),(*it).birthday().date().toString().latin1() ); |
1367 | if ( (*it).birthday().date().isValid() ){ | 1367 | if ( (*it).birthday().date().isValid() ){ |
1368 | a = new KCal::Attendee( (*it).realName(), (*it).preferredEmail(),false,KCal::Attendee::NeedsAction,KCal::Attendee::ReqParticipant,(*it).uid()) ; | 1368 | a = new KCal::Attendee( (*it).realName(), (*it).preferredEmail(),false,KCal::Attendee::NeedsAction,KCal::Attendee::ReqParticipant,(*it).uid()) ; |
1369 | if ( addAnniversary( (*it).birthday().date(), (*it).assembledName(), a, true ) ) | 1369 | if ( addAnniversary( (*it).birthday().date(), (*it).assembledName(), a, true ) ) |
1370 | ++addCount; | 1370 | ++addCount; |
1371 | } | 1371 | } |
1372 | QDate anni = KGlobal::locale()->readDate( (*it).custom("KADDRESSBOOK", "X-Anniversary" ), "%Y-%m-%d"); | 1372 | QDate anni = KGlobal::locale()->readDate( (*it).custom("KADDRESSBOOK", "X-Anniversary" ), "%Y-%m-%d"); |
1373 | if ( anni.isValid() ){ | 1373 | if ( anni.isValid() ){ |
1374 | a = new KCal::Attendee( (*it).realName(), (*it).preferredEmail(),false,KCal::Attendee::NeedsAction,KCal::Attendee::ReqParticipant,(*it).uid()) ; | 1374 | a = new KCal::Attendee( (*it).realName(), (*it).preferredEmail(),false,KCal::Attendee::NeedsAction,KCal::Attendee::ReqParticipant,(*it).uid()) ; |
1375 | if ( addAnniversary( anni, (*it).assembledName(), a, false ) ) | 1375 | if ( addAnniversary( anni, (*it).assembledName(), a, false ) ) |
1376 | ++addCount; | 1376 | ++addCount; |
1377 | } | 1377 | } |
1378 | } | 1378 | } |
1379 | updateView(); | 1379 | updateView(); |
1380 | topLevelWidget()->setCaption(QString::number( addCount )+ i18n(" birthdays/anniversaries added!")); | 1380 | topLevelWidget()->setCaption(QString::number( addCount )+ i18n(" birthdays/anniversaries added!")); |
1381 | #endif | 1381 | #endif |
1382 | return true; | 1382 | return true; |
1383 | } | 1383 | } |
1384 | 1384 | ||
1385 | bool CalendarView::addAnniversary( QDate date, QString name, KCal::Attendee* a, bool birthday) | 1385 | bool CalendarView::addAnniversary( QDate date, QString name, KCal::Attendee* a, bool birthday) |
1386 | { | 1386 | { |
1387 | //qDebug("addAnni "); | 1387 | //qDebug("addAnni "); |
1388 | Event * ev = new Event(); | 1388 | Event * ev = new Event(); |
1389 | if ( a ) { | 1389 | if ( a ) { |
1390 | ev->addAttendee( a ); | 1390 | ev->addAttendee( a ); |
1391 | } | 1391 | } |
1392 | QString kind; | 1392 | QString kind; |
1393 | if ( birthday ) | 1393 | if ( birthday ) |
1394 | kind = i18n( "Birthday" ); | 1394 | kind = i18n( "Birthday" ); |
1395 | else | 1395 | else |
1396 | kind = i18n( "Anniversary" ); | 1396 | kind = i18n( "Anniversary" ); |
1397 | ev->setSummary( name + " - " + kind ); | 1397 | ev->setSummary( name + " - " + kind ); |
1398 | ev->setOrganizer( "nobody@nowhere" ); | 1398 | ev->setOrganizer( "nobody@nowhere" ); |
1399 | ev->setCategories( kind ); | 1399 | ev->setCategories( kind ); |
1400 | ev->setDtStart( QDateTime(date) ); | 1400 | ev->setDtStart( QDateTime(date) ); |
1401 | ev->setDtEnd( QDateTime(date) ); | 1401 | ev->setDtEnd( QDateTime(date) ); |
1402 | ev->setFloats( true ); | 1402 | ev->setFloats( true ); |
1403 | Recurrence * rec = ev->recurrence(); | 1403 | Recurrence * rec = ev->recurrence(); |
1404 | rec->setYearly(Recurrence::rYearlyMonth,1,-1); | 1404 | rec->setYearly(Recurrence::rYearlyMonth,1,-1); |
1405 | rec->addYearlyNum( date.month() ); | 1405 | rec->addYearlyNum( date.month() ); |
1406 | if ( !mCalendar->addAnniversaryNoDup( ev ) ) { | 1406 | if ( !mCalendar->addAnniversaryNoDup( ev ) ) { |
1407 | delete ev; | 1407 | delete ev; |
1408 | return false; | 1408 | return false; |
1409 | } | 1409 | } |
1410 | return true; | 1410 | return true; |
1411 | 1411 | ||
1412 | } | 1412 | } |
1413 | bool CalendarView::importQtopia( const QString &categories, | 1413 | bool CalendarView::importQtopia( const QString &categories, |
1414 | const QString &datebook, | 1414 | const QString &datebook, |
1415 | const QString &todolist ) | 1415 | const QString &todolist ) |
1416 | { | 1416 | { |
1417 | 1417 | ||
1418 | QtopiaFormat qtopiaFormat; | 1418 | QtopiaFormat qtopiaFormat; |
1419 | qtopiaFormat.setCategoriesList ( &(KOPrefs::instance()->mCustomCategories)); | 1419 | qtopiaFormat.setCategoriesList ( &(KOPrefs::instance()->mCustomCategories)); |
1420 | if ( !categories.isEmpty() ) qtopiaFormat.load( mCalendar, categories ); | 1420 | if ( !categories.isEmpty() ) qtopiaFormat.load( mCalendar, categories ); |
1421 | if ( !datebook.isEmpty() ) qtopiaFormat.load( mCalendar, datebook ); | 1421 | if ( !datebook.isEmpty() ) qtopiaFormat.load( mCalendar, datebook ); |
1422 | if ( !todolist.isEmpty() ) qtopiaFormat.load( mCalendar, todolist ); | 1422 | if ( !todolist.isEmpty() ) qtopiaFormat.load( mCalendar, todolist ); |
1423 | 1423 | ||
1424 | updateView(); | 1424 | updateView(); |
1425 | return true; | 1425 | return true; |
1426 | 1426 | ||
1427 | #if 0 | 1427 | #if 0 |
1428 | mGlobalSyncMode = SYNC_MODE_QTOPIA; | 1428 | mGlobalSyncMode = SYNC_MODE_QTOPIA; |
1429 | mCurrentSyncDevice = "qtopia-XML"; | 1429 | mCurrentSyncDevice = "qtopia-XML"; |
1430 | if ( KOPrefs::instance()->mAskForPreferences ) | 1430 | if ( KOPrefs::instance()->mAskForPreferences ) |
1431 | edit_sync_options(); | 1431 | edit_sync_options(); |
1432 | qApp->processEvents(); | 1432 | qApp->processEvents(); |
1433 | CalendarLocal* calendar = new CalendarLocal(); | 1433 | CalendarLocal* calendar = new CalendarLocal(); |
1434 | calendar->setTimeZoneId(KOPrefs::instance()->mTimeZoneId); | 1434 | calendar->setTimeZoneId(KOPrefs::instance()->mTimeZoneId); |
1435 | bool syncOK = false; | 1435 | bool syncOK = false; |
1436 | QtopiaFormat qtopiaFormat; | 1436 | QtopiaFormat qtopiaFormat; |
1437 | qtopiaFormat.setCategoriesList ( &(KOPrefs::instance()->mCustomCategories)); | 1437 | qtopiaFormat.setCategoriesList ( &(KOPrefs::instance()->mCustomCategories)); |
1438 | bool loadOk = true; | 1438 | bool loadOk = true; |
1439 | if ( !categories.isEmpty() ) | 1439 | if ( !categories.isEmpty() ) |
1440 | loadOk = qtopiaFormat.load( calendar, categories ); | 1440 | loadOk = qtopiaFormat.load( calendar, categories ); |
1441 | if ( loadOk && !datebook.isEmpty() ) | 1441 | if ( loadOk && !datebook.isEmpty() ) |
1442 | loadOk = qtopiaFormat.load( calendar, datebook ); | 1442 | loadOk = qtopiaFormat.load( calendar, datebook ); |
1443 | if ( loadOk && !todolist.isEmpty() ) | 1443 | if ( loadOk && !todolist.isEmpty() ) |
1444 | loadOk = qtopiaFormat.load( calendar, todolist ); | 1444 | loadOk = qtopiaFormat.load( calendar, todolist ); |
1445 | 1445 | ||
1446 | if ( loadOk ) { | 1446 | if ( loadOk ) { |
1447 | getEventViewerDialog()->setSyncMode( true ); | 1447 | getEventViewerDialog()->setSyncMode( true ); |
1448 | syncOK = synchronizeCalendar( mCalendar, calendar, KOPrefs::instance()->mSyncAlgoPrefs ); | 1448 | syncOK = synchronizeCalendar( mCalendar, calendar, KOPrefs::instance()->mSyncAlgoPrefs ); |
1449 | getEventViewerDialog()->setSyncMode( false ); | 1449 | getEventViewerDialog()->setSyncMode( false ); |
1450 | qApp->processEvents(); | 1450 | qApp->processEvents(); |
1451 | if ( syncOK ) { | 1451 | if ( syncOK ) { |
1452 | if ( KOPrefs::instance()->mWriteBackFile ) | 1452 | if ( KOPrefs::instance()->mWriteBackFile ) |
1453 | { | 1453 | { |
1454 | // write back XML file | 1454 | // write back XML file |
1455 | 1455 | ||
1456 | } | 1456 | } |
1457 | setModified( true ); | 1457 | setModified( true ); |
1458 | } | 1458 | } |
1459 | } else { | 1459 | } else { |
1460 | QString question = i18n("Sorry, the file loading\ncommand failed!\n\nNothing synced!\n") ; | 1460 | QString question = i18n("Sorry, the file loading\ncommand failed!\n\nNothing synced!\n") ; |
1461 | QMessageBox::information( 0, i18n("KO/Pi Sync - ERROR"), | 1461 | QMessageBox::information( 0, i18n("KO/Pi Sync - ERROR"), |
1462 | question, i18n("Ok")) ; | 1462 | question, i18n("Ok")) ; |
1463 | } | 1463 | } |
1464 | delete calendar; | 1464 | delete calendar; |
1465 | updateView(); | 1465 | updateView(); |
1466 | return syncOK; | 1466 | return syncOK; |
1467 | 1467 | ||
1468 | 1468 | ||
1469 | #endif | 1469 | #endif |
1470 | 1470 | ||
1471 | } | 1471 | } |
1472 | 1472 | ||
1473 | void CalendarView::setSyncEventsReadOnly() | 1473 | void CalendarView::setSyncEventsReadOnly() |
1474 | { | 1474 | { |
1475 | Event * ev; | 1475 | Event * ev; |
1476 | QPtrList<Event> eL = mCalendar->rawEvents(); | 1476 | QPtrList<Event> eL = mCalendar->rawEvents(); |
1477 | ev = eL.first(); | 1477 | ev = eL.first(); |
1478 | while ( ev ) { | 1478 | while ( ev ) { |
1479 | if ( ev->uid().left(15) == QString("last-syncEvent-") ) | 1479 | if ( ev->uid().left(15) == QString("last-syncEvent-") ) |
1480 | ev->setReadOnly( true ); | 1480 | ev->setReadOnly( true ); |
1481 | ev = eL.next(); | 1481 | ev = eL.next(); |
1482 | } | 1482 | } |
1483 | } | 1483 | } |
1484 | bool CalendarView::openCalendar(QString filename, bool merge) | 1484 | bool CalendarView::openCalendar(QString filename, bool merge) |
1485 | { | 1485 | { |
1486 | 1486 | ||
1487 | if (filename.isEmpty()) { | 1487 | if (filename.isEmpty()) { |
1488 | return false; | 1488 | return false; |
1489 | } | 1489 | } |
1490 | 1490 | ||
1491 | if (!QFile::exists(filename)) { | 1491 | if (!QFile::exists(filename)) { |
1492 | KMessageBox::error(this,i18n("File does not exist:\n '%1'.").arg(filename)); | 1492 | KMessageBox::error(this,i18n("File does not exist:\n '%1'.").arg(filename)); |
1493 | return false; | 1493 | return false; |
1494 | } | 1494 | } |
1495 | 1495 | ||
1496 | globalFlagBlockAgenda = 1; | 1496 | globalFlagBlockAgenda = 1; |
1497 | if (!merge) mCalendar->close(); | 1497 | if (!merge) mCalendar->close(); |
1498 | 1498 | ||
1499 | mStorage->setFileName( filename ); | 1499 | mStorage->setFileName( filename ); |
1500 | 1500 | ||
1501 | if ( mStorage->load(KOPrefs::instance()->mUseQuicksave) ) { | 1501 | if ( mStorage->load(KOPrefs::instance()->mUseQuicksave) ) { |
1502 | if ( merge ) ;//setModified( true ); | 1502 | if ( merge ) ;//setModified( true ); |
1503 | else { | 1503 | else { |
1504 | //setModified( true ); | 1504 | //setModified( true ); |
1505 | mViewManager->setDocumentId( filename ); | 1505 | mViewManager->setDocumentId( filename ); |
1506 | mDialogManager->setDocumentId( filename ); | 1506 | mDialogManager->setDocumentId( filename ); |
1507 | mTodoList->setDocumentId( filename ); | 1507 | mTodoList->setDocumentId( filename ); |
1508 | } | 1508 | } |
1509 | globalFlagBlockAgenda = 2; | 1509 | globalFlagBlockAgenda = 2; |
1510 | // if ( getLastSyncEvent() ) | 1510 | // if ( getLastSyncEvent() ) |
1511 | // getLastSyncEvent()->setReadOnly( true ); | 1511 | // getLastSyncEvent()->setReadOnly( true ); |
1512 | mCalendar->reInitAlarmSettings(); | 1512 | mCalendar->reInitAlarmSettings(); |
1513 | setSyncEventsReadOnly(); | 1513 | setSyncEventsReadOnly(); |
1514 | updateUnmanagedViews(); | 1514 | updateUnmanagedViews(); |
1515 | updateView(); | 1515 | updateView(); |
1516 | if ( filename != MainWindow::defaultFileName() ) | 1516 | if ( filename != MainWindow::defaultFileName() ) |
1517 | saveCalendar( MainWindow::defaultFileName() ); | 1517 | saveCalendar( MainWindow::defaultFileName() ); |
1518 | loadedFileVersion = QDateTime::currentDateTime(); | 1518 | loadedFileVersion = QDateTime::currentDateTime(); |
1519 | return true; | 1519 | return true; |
1520 | } else { | 1520 | } else { |
1521 | // while failing to load, the calendar object could | 1521 | // while failing to load, the calendar object could |
1522 | // have become partially populated. Clear it out. | 1522 | // have become partially populated. Clear it out. |
1523 | if ( !merge ) mCalendar->close(); | 1523 | if ( !merge ) mCalendar->close(); |
1524 | 1524 | ||
1525 | KMessageBox::error(this,i18n("Couldn't load calendar\n '%1'.").arg(filename)); | 1525 | KMessageBox::error(this,i18n("Couldn't load calendar\n '%1'.").arg(filename)); |
1526 | 1526 | ||
1527 | globalFlagBlockAgenda = 2; | 1527 | globalFlagBlockAgenda = 2; |
1528 | updateView(); | 1528 | updateView(); |
1529 | } | 1529 | } |
1530 | return false; | 1530 | return false; |
1531 | } | 1531 | } |
1532 | void CalendarView::setLoadedFileVersion(QDateTime dt) | 1532 | void CalendarView::setLoadedFileVersion(QDateTime dt) |
1533 | { | 1533 | { |
1534 | loadedFileVersion = dt; | 1534 | loadedFileVersion = dt; |
1535 | } | 1535 | } |
1536 | bool CalendarView::checkFileChanged(QString fn) | 1536 | bool CalendarView::checkFileChanged(QString fn) |
1537 | { | 1537 | { |
1538 | QFileInfo finf ( fn ); | 1538 | QFileInfo finf ( fn ); |
1539 | if ( !finf.exists() ) | 1539 | if ( !finf.exists() ) |