lp://staging/~gerboland/qtmir/decouple-qteventfeeder-screensmodel
- Get this branch:
- bzr branch lp://staging/~gerboland/qtmir/decouple-qteventfeeder-screensmodel
Branch merges
- Unity8 CI Bot (community): Approve (continuous-integration)
- Daniel d'Andrada (community): Approve
-
Diff: 362 lines (+43/-69)9 files modifiedsrc/platforms/mirserver/qmirserver_p.cpp (+1/-1)
src/platforms/mirserver/qteventfeeder.cpp (+24/-20)
src/platforms/mirserver/qteventfeeder.h (+3/-6)
src/platforms/mirserver/screensmodel.cpp (+5/-22)
src/platforms/mirserver/screensmodel.h (+1/-4)
src/platforms/mirserver/windowmanagementpolicy.cpp (+4/-6)
src/platforms/mirserver/windowmanagementpolicy.h (+2/-5)
tests/mirserver/QtEventFeeder/mock_qtwindowsystem.h (+1/-2)
tests/mirserver/QtEventFeeder/qteventfeeder_test.cpp (+2/-3)
Branch information
Recent revisions
- 636. By Gerry Boland
-
Decouple QtEventFeeder and ScreensModel, event feeder can rely on qGuiApp::screens()
- 634. By Alan Griffiths
-
Compatibility with lp:mir and lp:~alan-griffiths/miral/1.3
Approved by: Gerry Boland, Unity8 CI Bot
- 633. By Alan Griffiths
-
MirAL will be correcting another spelling error shortly. Avoid an FTBFS when that happens.
Approved by: Gerry Boland, Unity8 CI Bot
- 632. By Andreas Pokorny
-
Report and consume exception that may occur on constructing a keymap (LP: #1557634)
Approved by: Daniel d'Andrada, Unity8 CI Bot
- 631. By Gerry Boland
-
Add env var equivalent to desktop_file_hint
Approved by: Daniel d'Andrada, Unity8 CI Bot
- 630. By Daniel d'Andrada
-
Ensure the window that got a key down also gets the corresponding key up
Otherwise it will be left in a inconsistent state (with a pressed key hanging around).
QQuickWindow's input dispatching doesn't guarantee that for its QQuickItem.
So we have to do it ourselves.This can happen when qml active focus changes in response to a key press.
Eg: client creates a child window in response to a Ctrl+O. By the time the user
releases the Ctrl, active focus will already be in the child window, so the child window
will get the release event instead of the top-level one. (LP: #1671072)Approved by: Gerry Boland, 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://staging/qtmir