commit/StationPlaylist: 2 new changesets

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Fri, 22 Jan 2016 03:56:05 -0000

2 new commits in StationPlaylist:

https://bitbucket.org/nvdaaddonteam/stationplaylist/commits/c02ea36654b5/
Changeset:   c02ea36654b5
Branch:      None
User:        josephsl
Date:        2016-01-22 03:50:49+00:00
Summary:     Merge branch '6.x'

Affected #:  1 file

diff --git a/addon/appModules/splstudio/__init__.py 
b/addon/appModules/splstudio/__init__.py
index eedf4af..9397165 100755
--- a/addon/appModules/splstudio/__init__.py
+++ b/addon/appModules/splstudio/__init__.py
@@ -1304,6 +1304,10 @@ class AppModule(appModuleHandler.AppModule):
                        if not libScanT or (libScanT and not 
libScanT.isAlive()):
                                self.monitorLibraryScan()
 
+       # The developer would like to get feedback from you.
+       def script_sendFeedbackEmail(self, gesture):
+               os.startfile("mailto:joseph.lee22590@xxxxxxxxx";)
+
 
        # SPL Assistant: reports status on playback, operation, etc.
        # Used layer command approach to save gesture assignments.
@@ -1816,5 +1820,6 @@ class AppModule(appModuleHandler.AppModule):
                "kb:Shift+delete":"deleteTrack",
                "kb:Shift+numpadDelete":"deleteTrack",
                "kb:escape":"escape",
+               "kb:control+nvda+-":"sendFeedbackEmail",
                #"kb:control+nvda+`":"SPLAssistantToggle"
        }


https://bitbucket.org/nvdaaddonteam/stationplaylist/commits/2e64dddce494/
Changeset:   2e64dddce494
Branch:      master
User:        josephsl
Date:        2016-01-22 03:55:47+00:00
Summary:     Reamde entry for Columns Explorer

Affected #:  1 file

diff --git a/readme.md b/readme.md
index c56e49c..50befe7 100755
--- a/readme.md
+++ b/readme.md
@@ -165,8 +165,9 @@ If you are using Studio on a touchscreen computer running 
Windows 8 or later and
 ## Changes for 7.0-dev
 
 * Added add-on update check feature. This can be done manually (SPL Assistant, 
Control+Shift+U) or automatically (configurable via advanced options dialog 
from add-on settings).
-* Changes to SPL Assistant commands, including playlist duration (D), 
reassignment of hour selection duration from Shift+H to Shift+S and Shift+H now 
used to announce duration of remaining tracks for the current hour slot.
+* Changes to SPL Assistant commands, including playlist duration (D), 
reassignment of hour selection duration from Shift+H to Shift+S and Shift+H now 
used to announce duration of remaining tracks for the current hour slot, 
metadata streaming status command reassigned (1 through 4, 0 is now Shift+1 
through Shift+4, Shift+0).
 * It is now possible to invoke track finder via SPL Assistant (F).
+* SPL Assistant, numbers 1 through 0 (6 for Studio 5.01 and earlier) can be 
used to announce specific column information. These column slots can be changed 
under Columns Explorer item in add-on settings dialog.
 * It is now possible to use a different screen reader command layout for SPL 
Assistant commands. Go to advanced options dialog from add-on settings to 
configure this option between NVDA, JAWS and Window-Eyes layouts. See the SPL 
Assistant commands above for details.
 * NVDA can be configured to switch to a specific broadcast profile at a 
specific day and time. Use the new triggers dialog in add-on settings to 
configure this.
 * Entries in profiles combo box in add-on settings dialog now shows profile 
flags such as active, whether it is an instant switch profile and so on.

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

--

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: