** No longer affects: qtmir
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mir in Ubuntu.
https://bugs.launchpad.net/bugs/1525293
Title:
"window->screen()->physicalDotsPerInch() / 25.4" may be negative on
xenial
Status
Invalid for Mir. Unless you can show Mir returning bad data using the
'mirout' command or such.
Mir will indeed have some DisplayConfigurationOutput structures whose
contents are not fully populated. However QtMir should be ignoring those
structures on the basis of the 'used' and 'connected' flags
I'd say error of negative values is when running under xvfb, we just
workarounded that in unity8 version of that code, so probably not a mir
problem?
http://bazaar.launchpad.net/~dandrader/unity8/fixDragHandleTest/revision/2101
--
You received this bug notification because you are a member of Ub
It appears QScreen.physicalDotsPerInch for Mir is implemented in QtMir:
void Screen::setMirDisplayConfiguration(const
mir::graphics::DisplayConfigurationOutput &screen)
{
...
// Physical screen size
m_physicalSize.setWidth(screen.physical_size_mm.width.as_float());
m_physicalSize.setH
This is on xenial only, using the latest UITK, and seen in the address-
book-app's contact_list unit test as described in bug #1525174 if
https://code.launchpad.net/~ubuntu-sdk-team/ubuntu-ui-
toolkit/validDpi/+merge/280312 is not applied in UI Toolkit.
Notably this may have something to do with t
Or (possibility #3) comment #1 might be wrong and maybe Qt gets the DPI
from the new DPI events, and fails.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unity8 in Ubuntu.
https://bugs.launchpad.net/bugs/1525293
Title:
"w
I've been testing and trying to reproduce this issue, including hacking
'mirout' so it works with unity8.
In all cases I only see valid positive numbers for the physical display
dimensions. So this bug is either nothing to do with Mir, or some
device-specific problem. What device do you see the pr
Found the aforementioned expression in the unity8 source. Of course the
data comes from Mir still.
** Also affects: unity8 (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to u
** Also affects: mir
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtubuntu in Ubuntu.
https://bugs.launchpad.net/bugs/1525293
Title:
"window->screen()->physicalDotsPerInch() /
** Also affects: qtubuntu (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtubuntu in Ubuntu.
https://bugs.launchpad.net/bugs/1525293
Title:
"window->screen()->physicalDo
Qtubuntu reads the physical display size from Mir's
DisplayConfiguration. That is then used by Qt to calculate
physicalDotsPerInch().
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mir in Ubuntu.
https://bugs.launchpad.net/bu
11 matches
Mail list logo