lp://qastaging/~mitya57/qtubuntu/qt5.9
- Get this branch:
- bzr branch lp://qastaging/~mitya57/qtubuntu/qt5.9
Branch merges
- Gerry Boland (community): Approve (code)
- Unity8 CI Bot: Needs Fixing (continuous-integration)
-
Diff: 152 lines (+20/-17)10 files modifiedsrc/shared/ubuntutheme.h (+1/-1)
src/ubuntuappmenu/ubuntuappmenu.pro (+1/-1)
src/ubuntumirclient/qmirclientbackingstore.cpp (+1/-1)
src/ubuntumirclient/qmirclientglcontext.cpp (+2/-2)
src/ubuntumirclient/qmirclientglcontext.h (+1/-1)
src/ubuntumirclient/qmirclientintegration.cpp (+5/-5)
src/ubuntumirclient/qmirclientplatformservices.h (+2/-2)
src/ubuntumirclient/qmirclientscreen.cpp (+1/-1)
src/ubuntumirclient/qmirclientwindow.cpp (+1/-1)
src/ubuntumirclient/ubuntumirclient.pro (+5/-2)
Branch information
Recent revisions
- 394. By Dmitry Shachnev
-
Fix build with Qt 5.8 / 5.9
In Qt 5.8, the platformsupport static library has been split into a
set of smaller libraries, adapt to this split.Also make deprecation warnings not fatal, to fix build with 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
- 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
- 385. By Daniel d'Andrada
-
Qt::Tool == mir_window_
type_satellite (LP: #1673415) Approved by: Albert Astals Cid, Unity8 CI Bot
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://qastaging/qtubuntu