[Digikam-devel] [Bug 158437] Add ability to create/assign a tags to pictures while importing.
Marcel Wiesweg
marcel.wiesweg at gmx.de
Wed Sep 2 17:42:00 BST 2009
https://bugs.kde.org/show_bug.cgi?id=158437
Marcel Wiesweg <marcel.wiesweg at gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |marcel.wiesweg at gmx.de
--- Comment #9 from Marcel Wiesweg <marcel wiesweg gmx de> 2009-09-02 18:41:58 ---
> Warning : you cannot apply tag during donwloading because it use separate
> thread and you cannot access to DB at this moment. You must delay this task
> just after, outside thread.
If you copy the file it is not in the db immediately, you have to wait for the
collection scanner to catch up. In CameraUI::finishDialog() we trigger the
collection scanner explicitly, but even this is asynchronous. It's a bit
difficult. A possible technique is what we do in ScanController::recordHints()
for copy+move operations.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Digikam-devel
mailing list