D8851: Set enable_blur_behind hint on demand.

2017-11-21 Thread David Edmundson
This revision was automatically updated to reflect the committed changes.
Closed by commit R236:5491f35c32c2: Set enable_blur_behind hint on demand. 
(authored by davidedmundson).

REPOSITORY
  R236 KWidgetsAddons

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D8851?vs=22475=22690

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

AFFECTED FILES
  src/ktooltipwidget.cpp

To: davidedmundson, elvisangelaccio, broulik
Cc: #frameworks


D8851: Set enable_blur_behind hint on demand.

2017-11-17 Thread Kai Uwe Broulik
broulik accepted this revision.

REPOSITORY
  R236 KWidgetsAddons

BRANCH
  master

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

To: davidedmundson, elvisangelaccio, broulik
Cc: #frameworks


D8851: Set enable_blur_behind hint on demand.

2017-11-17 Thread Elvis Angelaccio
elvisangelaccio accepted this revision.
This revision is now accepted and ready to land.

REPOSITORY
  R236 KWidgetsAddons

BRANCH
  master

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

To: davidedmundson, elvisangelaccio
Cc: #frameworks


D8851: Set enable_blur_behind hint on demand.

2017-11-16 Thread David Edmundson
davidedmundson created this revision.
Restricted Application added a project: Frameworks.
Restricted Application added a subscriber: Frameworks.

REVISION SUMMARY
  Creating a window handle is relatively slow. We don't want it in the
  constructor if we don't need it.
  
  Replaces https://phabricator.kde.org/D8845

TEST PLAN
  Opened on X and Wayland. Looked the same as before.
  (which to me isn't very blurry, but a regular grey?)

REPOSITORY
  R236 KWidgetsAddons

BRANCH
  master

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

AFFECTED FILES
  src/ktooltipwidget.cpp

To: davidedmundson
Cc: #frameworks