D6726: [aurorae] Mark the render QQuickWindow as frameless

2017-07-17 Thread Martin Flöser
This revision was automatically updated to reflect the committed changes.
Closed by commit R108:5cb91762be43: [aurorae] Mark the render QQuickWindow as 
frameless (authored by graesslin).

REPOSITORY
  R108 KWin

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D6726?vs=16757=16824

REVISION DETAIL
  https://phabricator.kde.org/D6726

AFFECTED FILES
  plugins/kdecorations/aurorae/src/aurorae.cpp

To: graesslin, #kwin, #plasma, mart
Cc: plasma-devel, kwin, ZrenBot, progwolff, lesliezhai, ali-mohamed, hardening, 
jensreuterberg, abetts, sebas, apol, mart, lukas


D6726: [aurorae] Mark the render QQuickWindow as frameless

2017-07-17 Thread Marco Martin
mart accepted this revision.
This revision is now accepted and ready to land.

REPOSITORY
  R108 KWin

BRANCH
  aurorae-fix-wayland-recursion-5.10

REVISION DETAIL
  https://phabricator.kde.org/D6726

To: graesslin, #kwin, #plasma, mart
Cc: plasma-devel, kwin, ZrenBot, progwolff, lesliezhai, ali-mohamed, hardening, 
jensreuterberg, abetts, sebas, apol, mart, lukas


D6726: [aurorae] Mark the render QQuickWindow as frameless

2017-07-15 Thread Martin Flöser
graesslin created this revision.
Restricted Application added a project: KWin.
Restricted Application added subscribers: kwin, plasma-devel.

REVISION SUMMARY
  On Wayland aurorae was creating a lot of stress for the system and
  basically turning the system unusable in a short time. This was due to
  a recursion starting to create OpenGL contexts. The window created a
  decoration (aurorae) which created a QQuickWindow. For that KWin creates
  an internal window which in turn triggers the creation of a window
  decoration and so on and on.
  
  By simply setting the render QQuickWindow as frameless we can prevent
  this recursion.

TEST PLAN
  Tested on Wayland and X11. On Wayland the recursion is gone.

REPOSITORY
  R108 KWin

BRANCH
  aurorae-fix-wayland-recursion-5.10

REVISION DETAIL
  https://phabricator.kde.org/D6726

AFFECTED FILES
  plugins/kdecorations/aurorae/src/aurorae.cpp

To: graesslin, #kwin, #plasma
Cc: plasma-devel, kwin, ZrenBot, progwolff, lesliezhai, ali-mohamed, hardening, 
jensreuterberg, abetts, sebas, apol, mart, lukas