Skip to content

Commit cbce460

Browse files
authored
Merge f6da480 into 8dcddfd
2 parents 8dcddfd + f6da480 commit cbce460

571 files changed

Lines changed: 138810 additions & 138722 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,86 @@
33
# Every person expected to commit po files should change their personal config file as described here:
44
# https://mail.gnome.org/archives/kupfer-list/2010-June/msg00002.html
55
*.po filter=cleanpo
6+
7+
eol=lf
8+
* text=auto
9+
10+
# Files which should not be renormalized
11+
*.t2t -text
12+
*.dic -text
13+
*.po -text
14+
15+
# Git files
16+
.gitignore text
17+
.gitattributes text
18+
CODEOWNERS text
19+
20+
# Documentation files
21+
*.md text
22+
*.txt text
23+
24+
# Scripts
25+
*.ps1 text
26+
*.bat text
27+
*.nsi text
28+
29+
# Config files
30+
*.ini text
31+
*.yml text
32+
*.robot text
33+
*.subst text
34+
Doxyfile text
35+
Makefile text
36+
*.t2tconf text
37+
38+
# Other files
39+
*.def text
40+
*.css text
41+
*.svg text
42+
43+
# Source files
44+
# ============
45+
# Python Sources
46+
*.py text diff=python
47+
*.pyw text diff=python
48+
*_sconscript text diff=python
49+
sconscript text diff=python
50+
sconstruct text diff=python
51+
# C++ Sources
52+
*.c text diff=c
53+
*.cpp text diff=cpp
54+
*.h text diff=c
55+
*.idl text diff=c
56+
*.acf text diff=c
57+
58+
# Binary files
59+
# ============
60+
# Python binary files
61+
# *.db binary
62+
# *.p binary
63+
# *.pkl binary
64+
# *.pickle binary
65+
# *.pyc binary
66+
# *.pyd binary
67+
# *.pyo binary
68+
# # Compiled C++ Object files
69+
# *.slo binary
70+
# *.lo binary
71+
# *.o binary
72+
# *.obj binary
73+
# # Precompiled C++ Headers
74+
# *.gch binary
75+
# *.pch binary
76+
# # Compiled C++ Dynamic libraries
77+
# *.so binary
78+
# *.dylib binary
79+
# *.dll binary
80+
# # Compiled C++ Static libraries
81+
# *.lai binary
82+
# *.la binary
83+
# *.a binary
84+
# *.lib binary
85+
# # C++ Executables
86+
# *.exe binary
87+
# *.out binary
88+
# *.app binary

.github/CODEOWNERS

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
1-
# This is a comment.
2-
# Each line is a file pattern followed by one or more owners.
3-
4-
# These owners will be the default owners for everything in
5-
# the repo. Unless a later match takes precedence,
6-
# @global-owner1 and @global-owner2 will be requested for
7-
# review when someone opens a pull request.
8-
# * @global-owner1 @global-owner2
9-
10-
# Order is important; the last matching pattern takes the most
11-
# precedence. When someone opens a pull request that only
12-
# modifies JS files, only @js-owner and not the global
13-
# owner(s) will be requested for a review.
14-
# *.js @js-owner
15-
16-
# You can also use email addresses if you prefer. They'll be
17-
# used to look up users just like we do for commit author
18-
# emails.
19-
# *.go docs@example.com
20-
21-
# In this example, @doctocat owns any files in the build/logs
22-
# directory at the root of the repository and any of its
23-
# subdirectories.
24-
# /build/logs/ @doctocat
25-
26-
# The `docs/*` pattern will match files like
27-
# `docs/getting-started.md` but not further nested files like
28-
# `docs/build-app/troubleshooting.md`.
29-
# docs/* docs@example.com
30-
31-
# In this example, @octocat owns any file in an apps directory
32-
# anywhere in your repository.
33-
# apps/ @octocat
34-
35-
# In this example, @doctocat owns any file in the `/docs`
36-
# directory in the root of your repository and any of its
37-
# subdirectories.
38-
# /docs/ @doctocat
39-
40-
# Start of NVDA config
41-
42-
# By default auto request review from NV Access developer team.
43-
* @nvaccess/developers
44-
45-
# For changes to the userGuide auto request review from userDocs team
46-
/user_docs/en/userGuide.t2t @nvaccess/userDocs
1+
# This is a comment.
2+
# Each line is a file pattern followed by one or more owners.
3+
4+
# These owners will be the default owners for everything in
5+
# the repo. Unless a later match takes precedence,
6+
# @global-owner1 and @global-owner2 will be requested for
7+
# review when someone opens a pull request.
8+
# * @global-owner1 @global-owner2
9+
10+
# Order is important; the last matching pattern takes the most
11+
# precedence. When someone opens a pull request that only
12+
# modifies JS files, only @js-owner and not the global
13+
# owner(s) will be requested for a review.
14+
# *.js @js-owner
15+
16+
# You can also use email addresses if you prefer. They'll be
17+
# used to look up users just like we do for commit author
18+
# emails.
19+
# *.go docs@example.com
20+
21+
# In this example, @doctocat owns any files in the build/logs
22+
# directory at the root of the repository and any of its
23+
# subdirectories.
24+
# /build/logs/ @doctocat
25+
26+
# The `docs/*` pattern will match files like
27+
# `docs/getting-started.md` but not further nested files like
28+
# `docs/build-app/troubleshooting.md`.
29+
# docs/* docs@example.com
30+
31+
# In this example, @octocat owns any file in an apps directory
32+
# anywhere in your repository.
33+
# apps/ @octocat
34+
35+
# In this example, @doctocat owns any file in the `/docs`
36+
# directory in the root of your repository and any of its
37+
# subdirectories.
38+
# /docs/ @doctocat
39+
40+
# Start of NVDA config
41+
42+
# By default auto request review from NV Access developer team.
43+
* @nvaccess/developers
44+
45+
# For changes to the userGuide auto request review from userDocs team
46+
/user_docs/en/userGuide.t2t @nvaccess/userDocs

.github/CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The NVDA project is open to contributions, thank you for your interest!
2-
3-
Please first [read our guide to contributing](https://github.com/nvaccess/nvda/wiki/Contributing) on the NVDA
4-
GitHub Wiki.
1+
The NVDA project is open to contributions, thank you for your interest!
2+
3+
Please first [read our guide to contributing](https://github.com/nvaccess/nvda/wiki/Contributing) on the NVDA
4+
GitHub Wiki.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
blank_issues_enabled: false
1+
blank_issues_enabled: false

.gitignore

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,48 @@
1-
*.mo
2-
source/comInterfaces/*.py
3-
*.log
4-
source/userConfig
5-
build
6-
build_debug
7-
dist
8-
*.dll
9-
*.exe
10-
*.manifest
11-
source/synthDrivers/espeak-ng-data
12-
source/lib
13-
source/lib64
14-
source/typelibs
15-
source/louis
16-
*.obj
17-
*.exp
18-
*.lib
19-
*_I.c
20-
*_P.c
21-
*_C.c
22-
*_S.c
23-
dlldata.c
24-
*.pdb
25-
.sconsign.dblite
26-
user_docs/*/*.html
27-
user_docs/*/*.css
28-
user_docs/*/keyCommands.t2t
29-
user_docs/build.t2tConf
30-
extras/controllerClient/x86/nvdaController.h
31-
extras/controllerClient/x64
32-
extras/controllerClient/arm64
33-
source/_buildVersion.py
34-
output
35-
testOutput
36-
launcher/nvda_logo.wav
37-
uninstaller/UAC.nsh
38-
*.pyc
39-
*.pyo
40-
*.dmp
41-
tests/unit/nvda.ini
42-
tests/system/settingsCache/*
43-
!tests/system/settingsCache/2020.4/*.txt
44-
source/locale/*/cldr.dic
45-
.vscode
46-
.vs
47-
.venv
48-
nvdaHelper/docs/
1+
*.mo
2+
source/comInterfaces/*.py
3+
*.log
4+
source/userConfig
5+
build
6+
build_debug
7+
dist
8+
*.dll
9+
*.exe
10+
*.manifest
11+
source/synthDrivers/espeak-ng-data
12+
source/lib
13+
source/lib64
14+
source/typelibs
15+
source/louis
16+
*.obj
17+
*.exp
18+
*.lib
19+
*_I.c
20+
*_P.c
21+
*_C.c
22+
*_S.c
23+
dlldata.c
24+
*.pdb
25+
.sconsign.dblite
26+
user_docs/*/*.html
27+
user_docs/*/*.css
28+
user_docs/*/keyCommands.t2t
29+
user_docs/build.t2tConf
30+
extras/controllerClient/x86/nvdaController.h
31+
extras/controllerClient/x64
32+
extras/controllerClient/arm64
33+
source/_buildVersion.py
34+
output
35+
testOutput
36+
launcher/nvda_logo.wav
37+
uninstaller/UAC.nsh
38+
*.pyc
39+
*.pyo
40+
*.dmp
41+
tests/unit/nvda.ini
42+
tests/system/settingsCache/*
43+
!tests/system/settingsCache/2020.4/*.txt
44+
source/locale/*/cldr.dic
45+
.vscode
46+
.vs
47+
.venv
48+
nvdaHelper/docs/

.gitignorerevs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Documentation: https://git-scm.com/docs/git-blame#Documentation/git-blame.txt---ignore-revs-fileltfilegt
2+
# Usage: git config --local blame.ignoreRevsFile .gitignorerevs
3+
4+
# Whitespace only changes:
5+
021148a5e840bf05a47966316e7c93a245eb1f69

0 commit comments

Comments
 (0)