-
Notifications
You must be signed in to change notification settings - Fork 6
Comparing changes
Open a pull request
base repository: cary-rowen/objWatcher
base: v0.4.3
head repository: cary-rowen/objWatcher
compare: master
Commits on Sep 7, 2023
-
VS Code config: Add functions used for translation to the list of rec…
…ognized build-in names.
Configuration menu - View commit details
-
Copy full SHA for 08e3a08 - Browse repository at this point
Copy the full SHA 08e3a08View commit details
Commits on Sep 13, 2023
-
Merge pull request #32 from lukaszgo1/transBuiltins
VS Code config: Add functions used for translation to the list of recognized build-in names.
Configuration menu - View commit details
-
Copy full SHA for 5b46cf1 - Browse repository at this point
Copy the full SHA 5b46cf1View commit details
Commits on Sep 22, 2023
-
Fixed the error that the NVDA Python virtual environment could not be…
… found by default.
Configuration menu - View commit details
-
Copy full SHA for 9e26d87 - Browse repository at this point
Copy the full SHA 9e26d87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84ec603 - Browse repository at this point
Copy the full SHA 84ec603View commit details
Commits on Oct 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 46383ed - Browse repository at this point
Copy the full SHA 46383edView commit details
Commits on Oct 21, 2023
-
Merge pull request #34 from hwf1324/feature-Migration-to-Python-Flake…
…8-Extensions Feature migration to python flake8 extensions
Configuration menu - View commit details
-
Copy full SHA for f0fb3d4 - Browse repository at this point
Copy the full SHA f0fb3d4View commit details -
SConstruct: remove json creation tool. Closes #36.
In the past, add-on store required submitting json files. Now the store uses a dedicated submission form where submitters can enter download URL and json will be generated afterwards.
Configuration menu - View commit details
-
Copy full SHA for bda5b59 - Browse repository at this point
Copy the full SHA bda5b59View commit details -
Flake8: add ngettext and npgettext variants.
NVDA 2023.2 and later: allow add-ons to work with pural forms, either without context (ngettext) or with context (npgettext).
Configuration menu - View commit details
-
Copy full SHA for e3fa6d5 - Browse repository at this point
Copy the full SHA e3fa6d5View commit details
Commits on Apr 14, 2024
-
Merge branch 'master' of https://github.com/nvdaaddons/AddonTemplate …
…into template
Configuration menu - View commit details
-
Copy full SHA for 74e3457 - Browse repository at this point
Copy the full SHA 74e3457View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4eb4fb7 - Browse repository at this point
Copy the full SHA 4eb4fb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb276e6 - Browse repository at this point
Copy the full SHA eb276e6View commit details
Commits on May 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f0fff5d - Browse repository at this point
Copy the full SHA f0fff5dView commit details -
SConstruct: remove add-on store json generator as the store wil gener…
…ate it when add-ons are submitted
Configuration menu - View commit details
-
Copy full SHA for 2354f5e - Browse repository at this point
Copy the full SHA 2354f5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37f2b59 - Browse repository at this point
Copy the full SHA 37f2b59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f7fe84 - Browse repository at this point
Copy the full SHA 9f7fe84View commit details -
Readme: add-ons manager -> add-on store, update URL manifest key desc…
…ription to point to add-on repo
Configuration menu - View commit details
-
Copy full SHA for ac57655 - Browse repository at this point
Copy the full SHA ac57655View commit details
Commits on May 8, 2024
-
SConstruct: replace string interpolation (%s) with formatted string l…
…iterals (f strings)
Configuration menu - View commit details
-
Copy full SHA for b8bf472 - Browse repository at this point
Copy the full SHA b8bf472View commit details
Commits on May 9, 2024
-
buildVars: add braileTables dictionary. Re #38.
NVDA 2024.3 introduces custom braille tables support, implemented in add-ons via a new manifest section named 'brailleTables'. In the add-on template, support it via a new 'brailleTables' dictionary that records a custom braille table (key) and associated manifest section entries (displayName (name of the table shown to users), contracted (true/false), input (true/false), output (true/false)). The new dictionary will be picked up by SCons when packaging custom braille translations table add-on, with displayName field to be translated.
Configuration menu - View commit details
-
Copy full SHA for 933fd68 - Browse repository at this point
Copy the full SHA 933fd68View commit details -
SConstruct: add custom braille tables section to manifest (actual and…
… localized data) if present. Re #38. After processing root manifest section (actual and localized), process custom braille translation tables section if at least one custom braille table and their attriutes are defined (buildVars.brailleTables is not empty).
Configuration menu - View commit details
-
Copy full SHA for 4b844ab - Browse repository at this point
Copy the full SHA 4b844abView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc2f980 - Browse repository at this point
Copy the full SHA bc2f980View commit details -
Configuration menu - View commit details
-
Copy full SHA for a22aa7e - Browse repository at this point
Copy the full SHA a22aa7eView commit details -
SConstruct: use getattr to make sure buildVars.brailleTables is defin…
…ed. Re #38. It might be possible that buildVars.brailleTables dictionary might be missing becasue the updated SConstruct and buildVars are not copied to add-on repositories. Therefore, check the attriute and work with an empty dictionary if buildVars.brailleTables is missing.
Configuration menu - View commit details
-
Copy full SHA for d41f11c - Browse repository at this point
Copy the full SHA d41f11cView commit details
Commits on May 11, 2024
-
SConstruct: do not use F strings when generating braille tables manif…
…est text due to syntax error in baskslash character use in expressions (resolved in Python 3.12)
Configuration menu - View commit details
-
Copy full SHA for b82cbfc - Browse repository at this point
Copy the full SHA b82cbfcView commit details
Commits on May 16, 2024
-
Upgrade python version to 3.11
Signed-off-by: Johnson Murphy <bystfox@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for db1de6d - Browse repository at this point
Copy the full SHA db1de6dView commit details -
fixed a bug of nested double quotes
Signed-off-by: Johnson Murphy <bystfox@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 49c3a07 - Browse repository at this point
Copy the full SHA 49c3a07View commit details -
Merge pull request #40 from w-sx/master
fixed Workflow failed to build, issue #39
Configuration menu - View commit details
-
Copy full SHA for 0cb5234 - Browse repository at this point
Copy the full SHA 0cb5234View commit details
Commits on May 24, 2024
-
NVDA translation automation committed
May 24, 2024 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 8f4d73b - Browse repository at this point
Copy the full SHA 8f4d73bView commit details
Commits on May 31, 2024
-
NVDA translation automation committed
May 31, 2024 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for af988ec - Browse repository at this point
Copy the full SHA af988ecView commit details
Commits on Jun 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7454567 - Browse repository at this point
Copy the full SHA 7454567View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60b1b0b - Browse repository at this point
Copy the full SHA 60b1b0bView commit details
Commits on Jun 7, 2024
-
NVDA translation automation committed
Jun 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 4dcee9e - Browse repository at this point
Copy the full SHA 4dcee9eView commit details
Commits on Jun 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bd31fe3 - Browse repository at this point
Copy the full SHA bd31fe3View commit details
Commits on Jun 28, 2024
-
NVDA translation automation committed
Jun 28, 2024 Configuration menu - View commit details
-
Copy full SHA for 243db2e - Browse repository at this point
Copy the full SHA 243db2eView commit details
Commits on Jun 29, 2024
-
pyproject.toml: add Ruff section - first step toward replacing Flake8…
… with Ruff. Re #41. Flake8-tabs is unmaintained. In order to use Flake8-tabs, Flake8 4.0.1 or earlier must be used, meaning no newer Python features will not be supported. Therefore, replace Flake8 with Ruff (Python linter written in Rust), and as a first step, add pyproject.toml with add-on template version of Ruff configuration added.
Configuration menu - View commit details
-
Copy full SHA for a1e8e98 - Browse repository at this point
Copy the full SHA a1e8e98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27b8fda - Browse repository at this point
Copy the full SHA 27b8fdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ac9d56 - Browse repository at this point
Copy the full SHA 0ac9d56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 728260a - Browse repository at this point
Copy the full SHA 728260aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 205fb16 - Browse repository at this point
Copy the full SHA 205fb16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a73405 - Browse repository at this point
Copy the full SHA 9a73405View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04c1036 - Browse repository at this point
Copy the full SHA 04c1036View commit details
Commits on Jul 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1908b55 - Browse repository at this point
Copy the full SHA 1908b55View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3fc4d5 - Browse repository at this point
Copy the full SHA f3fc4d5View commit details -
SConstruct: remove Ruff lint F821 notes as pyproject.toml will keep F…
…821 in mind (scons functions)
Configuration menu - View commit details
-
Copy full SHA for 4ca17c1 - Browse repository at this point
Copy the full SHA 4ca17c1View commit details
Commits on Jul 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 30d8060 - Browse repository at this point
Copy the full SHA 30d8060View commit details
Commits on Jul 19, 2024
-
NVDA translation automation committed
Jul 19, 2024 Configuration menu - View commit details
-
Copy full SHA for f613ec2 - Browse repository at this point
Copy the full SHA f613ec2View commit details
Commits on Jul 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 89d485a - Browse repository at this point
Copy the full SHA 89d485aView commit details
Commits on Aug 16, 2024
-
NVDA translation automation committed
Aug 16, 2024 Configuration menu - View commit details
-
Copy full SHA for 536e033 - Browse repository at this point
Copy the full SHA 536e033View commit details
Commits on Aug 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c8bfb49 - Browse repository at this point
Copy the full SHA c8bfb49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75123e2 - Browse repository at this point
Copy the full SHA 75123e2View commit details
Commits on Aug 19, 2024
-
Apply suggestions from code review
Co-authored-by: Noelia Ruiz Martínez <nrm1977@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6583ed7 - Browse repository at this point
Copy the full SHA 6583ed7View commit details
There are no files selected for viewing