Summary: | There is no way to merge contacts | ||
---|---|---|---|
Product: | [Applications] kaddressbook | Reporter: | wjl |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | borden_c, chris.kerr, jjm, tokoe |
Priority: | NOR | ||
Version: | 4.10.5 | ||
Target Milestone: | --- | ||
Platform: | Debian unstable | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdepim/2f0f1aafb9b4f84751fd838c9177c4fc2748e307 | Version Fixed In: | |
Sentry Crash Report: |
Description
wjl
2013-09-22 23:41:21 UTC
In addition, it would be nice if the merged contact "remembers" in some way the IDs of the contacts that were merged to form it, so I don't have to merge again the next time I import updated contacts from my phone to kaddressbook. 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 242647 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 241386, bug 242647 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 May God bless and keep all those who worked and fixed this bug. May your lives be accomplished and fulfilled and your harvests bountiful. (Seriously, thank you very much for tackling this) |