lp://qastaging/qtubuntu
- Get this branch:
- bzr branch lp://qastaging/qtubuntu
Branch merges
Branch information
Recent revisions
- 394. By Dmitry Shachnev
-
Fix build with Qt 5.9 and new MIR.
- 392. By Lukáš Tinkl
-
Use the correct font (Ubuntu family) and icon theme (suru) (LP: #1676878)
Approved by: Daniel d'Andrada, Unity8 CI Bot
- 390. By Daniel d'Andrada
-
Proper implementation of QPlatformScreen
::logicalDpi It's *not* the physical DPI.
It's just a value used for scaling point sized UI elements (mainly QWidget text)You can view it as the value used to convert pt (point) to pixels (LP: #1675572)
Approved by: Gerry Boland, Lukáš Tinkl, Unity8 CI Bot
- 389. By Alberto Aguirre
-
Remove more uses of deprecated mir apis.
- Use proper extension for translating window coordinates
- Use a window spec to apply a cursor name to a window.Approved by: Daniel d'Andrada, Gerry Boland, Unity8 CI Bot
- 388. By Albert Astals Cid
-
Honor the menu item visibility (LP: #1675802)
Approved by: Lukáš Tinkl, Unity8 CI Bot
- 387. By Albert Astals Cid
-
Remove signal noone uses
Approved by: Lukáš Tinkl, Unity8 CI Bot
- 386. By Gerry Boland
-
BackingStore: is possible for context's QPlatformSurface to be deleted before backing store is.
On destruction, check if there is a current context, and if not, it is likely the QWindow's original QPlatformSurface has been deleted. To clean up properly, need to create a temporary QOffscreenSurface, which can then acquire the GL context and delete the texture safely.
Approved by: Daniel d'Andrada, Unity8 CI Bot
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)