Summary: | vertical maximization doesn't work as expected | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Ken Deeter <ktdeeter> |
Component: | core | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Flags: | thomas.luebking:
ReviewRequest+
|
Priority: | LO | ||
Version: | unspecified | ||
Target Milestone: | 4.11 | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
URL: | https://git.reviewboard.kde.org/r/103948/ | ||
Latest Commit: | http://commits.kde.org/kde-workspace/395bee6032ca41a1ebf916110ee95aa6056a94ee | Version Fixed In: | 4.11 |
Sentry Crash Report: |
Description
Ken Deeter
2004-10-19 20:19:33 UTC
this rule is still broken in current master (4.8) It's not about the rule - onedimensionally windows could be freely moved around ever. This would likely also be covered by an approach always allowing to move/resize all maximized windows, but enforce higher screen snapzones for them (so you can move such client away from the bounding borders, but it's hard(er) to do) Git commit 395bee6032ca41a1ebf916110ee95aa6056a94ee by Thomas Lübking. Committed on 17/02/2013 at 01:56. Pushed by luebking into branch 'master'. remove moveResizeMaximized option REVIEW: 103948 Related: bug 299245 FIXED-IN: 4.11 - The setting is ignored, the decoration always gets a "true" for it - moving a maximized window requires breaking a "strong" snap (1/16 of screen height - unless you use quick maximization) - all snapping is done towards the client, not the frame - QuickTileMode is exported to the decoration (just as the maximizeMode) so that it can fix the bordersize alongside that. M +1 -0 kwin/bridge.cpp M +1 -0 kwin/bridge.h M +12 -2 kwin/client.cpp M +4 -2 kwin/client.h M +74 -42 kwin/geometry.cpp M +5 -0 kwin/kcmkwin/kwindecoration/preview.cpp M +1 -0 kwin/kcmkwin/kwindecoration/preview.h M +12 -1 kwin/libkdecorations/kdecoration.cpp M +32 -5 kwin/libkdecorations/kdecoration.h M +0 -7 kwin/libkdecorations/kdecoration_p.cpp M +0 -1 kwin/libkdecorations/kdecoration_p.h M +1 -0 kwin/libkdecorations/kdecorationbridge.h M +0 -15 kwin/libkwineffects/kwinglobals.h M +1 -0 kwin/workspace.h http://commits.kde.org/kde-workspace/395bee6032ca41a1ebf916110ee95aa6056a94ee |