commit/wintenApps: 2 new changesets

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Sun, 18 Dec 2016 18:03:45 -0000

2 new commits in wintenApps:

https://bitbucket.org/nvdaaddonteam/wintenapps/commits/369276de4325/
Changeset:   369276de4325
Branch:      None
User:        josephsl
Date:        2016-12-18 07:38:16+00:00
Summary:     Looping selectors: use _get-value function to retrieve values.

Inspired by UIAComboBoxWithoutValuePattern: use _get_value function to retrieve 
value property, as it is more stable and allows report focus command to work 
properly.

Affected #:  1 file

diff --git a/addon/globalPlugins/wintenObjs.py 
b/addon/globalPlugins/wintenObjs.py
index 7504f93..a5d092c 100755
--- a/addon/globalPlugins/wintenObjs.py
+++ b/addon/globalPlugins/wintenObjs.py
@@ -58,14 +58,14 @@ class LoopingSelectorItem(UIA):
 # Announce selected value if told to do so.
 class LoopingSelectorList(UIA):
 
-       def reportFocus(self):
+       def _get_value(self):
                loopingValue = self.simpleFirstChild
                while loopingValue:
                        if 4 in loopingValue.states:
-                               self.value = loopingValue.name
+                               return loopingValue.name
                                break
                        loopingValue = loopingValue.next
-               super(UIA, self).reportFocus()
+               return None
 
 
 # Search fields.


https://bitbucket.org/nvdaaddonteam/wintenapps/commits/72d6eb0f1344/
Changeset:   72d6eb0f1344
Branch:      stable
User:        josephsl
Date:        2016-12-18 07:48:39+00:00
Summary:     WinTenApps 16.12.2, Windows Defender UWP and other goodies, readme 
entries for fixes

Signed-off-by: Joseph Lee <joseph.lee22590@xxxxxxxxx>

Affected #:  2 files

diff --git a/buildVars.py b/buildVars.py
index bf83d78..af32e01 100755
--- a/buildVars.py
+++ b/buildVars.py
@@ -19,7 +19,7 @@ addon_info = {
        # Translators: Long description to be shown for this add-on on add-on 
information from add-ons manager
        "addon_description" : _("""A collection of app modules for various 
Windows 10 apps"""),
        # version
-       "addon_version" : "16.12.1",
+       "addon_version" : "16.12.2",
        # Author(s)
        "addon_author" : u"Joseph Lee <joseph.lee22590@xxxxxxxxx>, Derek Riemer 
<driemer.riemer@xxxxxxxxx> and others",
        # URL for the add-on documentation support

diff --git a/readme.md b/readme.md
index 078007d..5633201 100755
--- a/readme.md
+++ b/readme.md
@@ -23,6 +23,7 @@ The following app modules or support modules for some apps 
are included (see eac
 * Twitter.
 * TeamViewer Touch.
 * Weather.
+* Windows Defender UWP (Creators Update and later)
 * Miscellaneous modules for controls such as Start Menu tiles.
 
 Note: this add-on requires Windows 10 Version 1511 (build 10586) or later and 
NVDA 2016.3 or later. For best results, use the add-on with latest stable build 
(build 14393).
@@ -38,11 +39,7 @@ Note: this add-on requires Windows 10 Version 1511 (build 
10586) or later and NV
 
 ## Alarms and clock
 
-* Time picker values are now announced. This also affects the control used to 
select when to restart to finish installing Windows updates.
-
-## Calendar and Mail
-
-* NVDA no longer announces "read-only" for appointment subject in Calendar and 
message content in Mail.
+* Time picker values are now announced, noticeable when moving focus to picker 
controls. This also affects the control used to select when to restart to 
finish installing Windows updates.
 
 ## Calculator
 
@@ -69,7 +66,7 @@ Note: this add-on requires Windows 10 Version 1511 (build 
10586) or later and NV
 ## Microsoft Edge
 
 * Notifications such as file downloads are now announced.
-* Note that overall support is experimental at this point (you should not use 
Edge as your primary browser for a while).
+* Edge support is a work in progress.
 
 ## Settings
 
@@ -93,9 +90,10 @@ Note: this add-on requires Windows 10 Version 1511 (build 
10586) or later and NV
 * Labels for radio buttons are announced.
 * Lables for buttons are announced.
 
-## Bank of America/Twitter
+## Bank of America/Twitter/Windows Defender UWP
 
 * Button labels are now announced.
+* Windows Defender universal app is included in build 14986 and later and 
support for this app from this add-on is subject to change.
 
 ## Weather

Repository URL: https://bitbucket.org/nvdaaddonteam/wintenapps/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.

Other related posts: