commit/clipContentsDesigner: 2 new changesets

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: commits+int+220+6085746285340533186@xxxxxxxxxxxxxxxxxxxxx, nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Sat, 12 May 2018 08:39:07 +0000 (UTC)

2 new commits in clipContentsDesigner:

https://bitbucket.org/nvdaaddonteam/clipcontentsdesigner/commits/b677f9c02717/
Changeset:   b677f9c02717
Branch:      None
User:        norrumar
Date:        2018-05-12 08:07:47+00:00
Summary:     Merge branch 'stable' into 8.0

Affected #:  2 files

diff --git a/addon/doc/de/readme.md b/addon/doc/de/readme.md
index b8bf885..8eacb43 100644
--- a/addon/doc/de/readme.md
+++ b/addon/doc/de/readme.md
@@ -31,12 +31,12 @@ Anmerkungen:
 *      Bestätigungen werden nicht angefordert, wenn ein Meldungsfenster von 
NVDA
   noch geöffnet ist. In diesen Fällen werden die Aktionen sofort ausgeführt
 
-## Changes for 7.0
+## Änderungen in Version 7.0
 
-* In the dialog to configure the Emulate copy and Emulate cut
-  functionalities at installation, if you choose no, the commands for these
-  features will be removed, so that you can restore the normal behavior for
-  control+c and control+x.
+* Die Befehle im Dialog zum Konfigurieren der Funktionen für das Emulieren
+  der Kopier- und Ausschneide-Funktion  werden bei der Installation
+  entfernt, so dass das normale Verhalten von STRG+c und STRG+x
+  wiederhergestellt werden kann.
 
 ## Änderungen in Version 6.0
 

diff --git a/addon/doc/ro/readme.md b/addon/doc/ro/readme.md
index ee339e2..aadd249 100644
--- a/addon/doc/ro/readme.md
+++ b/addon/doc/ro/readme.md
@@ -30,12 +30,12 @@ Note:
 *      Confirmările nu vor fi solicitate dacă o casetă de mesaj a NVDA-ului e
   încă deschisă. În aceste cazuri, acțiunile vor fi efectuate imediat
 
-## Changes for 7.0
+## Modificări în 7.0
 
-* In the dialog to configure the Emulate copy and Emulate cut
-  functionalities at installation, if you choose no, the commands for these
-  features will be removed, so that you can restore the normal behavior for
-  control+c and control+x.
+* În dialogul pentru configurarea copierii și tăierii simulate la instalare,
+  dacă alegeți nu, comenzile pentru aceste caracteristici vor fi șterse,
+  astfel încât să puteți restaura comportamentul normal pentru control+c și
+  control+x.
 
 ## Modificări în 6.0
 


https://bitbucket.org/nvdaaddonteam/clipcontentsdesigner/commits/2f42ab10f351/
Changeset:   2f42ab10f351
Branch:      8.0
User:        norrumar
Date:        2018-05-12 08:36:11+00:00
Summary:     Version 8.1-dev

* Use the add-on summary for the dialog title in multy-category settings, 
omitting redundant word settings. Thanks to Robert Hänggi for this suggestion:
https://nvda-addons.groups.io/g/nvda-addons/topic/18122802

* Update readme.

Affected #:  3 files

diff --git a/addon/globalPlugins/clipContentsDesigner/__init__.py 
b/addon/globalPlugins/clipContentsDesigner/__init__.py
index f4e4441..3ffdf55 100644
--- a/addon/globalPlugins/clipContentsDesigner/__init__.py
+++ b/addon/globalPlugins/clipContentsDesigner/__init__.py
@@ -19,6 +19,12 @@ from globalCommands import SCRCAT_TEXTREVIEW, SCRCAT_CONFIG
 
 addonHandler.initTranslation()
 
+ADDON_SUMMARY = addonHandler.getCodeAddon().manifest["summary"]
+try:
+       ADDON_PANEL_TITLE = unicode(ADDON_SUMMARY)
+except NameError:
+       ADDON_PANEL_TITLE = str(ADDON_SUMMARY)
+       
 confspec = {
        "separator": "string(default="")",
        "addTextBefore": "boolean(default=False)",
@@ -265,8 +271,7 @@ class GlobalPlugin(globalPluginHandler.GlobalPlugin):
 
 class AddonSettingsPanel(SettingsPanel):
 
-       # Translators: title of a dialog.
-       title = _("Clip Contents Designer settings")
+       title = ADDON_PANEL_TITLE
 
        def makeSettings(self, settingsSizer):
                sHelper = guiHelper.BoxSizerHelper(self, sizer=settingsSizer)

diff --git a/buildVars.py b/buildVars.py
index 961457c..82d00d0 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" : _("""Add-on for managing clipboard text."""),
        # version
-       "addon_version" : "8.0-dev",
+       "addon_version" : "8.1-dev",
        # Author(s)
        "addon_author" : u"Noelia Ruiz Martínez <nrm1977@xxxxxxxxx>",
        # URL for the add-on documentation support

diff --git a/readme.md b/readme.md
index e4b54cd..92637f7 100644
--- a/readme.md
+++ b/readme.md
@@ -26,6 +26,8 @@ Notes:
 ## Changes for 8.0 ##
 
 * The add-on settings are shown in the corresponding category of the NVDA 
Settings dialog.
+* Requires NVDA 2018.2 or later.
+
 ## Changes for 7.0
 
 * In the dialog to configure the Emulate copy and Emulate cut functionalities 
at installation, if you choose no, the commands for these features will be 
removed, so that you can restore the normal behavior for control+c and 
control+x.

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

--

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: