Version: (using Devel) Compiler: gcc 4.3.2 OS: Linux Installed from: Compiled sources - Launch Kaddressbook - Create two empty addressbooks (ex: AB1 and AB2) - Select AB1 and click on the 'New Contact' button The address book selected by default in the 'New Contact' dialogue is not AB1 which is confusing. Could it be possible to make it so? Also could it be possible to move a Contact from one address book to another from the 'Edit Contact' dialogue? Trunk, Svn Rev 1016607
SVN commit 1019853 by tokoe: Set the current selected address book as default address book in the contact editor. BUG: 205744 M +9 -0 mainwidget.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1019853
I still have the same bug. I tried to found out why and here are more detailled steps to reproduce this bug: - Launch Kaddressbook - Import a .vcf file addressbooks (ex: AB0) using File menu/Import/import vCard... - And create two empty addressbooks (ex: AB1 and AB2) - Select AB1 and click on the 'New Contact' button The address book selected by default in the 'New Contact' dialogue is not AB1 but AB0 which is confusing. Trunk, Svn Rev 1021831
Hi Tobias, Since you told me you could not reproduce this bug, here are new steps that hopefully will help you to see it: - Configure Akonadi with an IMAP and Kolab resource. - Launch Kaddressbook - In the Address book column you should have two address books: Contacts (from the Kolab IMAP) and std.vcf - select std.vcf and click on the 'New Contact' button - The 'New Contact' dialogue opens But in the 'Add to' combo box you can see that 'Contacts' has been selected automatically even though you selected std.vcf Trunk, Svn Rev 1022237
Hi Tobias, about the patch you sent sabine: it tells us that the method is not called at all. I added debug output in the AsyncSelectionHandler constructor, and that one is called (so the recompile + restart kontact way of testing was correct), but the waitForCollection method is not called.
SVN commit 1025376 by tokoe: Forward the newContact()/newGroup() actions to the KAddressBook part. BUG: 205744 M +1 -1 CMakeLists.txt M +20 -7 kaddressbook_plugin.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1025376
It is corrected now. The selected address book is the same one in which the new contact will be added. Trunk, Svn Rev 1027237