Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-25 | FIX Added more Themes | hwspeedy | |
2024-04-24 | FIX Added theme background - copyright crstrbrt - mentioned but not needed. | hwspeedy | |
2024-04-22 | FIX Spelling hardinfo->hardinfo2, fixup translations for h->h2 | hwspeedy | |
2024-04-10 | FIX Correcting blue color to correct hardinfo2 blue color to improve FIX #22 | hwspeedy | |
2024-04-09 | FIX lowering contrast of white on blue for note - FIX #22 | hwspeedy | |
2024-04-09 | FIX Improve fix #22 - use static foreground color for note | hwspeedy | |
2024-04-09 | FIX note bgcolor changed to match hardinfo2 colors - Fixes #22 | hwspeedy | |
2024-03-20 | FIX CLI updated with synchronize features, fix stop benchmark crash, ↵ | hwspeedy | |
libsoup3 debug fixed+added sync. comm for cli, DOCs updated, LibSoup3 enabled for distros supporting LS3 | |||
2024-03-06 | FIX hardinfo lib-loading cleanup, params clean up | hwspeedy | |
2024-02-28 | FIX GCC warnings and enable debug for old distros | hwspeedy | |
2024-02-23 | FIX UberGraph Memory 1024x | hwspeedy | |
2024-02-08 | FIX Change to hardinfo2.png | hwspeedy | |
2024-02-08 | FIX Name/Desc sync | bigbear | |
2024-02-08 | CLEANUP - remove old stuff | bigbear | |
2024-02-08 | FIX GCC Warnings | bigbear | |
2024-02-08 | FIX Missing icons, menu about, cleaning | bigbear | |
2024-02-08 | PR681 - implicit function declaration | bigbear | |
2024-02-08 | ADD Package building for hardinfo2 | bigbear | |
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 | |||
2023-10-27 | Fix build without libsoup | rezso | |
2023-08-14 | Add option to synchronize during startup | L. Pereira | |
2021-11-07 | Hack: make ASan happy by moving definition of lginterval to shell | L Pereira | |
These globals are really nasty and one of the reasons I hate looking at the HardInfo code. | |||
2021-11-07 | Update copyright information | L Pereira | |
2021-04-03 | Add command-line parameter to quieten HardInfo when in non-GUI mode | Leandro Pereira | |
2020-10-09 | Show graph's title at selecting sensor item | Sergio Vieira | |
2020-05-25 | Fix build with GTK+3 | Leandro Pereira | |
2020-05-15 | Show Network Updater button in the toolbar if available | Leandro Pereira | |
2020-05-15 | Fix compile warnings in SyncManager/Shell | Leandro Pereira | |
2020-05-13 | Show "Benchmarking..." dialog on top of sync manager | Leandro Pereira | |
2020-01-17 | shell: remove some debug printfs | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2020-01-17 | shell: new flag/funcs for escaping label part in keys | Burt P | |
Will allow formerly forbidden characters in a label, "#$=" See: https://github.com/lpereira/hardinfo/issues/509 Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-12-27 | shell: fix key_mi_tag() | Burt P | |
new flag ^ wasn't skipped Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-12-27 | shell: cleanup | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-12-27 | fmt_opts param for pango/html/text formatting | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-12-27 | shell: add key flag for strings expected to contian vendors | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-08-22 | various: entry hide flag, fix text format report, fix key_*() funcs | Burt P | |
* fix key_is_highlighted() and key_wants_details() so that they don't look for flags in the label. * fix -r -f text, g_hash-related warnings from icon cache * add MODULE_FLAG_HIDE flag to hide module entries instead of using the '#' at the beginning of string hack, which didn't work everywhere, and screwed up translated strings. * hide GPU Drawing benchmark See: https://github.com/lpereira/hardinfo/issues/329 Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-08-10 | Clear detail view when switching view types | Leandro Pereira | |
This avoids the detail view to be populated should the new view type be empty (e.g. no printers set up in the machine). | |||
2019-08-10 | shell/info: allow newlines in values | Burt P | |
Also fixed a FIXME: use g_key_file_get_string_list(). Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-07-29 | uri_handler functions from sysobj | Burt P | |
This allows link clicks to be intercepted so that they might be used by the application internally before falling back to the system uri handler. I've also found the default GTK label link handler to be unreliable outside of GNOME Shell, and this will use xdg-open instead. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-07-29 | shell: strend('#') group label in new detail view | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-07-29 | shell.c: small fix for label | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-07-12 | Tweak border in detailview | Leandro Pereira | |
2019-07-12 | Show links for vendors | Leandro Pereira | |
2019-07-11 | info struct bug Fixes, add tagged update fields | Burt P | |
* tag was always included even when it didn't need to be. Now only include it when tag specified, flagged, or includes an icon. This messed up the existing update fields system. * The update fields system has been changed to allow updating by tag instead of the translated label. By label still works, however. I think it would be best to switch to using tags in the future. * info_flatten() calls flatten_shell_param() after flatten_group() which could cause a field name or tag to be used after it was freed. Created special free functions to handle this after all is used. Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-07-11 | Ensure UpdateInterval $ShellParam$ have a dollar sign | Leandro Pereira | |
2019-07-06 | Ensure DetailView is cleared out when more_info used to be cleared | Leandro Pereira | |
2019-07-05 | [v3] shell: fix icons with flags | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-07-05 | shell: key_* functions use const | Burt P | |
Signed-off-by: Burt P <pburt0@gmail.com> | |||
2019-07-04 | Fix detailview scroll position restoring when auto-reloading section | Leandro Pereira | |
2019-07-04 | Small appearance tweaks for DetailView | Leandro Pereira | |