-rw-r--r-- | kaddressbook/kabcore.cpp | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/kaddressbook/kabcore.cpp b/kaddressbook/kabcore.cpp index ea87929..b0cb986 100644 --- a/kaddressbook/kabcore.cpp +++ b/kaddressbook/kabcore.cpp | |||
@@ -2468,102 +2468,102 @@ int KABCore::takeAddressee( KABC::Addressee* local, KABC::Addressee* remote, i | |||
2468 | //qDebug("conflict! ************************************** "); | 2468 | //qDebug("conflict! ************************************** "); |
2469 | { | 2469 | { |
2470 | KPIM::AddresseeChooser acd ( *local,*remote, localIsNew , this ); | 2470 | KPIM::AddresseeChooser acd ( *local,*remote, localIsNew , this ); |
2471 | result = acd.executeD(localIsNew); | 2471 | result = acd.executeD(localIsNew); |
2472 | return result; | 2472 | return result; |
2473 | } | 2473 | } |
2474 | break; | 2474 | break; |
2475 | case SYNC_PREF_FORCE_LOCAL: | 2475 | case SYNC_PREF_FORCE_LOCAL: |
2476 | return 1; | 2476 | return 1; |
2477 | break; | 2477 | break; |
2478 | case SYNC_PREF_FORCE_REMOTE: | 2478 | case SYNC_PREF_FORCE_REMOTE: |
2479 | return 2; | 2479 | return 2; |
2480 | break; | 2480 | break; |
2481 | 2481 | ||
2482 | default: | 2482 | default: |
2483 | // SYNC_PREF_TAKE_BOTH not implemented | 2483 | // SYNC_PREF_TAKE_BOTH not implemented |
2484 | break; | 2484 | break; |
2485 | } | 2485 | } |
2486 | return 0; | 2486 | return 0; |
2487 | } | 2487 | } |
2488 | 2488 | ||
2489 | 2489 | ||
2490 | bool KABCore::synchronizeAddressbooks( KABC::AddressBook* local, KABC::AddressBook* remote,int mode) | 2490 | bool KABCore::synchronizeAddressbooks( KABC::AddressBook* local, KABC::AddressBook* remote,int mode) |
2491 | { | 2491 | { |
2492 | bool syncOK = true; | 2492 | bool syncOK = true; |
2493 | int addedAddressee = 0; | 2493 | int addedAddressee = 0; |
2494 | int addedAddresseeR = 0; | 2494 | int addedAddresseeR = 0; |
2495 | int deletedAddresseeR = 0; | 2495 | int deletedAddresseeR = 0; |
2496 | int deletedAddresseeL = 0; | 2496 | int deletedAddresseeL = 0; |
2497 | int changedLocal = 0; | 2497 | int changedLocal = 0; |
2498 | int changedRemote = 0; | 2498 | int changedRemote = 0; |
2499 | 2499 | ||
2500 | QString mCurrentSyncName = syncManager->getCurrentSyncName(); | 2500 | QString mCurrentSyncName = syncManager->getCurrentSyncName(); |
2501 | QString mCurrentSyncDevice = syncManager->getCurrentSyncDevice(); | 2501 | QString mCurrentSyncDevice = syncManager->getCurrentSyncDevice(); |
2502 | 2502 | ||
2503 | //QPtrList<Addressee> el = local->rawAddressees(); | 2503 | //QPtrList<Addressee> el = local->rawAddressees(); |
2504 | Addressee addresseeR; | 2504 | Addressee addresseeR; |
2505 | QString uid; | 2505 | QString uid; |
2506 | int take; | 2506 | int take; |
2507 | Addressee addresseeL; | 2507 | Addressee addresseeL; |
2508 | Addressee addresseeRSync; | 2508 | Addressee addresseeRSync; |
2509 | Addressee addresseeLSync; | 2509 | Addressee addresseeLSync; |
2510 | // KABC::Addressee::List addresseeRSyncSharp = remote->getExternLastSyncAddressees(); | 2510 | // KABC::Addressee::List addresseeRSyncSharp = remote->getExternLastSyncAddressees(); |
2511 | //KABC::Addressee::List addresseeLSyncSharp = local->getExternLastSyncAddressees(); | 2511 | //KABC::Addressee::List addresseeLSyncSharp = local->getExternLastSyncAddressees(); |
2512 | bool fullDateRange = false; | 2512 | bool fullDateRange = false; |
2513 | local->resetTempSyncStat(); | 2513 | local->resetTempSyncStat(); |
2514 | mLastAddressbookSync = QDateTime::currentDateTime(); | 2514 | mLastAddressbookSync = QDateTime::currentDateTime(); |
2515 | if ( syncManager->syncWithDesktop() ) { | 2515 | if ( syncManager->syncWithDesktop() ) { |
2516 | remote->removeSyncInfo( QString());//remove all info | 2516 | // remote->removeSyncInfo( QString());//remove all info |
2517 | if ( KSyncManager::mRequestedSyncEvent.isValid() ) { | 2517 | if ( KSyncManager::mRequestedSyncEvent.isValid() ) { |
2518 | mLastAddressbookSync = KSyncManager::mRequestedSyncEvent; | 2518 | mLastAddressbookSync = KSyncManager::mRequestedSyncEvent; |
2519 | qDebug("using extern time for calendar sync: %s ", mLastAddressbookSync.toString().latin1() ); | 2519 | qDebug("using extern time for calendar sync: %s ", mLastAddressbookSync.toString().latin1() ); |
2520 | } else { | 2520 | } else { |
2521 | qDebug("ERROR: KSyncManager::mRequestedSyncEvent has invalid datatime "); | 2521 | qDebug("KSyncManager::mRequestedSyncEvent has invalid datatime "); |
2522 | } | 2522 | } |
2523 | } | 2523 | } |
2524 | QDateTime modifiedCalendar = mLastAddressbookSync; | 2524 | QDateTime modifiedCalendar = mLastAddressbookSync; |
2525 | addresseeLSync = getLastSyncAddressee(); | 2525 | addresseeLSync = getLastSyncAddressee(); |
2526 | qDebug("Last Sync %s ", addresseeLSync.revision().toString().latin1()); | 2526 | qDebug("Last Sync %s ", addresseeLSync.revision().toString().latin1()); |
2527 | addresseeR = remote->findByUid("last-syncAddressee-"+mCurrentSyncName ); | 2527 | addresseeR = remote->findByUid("last-syncAddressee-"+mCurrentSyncName ); |
2528 | if ( !addresseeR.isEmpty() ) { | 2528 | if ( !addresseeR.isEmpty() ) { |
2529 | addresseeRSync = addresseeR; | 2529 | addresseeRSync = addresseeR; |
2530 | remote->removeAddressee(addresseeR ); | 2530 | remote->removeAddressee(addresseeR ); |
2531 | 2531 | ||
2532 | } else { | 2532 | } else { |
2533 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { | 2533 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { |
2534 | addresseeRSync = addresseeLSync ; | 2534 | addresseeRSync = addresseeLSync ; |
2535 | } else { | 2535 | } else { |
2536 | qDebug("FULLDATE 1"); | 2536 | qDebug("FULLDATE 1"); |
2537 | fullDateRange = true; | 2537 | fullDateRange = true; |
2538 | Addressee newAdd; | 2538 | Addressee newAdd; |
2539 | addresseeRSync = newAdd; | 2539 | addresseeRSync = newAdd; |
2540 | addresseeRSync.setFamilyName(mCurrentSyncName + i18n(" - sync addressee")); | 2540 | addresseeRSync.setFamilyName(mCurrentSyncName + i18n(" - sync addressee")); |
2541 | addresseeRSync.setUid("last-syncAddressee-"+mCurrentSyncName ); | 2541 | addresseeRSync.setUid("last-syncAddressee-"+mCurrentSyncName ); |
2542 | addresseeRSync.setRevision( mLastAddressbookSync ); | 2542 | addresseeRSync.setRevision( mLastAddressbookSync ); |
2543 | addresseeRSync.setCategories( i18n("SyncAddressee") ); | 2543 | addresseeRSync.setCategories( i18n("SyncAddressee") ); |
2544 | } | 2544 | } |
2545 | } | 2545 | } |
2546 | if ( addresseeLSync.revision() == mLastAddressbookSync ) { | 2546 | if ( addresseeLSync.revision() == mLastAddressbookSync ) { |
2547 | qDebug("FULLDATE 2"); | 2547 | qDebug("FULLDATE 2"); |
2548 | fullDateRange = true; | 2548 | fullDateRange = true; |
2549 | } | 2549 | } |
2550 | if ( ! fullDateRange ) { | 2550 | if ( ! fullDateRange ) { |
2551 | if ( addresseeLSync.revision() != addresseeRSync.revision() ) { | 2551 | if ( addresseeLSync.revision() != addresseeRSync.revision() ) { |
2552 | 2552 | ||
2553 | // qDebug("set fulldate to true %s %s" ,addresseeLSync->dtStart().toString().latin1(), addresseeRSync->dtStart().toString().latin1() ); | 2553 | // qDebug("set fulldate to true %s %s" ,addresseeLSync->dtStart().toString().latin1(), addresseeRSync->dtStart().toString().latin1() ); |
2554 | //qDebug("%d %d %d %d ", addresseeLSync->dtStart().time().second(), addresseeLSync->dtStart().time().msec() , addresseeRSync->dtStart().time().second(), addresseeRSync->dtStart().time().msec()); | 2554 | //qDebug("%d %d %d %d ", addresseeLSync->dtStart().time().second(), addresseeLSync->dtStart().time().msec() , addresseeRSync->dtStart().time().second(), addresseeRSync->dtStart().time().msec()); |
2555 | fullDateRange = true; | 2555 | fullDateRange = true; |
2556 | qDebug("FULLDATE 3 %s %s", addresseeLSync.revision().toString().latin1() , addresseeRSync.revision().toString().latin1() ); | 2556 | qDebug("FULLDATE 3 %s %s", addresseeLSync.revision().toString().latin1() , addresseeRSync.revision().toString().latin1() ); |
2557 | } | 2557 | } |
2558 | } | 2558 | } |
2559 | // fullDateRange = true; // debug only! | 2559 | // fullDateRange = true; // debug only! |
2560 | if ( fullDateRange ) | 2560 | if ( fullDateRange ) |
2561 | mLastAddressbookSync = QDateTime::currentDateTime().addDays( -100*365); | 2561 | mLastAddressbookSync = QDateTime::currentDateTime().addDays( -100*365); |
2562 | else | 2562 | else |
2563 | mLastAddressbookSync = addresseeLSync.revision(); | 2563 | mLastAddressbookSync = addresseeLSync.revision(); |
2564 | // for resyncing if own file has changed | 2564 | // for resyncing if own file has changed |
2565 | // PENDING fixme later when implemented | 2565 | // PENDING fixme later when implemented |
2566 | #if 0 | 2566 | #if 0 |
2567 | if ( mCurrentSyncDevice == "deleteaftersync" ) { | 2567 | if ( mCurrentSyncDevice == "deleteaftersync" ) { |
2568 | mLastAddressbookSync = loadedFileVersion; | 2568 | mLastAddressbookSync = loadedFileVersion; |
2569 | qDebug("setting mLastAddressbookSync "); | 2569 | qDebug("setting mLastAddressbookSync "); |
@@ -2575,97 +2575,98 @@ bool KABCore::synchronizeAddressbooks( KABC::AddressBook* local, KABC::AddressBo | |||
2575 | QStringList er = remote->uidList(); | 2575 | QStringList er = remote->uidList(); |
2576 | Addressee inR ;//= er.first(); | 2576 | Addressee inR ;//= er.first(); |
2577 | Addressee inL; | 2577 | Addressee inL; |
2578 | 2578 | ||
2579 | syncManager->showProgressBar(0, i18n("Syncing - close to abort!"), er.count()); | 2579 | syncManager->showProgressBar(0, i18n("Syncing - close to abort!"), er.count()); |
2580 | 2580 | ||
2581 | int modulo = (er.count()/10)+1; | 2581 | int modulo = (er.count()/10)+1; |
2582 | int incCounter = 0; | 2582 | int incCounter = 0; |
2583 | while ( incCounter < er.count()) { | 2583 | while ( incCounter < er.count()) { |
2584 | if (syncManager->isProgressBarCanceled()) | 2584 | if (syncManager->isProgressBarCanceled()) |
2585 | return false; | 2585 | return false; |
2586 | if ( incCounter % modulo == 0 ) | 2586 | if ( incCounter % modulo == 0 ) |
2587 | syncManager->showProgressBar(incCounter); | 2587 | syncManager->showProgressBar(incCounter); |
2588 | 2588 | ||
2589 | uid = er[ incCounter ]; | 2589 | uid = er[ incCounter ]; |
2590 | bool skipIncidence = false; | 2590 | bool skipIncidence = false; |
2591 | if ( uid.left(19) == QString("last-syncAddressee-") ) | 2591 | if ( uid.left(19) == QString("last-syncAddressee-") ) |
2592 | skipIncidence = true; | 2592 | skipIncidence = true; |
2593 | QString idS,OidS; | 2593 | QString idS,OidS; |
2594 | qApp->processEvents(); | 2594 | qApp->processEvents(); |
2595 | if ( !skipIncidence ) { | 2595 | if ( !skipIncidence ) { |
2596 | inL = local->findByUid( uid ); | 2596 | inL = local->findByUid( uid ); |
2597 | inR = remote->findByUid( uid ); | 2597 | inR = remote->findByUid( uid ); |
2598 | //inL.setResource( 0 ); | 2598 | //inL.setResource( 0 ); |
2599 | //inR.setResource( 0 ); | 2599 | //inR.setResource( 0 ); |
2600 | if ( !inL.isEmpty() ) { // maybe conflict - same uid in both calendars | 2600 | if ( !inL.isEmpty() ) { // maybe conflict - same uid in both calendars |
2601 | if ( !inL.resource() || inL.resource()->includeInSync() ) { | 2601 | if ( !inL.resource() || inL.resource()->includeInSync() ) { |
2602 | if ( take = takeAddressee( &inL, &inR, mode, fullDateRange ) ) { | 2602 | if ( take = takeAddressee( &inL, &inR, mode, fullDateRange ) ) { |
2603 | //qDebug("take %d %s ", take, inL.summary().latin1()); | 2603 | //qDebug("take %d %s ", take, inL.summary().latin1()); |
2604 | if ( take == 3 ) | 2604 | if ( take == 3 ) |
2605 | return false; | 2605 | return false; |
2606 | if ( take == 1 ) {// take local | 2606 | if ( take == 1 ) {// take local |
2607 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { | 2607 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { |
2608 | inL.setCsum( mCurrentSyncDevice, inR.getCsum(mCurrentSyncDevice) ); | 2608 | inL.setCsum( mCurrentSyncDevice, inR.getCsum(mCurrentSyncDevice) ); |
2609 | inL.setID( mCurrentSyncDevice, inR.getID(mCurrentSyncDevice) ); | 2609 | inL.setID( mCurrentSyncDevice, inR.getID(mCurrentSyncDevice) ); |
2610 | local->insertAddressee( inL, false ); | 2610 | local->insertAddressee( inL, false ); |
2611 | idS = inR.externalUID(); | 2611 | idS = inR.externalUID(); |
2612 | OidS = inR.originalExternalUID(); | 2612 | OidS = inR.originalExternalUID(); |
2613 | } | 2613 | } |
2614 | else | 2614 | else |
2615 | idS = inR.IDStr(); | 2615 | idS = inR.IDStr(); |
2616 | remote->removeAddressee( inR ); | 2616 | remote->removeAddressee( inR ); |
2617 | inR = inL; | 2617 | inR = inL; |
2618 | inR.setTempSyncStat( SYNC_TEMPSTATE_INITIAL ); | 2618 | inR.setTempSyncStat( SYNC_TEMPSTATE_INITIAL ); |
2619 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { | 2619 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { |
2620 | inR.setOriginalExternalUID( OidS ); | 2620 | inR.setOriginalExternalUID( OidS ); |
2621 | inR.setExternalUID( idS ); | 2621 | inR.setExternalUID( idS ); |
2622 | if ( syncManager->syncWithDesktop() ) | 2622 | if ( syncManager->syncWithDesktop() ) |
2623 | inR.setIDStr( "changed" ); | 2623 | inR.setIDStr("changed" ); |
2624 | //inR.insertCustom( "KADDRESSBOOK", "X-KDESYNC","changed" ); | ||
2624 | } else { | 2625 | } else { |
2625 | inR.setIDStr( idS ); | 2626 | inR.setIDStr( idS ); |
2626 | } | 2627 | } |
2627 | inR.setResource( 0 ); | 2628 | inR.setResource( 0 ); |
2628 | remote->insertAddressee( inR , false); | 2629 | remote->insertAddressee( inR , false); |
2629 | ++changedRemote; | 2630 | ++changedRemote; |
2630 | } else { // take == 2 take remote | 2631 | } else { // take == 2 take remote |
2631 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { | 2632 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { |
2632 | if ( inR.revision().date().year() < 2004 ) | 2633 | if ( inR.revision().date().year() < 2004 ) |
2633 | inR.setRevision( modifiedCalendar ); | 2634 | inR.setRevision( modifiedCalendar ); |
2634 | } | 2635 | } |
2635 | idS = inL.IDStr(); | 2636 | idS = inL.IDStr(); |
2636 | local->removeAddressee( inL ); | 2637 | local->removeAddressee( inL ); |
2637 | inL = inR; | 2638 | inL = inR; |
2638 | inL.setIDStr( idS ); | 2639 | inL.setIDStr( idS ); |
2639 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { | 2640 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { |
2640 | inL.setCsum( mCurrentSyncDevice, inR.getCsum(mCurrentSyncDevice) ); | 2641 | inL.setCsum( mCurrentSyncDevice, inR.getCsum(mCurrentSyncDevice) ); |
2641 | inL.setID( mCurrentSyncDevice, inR.getID(mCurrentSyncDevice) ); | 2642 | inL.setID( mCurrentSyncDevice, inR.getID(mCurrentSyncDevice) ); |
2642 | } | 2643 | } |
2643 | inL.setResource( 0 ); | 2644 | inL.setResource( 0 ); |
2644 | local->insertAddressee( inL , false ); | 2645 | local->insertAddressee( inL , false ); |
2645 | ++changedLocal; | 2646 | ++changedLocal; |
2646 | } | 2647 | } |
2647 | } | 2648 | } |
2648 | } | 2649 | } |
2649 | } else { // no conflict | 2650 | } else { // no conflict |
2650 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { | 2651 | if ( mGlobalSyncMode == SYNC_MODE_EXTERNAL ) { |
2651 | QString des = addresseeLSync.note(); | 2652 | QString des = addresseeLSync.note(); |
2652 | if ( des.find( inR.getID(mCurrentSyncDevice) +"," ) >= 0 && mode != 5) { // delete it | 2653 | if ( des.find( inR.getID(mCurrentSyncDevice) +"," ) >= 0 && mode != 5) { // delete it |
2653 | inR.setTempSyncStat( SYNC_TEMPSTATE_DELETE ); | 2654 | inR.setTempSyncStat( SYNC_TEMPSTATE_DELETE ); |
2654 | remote->insertAddressee( inR, false ); | 2655 | remote->insertAddressee( inR, false ); |
2655 | ++deletedAddresseeR; | 2656 | ++deletedAddresseeR; |
2656 | } else { | 2657 | } else { |
2657 | inR.setRevision( modifiedCalendar ); | 2658 | inR.setRevision( modifiedCalendar ); |
2658 | remote->insertAddressee( inR, false ); | 2659 | remote->insertAddressee( inR, false ); |
2659 | inL = inR; | 2660 | inL = inR; |
2660 | inL.setResource( 0 ); | 2661 | inL.setResource( 0 ); |
2661 | local->insertAddressee( inL , false); | 2662 | local->insertAddressee( inL , false); |
2662 | ++addedAddressee; | 2663 | ++addedAddressee; |
2663 | } | 2664 | } |
2664 | } else { | 2665 | } else { |
2665 | if ( inR.revision() > mLastAddressbookSync || mode == 5 ) { | 2666 | if ( inR.revision() > mLastAddressbookSync || mode == 5 ) { |
2666 | inR.setRevision( modifiedCalendar ); | 2667 | inR.setRevision( modifiedCalendar ); |
2667 | remote->insertAddressee( inR, false ); | 2668 | remote->insertAddressee( inR, false ); |
2668 | inR.setResource( 0 ); | 2669 | inR.setResource( 0 ); |
2669 | local->insertAddressee( inR, false ); | 2670 | local->insertAddressee( inR, false ); |
2670 | ++addedAddressee; | 2671 | ++addedAddressee; |
2671 | } else { | 2672 | } else { |
@@ -2767,169 +2768,170 @@ bool KABCore::synchronizeAddressbooks( KABC::AddressBook* local, KABC::AddressBo | |||
2767 | } | 2768 | } |
2768 | 2769 | ||
2769 | 2770 | ||
2770 | //this is a overwritten callbackmethods from the syncinterface | 2771 | //this is a overwritten callbackmethods from the syncinterface |
2771 | bool KABCore::sync(KSyncManager* manager, QString filename, int mode) | 2772 | bool KABCore::sync(KSyncManager* manager, QString filename, int mode) |
2772 | { | 2773 | { |
2773 | 2774 | ||
2774 | //pending prepare addresseeview for output | 2775 | //pending prepare addresseeview for output |
2775 | //pending detect, if remote file has REV field. if not switch to external sync | 2776 | //pending detect, if remote file has REV field. if not switch to external sync |
2776 | mGlobalSyncMode = SYNC_MODE_NORMAL; | 2777 | mGlobalSyncMode = SYNC_MODE_NORMAL; |
2777 | QString mCurrentSyncDevice = manager->getCurrentSyncDevice(); | 2778 | QString mCurrentSyncDevice = manager->getCurrentSyncDevice(); |
2778 | 2779 | ||
2779 | AddressBook abLocal(filename,"syncContact"); | 2780 | AddressBook abLocal(filename,"syncContact"); |
2780 | bool syncOK = false; | 2781 | bool syncOK = false; |
2781 | if ( abLocal.load() ) { | 2782 | if ( abLocal.load() ) { |
2782 | qDebug("AB loaded %s,sync mode %d",filename.latin1(), mode ); | 2783 | qDebug("AB loaded %s,sync mode %d",filename.latin1(), mode ); |
2783 | bool external = false; | 2784 | bool external = false; |
2784 | bool isXML = false; | 2785 | bool isXML = false; |
2785 | if ( filename.right(4) == ".xml") { | 2786 | if ( filename.right(4) == ".xml") { |
2786 | mGlobalSyncMode = SYNC_MODE_EXTERNAL; | 2787 | mGlobalSyncMode = SYNC_MODE_EXTERNAL; |
2787 | isXML = true; | 2788 | isXML = true; |
2788 | abLocal.preExternSync( mAddressBook ,mCurrentSyncDevice, true ); | 2789 | abLocal.preExternSync( mAddressBook ,mCurrentSyncDevice, true ); |
2789 | } else { | 2790 | } else { |
2790 | external = !manager->mIsKapiFile; | 2791 | external = !manager->mIsKapiFile; |
2791 | if ( external ) { | 2792 | if ( external ) { |
2792 | qDebug("Setting vcf mode to external "); | 2793 | qDebug("Setting vcf mode to external "); |
2793 | mGlobalSyncMode = SYNC_MODE_EXTERNAL; | 2794 | mGlobalSyncMode = SYNC_MODE_EXTERNAL; |
2794 | AddressBook::Iterator it; | 2795 | AddressBook::Iterator it; |
2795 | for ( it = abLocal.begin(); it != abLocal.end(); ++it ) { | 2796 | for ( it = abLocal.begin(); it != abLocal.end(); ++it ) { |
2796 | (*it).setID( mCurrentSyncDevice, (*it).uid() ); | 2797 | (*it).setID( mCurrentSyncDevice, (*it).uid() ); |
2797 | (*it).computeCsum( mCurrentSyncDevice ); | 2798 | (*it).computeCsum( mCurrentSyncDevice ); |
2798 | } | 2799 | } |
2799 | } | 2800 | } |
2800 | } | 2801 | } |
2801 | //AddressBook::Iterator it; | 2802 | //AddressBook::Iterator it; |
2802 | //QStringList vcards; | 2803 | //QStringList vcards; |
2803 | //for ( it = abLocal.begin(); it != abLocal.end(); ++it ) { | 2804 | //for ( it = abLocal.begin(); it != abLocal.end(); ++it ) { |
2804 | // qDebug("Name %s ", (*it).familyName().latin1()); | 2805 | // qDebug("Name %s ", (*it).familyName().latin1()); |
2805 | //} | 2806 | //} |
2806 | syncOK = synchronizeAddressbooks( mAddressBook, &abLocal, mode ); | 2807 | syncOK = synchronizeAddressbooks( mAddressBook, &abLocal, mode ); |
2807 | if ( syncOK ) { | 2808 | if ( syncOK ) { |
2808 | if ( syncManager->mWriteBackFile ) | 2809 | if ( syncManager->mWriteBackFile ) |
2809 | { | 2810 | { |
2810 | if ( external ) | 2811 | if ( external ) |
2811 | abLocal.removeSyncAddressees( !isXML); | 2812 | abLocal.removeSyncAddressees( !isXML); |
2812 | qDebug("Saving remote AB "); | 2813 | qDebug("Saving remote AB "); |
2813 | if ( ! abLocal.saveAB()) | 2814 | if ( ! abLocal.saveAB()) |
2814 | qDebug("Error writing back AB to file "); | 2815 | qDebug("Error writing back AB to file "); |
2815 | if ( isXML ) { | 2816 | if ( external ) { |
2816 | // afterwrite processing | 2817 | // afterwrite processing |
2817 | abLocal.postExternSync( mAddressBook,mCurrentSyncDevice ); | 2818 | abLocal.postExternSync( mAddressBook,mCurrentSyncDevice ,isXML); |
2818 | } | 2819 | } |
2819 | } | 2820 | } |
2820 | } | 2821 | } |
2821 | setModified(); | 2822 | setModified(); |
2822 | 2823 | ||
2823 | } | 2824 | } |
2824 | if ( syncOK ) | 2825 | if ( syncOK ) |
2825 | mViewManager->refreshView(); | 2826 | mViewManager->refreshView(); |
2826 | return syncOK; | 2827 | return syncOK; |
2827 | 2828 | ||
2828 | } | 2829 | } |
2829 | void KABCore::removeSyncInfo( QString syncProfile) | 2830 | void KABCore::removeSyncInfo( QString syncProfile) |
2830 | { | 2831 | { |
2831 | qDebug("AB:removeSyncInfo for profile %s ", syncProfile.latin1()); | 2832 | qDebug("AB:removeSyncInfo for profile %s ", syncProfile.latin1()); |
2832 | mAddressBook->removeSyncInfo( syncProfile ); | 2833 | mAddressBook->removeSyncInfo( syncProfile ); |
2834 | setModified(); | ||
2833 | } | 2835 | } |
2834 | 2836 | ||
2835 | 2837 | ||
2836 | //this is a overwritten callbackmethods from the syncinterface | 2838 | //this is a overwritten callbackmethods from the syncinterface |
2837 | bool KABCore::syncExternal(KSyncManager* manager, QString resource) | 2839 | bool KABCore::syncExternal(KSyncManager* manager, QString resource) |
2838 | { | 2840 | { |
2839 | if ( resource == "phone" ) | 2841 | if ( resource == "phone" ) |
2840 | return syncPhone(); | 2842 | return syncPhone(); |
2841 | disableBR( true ); | 2843 | disableBR( true ); |
2842 | QString mCurrentSyncDevice = manager->getCurrentSyncDevice(); | 2844 | QString mCurrentSyncDevice = manager->getCurrentSyncDevice(); |
2843 | 2845 | ||
2844 | AddressBook abLocal( resource,"syncContact"); | 2846 | AddressBook abLocal( resource,"syncContact"); |
2845 | bool syncOK = false; | 2847 | bool syncOK = false; |
2846 | if ( abLocal.load() ) { | 2848 | if ( abLocal.load() ) { |
2847 | qDebug("AB sharp loaded ,sync device %s",mCurrentSyncDevice.latin1()); | 2849 | qDebug("AB sharp loaded ,sync device %s",mCurrentSyncDevice.latin1()); |
2848 | mGlobalSyncMode = SYNC_MODE_EXTERNAL; | 2850 | mGlobalSyncMode = SYNC_MODE_EXTERNAL; |
2849 | abLocal.preExternSync( mAddressBook ,mCurrentSyncDevice, false ); | 2851 | abLocal.preExternSync( mAddressBook ,mCurrentSyncDevice, false ); |
2850 | syncOK = synchronizeAddressbooks( mAddressBook, &abLocal, syncManager->mSyncAlgoPrefs ); | 2852 | syncOK = synchronizeAddressbooks( mAddressBook, &abLocal, syncManager->mSyncAlgoPrefs ); |
2851 | if ( syncOK ) { | 2853 | if ( syncOK ) { |
2852 | if ( syncManager->mWriteBackFile ) { | 2854 | if ( syncManager->mWriteBackFile ) { |
2853 | abLocal.removeSyncAddressees( false ); | 2855 | abLocal.removeSyncAddressees( false ); |
2854 | abLocal.saveAB(); | 2856 | abLocal.saveAB(); |
2855 | abLocal.postExternSync( mAddressBook,mCurrentSyncDevice ); | 2857 | abLocal.postExternSync( mAddressBook,mCurrentSyncDevice, true ); |
2856 | } | 2858 | } |
2857 | } | 2859 | } |
2858 | setModified(); | 2860 | setModified(); |
2859 | } | 2861 | } |
2860 | if ( syncOK ) | 2862 | if ( syncOK ) |
2861 | mViewManager->refreshView(); | 2863 | mViewManager->refreshView(); |
2862 | disableBR( false ); | 2864 | disableBR( false ); |
2863 | return syncOK; | 2865 | return syncOK; |
2864 | 2866 | ||
2865 | } | 2867 | } |
2866 | void KABCore::message( QString m ) | 2868 | void KABCore::message( QString m ) |
2867 | { | 2869 | { |
2868 | topLevelWidget()->setCaption( m ); | 2870 | topLevelWidget()->setCaption( m ); |
2869 | mMessageTimer->start( 15000, true ); | 2871 | mMessageTimer->start( 15000, true ); |
2870 | } | 2872 | } |
2871 | bool KABCore::syncPhone() | 2873 | bool KABCore::syncPhone() |
2872 | { | 2874 | { |
2873 | QString mCurrentSyncDevice = syncManager->getCurrentSyncDevice(); | 2875 | QString mCurrentSyncDevice = syncManager->getCurrentSyncDevice(); |
2874 | QString fileName = getPhoneFile(); | 2876 | QString fileName = getPhoneFile(); |
2875 | if ( !PhoneAccess::readFromPhone( fileName) ) { | 2877 | if ( !PhoneAccess::readFromPhone( fileName) ) { |
2876 | message(i18n("Phone access failed!")); | 2878 | message(i18n("Phone access failed!")); |
2877 | return false; | 2879 | return false; |
2878 | } | 2880 | } |
2879 | AddressBook abLocal( fileName,"syncContact"); | 2881 | AddressBook abLocal( fileName,"syncContact"); |
2880 | bool syncOK = false; | 2882 | bool syncOK = false; |
2881 | { | 2883 | { |
2882 | abLocal.importFromFile( fileName ); | 2884 | abLocal.importFromFile( fileName ); |
2883 | qDebug("AB phone loaded ,sync device %s",mCurrentSyncDevice.latin1()); | 2885 | qDebug("AB phone loaded ,sync device %s",mCurrentSyncDevice.latin1()); |
2884 | mGlobalSyncMode = SYNC_MODE_EXTERNAL; | 2886 | mGlobalSyncMode = SYNC_MODE_EXTERNAL; |
2885 | abLocal.preparePhoneSync( mCurrentSyncDevice, true ); | 2887 | abLocal.preparePhoneSync( mCurrentSyncDevice, true ); |
2886 | abLocal.preExternSync( mAddressBook ,mCurrentSyncDevice, true ); | 2888 | abLocal.preExternSync( mAddressBook ,mCurrentSyncDevice, true ); |
2887 | syncOK = synchronizeAddressbooks( mAddressBook, &abLocal, syncManager->mSyncAlgoPrefs ); | 2889 | syncOK = synchronizeAddressbooks( mAddressBook, &abLocal, syncManager->mSyncAlgoPrefs ); |
2888 | if ( syncOK ) { | 2890 | if ( syncOK ) { |
2889 | if ( syncManager->mWriteBackFile ) { | 2891 | if ( syncManager->mWriteBackFile ) { |
2890 | abLocal.removeSyncAddressees( true ); | 2892 | abLocal.removeSyncAddressees( true ); |
2891 | abLocal.saveABphone( fileName ); | 2893 | abLocal.saveABphone( fileName ); |
2892 | abLocal.findNewExtIds( fileName, mCurrentSyncDevice ); | 2894 | abLocal.findNewExtIds( fileName, mCurrentSyncDevice ); |
2893 | //abLocal.preparePhoneSync( mCurrentSyncDevice, false ); | 2895 | //abLocal.preparePhoneSync( mCurrentSyncDevice, false ); |
2894 | abLocal.postExternSync( mAddressBook,mCurrentSyncDevice ); | 2896 | abLocal.postExternSync( mAddressBook,mCurrentSyncDevice, true ); |
2895 | } | 2897 | } |
2896 | } | 2898 | } |
2897 | setModified(); | 2899 | setModified(); |
2898 | } | 2900 | } |
2899 | if ( syncOK ) | 2901 | if ( syncOK ) |
2900 | mViewManager->refreshView(); | 2902 | mViewManager->refreshView(); |
2901 | return syncOK; | 2903 | return syncOK; |
2902 | } | 2904 | } |
2903 | void KABCore::getFile( bool success ) | 2905 | void KABCore::getFile( bool success ) |
2904 | { | 2906 | { |
2905 | if ( ! success ) { | 2907 | if ( ! success ) { |
2906 | message( i18n("Error receiving file. Nothing changed!") ); | 2908 | message( i18n("Error receiving file. Nothing changed!") ); |
2907 | return; | 2909 | return; |
2908 | } | 2910 | } |
2909 | int count = mAddressBook->importFromFile( sentSyncFile() , false, true ); | 2911 | int count = mAddressBook->importFromFile( sentSyncFile() , false, true ); |
2910 | if ( count ) | 2912 | if ( count ) |
2911 | setModified( true ); | 2913 | setModified( true ); |
2912 | message( i18n("Pi-Sync successful!") ); | 2914 | message( i18n("Pi-Sync successful!") ); |
2913 | mViewManager->refreshView(); | 2915 | mViewManager->refreshView(); |
2914 | } | 2916 | } |
2915 | void KABCore::syncFileRequest() | 2917 | void KABCore::syncFileRequest() |
2916 | { | 2918 | { |
2917 | if ( KABPrefs::instance()->mPassiveSyncWithDesktop ) { | 2919 | if ( KABPrefs::instance()->mPassiveSyncWithDesktop ) { |
2918 | syncManager->slotSyncMenu( 999 ); | 2920 | syncManager->slotSyncMenu( 999 ); |
2919 | } | 2921 | } |
2920 | mAddressBook->export2File( sentSyncFile() ); | 2922 | mAddressBook->export2File( sentSyncFile() ); |
2921 | } | 2923 | } |
2922 | QString KABCore::sentSyncFile() | 2924 | QString KABCore::sentSyncFile() |
2923 | { | 2925 | { |
2924 | #ifdef DESKTOP_VERSION | 2926 | #ifdef DESKTOP_VERSION |
2925 | return locateLocal( "tmp", "copysyncab.vcf" ); | 2927 | return locateLocal( "tmp", "copysyncab.vcf" ); |
2926 | #else | 2928 | #else |
2927 | return QString( "/tmp/copysyncab.vcf" ); | 2929 | return QString( "/tmp/copysyncab.vcf" ); |
2928 | #endif | 2930 | #endif |
2929 | } | 2931 | } |
2930 | 2932 | ||
2931 | void KABCore::setCaptionBack() | 2933 | void KABCore::setCaptionBack() |
2932 | { | 2934 | { |
2933 | mMessageTimer->stop(); | 2935 | mMessageTimer->stop(); |
2934 | topLevelWidget()->setCaption( i18n("KAddressbook/Pi") ); | 2936 | topLevelWidget()->setCaption( i18n("KAddressbook/Pi") ); |
2935 | } | 2937 | } |