[nvda-addons] Re: commit/controlUsageAssistant: 2 new changesets

  • From: "Joseph Lee" <joseph.lee22590@xxxxxxxxx>
  • To: <nvda-addons@xxxxxxxxxxxxx>, <nvda-addons-commits@xxxxxxxxxxxxx>
  • Date: Fri, 25 Nov 2016 08:34:26 -0800

Hi,
A note about CUA 2.3: this will be the second to last release in the 2.x
series. Derek Riemer is thinking about bringing the next major version of
Control Usage Assistant from the ground up with more efficient ways of
looking up where you are at and giving you help information.
Cheers,
Joseph

-----Original Message-----
From: nvda-addons-commits-bounce@xxxxxxxxxxxxx
[mailto:nvda-addons-commits-bounce@xxxxxxxxxxxxx] On Behalf Of
commits-noreply@xxxxxxxxxxxxx
Sent: Friday, November 25, 2016 8:31 AM
To: nvda-addons-commits@xxxxxxxxxxxxx
Subject: commit/controlUsageAssistant: 2 new changesets

2 new commits in controlUsageAssistant:

https://bitbucket.org/nvdaaddonteam/controlusageassistant/commits/a0ea4eae90
1a/
Changeset:   a0ea4eae901a
Branch:      None
User:        josephsl
Date:        2016-11-25 16:29:44+00:00
Summary:     Merge branch 'master' into stable

Affected #:  1 file

diff --git a/sconstruct b/sconstruct
index b77cfe6..c28510b 100644
--- a/sconstruct
+++ b/sconstruct
@@ -167,6 +167,8 @@ env.Depends(mergePot, i18nFiles)
 
 # Generate Manifest path
 manifest = env.NVDAManifest(os.path.join("addon", "manifest.ini"),
os.path.join("manifest.ini.tpl"))
+# Ensure manifest is rebuilt if buildVars is updated.
+env.Depends(manifest, "buildVars.py")
 
 env.Depends(addon, manifest)
 env.Default(addon)


https://bitbucket.org/nvdaaddonteam/controlusageassistant/commits/9cbb204378
14/
Changeset:   9cbb20437814
Branch:      stable
User:        josephsl
Date:        2016-11-25 16:30:45+00:00
Summary:     CUA l10n maintenance, one of the last versions in the 2.x fork

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

Affected #:  1 file

diff --git a/buildVars.py b/buildVars.py index 0aefd5b..d9bbeb6 100644
--- a/buildVars.py
+++ b/buildVars.py
@@ -16,7 +16,7 @@ addon_info = {
        "addon_description" : _("""Allows you to find out how to interact
with the focused control, useful for new computer users new to Windows and
to NvDA.
        Press NvDA+H to get a short help message on using the focused
control, such as moving through tables, checkboxes and so on."""),
        # version
-       "addon_version" : "2.2",
+       "addon_version" : "2.3",
        # Author(s)
        "addon_author" : "Joseph Lee <joseph.lee22590@xxxxxxxxx>",
        # URL for the add-on documentation support

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

--

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

----------------------------------------------------------------
NVDA add-ons: A list to discuss add-on code enhancements and for reporting 
bugs. 

Community addons are available from: http://addons.nvda-project.org
To send a message to the list: nvda-addons@xxxxxxxxxxxxx
To change your list settings/unsubscribe: 
//www.freelists.org/list/nvda-addons
To contact list moderators: nvda-addons-moderators@xxxxxxxxxxxxx

Other related posts: