commit/StationPlaylist: josephsl: Track Tally (6.0-dev0: Allow analysis marker and analysis scripts to be bound to gestures.

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Fri, 26 Jun 2015 17:57:57 -0000

1 new commit in StationPlaylist:

https://bitbucket.org/nvdaaddonteam/stationplaylist/commits/af9e4357b3ac/
Changeset: af9e4357b3ac
Branch: 6.0/trackTally
User: josephsl
Date: 2015-06-26 17:57:18+00:00
Summary: Track Tally (6.0-dev0: Allow analysis marker and analysis scripts
to be bound to gestures.

Affected #: 1 file

diff --git a/addon/appModules/splstudio/__init__.py
b/addon/appModules/splstudio/__init__.py
index 5e421e4..fc012b0 100755
--- a/addon/appModules/splstudio/__init__.py
+++ b/addon/appModules/splstudio/__init__.py
@@ -1258,6 +1258,7 @@ class AppModule(appModuleHandler.AppModule):
else:
self._analysisMarker = None
ui.message("Track time analysis deactivated")
+ script_markTrackForAnalysis.__doc__=_("Marks focused track as start
marker for track time analysis")

def script_trackTimeAnalysis(self, gesture):
focus = api.getFocusObject()
@@ -1280,6 +1281,7 @@ class AppModule(appModuleHandler.AppModule):
filename = statusAPI(track, 211, ret=True)
totalLength+=statusAPI(filename, 30, ret=True)
ui.message("Tracks: {numberOfSelectedTracks}, totaling
{totalTime}".format(numberOfSelectedTracks = analysisRange, totalTime =
self._ms2time(totalLength)))
+ script_trackTimeAnalysis.__doc__=_("Announces total length of tracks
between analysis start marker and the current track")

def script_layerHelp(self, gesture):
# Translators: The title for SPL Assistant help dialog.

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:

  • » commit/StationPlaylist: josephsl: Track Tally (6.0-dev0: Allow analysis marker and analysis scripts to be bound to gestures. - commits-noreply