[Bug 1534682] Re: Not requesting desktop content when connected to monitor

2016-05-09 Thread Olivier Tilloy
@Gerry: I’m aware of that new API to get the "formFactor" value, but I was referring to the original issue of the window’s screen property not being updated, see the first comment (the browser relies on the size of the current screen to decide whether to advertise a desktop or a mobile UA string).

[Bug 1534682] Re: Not requesting desktop content when connected to monitor

2016-05-09 Thread Gerry Boland
Yep, as of now, you can fetch the shell mode by using the QPlatformNativeInterface::windowProperty api to fetch a "formFactor" property which will return an enum (look in mir for the enum interpretation) indicating what mode the shell is in. Connect to windowPropertyChanged for signal on change. T

[Bug 1534682] Re: Not requesting desktop content when connected to monitor

2016-05-09 Thread Gerry Boland
** Branch unlinked: lp:~gerboland/unity8/window-width-height-changes- acted-upon-always -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1534682 Title: Not requesting desktop content when connected to

[Bug 1534682] Re: Not requesting desktop content when connected to monitor

2016-05-07 Thread Olivier Tilloy
Any update on this? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1534682 Title: Not requesting desktop content when connected to monitor To manage notifications about this bug go to: https://bugs.

[Bug 1534682] Re: Not requesting desktop content when connected to monitor

2016-04-20 Thread Gerry Boland
** Branch linked: lp:~unity-team/qtubuntu/screen-info-without-dpr -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1534682 Title: Not requesting desktop content when connected to monitor To manage not

[Bug 1534682] Re: Not requesting desktop content when connected to monitor

2016-03-09 Thread Michał Sawicz
** Changed in: canonical-devices-system-image Milestone: ww08-2016 => backlog -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1534682 Title: Not requesting desktop content when connected to monito

[Bug 1534682] Re: Not requesting desktop content when connected to monitor

2016-02-29 Thread Pat McGowan
** Changed in: canonical-devices-system-image 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/1534682 Title: Not requesting desktop content when connected to moni

[Bug 1534682] Re: Not requesting desktop content when connected to monitor

2016-02-29 Thread Pat McGowan
** Changed in: canonical-pocket-desktop Status: New => 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/1534682 Title: Not requesting desktop content when connected to monitor To ma

[Bug 1534682] Re: Not requesting desktop content when connected to monitor

2016-02-20 Thread Gerry Boland
** Branch linked: lp:~gerboland/unity8/window-width-height-changes- acted-upon-always -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1534682 Title: Not requesting desktop content when connected to mo

[Bug 1534682] Re: Not requesting desktop content when connected to monitor

2016-02-19 Thread Gerry Boland
I've attached the QtUbuntu branch which 1. correctly updates applications of the screen their window is on, so the Screen information is correct 2. has getters and notifiers for these properties: scale & form factor This branch relies on a QtMir branch to function correctly. All in progress ** B

[Bug 1534682] Re: Not requesting desktop content when connected to monitor

2016-02-18 Thread Pat McGowan
** Changed in: canonical-devices-system-image Milestone: ww04-2016 => ww08-2016 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1534682 Title: Not requesting desktop content when connected to moni

[Bug 1534682] Re: Not requesting desktop content when connected to monitor

2016-02-04 Thread Pat McGowan
** Changed in: canonical-devices-system-image Milestone: ww08-2016 => ww04-2016 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1534682 Title: Not requesting desktop content when connected to moni

[Bug 1534682] Re: Not requesting desktop content when connected to monitor

2016-02-04 Thread Michał Sawicz
** Changed in: canonical-devices-system-image Status: Confirmed => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1534682 Title: Not requesting desktop content when connected to monito

[Bug 1534682] Re: Not requesting desktop content when connected to monitor

2016-02-04 Thread Pat McGowan
** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: canonical-devices-system-image Importance: Undecided => High ** Changed in: canonical-devices-system-image Status: New => Confirmed ** Changed in: canonical-devices-system-image

[Bug 1534682] Re: Not requesting desktop content when connected to monitor

2016-02-04 Thread Pat McGowan
** No longer affects: canonical-devices-system-image -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1534682 Title: Not requesting desktop content when connected to monitor To manage notifications ab

[Bug 1534682] Re: Not requesting desktop content when connected to monitor

2016-01-21 Thread Bill Filler
** Changed in: canonical-pocket-desktop Assignee: Bill Filler (bfiller) => Michał Sawicz (saviq) ** Changed in: canonical-devices-system-image Assignee: Bill Filler (bfiller) => Michał Sawicz (saviq) -- You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 1534682] Re: Not requesting desktop content when connected to monitor

2016-01-21 Thread Olivier Tilloy
No, it’s a slightly different issue: bug #1504084 was an issue in the browser app, this bug is in qtubuntu. ** Changed in: webbrowser-app (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://b

[Bug 1534682] Re: Not requesting desktop content when connected to monitor

2016-01-20 Thread Kugi Eusebio
Isn't this the same as https://bugs.launchpad.net/bugs/1504084 ? I see that it was fixed already but I assume it hasn't landed yet on vivid channels since the package mentioned was for Xenial. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to U

[Bug 1534682] Re: Not requesting desktop content when connected to monitor

2016-01-20 Thread Gerry Boland
Qt not being told the screen changed. Qtubuntu work ** Also affects: qtubuntu (Ubuntu) Importance: Undecided Status: New ** Changed in: qtubuntu (Ubuntu) Status: New => Confirmed ** Changed in: qtubuntu (Ubuntu) Importance: Undecided => High ** Changed in: qtubuntu (Ubuntu)

[Bug 1534682] Re: Not requesting desktop content when connected to monitor

2016-01-19 Thread Pat McGowan
** Changed in: canonical-devices-system-image Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1534682 Title: Not requesting desktop content when connected to monitor T

[Bug 1534682] Re: Not requesting desktop content when connected to monitor

2016-01-15 Thread Olivier Tilloy
** Tags added: convergence -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1534682 Title: Not requesting desktop content when connected to monitor To manage notifications about this bug go to: https: