summaryrefslogtreecommitdiffstats
path: root/examples/system_information (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix: Clippy lint 'uninlined_format_args'Libravatar 13r0ck2023-01-271-3/+2
|
* Include short version in example appLibravatar Clark Moody2022-09-231-0/+11
|
* Replace stateful widgets with new `iced_pure` APILibravatar Héctor Ramón Jiménez2022-07-271-45/+31
|
* Fix `clippy` lints for all crates and featuresLibravatar Héctor Ramón Jiménez2022-07-091-5/+2
| | | | ... and check those in CI as well!
* Draft first-class `Theme` supportLibravatar Héctor Ramón Jiménez2022-05-141-1/+2
| | | | RFC: https://github.com/iced-rs/rfcs/pull/6
* Show `Loading` screen when refreshing in `system_information` exampleLibravatar Héctor Ramón Jiménez2022-05-041-0/+2
|
* Expose `system` module through feature flagLibravatar Héctor Ramón Jiménez2022-04-301-2/+2
|
* Simplify the `QueryInformation` ActionLibravatar Richard2022-04-272-13/+7
|
* Rename `system::information` to `fetch_information`Libravatar Richard2022-04-271-2/+2
|
* Add memory usage to `Information` structLibravatar Richard2022-04-261-6/+37
|
* Improve example readabilityLibravatar Richard2022-04-261-8/+9
|
* Add graphics information to exampleLibravatar Richard2022-04-261-0/+12
|
* Add unformated memory total to exampleLibravatar Richard2022-04-261-1/+7
|
* Add `system_information` exampleLibravatar Richard2022-04-262-0/+129