Commit Graph

6509 Commits

Author SHA1 Message Date
b0ca040566 Move all localizable strings from Aaru.CommonTypes project to resources. 2022-11-24 00:21:23 +00:00
39948568ea Move all localizable strings from Aaru.CommonTypes project to resources. 2022-11-24 00:20:46 +00:00
fb57d129df Move all localizable strings from Aaru.Checksums project to resources. 2022-11-23 20:55:48 +00:00
76f21d10a5 Move all localizable strings from Aaru.Checksums project to resources. 2022-11-23 20:55:47 +00:00
aa5bbc1f5b General code refactor and cleanup. 2022-11-23 18:16:04 +00:00
6c050f3b70 Add readme for localization. 2022-11-23 16:38:07 +00:00
938b40f774 Move all localizable strings from Aaru.Core project to resources. 2022-11-23 16:06:46 +00:00
81195f8630 Move all localizable strings from Aaru.Gui project to resources. 2022-11-19 21:10:41 +00:00
887e58c6e5 Move all localizable strings from Aaru project to resources. 2022-11-18 11:18:45 +00:00
a056832c1d Use AnsiConsole to confirm settings in configure. 2022-11-18 09:55:26 +00:00
2e6403a1c2 Fix image compare comparing image 1 with itself. 2022-11-17 12:53:33 +00:00
ecb4842071 Move all strings to properties in Aaru.Gui. 2022-11-16 21:40:54 +00:00
2f9b7fe0a1 General code cleanup and style refactor. 2022-11-15 15:58:48 +00:00
6e74af649d General code cleanup and style refactor. 2022-11-15 15:58:42 +00:00
5aeef84a29 General code cleanup and style refactor. 2022-11-15 15:58:42 +00:00
cfe81b8905 General code cleanup and style refactor. 2022-11-15 15:58:41 +00:00
8e64a9f10c General code cleanup and style refactor. 2022-11-15 15:58:41 +00:00
bc415e205f General code cleanup and style refactor. 2022-11-15 15:58:41 +00:00
40487268b4 General code cleanup and style refactor. 2022-11-15 15:58:41 +00:00
c4fa4e8674 General code cleanup and style refactor. 2022-11-15 15:58:40 +00:00
f59ecffb59 Fix editorconfig. 2022-11-15 15:58:22 +00:00
74f4ea0fce Fix editorconfig. 2022-11-15 15:58:00 +00:00
43a79b379b Fix editorconfig. 2022-11-15 15:58:00 +00:00
eaea8b3332 Fix editorconfig. 2022-11-15 15:58:00 +00:00
42e2251131 Fix editorconfig. 2022-11-15 15:57:59 +00:00
aa5278fa0d Fix editorconfig. 2022-11-15 15:57:59 +00:00
b5f8686256 Fix editorconfig. 2022-11-15 15:57:59 +00:00
2c62b0cc70 Fix editorconfig. 2022-11-15 15:57:58 +00:00
bd3fe7bd4e General code style and feature fixes. 2022-11-15 01:35:15 +00:00
8b24f6ed00 General code style and feature fixes. 2022-11-15 01:35:06 +00:00
7e9c847033 General code style and feature fixes. 2022-11-15 01:35:06 +00:00
97c1416934 General code style and feature fixes. 2022-11-15 01:34:58 +00:00
47965f0584 Inline temporary variable. 2022-11-15 00:20:20 +00:00
4961069eb1 Inline temporary variable. 2022-11-15 00:20:20 +00:00
2f6ef0c498 Remove unreachable code. 2022-11-15 00:17:12 +00:00
0eb589d785 Use Stream extension to ensure read operations return the requested number of bytes (unless EOF arrives first). 2022-11-14 09:43:16 +00:00
5bb04c0204 Use Stream extension to ensure read operations return the requested number of bytes (unless EOF arrives first). 2022-11-14 09:43:15 +00:00
f44172edb9 Use Stream extension to ensure read operations return the requested number of bytes (unless EOF arrives first). 2022-11-14 09:43:15 +00:00
f90cc6593f Unfix async Task where it doesn't work. 2022-11-14 09:41:19 +00:00
5a1a7ad39a Use string interpolation. 2022-11-14 01:50:39 +00:00
040b4eab4e More pattern matching. 2022-11-14 01:49:18 +00:00
368e40d7bd More pattern matching. 2022-11-14 01:49:10 +00:00
a02220902c More pattern matching. 2022-11-14 01:49:09 +00:00
8a511d0d44 Fix async void when it should be async Task, ignore the rest. 2022-11-14 01:38:50 +00:00
a9726d0661 Remove redundant cast. 2022-11-14 01:28:21 +00:00
ad2d0b8a24 Convert into '?:' expression. 2022-11-14 01:27:16 +00:00
e6db6032f3 Convert into '?:' expression. 2022-11-14 01:27:11 +00:00
2b40eab0d2 Use object initializer. 2022-11-14 01:23:52 +00:00
f9e9b07584 Use object initializer. 2022-11-14 01:23:52 +00:00
c2878f9a42 Use negated pattern. 2022-11-14 01:20:28 +00:00