Summary: | Create vcf-Handling via Mime-Filetype (click to import) | ||
---|---|---|---|
Product: | [Applications] kaddressbook | Reporter: | Samuel Suther <s.suther> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | montel, sorabsuperstar, tokoe |
Priority: | NOR | ||
Version: | 4.10 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdepim/0b66f68a0c8e803dd98c817a4de91097862b5ac2 | Version Fixed In: | 4.13 |
Sentry Crash Report: |
Description
Samuel Suther
2013-03-28 11:31:39 UTC
I confirm it. Will implement it soon. One up for this bug fix / feature request I believe there are many 'bugs' files here that boil down to the same root cause, i.e. that kaddressbook/kontact cant handle vcard other than through the import filter which (as far I understand) can only be used though the GUI. Laurent, if possible please implement in a general way, i.e. so that command line operations along the lines of kaddressbook --import [file].vcf or [some script that yields vcard data] > kaddressbook will make sense Enabling kaddressbook to handle vcard as MIME type should also fix those other 'bugs' that report that vcards found by krunner will just open as plain text files in Kate or that vcard-fiels can not be imported easily from Dolphin. Thanks for your kind consideration :) Oki will implement it tomorrow I hope. I put on my todo list for tomorrow. Will investigate. It's right there is a lot of bug that I must look at and after some time I forgot... sorry. Git commit 2d04283fa8aa850b9bbd2d14d0ff9dece032c7ad by Montel Laurent. Committed on 22/11/2013 at 06:59. Pushed by mlaurent into branch 'master'. Start to implement import vcard M +6 -1 kaddressbook/main.cpp M +5 -0 kaddressbook/mainwidget.cpp M +2 -0 kaddressbook/mainwidget.h M +6 -0 kaddressbook/mainwindow.cpp M +2 -2 kaddressbook/mainwindow.h http://commits.kde.org/kdepim/2d04283fa8aa850b9bbd2d14d0ff9dece032c7ad Git commit 0b66f68a0c8e803dd98c817a4de91097862b5ac2 by Montel Laurent. Committed on 22/11/2013 at 07:42. Pushed by mlaurent into branch 'master'. Fix Bug 317483 - Create vcf-Handling via Mime-Filetype (click to import) FIXED-IN: 4.13 M +1 -1 kaddressbook/CMakeLists.txt A +8 -0 kaddressbook/kaddressbook-importer.desktop M +5 -1 kaddressbook/kaddressbook_options.h M +4 -1 kaddressbook/main.cpp M +27 -0 kaddressbook/xxportmanager.cpp M +6 -2 kaddressbook/xxportmanager.h http://commits.kde.org/kdepim/0b66f68a0c8e803dd98c817a4de91097862b5ac2 There is a .desktop file to allow to import it directly from dolphin. Wow, that's what I call immediate action Thank you, and keep up the good work. :) |