commit/systrayList: 2 new changesets

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Sun, 19 Nov 2017 19:40:44 +0000 (UTC)

2 new commits in systrayList:

https://bitbucket.org/nvdaaddonteam/systraylist/commits/b6ba20d804bd/
Changeset:   b6ba20d804bd
Branch:      None
User:        josephsl
Date:        2017-11-19 19:32:46+00:00
Summary:     Copyright header (year and GPL license), readme changes.

Because Windows 10 does not present Taskbar when pressing Tab from Start 
button, change the Taskbar shortcut notice (Windows+T).
To conform with community guidelines, add copyright years and license type.

Affected #:  2 files

diff --git a/addon/globalPlugins/systrayList/__init__.py 
b/addon/globalPlugins/systrayList/__init__.py
index 564bae7..edef642 100644
--- a/addon/globalPlugins/systrayList/__init__.py
+++ b/addon/globalPlugins/systrayList/__init__.py
@@ -6,6 +6,7 @@
 # Masamitsu Misono <misono@xxxxxxxxxxxxx>
 # Joseph Lee <joseph.lee22590@xxxxxxxxx>
 # Shortcut: NVDA+f11
+# Copyright 2013-2017, released under GPL.
 
 import os.path
 import wx

diff --git a/readme.md b/readme.md
index b855213..44cfa67 100644
--- a/readme.md
+++ b/readme.md
@@ -6,7 +6,7 @@
 
 This add-on allows you to read and activate icons on the system tray or the 
task bar, within a list box, for easy access and interaction to those items. 
With the add-on installed, press NVDA+f11 once for this dialog to pop-up with 
system tray elements, and press twice to display task bar elements, which are 
the currently running applications.
 
-Note that you can access the windows system tray in any screenreader software 
using the windows+b shortcut key, and the task bar by pressing tab from the 
start button. This plugin is only useful to make the transition from JAWS for 
Windows smoother and to avoid some tooltips that may pop-up when cycling 
through the system tray with the windows keyboard means.
+Note that you can access the windows system tray in any screenreader software 
using the Windows+B, and the task bar by pressing Windows+T. This plugin is 
only useful to make the transition from JAWS for Windows smoother and to avoid 
some tooltips that may pop-up when cycling through the system tray with the 
windows keyboard means.
 
 ## Changes for 2.0 2017-05-20 ##
 


https://bitbucket.org/nvdaaddonteam/systraylist/commits/7a174230fdca/
Changeset:   7a174230fdca
Branch:      stable
User:        josephsl
Date:        2017-11-19 19:39:30+00:00
Summary:     SystrayList 2.1 with localizations and proper copyright header

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

Affected #:  1 file

diff --git a/buildVars.py b/buildVars.py
index 7a8371f..190528c 100644
--- 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" : _("""Shows the list of buttons on the System Tray 
with NVDA+F11 once, twice shows running task lists."""),
        # version
-       "addon_version" : "2.0",
+       "addon_version" : "2.1",
        # Author(s)
        "addon_author" : u"Rui Fontes <rui.fontes@xxxxxxxxxxxxxxx>, Rui Batista 
<ruiandrebatista@xxxxxxxxx>, Joseph Lee <joseph.lee22590@xxxxxxxxx>, NVDA 
Community Contributors",
        # URL for the add-on documentation support

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

--

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: