Bug 183489 - Light Table steels focus
Summary: Light Table steels focus
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: LightTable-Workflow (show other bugs)
Version: 0.10.0
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-06 23:56 UTC by Michael
Modified: 2022-02-01 09:18 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 7.6.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael 2009-02-06 23:56:46 UTC
Version:           0.10 latest svn (using KDE 4.2.0)
OS:                Linux
Installed from:    Ubuntu Packages

Hi
I have images in full view in digikam and want ot add them to the light table via the context menue, but each time I add a picture the light table comes in front but doesn't get the focus of the taskbar, so I have to double click the digikam button in the taskbar to get it back which is annoying... I think light table should just appear in background so that you can switch when you have added your images... at least it should get the focus in the taskbar... 
Another small issue, the light table has no special icon on my system, so just an empty system icon...
greets mike
Comment 1 Marcel Wiesweg 2009-02-07 15:34:57 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
Comment 2 Marcel Wiesweg 2009-02-07 15:35:40 UTC
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
Comment 3 Marcel Wiesweg 2009-02-07 16:41:35 UTC
- 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.