lp:~brandontschaefer/unity/alt+tab-mouse
- Get this branch:
- bzr branch lp:~brandontschaefer/unity/alt+tab-mouse
Branch merges
- Marco Trevisan (TreviƱo): Approve on 2013-08-19
- PS Jenkins bot (community): Approve (continuous-integration) on 2013-08-12
- Christopher Townsend: Approve on 2013-08-09
-
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 on 2013-08-09
-
* Don't emit 'inside' just check locally and emit hide_request if outside the background area
- 3442. By Brandon Schaefer on 2013-08-08
-
* Do not close if the mouse is inside the background of the switcher
- 3438. By Brandon Schaefer on 2013-07-26
-
* 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 on 2013-07-23
-
* 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 on 2013-07-19
-
* 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