Summary: | merging contacts | ||
---|---|---|---|
Product: | [Applications] kaddressbook | Reporter: | Jan <anmeldungen> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | bendj095124367913213465, blaueshawaiihemd, fedotov.i.f, gassauer, heri+kde, hpj, inwood50, kdebugs, steffen, tokoe |
Priority: | NOR | ||
Version: | 5.5.3 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdepim/2f0f1aafb9b4f84751fd838c9177c4fc2748e307 | Version Fixed In: | |
Sentry Crash Report: |
Description
Jan
2010-06-24 00:17:22 UTC
Merging the information rather than copy/insert by hand would be really helpful! (I have several contact lists put together - and hundreds of duplicates or different information about the same contact.) This feature was implemented in a former version of kaddressbook, wasn't it? Yes, as far as i know this was a feature of kAdressbook at the 3.5 realeases just curious -- shouldn't this be considered a regression, rather than a wishlist item? Please, add this feature! Have a look at how GMail does, and... make it better ;-) I'd like to be able to select the fields on which the comparison is made -- GMail doesn't allow this, and the results are often horribly fuzzy. On the same line, a "find [and merge] duplicates" feature would be great. Cheers, ^s This seems to be related to Bug 241386. *** This bug has been confirmed by popular vote. *** *** Bug 278780 has been marked as a duplicate of this bug. *** This feature is still missing in KDE 4.9. Git commit 10b6d9802a6ba63dd962390285c35bc68c9f6d02 by Montel Laurent. Committed on 16/11/2013 at 13:49. Pushed by mlaurent into branch 'master'. Continue to implement merge contacts Related: bug 241386, bug 325186 M +7 -1 kaddressbook/CMakeLists.txt R +0 -0 kaddressbook/merge/mergecontacts.cpp [from: kaddressbook/mergecontacts.cpp - 100% similarity] C +0 -0 kaddressbook/merge/mergecontacts.h [from: kaddressbook/mergecontacts.h - 100% similarity] A +52 -0 kaddressbook/merge/mergecontactsdialog.cpp [License: GPL (v2)] C +13 -8 kaddressbook/merge/mergecontactsdialog.h [from: kaddressbook/mergecontacts.h - 071% similarity] A +52 -0 kaddressbook/merge/searchduplicatecontactdialog.cpp [License: GPL (v2)] R +12 -8 kaddressbook/merge/searchduplicatecontactdialog.h [from: kaddressbook/mergecontacts.h - 067% similarity] http://commits.kde.org/kdepim/10b6d9802a6ba63dd962390285c35bc68c9f6d02 Git commit 2f0f1aafb9b4f84751fd838c9177c4fc2748e307 by Montel Laurent. Committed on 16/02/2015 at 12:23. Pushed by mlaurent into branch 'KDE/4.14'. Fix Bug 325186 - There is no way to merge contacts Related: bug 325186, bug 241386 M +22 -0 kaddressbook/merge/manualmerge/mergecontactsdialog.cpp M +6 -1 kaddressbook/merge/manualmerge/mergecontactsdialog.h M +19 -38 kaddressbook/merge/manualmerge/mergecontactwidget.cpp M +6 -1 kaddressbook/merge/manualmerge/mergecontactwidget.h M +2 -1 kaddressbook/merge/tests/mergecontactsdialogtest.cpp http://commits.kde.org/kdepim/2f0f1aafb9b4f84751fd838c9177c4fc2748e307 These are GREAT news! Let's see, how that works out.. kaddressbook keeps merging my various addressbooks into one combined addressbook |