commit/StationPlaylist: 2 new changesets

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Sun, 09 Aug 2015 17:30:56 -0000

2 new commits in StationPlaylist:

https://bitbucket.org/nvdaaddonteam/stationplaylist/commits/c61af34e937c/
Changeset: c61af34e937c
Branch: None
User: josephsl
Date: 2015-08-09 17:21:55+00:00
Summary: SPL Assistant: Add a new command (Shift+F1) to open the online
user guide.

Affected #: 1 file

diff --git a/addon/appModules/splstudio/__init__.py
b/addon/appModules/splstudio/__init__.py
index af89878..fcdc980 100755
--- a/addon/appModules/splstudio/__init__.py
+++ b/addon/appModules/splstudio/__init__.py
@@ -220,8 +220,9 @@ class SPL510TrackItem(SPLTrackItem):
__gestures={"kb:space":"select"}

# Translators: The text of the help command in SPL Assistant layer.
- SPLAssistantHelp=_("""After entering SPL Assistant, press:
+SPLAssistantHelp=_("""After entering SPL Assistant, press:
A: Automation.
+C: Announce name of the currently playing track.
D: Remaining time for the playlist.
H: Duration of trakcs in this hour slot.
Shift+H: Duration of selected tracks.
@@ -237,7 +238,11 @@ S: Scheduled time for the track.
T: Cart edit mode.
U: Studio up time.
W: Weather and temperature.
-Y: Playlist modification.""")
+Y: Playlist modification.
+F9: Mark current track as start of track time analysis.
+F10: Perform track time analysis.
+F12: Switch to an instant switch profile.
+Shift+F1: Open online user guide.""")


class AppModule(appModuleHandler.AppModule):
@@ -1339,6 +1344,9 @@ class AppModule(appModuleHandler.AppModule):
# Translators: The title for SPL Assistant help dialog.
wx.CallAfter(gui.messageBox, SPLAssistantHelp, _("SPL Assistant
help"))

+ def script_openOnlineDoc(self, gesture):
+
os.startfile("https://bitbucket.org/nvdaaddonteam/stationplaylist/wiki/SPLDevAddonGuide";)
+

__SPLAssistantGestures={
"kb:p":"sayPlayStatus",
@@ -1363,6 +1371,7 @@ class AppModule(appModuleHandler.AppModule):
"kb:f10":"trackTimeAnalysis",
"kb:f12":"switchProfiles",
"kb:f1":"layerHelp",
+ "kb:shift+f1":"openOnlineDoc",
}

__gestures={


https://bitbucket.org/nvdaaddonteam/stationplaylist/commits/4c37534b7adc/
Changeset: 4c37534b7adc
Branch: master
User: josephsl
Date: 2015-08-09 17:30:43+00:00
Summary: Readme entry for online uesr guide command

Affected #: 1 file

diff --git a/readme.md b/readme.md
index 4b49641..a5ce9bd 100755
--- a/readme.md
+++ b/readme.md
@@ -145,7 +145,7 @@ If you are using Studio on a touchscreen computer running
Windows 8 or later and

## Changes for 6.0-dev

-* New SPL Assistant commands, including announcing title of the currently
playing track (C).
+* New SPL Assistant commands, including announcing title of the currently
playing track (C) and opening the online user guide (Shift+F1).
* Ability to package favorite settings as broadcast profiles to be used during
a show and to switch to a predefined profile. See the add-on guide for details
on broadcast profiles.
* You can now ask NVDA to report total length of a range of tracks via track
time analysis feature. Press SPL Assistant, F9 to mark current track as start
marker, move to end of track range and press SPL Assistant, F10. These commands
can be reassigned so one doesn't have to invoke SPL Assistant layer to perform
track time analysis.
* Added a column search dialog (command unassigned) to find text in specific
columns such as artist or part of file name.

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: