[nvda-addons] Re: commit/addonFiles: 5 new changesets

  • From: Alaisha7 <wednesday3111@xxxxxxxxx>
  • To: nvda-addons@xxxxxxxxxxxxx
  • Date: Sat, 13 Jun 2015 07:59:26 -0400

Well, I think the dictionary is a cool idea, so that emoticons can be read properly if they are not in the list, but yes, it would be awesome if that could somehow be extended. I guess what could also be done is you could create a document with just the emoticons you've added to the dictionary, and you could go through those, that way you wouldn't have to go to default dictionary, then to voice dictionary, and so on. Like maybe you could create a short cut, then a hot key for it, so your list can be brought up quickly so you can look through and paste. Haha. But it would be awesome if it could be extended one day. Thanks for getting back.

On 6/13/2015 2:10 AM, Noelia wrote:

Hi, there is not a friendly way to paste emoticons added to the dictionary. Of course, you can go to the dictionary, down to the emoticon and copy the patern if it's not a regular expresion, or the comment if you can add a comment appropiate to this.
The add-on has two different dialogs, one for inserting and other for dictionary. You can deactivate the dictionary but the Insert emoticons dialog will work. For instance, a person using primarily a braille display perhaps wouldn't want to manage dictionaries, but she or he can use the Insert emoticon dialog.
So, I think perhaps the Insert Emoticon dialog could be enhanced, but so that it isn't necessary to use dictionaries for add emoticons to be pasted.
Thanks.


El 13/06/2015 a las 4:04, Alaisha7 escribió:
Hi, about emoticons, will it ever be possible to paste an emoticon in to
conversation that's one you've added to the dictionary? It's very
frustrating when I get someone to tell me what an emoticon is, because
it isn't in the list, and I added to dictionary, and it reads it, but
then I can not incorporate said emoticon in to conversation, because
it's only in my dictionary. Sorry if that was too blunt and came across
as crappy. Haha. I'm honestly not trying to be. So is that on the
NVDA addons page then?

On 6/12/2015 6:15 PM, Noelia wrote:
Hi: The following add-ons have been updated with translations:
Emoticons, PlaceMarkers and UnicodeBrailleInput.
TeamViewer has been removed from stable add-ons since I know that it
has a bug, fixed for me in development version, which is not reviewed.
Also some buttons need to be labelled in the development version. I
think TeamViewer 10 versions have new elements.
Thanks.

El 12/06/2015 a las 23:40, commits-noreply@xxxxxxxxxxxxx escribió:
5 new commits in addonFiles:

https://bitbucket.org/nvdaaddonteam/addonfiles/commits/a9efb763983c/
Changeset: a9efb763983c
Branch: None
User: norrumar
Date: 2015-06-12 20:55:15+00:00
Summary: Added UnicodeBrailleInput 2.3. Deleted old dev version.

Affected #: 4 files

diff --git a/get.php b/get.php
index 4901352..fe6d176 100644
--- a/get.php
+++ b/get.php
@@ -41,8 +41,8 @@ $addons = array(
"spl-dev" => "stationPlaylist-5.0-dev.nvda-addon",
"tv" => "teamViewer-2.2.nvda-addon",
"tv-dev" => "teamViewer-2.2.nvda-addon",
- "ubi" => "unicodeBrailleInput-2.2.nvda-addon",
- "ubi-dev" => "unicodeBrailleInput-1.1-dev.nvda-addon",
+ "ubi" => "unicodeBrailleInput-2.3.nvda-addon",
+ "ubi-dev" => "unicodeBrailleInput-2.3.nvda-addon",
"VR" => "virtualRevision-2.0-dev.nvda-addon",
"wrd" => "word-0.2-dev.nvda-addon"
);

diff --git a/unicodeBrailleInput-1.1-dev.nvda-addon
b/unicodeBrailleInput-1.1-dev.nvda-addon
deleted file mode 100644
index 982c54b..0000000
Binary files a/unicodeBrailleInput-1.1-dev.nvda-addon and /dev/null
differ

diff --git a/unicodeBrailleInput-2.2.nvda-addon
b/unicodeBrailleInput-2.2.nvda-addon
deleted file mode 100644
index 6c0ec04..0000000
Binary files a/unicodeBrailleInput-2.2.nvda-addon and /dev/null differ

diff --git a/unicodeBrailleInput-2.3.nvda-addon
b/unicodeBrailleInput-2.3.nvda-addon
new file mode 100644
index 0000000..d2a388d
Binary files /dev/null and b/unicodeBrailleInput-2.3.nvda-addon differ


https://bitbucket.org/nvdaaddonteam/addonfiles/commits/3e9789c6082a/
Changeset: 3e9789c6082a
Branch: None
User: norrumar
Date: 2015-06-12 21:07:52+00:00
Summary: Emoticons: update version to 3.5.

Affected #: 3 files

diff --git a/emoticons-3.4.nvda-addon b/emoticons-3.4.nvda-addon
deleted file mode 100644
index 7d950ea..0000000
Binary files a/emoticons-3.4.nvda-addon and /dev/null differ

diff --git a/emoticons-3.5.nvda-addon b/emoticons-3.5.nvda-addon
new file mode 100644
index 0000000..d655d14
Binary files /dev/null and b/emoticons-3.5.nvda-addon differ

diff --git a/get.php b/get.php
index fe6d176..606960d 100644
--- a/get.php
+++ b/get.php
@@ -10,8 +10,8 @@ $addons = array(
"dx-dev" => "dropbox-4.0-dev.nvda-addon",
"em" => "eMule-2.4.nvda-addon",
"em-dev" => "eMule-2.4.nvda-addon",
- "emo" => "emoticons-3.4.nvda-addon",
- "emo-dev" => "emoticons-3.4.nvda-addon",
+ "emo" => "emoticons-3.5.nvda-addon",
+ "emo-dev" => "emoticons-3.5.nvda-addon",
"etn" => "easyTableNavigator-1.1.nvda-addon",
"etn-dev" => "easyTableNavigator-1.0-dev.nvda-addon",
"ets" => "enhancedTouchGestures-0.4.nvda-addon",


https://bitbucket.org/nvdaaddonteam/addonfiles/commits/20617df00701/
Changeset: 20617df00701
Branch: None
User: norrumar
Date: 2015-06-12 21:36:46+00:00
Summary: PlaceMarkers 5.3 and TeamViewer 3.0-dev added. Removed
TeamViewer stable.

Affected #: 6 files

diff --git a/get.php b/get.php
index 606960d..88e1097 100644
--- a/get.php
+++ b/get.php
@@ -27,8 +27,8 @@ $addons = array(
"nb-dev" => "noBeepsSpeechMode-2.1.nvda-addon",
"ocr" =>
"http://files.nvaccess.org/nvda-addons/ocr_0.20120529.01.nvda-addon";,
"pckbbrl" =>
"http://files.nvaccess.org/nvda-addons/pcKbBrl-2014.1.nvda-addon";,
- "pm" => "placeMarkers-5.2.nvda-addon",
- "pm-dev" => "placeMarkers-5.2.nvda-addon",
+ "pm" => "placeMarkers-5.3.nvda-addon",
+ "pm-dev" => "placeMarkers-5.3.nvda-addon",
"qb-dev" =>
"http://files.nvaccess.org/nvda-addons/quickBooks2014-2014.4.7.nvda-addon";,

"rf" => "readFeeds-2.3.nvda-addon",
"rf-dev" => "readFeeds-3.0-dev.nvda-addon",
@@ -39,8 +39,8 @@ $addons = array(
"st-dev" => "systrayList-2.0-dev.nvda-addon",
"spl" => "stationPlaylist-4.4.nvda-addon",
"spl-dev" => "stationPlaylist-5.0-dev.nvda-addon",
- "tv" => "teamViewer-2.2.nvda-addon",
- "tv-dev" => "teamViewer-2.2.nvda-addon",
+ "tv" => "teamViewer-3.0-dev.nvda-addon",
+ "tv-dev" => "teamViewer-3.0-dev.nvda-addon",
"ubi" => "unicodeBrailleInput-2.3.nvda-addon",
"ubi-dev" => "unicodeBrailleInput-2.3.nvda-addon",
"VR" => "virtualRevision-2.0-dev.nvda-addon",

This diff is so big that we needed to truncate the remainder.

https://bitbucket.org/nvdaaddonteam/addonfiles/commits/2ee301115122/
Changeset: 2ee301115122
Branch: None
User: norrumar
Date: 2015-06-12 21:37:31+00:00
Summary: Removed accidentally placed log.

Affected #: 1 file

This diff is so big that we needed to truncate the remainder.

https://bitbucket.org/nvdaaddonteam/addonfiles/commits/069a7120be8f/
Changeset: 069a7120be8f
Branch: master
User: norrumar
Date: 2015-06-12 21:37:46+00:00
Summary: Merge branch 'master' of
https://bitbucket.org/nvdaaddonteam/addonfiles

Affected #: 3 files

diff --git a/get.php b/get.php
index 88e1097..4e89d32 100644
--- a/get.php
+++ b/get.php
@@ -19,7 +19,7 @@ $addons = array(
"fh" => "focusHighlight-2.1.nvda-addon",
"fh-dev" => "focusHighlight-3.0-dev.nvda-addon",
"gl" =>
"https://bitbucket.org/nvdaaddonteam/todo/raw/master/guideLines.txt";,
- "gwv" => "goldwave-2.2.nvda-addon",
+ "gwv" => "goldwave-3.0.nvda-addon",
"gwv-dev" => "goldwave-3.0-dev.nvda-addon",
"it" => "instantTranslate-3.0.nvda-addon",
"it-dev" => "instantTranslate-4.0-dev.nvda-addon",

diff --git a/goldwave-2.2.nvda-addon b/goldwave-2.2.nvda-addon
deleted file mode 100644
index ddf8d23..0000000
Binary files a/goldwave-2.2.nvda-addon and /dev/null differ

diff --git a/goldwave-3.0.nvda-addon b/goldwave-3.0.nvda-addon
new file mode 100644
index 0000000..593f905
Binary files /dev/null and b/goldwave-3.0.nvda-addon differ

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

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.

----------------------------------------------------------------
NVDA add-ons: A list to discuss add-on code enhancements and for
reporting bugs.
Community addons are available from: http://addons.nvda-project.org
To send a message to the list: nvda-addons@xxxxxxxxxxxxx
To change your list settings/unsubscribe:
//www.freelists.org/list/nvda-addons
To contact list moderators: nvda-addons-moderators@xxxxxxxxxxxxx


----------------------------------------------------------------
NVDA add-ons: A list to discuss add-on code enhancements and for
reporting bugs.
Community addons are available from: http://addons.nvda-project.org
To send a message to the list: nvda-addons@xxxxxxxxxxxxx
To change your list settings/unsubscribe:
//www.freelists.org/list/nvda-addons
To contact list moderators: nvda-addons-moderators@xxxxxxxxxxxxx
----------------------------------------------------------------
NVDA add-ons: A list to discuss add-on code enhancements and for reporting bugs.
Community addons are available from: http://addons.nvda-project.org
To send a message to the list: nvda-addons@xxxxxxxxxxxxx
To change your list settings/unsubscribe: //www.freelists.org/list/nvda-addons
To contact list moderators: nvda-addons-moderators@xxxxxxxxxxxxx


----------------------------------------------------------------
NVDA add-ons: A list to discuss add-on code enhancements and for reporting bugs.
Community addons are available from: http://addons.nvda-project.org
To send a message to the list: nvda-addons@xxxxxxxxxxxxx
To change your list settings/unsubscribe:
//www.freelists.org/list/nvda-addons
To contact list moderators: nvda-addons-moderators@xxxxxxxxxxxxx

Other related posts: