merge stable version #2

Merged
doryan merged 97 commits from experimental into main 2024-08-28 18:54:00 +03:00
Owner
No description provided.
doryan added 97 commits 2024-08-28 18:53:39 +03:00
f3ae716ed4 feat(crate): update gtk and adw crates
Updated gtk to 0.9.0 and adw to 0.7.0
45617aa59d fix(id): rename application id
Application id has been renamed from "com.github.gtk-rs.examples.basic"
to "com.laboratory-work"
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.
23bfd10e2b feat(css): add style for TextView and generic css
Generic CSS includes styles for text_view.css and info_bar.css
7282045c98 feat(method): add get_component() method
This method let get Box whose children are a label and a TextView/Entry
7116b565de feat(setter): remove old trait
Trait TextViewSetters has been removed as there is already an analogue
of this trait in existence
cd697b9f5d feat(setter): add PasswordEntryBuilder
Trait TextViewSetters has been removed as there is already an analogue
of this trait in existence
11ba24d7ed refactor(parse_field): rewrite fields parser util
Field parser has been rewritten as the signal reduce page uses a Entry
inputs instead TextView.
e6a38f3ffe feat(condition): use func directly instead variable
find_by_frequency_value() method use directly in condition instead
special variable
bafa837931 feat(wrapper): use pure Box component instead deleted Wrapper component
feat(wrapper): use pure Box component instead deleted Wrapper component
doryan merged commit 309060a5ce into main 2024-08-28 18:54:00 +03:00
doryan referenced this issue from a commit 2024-08-28 18:54:02 +03:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: doryan/AIT#2
No description provided.