doryan
fcc2567aa2
feat(imports): update imports
2024-08-18 10:28:58 -07:00
doryan
1aa393345b
fix(parse): now parser let entry values with comma
2024-08-17 21:36:34 +04:00
doryan
cff06ea8b0
fix(label): make cell_label is selectable
2024-08-17 21:35:58 +04:00
doryan
5cc92eb8ae
refactor(fabrics): one fabric is divided into several parts
2024-08-17 00:01:26 +04:00
doryan
2399903cda
feat(fabric): change fabrics signature and remove redundant conditions
2024-08-16 14:11:24 +04:00
doryan
3fdac01687
fix(method): after add v4_12 feature use .set_visible() method instead .show()/.hide()
2024-08-16 13:55:24 +04:00
doryan
62b7036933
I'm too lazy to commit to the latest files
2024-08-15 23:37:34 +04:00
doryan
3d896c7061
feat(file): rename from signal_reduce_input_utils.rs to signal_reduce_utils.rs
2024-08-15 23:34:48 +04:00
doryan
cedb844826
fix(processing bug): add '\n' string literal to avoid rejecting the right input binary code with a break line
2024-08-15 23:31:09 +04:00
doryan
a7cf11737a
feat(values): move definition values by default to separated file as function
2024-08-15 23:27:36 +04:00
doryan
f78001167a
feat(condition): remove unnecessary condition
2024-08-15 23:24:52 +04:00
doryan
11ba24d7ed
refactor(parse_field): rewrite fields parser util
...
Field parser has been rewritten as the signal reduce page uses a Entry
inputs instead TextView.
2024-08-15 23:23:12 +04:00
doryan
e9764cf0e8
feat(rename): rename signal_reduce_inpur_utils.rs to signal_reduce_utils.rs
2024-08-15 23:18:55 +04:00
doryan
ac9e8953a9
feat(imports): add imports
2024-08-15 23:17:26 +04:00
doryan
4e872ddcff
feat(imports): update imports
2024-08-15 23:17:00 +04:00
doryan
8e8cecd463
feat(fn): remove redundant arguments
2024-08-15 23:15:39 +04:00
doryan
78d52388f7
refactor: edit function signatures and rewrite a few code sections
2024-08-10 01:13:00 +04:00
doryan
5a8a4b00ce
refactor: rewrite function logic with use custom Error type
2024-08-10 01:10:43 +04:00
doryan
cad9823c83
refactor: rewrite fn signature and remove match
2024-08-10 01:09:35 +04:00
doryan
ef3158e732
feat(imports): update imports
2024-08-10 01:02:44 +04:00
doryan
e9dbcb272e
fix(fn): use &str in the function arguments instead of &String and refactor function code with use &str
2024-08-10 00:50:52 +04:00
doryan
e97b1b281d
fix(fn): rewrite code with using a custom type of Error
2024-08-10 00:46:18 +04:00
doryan
2ce75224fa
feat(fn): edit function signature
2024-08-10 00:39:11 +04:00
doryan
bf7f542df0
fix(empty string): boolean logic mistake
2024-08-10 00:38:42 +04:00
doryan
6682a66958
fix(table): move table of syndromes into global static variable
2024-08-10 00:36:27 +04:00
doryan
7d2049b59d
feat(cheatsheet): remove list of position errors
2024-08-09 20:51:28 +04:00
doryan
2e7ede2dac
fix(power): change math power method
...
The exponentiation method has been changed because, in this case, the
calculation doesn't need to be raised to a power number using the
.powf() method.
2024-08-09 17:51:07 +04:00
doryan
e46e83f723
feat(mod): remove state controller and custom event handlers modules
2024-08-09 15:10:40 +04:00
doryan
be14fae2e4
feat(state): remove state controller function
2024-08-09 15:07:58 +04:00
doryan
56357c4697
feat(handler): remove custom event handlers
2024-08-09 15:07:32 +04:00
doryan
cbde9a8af1
refactor: change import and function signature
...
SignalReduce model import has been added instead Infobar.
Return value in function signature has been changed (Option<[f64; 6]> ->
Result<SignalReduce, ParseFloarError>).
2024-08-03 00:06:22 +04:00
doryan
81b22a14c9
refactor: add a check for a non-zero denominator
2024-08-03 00:01:58 +04:00
doryan
ade98179f7
feat(allows): add attributes that allow a non_snake_case variables
2024-08-02 01:04:37 +04:00
doryan
7157ffd55f
refactor: fix some code style issues
2024-07-29 01:19:15 +04:00
doryan
09b05e7fa7
refactor: move parse field algorithm to a separate file
2024-07-29 01:18:15 +04:00
doryan
fd2f605978
fix(func signature): Replaced EventHandler<T, C> -> Self
2024-07-22 16:43:03 +04:00
doryan
54a4b44780
fix(fn signature): remove return types from function signatures
2024-07-22 00:24:09 +04:00
doryan
2e543a22c8
fix(cond): remove redundant boolean operations and replace them with their correct analogs
2024-07-22 00:02:16 +04:00
doryan
81a8d9b2c6
fix(const): use PI const from std instead 3.14f32
2024-07-19 23:39:44 +04:00
doryan
7e30117c84
fix(check): change method of check for an empty array
2024-07-19 23:37:24 +04:00
doryan
dbf7dab513
refactor(import + some code): change import and refactor some bad blocks of code
2024-07-19 23:33:50 +04:00
doryan
b12be95959
fix(imports + signature): change imports and removed return type () from function signature
2024-07-19 23:25:41 +04:00
doryan
b3678c43c4
fix(imports): change imports
2024-07-19 23:24:38 +04:00
doryan
61f6777735
fix(imports): change imports
2024-07-19 23:24:10 +04:00
doryan
7c16964b83
added table and it needed to fix
2024-04-19 12:03:16 +04:00
doryan
b6d0eb0508
ADDED: models and controllers for page "signal reducing"\n TODO: done table for page "signal reducing"
2024-04-19 01:30:51 +04:00
doryan
37a8dfb66b
FIXED: clearing inputs bug
2024-04-17 00:06:56 +04:00
doryan
a58110a3f8
REFACTOR: clean code and some bug fixed
2024-04-16 21:45:31 +04:00
doryan
48057646a8
changed inputs for second section and implemented Clone and Copy traits for Alignment data structure
2024-04-14 20:13:15 +04:00
doryan04
4c230c090d
removed unnecessary module definitions
2024-03-10 12:54:32 +04:00