[Merge] lp:~mir-team/qtubuntu/port-to-mirclient into lp:qtubuntu

Daniel d'Andrada daniel.dandrada at canonical.com
Mon Feb 23 15:07:48 UTC 2015


Review: Needs Fixing

In src/ubuntumirclient/window.cpp:

"""
843	- ua_ui_window_show(d->window);
844	+ setWindowState(Qt::WindowNoState);
845	+
"""

This breaks the use case of applications that start up as fullscreen, such as camera-app and media-player. They are starting as fullscreen but get immediately resized to "non-fullscreen" because setVisible(true) has the side-effect of going out of fullscreen state with the change above.
-- 
https://code.launchpad.net/~mir-team/qtubuntu/port-to-mirclient/+merge/245164
Your team Ubuntu Phablet Team is subscribed to branch lp:qtubuntu.



More information about the Ubuntu-reviews mailing list