[Bug 1360258] Re: Can see through prompt surface when entering spread mode

2015-01-08 Thread Michael Zanetti
** Changed in: unity8 (Ubuntu)
   Status: In Progress = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1360258

Title:
  Can see through prompt surface when entering spread mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1360258/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1360258] Re: Can see through prompt surface when entering spread mode

2014-11-26 Thread Michael Zanetti
** Changed in: unity8 (Ubuntu)
 Assignee: Nick Dedekind (nick-dedekind) = Michael Zanetti (mzanetti)

** Branch linked: lp:~mzanetti/unity8/spread-opacity-changes

** Changed in: unity8 (Ubuntu)
   Status: Triaged = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1360258

Title:
  Can see through prompt surface when entering spread mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1360258/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1360258] Re: Can see through prompt surface when entering spread mode

2014-09-09 Thread Michał Sawicz
** No longer affects: unity8

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1360258

Title:
  Can see through prompt surface when entering spread mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1360258/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1360258] Re: Can see through prompt surface when entering spread mode

2014-09-09 Thread kevin gunn
yep, happens on image#234

** Changed in: unity8 (Ubuntu)
   Importance: Undecided = Medium

** Changed in: unity8 (Ubuntu)
   Status: New = Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1360258

Title:
  Can see through prompt surface when entering spread mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1360258/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1360258] Re: Can see through prompt surface when entering spread mode

2014-09-09 Thread Michał Sawicz
This is because QML by default applies the opacity on all children
separately, to have a blended texture you need to enable layering on it:

http://qt-project.org/doc/qt-5/qml-qtquick-item.html#layer.enabled-prop

Problem with that is that it's more expensive because the texture has to
be rendered offscreen first. Wonder if we can make the root app surface
invisible when prompt is fully on? Or do we support/expect
semitransparent prompts?

** Changed in: unity8 (Ubuntu)
 Assignee: (unassigned) = Nick Dedekind (nick-dedekind)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1360258

Title:
  Can see through prompt surface when entering spread mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1360258/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs