commit/Emoticons: 2 new changesets

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Sat, 28 Nov 2015 03:34:27 -0000

2 new commits in Emoticons:

https://bitbucket.org/nvdaaddonteam/emoticons/commits/e1d4e4d5ead2/
Changeset: e1d4e4d5ead2
Branch: None
User: norrumar
Date: 2015-11-28 03:30:47+00:00
Summary: Merge branch 'master' into stable

Affected #: 2 files

diff --git a/addon/globalPlugins/emoticons/__init__.py
b/addon/globalPlugins/emoticons/__init__.py
index db5dded..e030c0f 100644
--- a/addon/globalPlugins/emoticons/__init__.py
+++ b/addon/globalPlugins/emoticons/__init__.py
@@ -235,7 +235,7 @@ class EmDicDialog(DictionaryDialog):
self.tempSpeechDict = []
self.tempSpeechDict.extend(defaultDic)
for entry in defaultDic:
-
self.dictList.Append((entry.comment,entry.pattern,entry.replacement,self.offOn[int(entry.caseSensitive)],self.offOn[int(entry.regexp)]))
+
self.dictList.Append((entry.comment,entry.pattern,entry.replacement,True,speechDictHandler.ENTRY_TYPE_REGEXP))
self.dictList.SetFocus()

def onOk(self,evt):

diff --git a/buildVars.py b/buildVars.py
index ce46ddf..e4356e4 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" : _("Enables the announcement of emoticon names
instead of the character Representation."),
# version
- "addon_version" : "4.2",
+ "addon_version" : "4.3-dev",
# Author(s)
"addon_author" : u"Chris Leo <llajta2012@xxxxxxxxx>, Noelia Ruiz
Martínez <nrm1977@xxxxxxxxx>, Mesar Hameed <mhameed@xxxxxxxxxxxxx>",
# URL for the add-on documentation support


https://bitbucket.org/nvdaaddonteam/emoticons/commits/3aeae72f967d/
Changeset: 3aeae72f967d
Branch: stable
User: norrumar
Date: 2015-11-28 03:34:03+00:00
Summary: Bump version: 4.3.

Affected #: 1 file

diff --git a/buildVars.py b/buildVars.py
index e4356e4..8c39c5a 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" : _("Enables the announcement of emoticon names
instead of the character Representation."),
# version
- "addon_version" : "4.3-dev",
+ "addon_version" : "4.3",
# Author(s)
"addon_author" : u"Chris Leo <llajta2012@xxxxxxxxx>, Noelia Ruiz
Martínez <nrm1977@xxxxxxxxx>, Mesar Hameed <mhameed@xxxxxxxxxxxxx>",
# URL for the add-on documentation support

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

--

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: