gokcekantarci
a94b3eec39
.NET 8 Upgrade Silenced Errors Fix ( #30469 )
...
* [Dev][Build] .NET 8 Upgrade Silenced errors first fix.
* [Dev][Build] .NET 8 Upgrade Silenced errors. CA1859
* [Dev][Build] .NET 8 Upgrade Silenced errors. CA1854.
* [Dev][Build] .NET 8 Upgrade Silenced errors. CA1860
* [Dev][Build] .NET 8 Upgrade Silenced errors. CA1861
* [Dev][Build] .NET 8 Upgrade Silenced errors. CA1862
* [Dev][Build] .NET 8 Upgrade Silenced errors. CA1863
* [Dev][Build] .NET 8 Upgrade Silenced errors. CA1864
* [Dev][Build] .NET 8 Upgrade Silenced errors. CA1865
* [Dev][Build] .NET 8 Upgrade Silenced errors. CA2208
* [Dev][Build] .NET 8 Upgrade Silenced errors. CS9191
* [Dev][Build] .NET 8 Upgrade Silenced errors. Spell check
* [Dev][Build] .NET 8 Upgrade Silenced errors. Spell check
* [Dev][Build] .NET 8 Upgrade Silenced errors.
- CompositeFormat variables used more than once in the same file were assigned to a single variable.
- GetProcessesByName logic fix.
- String comparion fix.
- ArgumentOutOfRangeException message change.
* [Dev][Build] .NET 8 Upgrade Silenced errors.
- Null check added.
- static readonly CompositeFormat added for all fields.
2023-12-28 13:37:13 +03:00
PesBandi
3f54968d8c
Move Greek letters with tonos from Get...AllLanguagesOnly to Get...EL (Greek) ( #30307 )
2023-12-11 22:03:34 +01:00
Moritz
afa72846b1
[QuickAccent]Added Greek (EL) language (ISO 639-1) ( #29709 )
2023-11-21 10:12:49 +00:00
PesBandi
479c95b32b
[QuickAccent]Add ₸ (Kazakhstani Tenge) to Currencies ( #29762 )
2023-11-13 11:18:31 +00:00
PesBandi
019a6b85e8
[QuickAccent]Add support for Danish ( #29688 )
...
* Add support for Danish
* Update Languages.cs
2023-11-08 11:28:18 +00:00
PesBandi
8f6ad98e5d
[QuickAccent]Add fraction characters ( #29676 )
2023-11-08 11:21:32 +00:00
Daniel Huang
faaffe3909
[QuickAccent]Add Latin Letter vy ( #29640 )
2023-11-03 17:06:46 +00:00
PesBandi
4876a88eba
[Quick Accent]Add missing currency symbols to Croatian, Gaeilge, Gàidhlig and Welsh ( #29597 )
...
* Add € to Croatian Quick Accent
* Add € to Gaeilge and £ to Gàidhlig and Welsh
2023-11-03 16:12:26 +00:00
David Lascelles
47aa28977c
[QuickAccent]Add support for Finnish ( #29483 )
...
* Add support for Finnish
* Also add FI to GetDefaultLetterKeyALL
* Fix missing space
2023-11-03 10:13:25 +00:00
PesBandi
78f03932a0
[QuickAccent]Add Greek letters with tonos ( #29013 )
2023-10-10 17:02:37 +01:00
Blake
f03f838692
[QuickAccent]Add Asturian characters to the Spanish charset ( #28966 )
2023-10-04 11:53:07 +01:00
Jaime Bernardo
1f86eefed1
[HotFix][QuickAccent]Fix missing characters ( #28802 )
...
* [HotFix][QuickAccent]Fix missing characters
* Remove some duplicate characters
* Fix spellcheck
2023-09-27 16:35:43 +01:00
Jaime Bernardo
422813044d
[QuickAccent]Cache computed all language characters ( #28657 )
2023-09-21 13:52:08 +01:00
Aaron Junker
2ecf5f41c2
[QuickAccent]Add é to Norwegian and Swedish ( #28225 )
2023-09-07 11:34:15 +01:00
Danny Summerlin
91f7493b8b
[QuickAccent]Calculate accents for "all languages" by querying all languages ( #28164 )
...
* PowerAccent: make All collect from Lang functions rather than return from manually updated list
* I forgot the semicolon
---------
Co-authored-by: dannysummerlinjstartorg <danny.summerlin@jstart.org >
2023-09-05 14:27:01 +01:00
Sam Mercer
001f68677d
Added U+1E0D to all lanaguages character set ( #27310 )
...
Co-authored-by: Sam Mercer <sam.mercer@globalviewsystems.co.uk >
2023-07-11 13:33:34 +02:00
Wilko Lühring
994bb15876
[QuickAccent] Add accent units and other signs ( #26522 )
...
---
Co-authored-by: WilkoLu <wilko.luehring@student.jde-hs.de >
Co-authored-by: Eike Rodenbaeck <eike.rodenbaeck@student.jade-hs.de >
Co-authored-by: Colin Sontag <colin.sontag@student.jade-hs.de >
Co-authored-by: Dennis Mehner <dennis.mehner@student.jade-hs.de >
2023-06-06 19:51:53 +01:00
EikeJoo
7e65caa83b
[QuickAccent]Add the section sign (U+00A7) to S ( #26446 )
...
* add the section sign (U+00A7) to the menu for S
* Remove extra empty line
2023-06-06 16:59:41 +01:00
Aaron Junker
0f6ac52f99
[QuickAccent]Add opening exclamation mark to catalan and spanish language ( #26325 )
...
* [QuickAccent]Add opening exclamation mark to catalan and spanish language
* Remove redunant array definitions
2023-06-06 13:07:18 +01:00
Alexander Ilin-Tomich
a012d591c2
[QuickAccent]Add multiplication and division signs ( #25790 )
...
* Add multiplication and division signs to Languages.cs
Adds multiplication (U+00D7, U+22C5) and division (U+00F7) signs to Languages.cs
* Add slash and asterisk to KeyboardListener.h
* Add slash, asterisk to KeyboardListener.idl
* Update Languages.cs
* VK_ASTERISK -> VK_MULTIPLY KeyboardListener.idl
* VK_ASTERISK -> VK_MULTIPLY Languages.cs
* VK_ASTERISK -> VK_MULTIPLY KeyboardListener.h
* Add VK_DIVIDE to Languages.cs
* Add VK_DIVIDE to KeyboardListener.h
* Add VK_DIVIDE to KeyboardListener.idl
* avoid protected names Languages.cs
* avoid protected names KeyboardListener.h
* avoid protected names KeyboardListener.idl
2023-06-05 10:03:52 +01:00
gokcekantarci
b0e7904027
[QuickAccent]Add ŵ added to the welsh language ( #25758 )
2023-04-28 17:05:28 +01:00
stevenlele
dcfc169240
Update PowerAccent character list ( #24818 )
2023-03-22 10:43:05 +01:00
Davide Giacometti
5cbe9dd911
[Build] Upgraded NetAnalyzers to 7.0.1 ( #24792 )
...
* upgraded NetAnalyzers to 7.0.1
* fix spellcheck
* Microsoft.CodeAnalysis.NetAnalyzers 7.0.1
* rebase and fix
2023-03-16 15:51:31 +01:00
ChaseKnowlden
8cdb8c8dff
Add new chinese characters ( #24289 )
2023-02-23 19:56:55 +01:00
Clint Rutkas
d122f7ff99
Adjustments ( #24254 )
2023-02-22 14:55:25 -08:00
Clint Rutkas
aceffe3212
Revert "Fixing policheck flags"
...
This reverts commit 0e41684cf0 .
2023-02-21 20:50:33 -08:00
Clint Rutkas
0e41684cf0
Fixing policheck flags
2023-02-21 20:19:04 -08:00
Saulius Kazokas
8bcabe17e0
[QuickAccent]Add support for Lithuanian ( #23793 )
2023-02-13 16:24:36 +00:00
norwayman22
fb2b150a1d
[QuickAccent]Added support for Norwegian letters ( #23487 )
...
* [QuickAccent]Added support for Norwegian letters
* Add language to Settings
2023-01-30 18:51:19 +00:00
Evyatar-E
218a739996
[QuickAccent]Additional chars for hebrew ( #23304 )
2023-01-16 11:46:29 +00:00
Aaron Junker
1a1f4351ca
[QuickAccent]Add combining characters ( #23044 )
...
* Add combining characters
* Fix spelling
* Change activation to VK_PERIOD
2023-01-12 16:02:25 +00:00
אביתר
9baaaefc5f
[QuickAccent]Support the Hebrew character set ( #22712 )
...
Co-authored-by: אביתר אסתרסון <79063413+EvyatarEsterson@users.noreply.github.com >
Co-authored-by: Jaime Bernardo <jaime@janeasystems.com >
2023-01-09 14:07:35 +00:00
Joonatan
8b98ed7447
[QuickAccent]Add support for Estonian ( #22923 )
2023-01-09 12:26:45 +00:00
Aaron Junker
473e5dbf75
[QuickAccent] Add dashes ( #20469 )
...
* Add dashes
2023-01-08 23:20:42 +00:00
Davide Giacometti
6d138e80fb
[Analyzers] Update StyleCop and enable SA1200 ( #22707 )
...
* update StyleCop and enable SA1200
* Fix merge issues
* fix build and added using rule
2022-12-18 13:27:14 +00:00
Andon Dragomanov
b56e62e5de
[QuickAccent]Added support for Macedonian accent letters ( #22721 )
...
* Added support for Macedonian accent letters
* Reordering of resources and enums by alphabetical order
2022-12-14 14:56:43 +00:00
char46
a167c8d3ac
[Quick Accent]Add Pinyin accents ( #22631 )
...
* [Quick Accent]Add Pinyin accents
* Add Mandarin tone.
* Update Languages.cs
* add space before closing brace
* Remove CR from each lines
2022-12-14 14:35:57 +00:00
Aaron Junker
e731cc04c1
[QuickAccent] Add description of current selected letter ( #20587 )
...
* Adding unicode names and adjusting UI (WIP)
* Added changing letter names
* Add optioins to hide description (WIP)
* WIP
* Change to binding property
* Adress PR comments
* Set TextBlock in border
* * Added to settings
* Fixed string showing/not showing one time after switching character
* Removed unneccessairy command in SettingsService.cs
* Moved showdescription enum to settings.ui
* Adding Fluent design :)
* Fix merge errors
* Center list
* Fixed code not working. Accepted some code style changes.
* Merge main in branch #2
* [Quick Accent] support unicode description for UTF-16 surrogate pairs
* [Quick Accent] fix check-spelling-bot errors
* [check-spelling] accept LANGID as correct word
* [Quick Accent] fix delay when calling ShowToolbar for the first time
* [Quick Accent] use toggle switch to turn off/on Unicode description
* [Quick Accent] fix after merge
* [Quick Accent] add UnicodeInformation.dll to installer
Co-authored-by: Niels Laute <niels.laute@live.nl >
2022-12-02 14:45:49 +00:00
Taras
f51dacff08
[QuickAccent]Add Irish and Scottish language accents ( #22350 )
...
* [Quick Accent] add Irish Gaelic language accents
* [Quick Accent] add Scottish Gaelic language accents
* Fix spellcheck
* Add comments for localization
2022-11-30 17:48:03 +00:00
damienleroy
357fb8f66d
[Quick Accent] Add Serbian language accents ( #22288 )
2022-11-26 20:46:07 +02:00
Taras
5f4514a88e
[QuickAccent] Add accents for Kurdish language ( #22297 )
2022-11-25 19:38:29 +02:00
Ivo Carbajo
c057babf2b
[Quick Accent]Add Catalan language accents ( #22228 )
...
* [QuickAccent] Add catalan
* Add missing l·l symbol
and improve order
* Fix build error
* Remove trailing white space
* [QuickAccent] put Catalan language in alphabet order (#22228 )
Co-authored-by: CodingNeko <codingneko@gmail.com >
2022-11-25 12:43:24 +00:00
char46
5779b43c80
[QuickAccent] Support Chinese Phonetic Alphabet(Pinyin) and other unicode characters ( #21618 )
...
* #21300-0
* 注释无关代码
* 修改为多行注释,将GetDefaultLetterKeyPI返回值类型修改为string[]
* 重写ToUpper函数
* 更改_characters变量类型为string[]
* 重写Insert函数
* 修改OnSelectCharacter类型为Action<int, string>
* 修改OnChangeDisplay类型为Action<bool, string[]>
* 修改PowerAccent_OnSelectionCharacter和PowerAccent_OnChangeDisplay函数
* 清理无用注释
* #21300-1
* 将修改应用到其他语言
* Removed previous method and change another refence of previous method.
* PowerAccent-21300: sort Pinyin languages
2022-11-17 16:15:53 +00:00
damienleroy
2f36366902
add croatian, netherlands, swedish & welsh ( #21889 )
...
* add croatian, netherlands, swedish & welsh
* Rename Netherlands to Dutch
* Rename Netherlands to Dutch
* Change order of Dutch
* Put in place the good iso code for Welsh & Swedish
2022-11-16 07:38:28 -08:00
Taras
59fd84c5ec
PowerAccent-21891: update mappings for μ (mu), ο (omicron), υ (upsilon), þ (thorn, [θ]) ( #21922 )
2022-11-15 09:10:28 +00:00
Philippe Canavarro
87720ef701
[QuickAccent] Added Portuguese (BR) language ( #21127 )
...
* [QuickAccent] Added Portuguese (BR) language
* Fix- Correct indentation
* Fix - Added proper indentation to EOF
* Removed "(BR)" from text
* chore: Changed index switch to array
* Correct German and French order
2022-10-16 18:36:16 +01:00
damienleroy
5e955f034e
[QuickAccent]Add setting to select language ( #20798 )
...
* add selection of country langages
* Add Greek and Iceland countries
* Update src/modules/poweraccent/PowerAccent.Core/PowerAccent.Core.csproj
* fix ß in all section
* remove greek
* improve UI
* langage to language
* remove GR reference
* change 'All' to 'All available'
* adding Romanian and Hungarian
* Missing characters
* Add Italian
* Fix translation key
Remove GameMode activation
* Fix PR build issues
* Callback to get if a letter is part of the language
* Add additional dlls to installer
* Fix new dlls signing
* Fix spelling
* Add description to language selection
Co-authored-by: Damien LEROY <dleroy@veepee.com >
2022-09-29 15:28:14 +01:00