[Bug 1400580] Re: Color Inverse on display. Toggle Negative Image

2016-06-10 Thread Gerry Boland
Hi Mikodo, thank you for your messages on this topic. Accessibility is something we need to work on for Unity8. We have plenty to do, from the visual assistance features you've mentioned, to proper keyboard navigation and text-to-speech support. We have a solid list of TODOs (we had a meeting

[Bug 1400580] Re: Color Inverse on display. Toggle Negative Image

2016-06-06 Thread Daniel van Vugt
Status in mir_proving_server: Negative: DONE (Super+N) High Contrast: DONE (Super+C) Red Shift: TODO (but would be trivial) Zoom: Done (Super+mousewheel) None of these features are available in Unity8 yet but all of them except Zoom would be easy to move into Unity System Compositor so

[Bug 1400580] Re: Color Inverse on display. Toggle Negative Image

2016-06-04 Thread mikodo
"imploring" not, impeaching. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1400580 Title: Color Inverse on display. Toggle Negative Image To manage notifications about this bug go to:

[Bug 1400580] Re: Color Inverse on display. Toggle Negative Image

2016-06-04 Thread mikodo
I have been hesitant to add a comment to this bug. Personally as stated, I have impaired eye-sight although, I remain fully functional for now with a few adjustments. I have a brother that is more encumbered who, is legally blind and, needs many more enhancements to cope with computer use. He is

[Bug 1400580] Re: Color Inverse on display. Toggle Negative Image

2015-02-10 Thread Daniel van Vugt
** Changed in: mir Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1400580 Title: Color Inverse on display. Toggle Negative Image To manage notifications

[Bug 1400580] Re: Color Inverse on display. Toggle Negative Image

2015-02-10 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/mir -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1400580 Title: Color Inverse on display. Toggle Negative Image To manage notifications about this bug

[Bug 1400580] Re: Color Inverse on display. Toggle Negative Image

2015-02-10 Thread Launchpad Bug Tracker
This bug was fixed in the package mir - 0.11.0+15.04.20150209.1-0ubuntu1 --- mir (0.11.0+15.04.20150209.1-0ubuntu1) vivid; urgency=medium [ Daniel van Vugt ] * New upstream release 0.11.0 (https://launchpad.net/mir/+milestone/0.11.0) - Enhancements: . Lots more major

[Bug 1400580] Re: Color Inverse on display. Toggle Negative Image

2015-01-15 Thread PS Jenkins bot
Fix committed into lp:mir at revision None, scheduled for release in mir, milestone 0.11.0 ** Changed in: mir Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1400580] Re: Color Inverse on display. Toggle Negative Image

2015-01-11 Thread Daniel van Vugt
** Changed in: mir Assignee: (unassigned) = Daniel van Vugt (vanvugt) ** Changed in: mir Milestone: None = 0.11.0 ** Changed in: mir Status: Triaged = In Progress ** Branch linked: lp:~vanvugt/mir/neg -- You received this bug notification because you are a member of Ubuntu

[Bug 1400580] Re: Color Inverse on display. Toggle Negative Image

2014-12-10 Thread Michał Sawicz
** Changed in: unity8 (Ubuntu) Status: Confirmed = Triaged ** Changed in: unity8 (Ubuntu) Importance: Undecided = Wishlist -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1400580 Title:

[Bug 1400580] Re: Color Inverse on display. Toggle Negative Image

2014-12-09 Thread Michał Sawicz
Indeed, we should build accessibility features in as early as possible. I wonder if this should happen in unity8, or maybe this should be a function of Mir itself? ** Changed in: unity8 (Ubuntu) Status: New = Confirmed ** Also affects: mir Importance: Undecided Status: New --

[Bug 1400580] Re: Color Inverse on display. Toggle Negative Image

2014-12-09 Thread Daniel van Vugt
It's trivial to do in a fragment shader: gl_FragColor = vec4(1.0 - red, 1.0 - green, 1.0 - blue, 1.0); The only issue is that Unity doesn't share shader logic with Mir. We'd have to implement it in Unity8/Qt at least. I'll leave the Mir task open because we might get a separate proof of