Summary: | Light Table steels focus | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Michael <m.mickey> |
Component: | LightTable-Workflow | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | marcel.wiesweg |
Priority: | NOR | ||
Version: | 0.10.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 7.6.0 | |
Sentry Crash Report: |
Description
Michael
2009-02-06 23:56:46 UTC
SVN commit 922704 by mwiesweg: Use KWindowSystem calls to prevent any problems with window focus CCBUG: 183489 M +12 -7 albumiconview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=922704 SVN commit 922709 by mwiesweg: If light table is empty, use "Place onto Light Table", if there are already pictures added, use "Add to Light Table". "Add to" makes no sense for empty table. CCBUG: 183489 M +11 -2 albumiconview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=922709 - using KWindowSystem should ensure that window is properly activated, even where pure Qt calls fail - the icon is set properly here, it's the main application's icon. If you mean the icon in the menus to invoke the lighttable, than it's a packaging problem. - I have not removed the window activation after "Add to". I expect the normal workflow is that you want to view the pictures on the light table immediately after you added them. It can be unexpected that "nothing" happens after the "add to" action. |