Merge lp://qastaging/~ksamak/compiz/ezoom_focus_tracking into lp://qastaging/compiz/0.9.13
Proposed by
ksamak
| Status: | Needs review |
|---|---|
| Proposed branch: | lp://qastaging/~ksamak/compiz/ezoom_focus_tracking |
| Merge into: | lp://qastaging/compiz/0.9.13 |
| Diff against target: |
1617 lines (+1252/-39) 17 files modified
debian/compiz-dev.install (+1/-0) debian/compiz-plugins-default.install (+2/-0) debian/control (+1/-0) plugins/ezoom/CMakeLists.txt (+1/-1) plugins/ezoom/ezoom.xml.in (+35/-8) plugins/ezoom/src/ezoom.cpp (+123/-28) plugins/ezoom/src/ezoom.h (+22/-2) plugins/focuspoll/CMakeLists.txt (+9/-0) plugins/focuspoll/compiz-focuspoll.pc.in (+12/-0) plugins/focuspoll/focuspoll.xml.in (+34/-0) plugins/focuspoll/include/accessibilitywatcher/accessibilitywatcher.h (+82/-0) plugins/focuspoll/include/accessibilitywatcher/focusinfo.h (+76/-0) plugins/focuspoll/include/focuspoll/focuspoll.h (+50/-0) plugins/focuspoll/src/accessibilitywatcher.cpp (+506/-0) plugins/focuspoll/src/focuspoll.cpp (+220/-0) plugins/focuspoll/src/private.h (+75/-0) plugins/showmouse/showmouse.xml.in (+3/-0) |
| To merge this branch: | bzr merge lp://qastaging/~ksamak/compiz/ezoom_focus_tracking |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| ksamak (community) | Needs Resubmitting | ||
| Andrea Azzarone | Pending | ||
| Marco Trevisan (TreviƱo) | Pending | ||
| Sam Spilsbury | code, style | Pending | |
|
Review via email:
|
|||
This proposal supersedes a proposal from 2017-02-24.
Description of the change
ezoom: added focus tracking based on at-spi a11y events.
To post a comment you must log in.
Unmerged revisions
- 4124. By ksamak <ksamak@ksalaptop>
-
added rebranding of icedove to thunderbird support
- 4123. By ksamak <ksamak@ksalaptop>
-
coding style
- 4122. By ksamak <ksamak@ksalaptop>
-
added precedence relation to start showmouse before ezoom
- 4121. By ksamak <ksamak@ksalaptop>
-
modifications of code according to azzar's request
- 4120. By ksamak <ksamak@ksalaptop>
-
coding style modifs. changed if format on 3v1n0's request
- 4119. By ksamak <ksamak@ksalaptop>
-
coding style modifs
- 4118. By ksamak <ksamak@ksalaptop>
-
coding style modifs
- 4117. By ksamak <ksamak@ksalaptop>
-
minors code modifs
- 4116. By ksamak <ksamak@ksalaptop>
-
minors code modifs
- 4115. By ksamak <ksamak@ksalaptop>
-
corrected segfault, minors code modifs

Can you please link a bug to the MP?