commit/goldenCursor: 3 new changesets

  • From: commits-noreply@xxxxxxxxxxxxx
  • To: nvda-addons-commits@xxxxxxxxxxxxx
  • Date: Mon, 01 Jan 2018 05:30:46 +0000 (UTC)

3 new commits in goldenCursor:

https://bitbucket.org/nvdaaddonteam/goldencursor/commits/df47273507b0/
Changeset:   df47273507b0
Branch:      None
User:        josephsl
Date:        2018-01-01 05:26:14+00:00
Summary:     Code tweaks, update copyright years

Affected #:  1 file

diff --git a/addon/globalPlugins/goldenCursor.py 
b/addon/globalPlugins/goldenCursor.py
index c1c1c0b..3442142 100755
--- a/addon/globalPlugins/goldenCursor.py
+++ b/addon/globalPlugins/goldenCursor.py
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #golden cursor
-# Copyright (C) 2015-2017
+# Copyright (C) 2015-2018
 #Version 2.2
 #License GNU GPL
 # Date: 25/12/2015
@@ -385,7 +385,6 @@ class GlobalPlugin(globalPluginHandler.GlobalPlugin):
 
        def script_moveMouseRight(self,gesture):
                self.moveMouse(GCMouseRight)
-       
        # Translators: Input help message for a Golden Cursor command.
        script_moveMouseRight.__doc__ = _("Moves the Mouse pointer to the 
right")
 


https://bitbucket.org/nvdaaddonteam/goldencursor/commits/4b83a2f0f60c/
Changeset:   4b83a2f0f60c
Branch:      None
User:        josephsl
Date:        2018-01-01 05:28:17+00:00
Summary:     Installer: update copyright years, no more migration of beta files.

Affected #:  1 file

diff --git a/addon/installTasks.py b/addon/installTasks.py
index 567e25f..386541e 100755
--- a/addon/installTasks.py
+++ b/addon/installTasks.py
@@ -1,5 +1,5 @@
 # Golden Cursor installation tasks
-# Copyright 2016-2017 Joseph Lee and others, released under GPL.
+# Copyright 2016-2018 Joseph Lee and others, released under GPL.
 
 # Provides needed routines during add-on installation and removal.
 # Routines are partly based on other add-ons, particularly Place Markers by 
Noelia Martinez (thanks add-on authors).
@@ -12,15 +12,10 @@ import shutil
 def onInstall():
        # First and second generation positions storage format are incompatible.
        positions = os.path.join(os.path.dirname(__file__), "..", 
"goldenCursor", "mousePositions")
-       betaPositions = os.path.join(os.path.dirname(__file__), "..", 
"goldenCursor", "savedPositions")
        oldPositions = os.path.join(os.path.dirname(__file__), "..", 
"goldenCursor", "globalPlugins", "files")
        # Without importing old positions, saved positions would be lost.
        newPositions = os.path.join(os.path.dirname(__file__), "mousePositions")
        # First, migrate second generation positions database.
-       # 2.0 only: migrate beta positions.
-       if os.path.exists(betaPositions):
-               os.rename(betaPositions, positions)
-               # End 2.0 only
        if os.path.exists(positions):
                try:
                        shutil.copytree(positions, newPositions)


https://bitbucket.org/nvdaaddonteam/goldencursor/commits/f43985fbaf95/
Changeset:   f43985fbaf95
Branch:      stable
User:        josephsl
Date:        2018-01-01 05:28:59+00:00
Summary:     Golden Cursor 2.1

Signed-off-by: Joseph Lee <joseph.lee22590@xxxxxxxxx>

Affected #:  1 file

diff --git a/buildVars.py b/buildVars.py
index 41c47bf..79dcf1b 100755
--- 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" : _("Allows you to control the mouse movement with 
the keyboard. for further details please visit the addon guide help."),
        # version
-       "addon_version" : "2.0",
+       "addon_version" : "2.1",
        # Author(s)
        "addon_author" : u"Salah Atair <atair1978@xxxxxxxxx>, Wafeeq Taher, 
Joseph Lee <joseph.lee22590@xxxxxxxxx>, Abdel <abdelkrim.bensaid@xxxxxxxxx>",
        # URL for the add-on documentation support

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

--

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: