Summary: | Add screen management actions to window context menus | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Anders Lund <anderslund> |
Component: | core | Assignee: | Martin Flöser <mgraesslin> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | kwin-bugs-null, m.wege |
Priority: | NOR | Flags: | mgraesslin:
ReviewRequest+
|
Version: | 4.9.0 | ||
Target Milestone: | 4.10 | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
URL: | https://git.reviewboard.kde.org/r/106065/ | ||
Latest Commit: | http://commits.kde.org/kde-workspace/1739330fa5cf7bc074af16acb8214e1cec4e53f2 | Version Fixed In: | 4.10 |
Sentry Crash Report: | |||
Bug Depends on: | 296056 | ||
Bug Blocks: |
Description
Anders Lund
2011-03-23 09:23:32 UTC
*** Bug 223105 has been marked as a duplicate of this bug. *** dev note: this should also be made available in libtaskmanager. Review Request is just for KWin. Adding to the tasks manager is unfortunately not trivial as important information is lacking (e.g. the screen). There's no screen concept in NETWM (surprise) The taskbar will have to do a geometry comparism (and map geometries when setting the screen) but it's likely better to move that into KWindowInfo / KWindowSystem for frameworks. yes, that's why I discarded my started changes in the lib again. I realized it needs to be done properly and that has (unfortunately) to wait for Frameworks 5 Git commit 1739330fa5cf7bc074af16acb8214e1cec4e53f2 by Martin Gräßlin. Committed on 17/08/2012 at 22:32. Pushed by graesslin into branch 'master'. Adding a screen menu to the Client's useraction menu New "Move To Screen" menu is shown after the "Move To Desktop" menu if there are multiple screens and the window can be moved to another screen. Menu contains one radio button for each screen. Selecting an entry sends the Client to the selected screen. FIXED-IN: 4.10 REVIEW: 106065 M +69 -0 kwin/useractions.cpp M +1 -0 kwin/workspace.cpp M +4 -0 kwin/workspace.h http://commits.kde.org/kde-workspace/1739330fa5cf7bc074af16acb8214e1cec4e53f2 |