commit/StationPlaylist: 3 new changesets

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Fri, 09 Dec 2016 17:49:31 -0000

3 new commits in StationPlaylist:

https://bitbucket.org/nvdaaddonteam/stationplaylist/commits/c2496e3e562b/
Changeset:   c2496e3e562b
Branch:      None
User:        josephsl
Date:        2016-12-03 10:33:32+00:00
Summary:     16.12.1: Fixed alignment of Say Status and Advanced Options 
buttons in settings dialog.

Possibly due to botched merges: say Status and Advanced Options buttons did not 
reflect correct tab order (advanced options button was above say status 
button), now corrected.
This affects stable and LTS.

Affected #:  1 file

diff --git a/addon/appModules/splstudio/splconfui.py 
b/addon/appModules/splstudio/splconfui.py
index 0de9896..2cb41d0 100755
--- a/addon/appModules/splstudio/splconfui.py
+++ b/addon/appModules/splstudio/splconfui.py
@@ -326,7 +326,7 @@ class SPLConfigDialog(gui.SettingsDialog):
                self.playingTrackName = 
splconfig.SPLConfig["SayStatus"]["SayPlayingTrackName"]
 
                sizer = wx.BoxSizer(wx.HORIZONTAL)
-               # Translators: The label of a button to open advanced options 
such as using SPL Controller command to invoke Assistant layer.
+               # Translators: The label of a button to open status 
announcement options such as announcing listener count.
                item = sayStatusButton = wx.Button(self, label=_("&Status 
announcements..."))
                item.Bind(wx.EVT_BUTTON, self.onStatusAnnouncement)
                sizer.Add(item)
@@ -340,7 +340,7 @@ class SPLConfigDialog(gui.SettingsDialog):
                self.updateInterval = 
splconfig.SPLConfig["Update"]["UpdateInterval"]
                self.updateChannel = splupdate.SPLUpdateChannel
                self.pendingChannelChange = False
-               settingsSizer.Add(item)
+               sizer.Add(item)
                settingsSizer.Add(sizer, border=10, flag=wx.BOTTOM)
 
                # Translators: The label for a button in SPL add-on 
configuration dialog to reset settings to defaults.


https://bitbucket.org/nvdaaddonteam/stationplaylist/commits/52e71634e460/
Changeset:   52e71634e460
Branch:      None
User:        josephsl
Date:        2016-12-03 18:28:25+00:00
Summary:     16.12.1: No need for self.micSizer - just a generic sizer will do.

MicSizer is not used apart from adding mic alarm spin controls, so just convert 
it to a generic sizer.

Affected #:  1 file

diff --git a/addon/appModules/splstudio/splconfui.py 
b/addon/appModules/splstudio/splconfui.py
index 2cb41d0..8b94ad8 100755
--- a/addon/appModules/splstudio/splconfui.py
+++ b/addon/appModules/splstudio/splconfui.py
@@ -168,23 +168,22 @@ class SPLConfigDialog(gui.SettingsDialog):
                sizer.Add(self.brailleTimerList)
                settingsSizer.Add(sizer, border=10, flag=wx.BOTTOM)
 
-               self.micSizer = wx.BoxSizer(wx.HORIZONTAL)
+               sizer = wx.BoxSizer(wx.HORIZONTAL)
                # Translators: The label for a setting in SPL Add-on settings 
to change microphone alarm setting.
                label = wx.StaticText(self, wx.ID_ANY, label=_("&Microphone 
alarm in seconds"))
-               self.micSizer.Add(label)
+               sizer.Add(label)
                self.micAlarm = wx.SpinCtrl(self, wx.ID_ANY, min=0, max=7200)
                
self.micAlarm.SetValue(long(splconfig.SPLConfig["MicrophoneAlarm"]["MicAlarm"]))
                self.micAlarm.SetSelection(-1, -1)
-               self.micSizer.Add(self.micAlarm)
-
+               sizer.Add(self.micAlarm)
                # Translators: The label for a setting in SPL Add-on settings 
to specify mic alarm interval.
-               self.micAlarmIntervalLabel = wx.StaticText(self, wx.ID_ANY, 
label=_("Microphone alarm &interval in seconds"))
-               self.micSizer.Add(self.micAlarmIntervalLabel)
+               label = wx.StaticText(self, wx.ID_ANY, label=_("Microphone 
alarm &interval in seconds"))
+               sizer.Add(label)
                self.micAlarmInterval = wx.SpinCtrl(self, wx.ID_ANY, min=0, 
max=60)
                
self.micAlarmInterval.SetValue(long(splconfig.SPLConfig["MicrophoneAlarm"]["MicAlarmInterval"]))
                self.micAlarmInterval.SetSelection(-1, -1)
-               self.micSizer.Add(self.micAlarmInterval)
-               settingsSizer.Add(self.micSizer, border=10, flag=wx.BOTTOM)
+               sizer.Add(self.micAlarmInterval)
+               settingsSizer.Add(sizer, border=10, flag=wx.BOTTOM)
 
                sizer = wx.BoxSizer(wx.HORIZONTAL)
                # Translators: The label for a setting in SPL add-on dialog to 
control alarm announcement type.


https://bitbucket.org/nvdaaddonteam/stationplaylist/commits/0e3e04e251cc/
Changeset:   0e3e04e251cc
Branch:      stable
User:        josephsl
Date:        2016-12-09 17:48:40+00:00
Summary:     Merge branch 'stable' of 
https://bitbucket.org/nvdaaddonteam/stationPlaylist into stable

Affected #:  3 files

diff --git a/addon/locale/es/LC_MESSAGES/nvda.po 
b/addon/locale/es/LC_MESSAGES/nvda.po
index 692e403..15504a9 100755
--- a/addon/locale/es/LC_MESSAGES/nvda.po
+++ b/addon/locale/es/LC_MESSAGES/nvda.po
@@ -8,7 +8,7 @@ msgstr ""
 "Project-Id-Version: StationPlaylist 1.1-dev\n"
 "Report-Msgid-Bugs-To: nvda-translations@xxxxxxxxxxxxx\n"
 "POT-Creation-Date: \n"
-"PO-Revision-Date: 2016-11-21 07:50-0800\n"
+"PO-Revision-Date: 2016-12-02 16:47+0100\n"
 "Last-Translator: Juan C. Buño <oprisniki@xxxxxxxxx>\n"
 "Language-Team: Add-ons translation team <LL@xxxxxx>\n"
 "Language: es_ES\n"
@@ -16,7 +16,7 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Poedit 1.5.7\n"
+"X-Generator: Poedit 1.6.11\n"
 "X-Poedit-SourceCharset: UTF-8\n"
 
 #. Translators: Presented when only Track Tool is running (Track Dial requires 
Studio to be running as well).
@@ -144,7 +144,6 @@ msgid "Status: {name}"
 msgstr "Estado: {name}"
 
 #. Translators: The text of the help command in SPL Assistant layer.
-#, fuzzy
 msgid ""
 "After entering SPL Assistant, press:\n"
 "A: Automation.\n"
@@ -183,8 +182,8 @@ msgstr ""
 "C: Anunciar el nombre de la pista actual en reproducción.\n"
 "D: tiempo restante para la lista de reproducción.\n"
 "E: Estado general de metadatos de streaming.\n"
-"1 hasta 4, 0: Estado de Metadatos de streaming para el codificador DSP y "
-"cuatro URLs adicionales.\n"
+"shift+1 hasta shift+4, shift+0: Estado de Metadatos de streaming para el "
+"codificador DSP y cuatro URLs adicionales.\n"
 "H: Duración de pistas en este slot horario .\n"
 "Shift+H: Duración de pistas seleccionadas.\n"
 "I: recuento de oyentes. \n"
@@ -211,7 +210,6 @@ msgstr ""
 "Shift+F1: abre una guía de usuario en línea."
 
 #. Translators: The text of the help command in SPL Assistant layer when JFW 
layer is active.
-#, fuzzy
 msgid ""
 "After entering SPL Assistant, press:\n"
 "A: Automation.\n"
@@ -252,8 +250,8 @@ msgstr ""
 "C: conmuta el explorador de cart.\n"
 "Shift+C: Anunciar el nombre de la pista actual en reproducción.\n"
 "E: Estado general de metadatos de streaming.\n"
-"1 hasta 4, 0: Estado de Metadatos de streaming para el codificador DSP y "
-"cuatro URLs adicionales.\n"
+"shift+1 hasta shift+4, shift+0: Estado de Metadatos de streaming para el "
+"codificador DSP y cuatro URLs adicionales.\n"
 "Shift+E: graba en fichero.\n"
 "F: buscador de pistas.\n"
 "H: Duración de pistas en este slot horario .\n"
@@ -282,7 +280,6 @@ msgstr ""
 "Shift+F1: abre una guía de usuario en línea."
 
 #. Translators: The text of the help command in SPL Assistant layer when 
Window-Eyes layer is active.
-#, fuzzy
 msgid ""
 "After entering SPL Assistant, press:\n"
 "A: Automation.\n"
@@ -329,7 +326,7 @@ msgstr ""
 "F: buscador de pistas.\n"
 "R: tiempo restante para la pista en reproducción.\n"
 "G: Estado general de metadatos del streaming.\n"
-"Shift+1 hasta shift+4, 0: Estado de Metadatos de streaming para el "
+"Shift+1 hasta shift+4, shift+0: Estado de Metadatos de streaming para el "
 "codificador DSP y cuatro URLs adicionales.\n"
 "H: Duración de pistas en este slot horario .\n"
 "Shift+H: Duración de pistas restantes en este slot horario.\n"

diff --git a/addon/locale/gl/LC_MESSAGES/nvda.po 
b/addon/locale/gl/LC_MESSAGES/nvda.po
index 828ab79..aa19814 100755
--- a/addon/locale/gl/LC_MESSAGES/nvda.po
+++ b/addon/locale/gl/LC_MESSAGES/nvda.po
@@ -8,7 +8,7 @@ msgstr ""
 "Project-Id-Version: StationPlaylist 1.1-dev\n"
 "Report-Msgid-Bugs-To: nvda-translations@xxxxxxxxxxxxx\n"
 "POT-Creation-Date: \n"
-"PO-Revision-Date: 2016-11-21 07:53-0800\n"
+"PO-Revision-Date: 2016-12-02 16:49+0100\n"
 "Last-Translator: Juan C. Buño <oprisniki@xxxxxxxxx>\n"
 "Language-Team: Add-ons translation team <oprisniki@xxxxxxxxx>\n"
 "Language: gl\n"
@@ -16,7 +16,7 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Poedit 1.5.7\n"
+"X-Generator: Poedit 1.6.11\n"
 "X-Poedit-SourceCharset: UTF-8\n"
 
 #. Translators: Presented when only Track Tool is running (Track Dial requires 
Studio to be running as well).
@@ -144,7 +144,6 @@ msgid "Status: {name}"
 msgstr "Estado: {name}"
 
 #. Translators: The text of the help command in SPL Assistant layer.
-#, fuzzy
 msgid ""
 "After entering SPL Assistant, press:\n"
 "A: Automation.\n"
@@ -183,8 +182,8 @@ msgstr ""
 "C: Anunciar o nome da pista actual en reprodución.\n"
 "D: tempo restante para a lista de reprodución.\n"
 "E: Estado xeral dos metadatos do streaming.\n"
-"Shift+1 ata shift+4, 0: Estado dos Metadatos do streaming para o codificador "
-"DSP e cuatro URLs adicionais.\n"
+"Shift+1 ata shift+4, sift+0: Estado dos Metadatos do streaming para o "
+"codificador DSP e cuatro URLs adicionais.\n"
 "H: Duración das pistas neste slot horario .\n"
 "Shift+H: Duración das pistas restantes neste slot horario.\n"
 "I: conta de oíntes.\n"
@@ -211,7 +210,6 @@ msgstr ""
 "Shift+F1: Abre a guía de usuario en liña."
 
 #. Translators: The text of the help command in SPL Assistant layer when JFW 
layer is active.
-#, fuzzy
 msgid ""
 "After entering SPL Assistant, press:\n"
 "A: Automation.\n"
@@ -252,8 +250,8 @@ msgstr ""
 "C: conmutar explorador de cart.\n"
 "Shift+C: Anunciar o nome da pista actual en reprodución.\n"
 "E: Estado xeral dos metadatos do streaming.\n"
-"shift+1 ata shift+4, 0: Estado dos Metadatos do streaming para o codificador "
-"DSP e cuatro URLs adicionais.\n"
+"shift+1 ata shift+4, shift+0: Estado dos Metadatos do streaming para o "
+"codificador DSP e cuatro URLs adicionais.\n"
 "Shift+E: grabar en ficheiro.\n"
 "F: buscador de pistas.\n"
 "H: Duración de pistas neste slot horario .\n"
@@ -282,7 +280,6 @@ msgstr ""
 "Shift+F1: Abre a guía de usuario en liña."
 
 #. Translators: The text of the help command in SPL Assistant layer when 
Window-Eyes layer is active.
-#, fuzzy
 msgid ""
 "After entering SPL Assistant, press:\n"
 "A: Automation.\n"
@@ -329,8 +326,8 @@ msgstr ""
 "F: buscador de pistas.\n"
 "R: Tempo restante para a pista actualmente en reprodución.\n"
 "G: Estado xeral dos metadatos do streaming.\n"
-"Shift+1 ata Shift+4, 0: Estado dos Metadatos do streaming para o codificador "
-"DSP e cuatro URLs adicionais.\n"
+"Shift+1 ata Shift+4, shift+0: Estado dos Metadatos do streaming para o "
+"codificador DSP e cuatro URLs adicionais.\n"
 "H: Duración de pistas en este slot horario .\n"
 "Shift+H: Duración das pistas restantes neste slot horario.\n"
 "K: Move ó marcador da pista.\n"

diff --git a/addon/locale/ro/LC_MESSAGES/nvda.po 
b/addon/locale/ro/LC_MESSAGES/nvda.po
index 7b7d574..35d3fe1 100644
--- a/addon/locale/ro/LC_MESSAGES/nvda.po
+++ b/addon/locale/ro/LC_MESSAGES/nvda.po
@@ -8,14 +8,14 @@ msgstr ""
 "Project-Id-Version: stationPlaylist 6.4\n"
 "Report-Msgid-Bugs-To: nvda-translations@xxxxxxxxxxxxx\n"
 "POT-Creation-Date: 2016-03-04 19:00+1000\n"
-"PO-Revision-Date: 2016-11-21 08:12-0800\n"
+"PO-Revision-Date: 2016-12-02 12:24+0200\n"
 "Last-Translator: Florian Ionașcu <florianionascu@xxxxxxxxxxx>\n"
 "Language-Team: \n"
 "Language: ro\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 1.5.7\n"
+"X-Generator: Poedit 1.8.9\n"
 
 #. Translators: Presented when only Track Tool is running (Track Dial requires 
Studio to be running as well).
 msgid "Only Track Tool is running, Track Dial is unavailable"
@@ -141,7 +141,6 @@ msgid "Status: {name}"
 msgstr "Stare: {name}"
 
 #. Translators: The text of the help command in SPL Assistant layer.
-#, fuzzy
 msgid ""
 "After entering SPL Assistant, press:\n"
 "A: Automation.\n"
@@ -209,7 +208,6 @@ msgstr ""
 "Shift+F1: Deschide ajutorul online."
 
 #. Translators: The text of the help command in SPL Assistant layer when JFW 
layer is active.
-#, fuzzy
 msgid ""
 "After entering SPL Assistant, press:\n"
 "A: Automation.\n"
@@ -281,7 +279,6 @@ msgstr ""
 "Shift+F1: Deschide ajutorul online."
 
 #. Translators: The text of the help command in SPL Assistant layer when 
Window-Eyes layer is active.
-#, fuzzy
 msgid ""
 "After entering SPL Assistant, press:\n"
 "A: Automation.\n"

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: