Skip to content

Web conference plugin. Removes the progress bar that is used to show microphone strength.#5888

Merged
michaelDCurran merged 2 commits into
nvaccess:masterfrom
derekriemer:webconferenceplugin
Jul 18, 2016
Merged

Web conference plugin. Removes the progress bar that is used to show microphone strength.#5888
michaelDCurran merged 2 commits into
nvaccess:masterfrom
derekriemer:webconferenceplugin

Conversation

@derekriemer

Copy link
Copy Markdown
Collaborator

Web conference plugin. Removes the progress bar that is used to announce the level of the microphone indicator (how strong the mic signal is). Causes NVDA to speak and beep constantly if this isn't installed.
This plugin is used in many chat rooms for various things including
http://www.out-of-sight.net/hints/install.html

…nce the level of the microphone indicator (how strong the mic signal is). Causes NVDA to speak and beep constantly if this isn't installed.
import appModuleHandler
from NVDAObjects.behaviors import ProgressBar
import controlTypes
import ui

@josephsl josephsl Jun 6, 2016

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

During merging, we could just remove extra imports and add headers (a trivial thing that can be done by Jamie or others). Thanks, looks fine to me.

@michaelDCurran

Copy link
Copy Markdown
Member

Please add standard NVDA file comments to the top of the file, including a copyright line such as:
#Copyright (C) 2016 Derek Riemer

It looks like controlTypes and UI are not used, so please remove their import statements.

Thanks

Remove unneccessary imports .
Fix Copyright information.
cc @michaelDCurran
michaelDCurran added a commit that referenced this pull request Jul 1, 2016
@nvaccessAuto

Copy link
Copy Markdown
Collaborator

Incubated in 31d9e02.

@michaelDCurran michaelDCurran merged commit f501e4c into nvaccess:master Jul 18, 2016
@jcsteh jcsteh added this to the 2016.3 milestone Aug 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants