Bug 314402 - String representation of KWin::Client should include caption, not name.
Summary: String representation of KWin::Client should include caption, not name.
Status: RESOLVED FIXED
Alias: None
Product: kwin
Classification: Plasma
Component: scripting (show other bugs)
Version: 4.9.5
Platform: Other Linux
: NOR wishlist
Target Milestone: 4.11
Assignee: KWin default assignee
URL: https://git.reviewboard.kde.org/r/108...
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-04 06:35 UTC by reactormonk
Modified: 2013-02-18 08:16 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 4.11
mgraesslin: ReviewRequest+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description reactormonk 2013-02-04 06:35:07 UTC
Currently, when printed, a client is showed as 'KWin::Client(name="")', which is rather useless. Use the caption instead.

Reproducible: Always

Steps to Reproduce:
1. print(workspace.activeClient)
Actual Results:  
prints: 'KWin::Client(name="")'

Expected Results:  
'KWin::Client(caption="Konsole ...")'
Comment 1 Martin Flöser 2013-02-04 07:25:09 UTC
I'm not sure where the output comes from, but I think it's standard QObject functionality. It might make sense to have the same output as if we pass a KWin::Client to kdebug.
Comment 2 Martin Flöser 2013-02-18 08:16:40 UTC
Git commit b2f56c473067f4012aa1f94334543fb775ea9602 by Martin Gräßlin.
Committed on 14/02/2013 at 15:19.
Pushed by graesslin into branch 'master'.

Print useful information for a Client in scripting

Reusing the debug information already specified for QDebug.
FIXED-IN: 4.11
REVIEW: 108959

M  +1    -2    kwin/client.cpp
M  +10   -0    kwin/client.h
M  +8    -2    kwin/scripting/scripting.cpp

http://commits.kde.org/kde-workspace/b2f56c473067f4012aa1f94334543fb775ea9602