Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-08 | LICENSE Changed to GPL2+ for project and source code According to approval ↵ | bigbear | |
from copyright holders - see: https://github.com/lpereira/hardinfo/issues/530 https://github.com/lpereira/hardinfo/issues/707 | |||
2021-11-07 | Update copyright information | L Pereira | |
2020-01-17 | info: fixes for escaped label flag | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2020-01-05 | firmware: switched to D-Bus | Ondrej Čerman | |
2020-01-03 | storage: updated list | Ondrej Čerman | |
2019-12-29 | summary: remove extra columns from storage/input dev. values | Ondrej Čerman | |
2019-12-27 | shell: add key flag for strings expected to contian vendors | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-07-29 | struct info unflatten [v2] | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-07-11 | Mark `tag' field in InfoField as a scaffolding element | Leandro Pereira | |
Whenever every module is converted to struct Info, manually-specified tags will be useless. | |||
2019-07-10 | computer/os: Ubuntu flavors | Burt P | |
See: https://github.com/lpereira/hardinfo/issues/404 Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-07-06 | Use optional parameters to info_field() to specify icons | Leandro Pereira | |
2019-07-06 | Allow passing more flags to info_field(), info_field_update(), etc | Leandro Pereira | |
2019-07-06 | Add `free_name_on_flatten` flag to struct InfoField | Leandro Pereira | |
2019-07-06 | No need to have some_member_with_default_value in struct InfoField | Leandro Pereira | |
2019-07-06 | Cleanup group comparison functions | Leandro Pereira | |
Reduce code repetition by using an array of GCompareFunc function pointers. | |||
2019-07-06 | struct info: add field sort option to InfoGroup | Burt P | |
Fields are sorted on flatten. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-07-06 | struct info: try bools instead of flags | Burt P | |
2019-07-06 | struct info: add macros as described by lpereira | Burt P | |
See: https://github.com/lpereira/hardinfo/pull/393#issuecomment-507893260 Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-07-06 | struct info: add morinfo() tag and flags support | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-06-29 | Support icons in InfoFields | Leandro Pereira | |
2019-06-29 | Allow more dynamic InfoGroup creation | Leandro Pereira | |
2018-05-18 | Fix compiler warnings generated with GCC 8 | Leandro Pereira | |
2017-08-15 | Add info_field_printf() to reduce some sturct Info field boilerplate | Leandro Pereira | |
2017-08-14 | Begin getting rid of callbacks returning strings | Leandro Pereira | |
Strings were never a good choice to begin with. However, with the efforts to improve translatability, they became even worse. This is an attempt to clean up the current mess and provide a more structured way for modules to commmunicate with the shell. The Computer module has been partially converted and changes will be provided next. It's partially converted since some of its information is still stored as strings. The Shell still only understands strings; that's why the structured data is converted to a string the way it is. Once all modules are converted, the Shell can be modified to handle struct Info directly without having to parse the .ini-like strings. |