commit/placeMarkers: 2 new changesets

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Tue, 01 Sep 2015 04:28:46 -0000

2 new commits in placeMarkers:

https://bitbucket.org/nvdaaddonteam/placemarkers/commits/29ba9328856d/
Changeset: 29ba9328856d
Branch: None
User: norrumar
Date: 2015-09-01 04:16:56+00:00
Summary: Prevent conflicts when the add-on is not usable.

Affected #: 7 files

diff --git a/addon/doc/de/readme.md b/addon/doc/de/readme.md
index 9026376..ca9e50c 100644
--- a/addon/doc/de/readme.md
+++ b/addon/doc/de/readme.md
@@ -48,13 +48,15 @@ stattdessen Suchanfragen zu verwenden.
* Tastenkürzel sind nun intuitiver

## Änderungen für 4.0 ##
-* Removed fragment identifiers from bookmark filenames, which can avoid
- issues in ePUBREADER Firefox add-on.
+* Fragment-Identifikatoren aus den Dateinamen der Lesezeichen
+ entfernt. Dadurch werden Fehler in der Erweiterung ePUBREADER für Firefox
+ vermieden.
* Die Hilfe zur Erweiterung ist nun über den Erweiterungs-Manager verfügbar.

## Änderungen für 3.1 ##
* aktualisierte Übersetzungen und neue Sprache.
-* Bookmark position is not announced in skim reading.
+* Die Position von Lesezeichen wird nicht während der Navigation während
+ alles lesen ausgegeben..

## Änderungen für 3.0 ##
* Unterstützung für "Navigation während alles lesen" hinzugefügt.

diff --git a/addon/doc/ne/readme.md b/addon/doc/ne/readme.md
index c21da74..3cc71b0 100644
--- a/addon/doc/ne/readme.md
+++ b/addon/doc/ne/readme.md
@@ -1,8 +1,8 @@
# स्थान चिनो #

* लेखक: Noelia, Chris.
-* डाउनलोड[version 1.0][1]
-* डाउनलोट [development version][2]
+* अनुबहन[version 1.0][1]
+* अनुबहन [development version][2]

This addon is used for saving and searching specific text strings or
bookmarks, on web pages or documents in NVDA's browse mode. It can also be
@@ -46,15 +46,15 @@ common keystrokes and features.
हुने भएकोले विसेष खोजी गर्नु राम्रो हुन्छ तर निदिर्ट पुस्तकचिनो मा होइन ।


-## Changes for 5.0 ##
+## ३.० मा गरिएका परिवर्तनहरू ##
* Added case sensitive search.
* Removed option to open documentation from Place markers menu.
* More intuitive key commands.

-## Changes for 4.0 ##
+## ४.० मा गरिएका परिवर्तनहरू ##
* Removed fragment identifiers from bookmark filenames, which can avoid
issues in ePUBREADER Firefox add-on.
-* Add-on help is available from the Add-ons Manager.
+* थप-साधन सहयोग थप-साधन व्यबस्थापकमा उपलब्ध छ ।.

## ३.१ मा गरिएका परिवर्तनहरू ##
* अनुवादको अध्यावधिकरण र अनुदित भाषाहरू

diff --git a/addon/globalPlugins/placeMarkers.py
b/addon/globalPlugins/placeMarkers.py
index 6e7d742..19c6de1 100755
--- a/addon/globalPlugins/placeMarkers.py
+++ b/addon/globalPlugins/placeMarkers.py
@@ -1,4 +1,6 @@
# -*- coding: UTF-8 -*-
+# Gestures sent to applications when add-on features are not applicable
+# Date: 1/09/2015
# Changed key commands
# Date: 27/02/2015
# Removed Open documentation option from add-on menu, as suggested by Bernd
Dorer
@@ -338,7 +340,7 @@ class GlobalPlugin(globalPluginHandler.GlobalPlugin):
if not controlTypes.STATE_MULTILINE in obj.states:
treeInterceptor=obj.treeInterceptor
if not (hasattr(treeInterceptor,'TextInfo') and not
treeInterceptor.passThrough):
- return
+ gesture.send()
self.saveSpecificFindTextDialog()
# Translators: message presented in input mode, when a
keystroke of an addon script is pressed.
script_specificSave.__doc__ = _("Saves a text string for a specific
search.")
@@ -348,7 +350,7 @@ class GlobalPlugin(globalPluginHandler.GlobalPlugin):
if not controlTypes.STATE_MULTILINE in obj.states:
treeInterceptor=obj.treeInterceptor
if not (hasattr(treeInterceptor,'TextInfo') and not
treeInterceptor.passThrough):
- return
+ gesture.send()
try:
self.getLastSpecificFindText()
except:
@@ -379,7 +381,7 @@ class GlobalPlugin(globalPluginHandler.GlobalPlugin):
if hasattr(treeInterceptor,'TextInfo') and not
treeInterceptor.passThrough:
obj=treeInterceptor
else:
- return
+ gesture.send()
self.getStates()
fileName = self._pickle
start = obj.makeTextInfo(textInfos.POSITION_ALL)
@@ -419,7 +421,7 @@ class GlobalPlugin(globalPluginHandler.GlobalPlugin):
if hasattr(treeInterceptor,'TextInfo') and not
treeInterceptor.passThrough:
obj=treeInterceptor
else:
- return
+ gesture.send()
self.getStates()
if len(self._states) == 0:
ui.message(
@@ -473,7 +475,7 @@ class GlobalPlugin(globalPluginHandler.GlobalPlugin):
if hasattr(treeInterceptor,'TextInfo') and not
treeInterceptor.passThrough:
obj=treeInterceptor
else:
- return
+ gesture.send()
self.getStates()
if len(self._states) == 0:
ui.message(
@@ -514,7 +516,7 @@ class GlobalPlugin(globalPluginHandler.GlobalPlugin):
if hasattr(treeInterceptor,'TextInfo') and not
treeInterceptor.passThrough:
obj=treeInterceptor
else:
- return
+ gesture.send()
self.getStates()
if len(self._states) == 0:
ui.message(
@@ -555,7 +557,7 @@ class GlobalPlugin(globalPluginHandler.GlobalPlugin):
if not controlTypes.STATE_MULTILINE in obj.states:
treeInterceptor=obj.treeInterceptor
if not (hasattr(treeInterceptor,'TextInfo') and not
treeInterceptor.passThrough) and controlTypes.STATE_MULTILINE not in obj.states:
- return
+ gesture.send()
fileName = self.getFile("bookmarks")
if not api.copyToClip(os.path.basename(fileName)):
ui.message(

diff --git a/addon/locale/ar/LC_MESSAGES/nvda.po
b/addon/locale/ar/LC_MESSAGES/nvda.po
index fa96817..1d598ea 100644
--- a/addon/locale/ar/LC_MESSAGES/nvda.po
+++ b/addon/locale/ar/LC_MESSAGES/nvda.po
@@ -8,14 +8,14 @@ msgstr ""
"Project-Id-Version: placeMarkers 1.0-beta\n"
"Report-Msgid-Bugs-To: nvda-translations@xxxxxxxxxxxxx\n"
"POT-Creation-Date: 2013-06-17 20:50+0200\n"
-"PO-Revision-Date: 2013-08-27 12:22+0200\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@xxxxxx>\n"
+"PO-Revision-Date: 2015-06-13 16:25+0200\n"
"Language: ar\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.1\n"
+"Last-Translator: \n"
+"Language-Team: \n"

#. Translators: label of a dialog presented when installing this addon and
placeMarkersBackup is found.
msgid ""
@@ -248,7 +248,7 @@ msgstr "حدد أحد الخيارات لتنفيذها"

#. Translators: An option in specific search to perform case-sensitive search,
copied from core.
msgid "Case &sensitive"
-msgstr ""
+msgstr "&حساس لحالة الأحرف"

#. Add-on summary, usually the user visible name of the addon.
#. Translators: Summary for this add-on to be shown on installation and add-on
information.

diff --git a/addon/locale/it/LC_MESSAGES/nvda.po
b/addon/locale/it/LC_MESSAGES/nvda.po
index 2e6a8da..5b63901 100644
--- a/addon/locale/it/LC_MESSAGES/nvda.po
+++ b/addon/locale/it/LC_MESSAGES/nvda.po
@@ -3,8 +3,8 @@ msgstr ""
"Project-Id-Version: placeMarkers-1.0\n"
"Report-Msgid-Bugs-To: 'nvda-translations@xxxxxxxxxxxxx'\n"
"POT-Creation-Date: 2013-06-05 23:05+0200\n"
-"PO-Revision-Date: 2013-08-19 08:50+0100\n"
-"Last-Translator: Simone Dal Maso <simone.dalmaso@xxxxxxxx>\n"
+"PO-Revision-Date: 2015-07-27 11:21+0100\n"
+"Last-Translator: Simone Dal Maso <simone.dalmaso@xxxxxxxxx>\n"
"Language-Team: Chris <llajta2012@xxxxxxxxxxx>\n"
"Language: it_IT\n"
"MIME-Version: 1.0\n"
@@ -13,7 +13,7 @@ msgstr ""
"X-Poedit-KeywordsList: _;gettext;gettext_noop\n"
"X-Poedit-Basepath: .\n"
"X-Poedit-SourceCharset: UTF-8\n"
-"X-Generator: Poedit 1.5.5\n"
+"X-Generator: Poedit 1.6.6\n"
"X-Poedit-SearchPath-0: .\n"

#. Translators: label of a dialog presented when installing this addon and
placeMarkersBackup is found.
@@ -249,7 +249,7 @@ msgstr "Selezionare l'operazione da eseguire:"

#. Translators: An option in specific search to perform case-sensitive search,
copied from core.
msgid "Case &sensitive"
-msgstr ""
+msgstr "Sensibile alle maiu&scole"

#. Add-on summary, usually the user visible name of the addon.
#. Translators: Summary for this add-on to be shown on installation and add-on
information.

diff --git a/buildVars.py b/buildVars.py
index e532066..771e50d 100755
--- a/buildVars.py
+++ b/buildVars.py
@@ -21,7 +21,7 @@ addon_info = {
# version
"addon_version" : "6.0-dev",
# Author(s)
- "addon_author" : u"Noelia <nrm1977@xxxxxxxxx>, Chris
<llajta2012@xxxxxxxxxxx>",
+ "addon_author" : u"Noelia <nrm1977@xxxxxxxxx>, Chris
<llajta2012@xxxxxxxxx>",
# URL for the add-on documentation support
"addon_url" : "http://addons.nvda-project.org";,
# Documentation file name

diff --git a/readme.md b/readme.md
index 4d44ba6..be5222b 100644
--- a/readme.md
+++ b/readme.md
@@ -32,6 +32,8 @@ Using Place markers submenu, under Preferences menu, you can
access:

Note: The bookmark position is based on the number of characters; and
therefore in pages with a dynamic content is better to use the specific search,
and not the bookmarks which save a precise position.

+## Changes for 6.0 ##
+* When the add-on is not usable in the current document, gestures are sent to
the corresponding application.

## Changes for 5.0 ##
* Added case sensitive search.
@@ -54,7 +56,6 @@ Note: The bookmark position is based on the number of
characters; and therefore
* Fixed bug which broke when paths contained non latin characters.
* Shortcuts can now be reassigned using the NVDA gesture input dialog.

-
## Changes for 1.0 ##
* Initial version.
* Translated into: Brazilian Portuguese, Farsi, Finnish, French, Galician,
German, Italian, Japanese, Korean, Nepali, Portuguese, Spanish, Slovak,
Slovenian, Tamil.


https://bitbucket.org/nvdaaddonteam/placemarkers/commits/e455d18c7d0d/
Changeset: e455d18c7d0d
Branch: master
User: norrumar
Date: 2015-09-01 04:22:17+00:00
Summary: Added return after sending keys to application.

Affected #: 1 file

diff --git a/addon/globalPlugins/placeMarkers.py
b/addon/globalPlugins/placeMarkers.py
index 19c6de1..542865a 100755
--- a/addon/globalPlugins/placeMarkers.py
+++ b/addon/globalPlugins/placeMarkers.py
@@ -341,6 +341,7 @@ class GlobalPlugin(globalPluginHandler.GlobalPlugin):
treeInterceptor=obj.treeInterceptor
if not (hasattr(treeInterceptor,'TextInfo') and not
treeInterceptor.passThrough):
gesture.send()
+ return
self.saveSpecificFindTextDialog()
# Translators: message presented in input mode, when a
keystroke of an addon script is pressed.
script_specificSave.__doc__ = _("Saves a text string for a specific
search.")
@@ -351,6 +352,7 @@ class GlobalPlugin(globalPluginHandler.GlobalPlugin):
treeInterceptor=obj.treeInterceptor
if not (hasattr(treeInterceptor,'TextInfo') and not
treeInterceptor.passThrough):
gesture.send()
+ return
try:
self.getLastSpecificFindText()
except:
@@ -382,6 +384,7 @@ class GlobalPlugin(globalPluginHandler.GlobalPlugin):
obj=treeInterceptor
else:
gesture.send()
+ return
self.getStates()
fileName = self._pickle
start = obj.makeTextInfo(textInfos.POSITION_ALL)
@@ -422,6 +425,7 @@ class GlobalPlugin(globalPluginHandler.GlobalPlugin):
obj=treeInterceptor
else:
gesture.send()
+ return
self.getStates()
if len(self._states) == 0:
ui.message(
@@ -476,6 +480,7 @@ class GlobalPlugin(globalPluginHandler.GlobalPlugin):
obj=treeInterceptor
else:
gesture.send()
+ return
self.getStates()
if len(self._states) == 0:
ui.message(
@@ -517,6 +522,7 @@ class GlobalPlugin(globalPluginHandler.GlobalPlugin):
obj=treeInterceptor
else:
gesture.send()
+ return
self.getStates()
if len(self._states) == 0:
ui.message(
@@ -558,6 +564,7 @@ class GlobalPlugin(globalPluginHandler.GlobalPlugin):
treeInterceptor=obj.treeInterceptor
if not (hasattr(treeInterceptor,'TextInfo') and not
treeInterceptor.passThrough) and controlTypes.STATE_MULTILINE not in obj.states:
gesture.send()
+ return
fileName = self.getFile("bookmarks")
if not api.copyToClip(os.path.basename(fileName)):
ui.message(

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

--

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: