lp:~brandontschaefer/unity/alt+tab-mouse
Created by
Brandon Schaefer
and last modified
- Get this branch:
- bzr branch lp:~brandontschaefer/unity/alt+tab-mouse
Only
Brandon Schaefer
can upload to this branch. If you are
Brandon Schaefer
please log in for upload directions.
Branch merges
Propose for merging
- Marco Trevisan (TreviƱo): Approve
- PS Jenkins bot (community): Approve (continuous-integration)
- Christopher Townsend: Approve
-
Diff: 1214 lines (+599/-73)16 files modifiedlauncher/StandaloneSwitcher.cpp (+0/-1)
launcher/SwitcherController.cpp (+59/-23)
launcher/SwitcherController.h (+1/-2)
launcher/SwitcherControllerImpl.h (+2/-1)
launcher/SwitcherModel.cpp (+6/-0)
launcher/SwitcherModel.h (+1/-0)
launcher/SwitcherView.cpp (+241/-6)
launcher/SwitcherView.h (+35/-3)
plugins/unityshell/src/unityshell.cpp (+73/-35)
plugins/unityshell/src/unityshell.h (+3/-0)
tests/autopilot/unity/emulators/switcher.py (+14/-0)
tests/autopilot/unity/tests/test_switcher.py (+99/-0)
tests/test_switcher_controller.cpp (+28/-0)
unity-shared/AbstractIconRenderer.h (+15/-1)
unity-shared/LayoutSystem.cpp (+14/-0)
unity-shared/LayoutSystem.h (+8/-1)
Related bugs
Related blueprints
Branch information
Recent revisions
- 3444. By Brandon Schaefer
-
* Don't emit 'inside' just check locally and emit hide_request if outside the background area
- 3438. By Brandon Schaefer
-
* When you close all the detail windows we close the switcher.
As we can't safely add/remove icons from the application list,
as iterators can be exposed. Aslo getting a crash when removing the last one
needs to be looked at a bit more. - 3436. By Brandon Schaefer
-
* Fixed based on reviewers comment
- Click outside closes switcher
- Multi-monitor works in detail mode
- Magic numbers fixed up (hopefully better names!)
- Better signal names.
- Flipped the scroll direction
- Middle click now closes
- Possibly something else! - 3435. By Brandon Schaefer
-
* I guess you have to set the view to actually accept wheel events. Go figure.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:unity