lp://staging/~gerboland/qtubuntu/fix-test-crash-backingstore
- Get this branch:
- bzr branch lp://staging/~gerboland/qtubuntu/fix-test-crash-backingstore
Branch merges
- Daniel d'Andrada (community): Approve
- Unity8 CI Bot: Approve (continuous-integration)
-
Diff: 36 lines (+13/-3)1 file modifiedsrc/ubuntumirclient/qmirclientbackingstore.cpp (+13/-3)
Branch information
Recent revisions
- 379. 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.
- 377. By Albert Astals Cid
-
Initialize m_tag
It's most probably not needed but it's proper to do.
On what to initialize half of the QPA do 0 and half do this, i went for this
Approved by: Lukáš Tinkl, Unity8 CI Bot
- 376. By Albert Astals Cid
-
Make sure mMimeData doesn't point to already deleted memory
QMirClientClipb
oard::mimeData( QClipboard: :Mode mode) calls updateMimeData() and then returns mMimeData Given that updateMimeData() can end up deleting the data in mMimeData but not always resetting the pointer we may end up returning a pointer that points to garbage
Approved by: Daniel d'Andrada, Unity8 CI Bot
- 375. By CI Train Bot Account
-
Implement QPlatformWindow
::setMask and add support for special InputMethod
window type
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/qtubuntu