Merge lp://staging/~macslow/qtubuntu/fix-1475678 into lp://staging/qtubuntu
Proposed by
Mirco Müller
Status: | Work in progress |
---|---|
Proposed branch: | lp://staging/~macslow/qtubuntu/fix-1475678 |
Merge into: | lp://staging/qtubuntu |
Diff against target: |
87 lines (+32/-0) 3 files modified
src/ubuntumirclient/input.cpp (+12/-0) src/ubuntumirclient/window.cpp (+17/-0) src/ubuntumirclient/window.h (+3/-0) |
To merge this branch: | bzr merge lp://staging/~macslow/qtubuntu/fix-1475678 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ubuntu Phablet Team | Pending | ||
Review via email: mp+265459@code.staging.launchpad.net |
Commit message
Hook up listening to changes of mir_surface_
Description of the change
Hook up listening to changes of mir_surface_
To post a comment you must log in.
Unmerged revisions
- 273. By Mirco Müller
-
Use temp. logging for UbuntuInput:
:customEvent( ). - 272. By Mirco Müller
-
Use better-fitting term of "exposed" instead of "visible" in related calls... also matches qtmir's meaning of visibility better.
- 271. By Mirco Müller
-
Implement isExposed() for UbuntuWindow and store visible state passed in via handleSurfaceVi
sibleChange( ). - 270. By Mirco Müller
-
Make a client-window set its visible-flag based on corresponding mir-surface-event coming in.