aboutsummaryrefslogtreecommitdiff
path: root/shell/shell.c
AgeCommit message (Collapse)Author
2024-05-28FIX Backporting theme changeshwspeedy
2024-05-28FIX Improve dark - detect by background, support native dark setup for ↵hwspeedy
fedora/debian/ubuntu + branches
2024-05-13FIX Improve epileptic by more flash removal - improve darkmode detectionhwspeedy
2024-05-13FIX remove flashing intensity from gui benchmark - FIX #31hwspeedy
2024-04-28FIX Theme disabled for GTK3<3.20, Fix refresh abort status msghwspeedy
2024-04-28FIX Disabled non working clipboard - low valuehwspeedy
2024-04-28FIX focuslost, missing status updates, benchmark aborting improvedhwspeedy
2024-04-26FIX Shell scrollbars GTK3, cleanup benchmark runshwspeedy
2024-04-25FIX Added more themes, fixed menu iconshwspeedy
2024-04-25FIX Added more Themeshwspeedy
2024-04-24FIX Added theme background - copyright crstrbrt - mentioned but not needed.hwspeedy
2024-04-22FIX Spelling hardinfo->hardinfo2, fixup translations for h->h2hwspeedy
2024-04-10FIX Correcting blue color to correct hardinfo2 blue color to improve FIX #22hwspeedy
2024-04-09FIX lowering contrast of white on blue for note - FIX #22hwspeedy
2024-04-09FIX Improve fix #22 - use static foreground color for notehwspeedy
2024-04-09FIX note bgcolor changed to match hardinfo2 colors - Fixes #22hwspeedy
2024-03-20FIX 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-06FIX hardinfo lib-loading cleanup, params clean uphwspeedy
2024-02-28FIX GCC warnings and enable debug for old distroshwspeedy
2024-02-23FIX UberGraph Memory 1024xhwspeedy
2024-02-08FIX Change to hardinfo2.pnghwspeedy
2024-02-08FIX Name/Desc syncbigbear
2024-02-08CLEANUP - remove old stuffbigbear
2024-02-08FIX GCC Warningsbigbear
2024-02-08FIX Missing icons, menu about, cleaningbigbear
2024-02-08PR681 - implicit function declarationbigbear
2024-02-08ADD Package building for hardinfo2bigbear
2024-02-08LICENSE 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-27Fix build without libsouprezso
2023-08-14Add option to synchronize during startupL. Pereira
2021-11-07Hack: make ASan happy by moving definition of lginterval to shellL Pereira
These globals are really nasty and one of the reasons I hate looking at the HardInfo code.
2021-11-07Update copyright informationL Pereira
2021-04-03Add command-line parameter to quieten HardInfo when in non-GUI modeLeandro Pereira
2020-10-09Show graph's title at selecting sensor itemSergio Vieira
2020-05-25Fix build with GTK+3Leandro Pereira
2020-05-15Show Network Updater button in the toolbar if availableLeandro Pereira
2020-05-15Fix compile warnings in SyncManager/ShellLeandro Pereira
2020-05-13Show "Benchmarking..." dialog on top of sync managerLeandro Pereira
2020-01-17shell: remove some debug printfsBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2020-01-17shell: new flag/funcs for escaping label part in keysBurt 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-27shell: fix key_mi_tag()Burt P
new flag ^ wasn't skipped Signed-off-by: Burt P <pburt0@gmail.com>
2019-12-27shell: cleanupBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-12-27fmt_opts param for pango/html/text formattingBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-12-27shell: add key flag for strings expected to contian vendorsBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-08-22various: entry hide flag, fix text format report, fix key_*() funcsBurt 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-10Clear detail view when switching view typesLeandro 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-10shell/info: allow newlines in valuesBurt P
Also fixed a FIXME: use g_key_file_get_string_list(). Signed-off-by: Burt P <pburt0@gmail.com>
2019-07-29uri_handler functions from sysobjBurt 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-29shell: strend('#') group label in new detail viewBurt P
Signed-off-by: Burt P <pburt0@gmail.com>
2019-07-29shell.c: small fix for labelBurt P
Signed-off-by: Burt P <pburt0@gmail.com>