implement zoom in/zoom out [desktop]
Bug #1598805 reported by
dinamic
on 2016-07-04
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Canonical System Image |
Undecided
|
Unassigned | ||
| Mir |
Fix Released
|
Undecided
|
Daniel van Vugt | |
| Ubuntu UX |
Undecided
|
Unassigned | ||
| mir (Ubuntu) |
Undecided
|
Daniel van Vugt | ||
| qtmir (Ubuntu) |
Undecided
|
Unassigned | ||
| unity8 (Ubuntu) |
Undecided
|
Unassigned |
Bug Description
implement zoom in/zoom out [desktop]
i need to zoom in/out when recording videos and since compiz is gone i can't do that anymore in unity8.
Related branches
lp:~vanvugt/mir/zoom
- Daniel van Vugt: Abstain on 2014-11-18
- Kevin DuBois (community): Approve on 2014-11-17
- Robert Carr (community): Disapprove on 2014-11-17
- Cemil Azizoglu (community): Approve on 2014-11-17
- PS Jenkins bot (community): Approve (continuous-integration) on 2014-11-16
-
Diff: 309 lines (+137/-4)6 files modifieddoc/demo_shell_controls.md (+1/-0)
playground/demo-shell/demo_compositor.cpp (+72/-4)
playground/demo-shell/demo_compositor.h (+17/-0)
playground/demo-shell/demo_shell.cpp (+1/-0)
playground/demo-shell/window_manager.cpp (+41/-0)
playground/demo-shell/window_manager.h (+5/-0)
kevin gunn (kgunn72)
on 2016-07-05
tags: | added: unity8-desktop |
Daniel van Vugt (vanvugt) wrote : | #1 |
Changed in mir: | |
status: | New → Fix Released |
Changed in mir (Ubuntu): | |
status: | New → Fix Released |
dinamic (dinamic6661) wrote : | #2 |
nice :D i'm using CTRL + ALT + wheel in compiz
Daniel van Vugt (vanvugt)
on 2016-07-22
Changed in mir: | |
assignee: | nobody → Daniel van Vugt (vanvugt) |
Changed in mir (Ubuntu): | |
assignee: | nobody → Daniel van Vugt (vanvugt) |
Daniel van Vugt (vanvugt)
on 2017-01-10
tags: | added: a11y |
Launchpad Janitor (janitor) wrote : | #3 |
Status changed to 'Confirmed' because the bug affects multiple users.
Changed in qtmir (Ubuntu): | |
status: | New → Confirmed |
Changed in unity8 (Ubuntu): | |
status: | New → Confirmed |
Daniel van Vugt (vanvugt)
on 2017-01-10
Changed in canonical-devices-system-image: | |
status: | New → Confirmed |
To post a comment you must log in.
If Mir is part of this bug at all, then it was implemented a few years ago in mir_proving_server (Super+mousewheel) and still works today. It's fun and super-smooth.
If Unity8 would like to reuse that implementation instead of doing its own then I'm open to the idea of moving the code into a location where USC can trigger it.
On that note, I've been thinking there may be some full-screen effects (zoom/contrast/ negative) that are better implemented in the system compositor than Unity8. So they work seemlessly between sessions. Also as an added bonus: They already exist in mir_proving_server (Super+wheel/C/N). So again, I'm open to the idea of moving these existing effects to a location where USC can use them...