Age | Commit message (Collapse) | Author |
|
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
Note: "Computer" summary (not Computer->Summary).
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
* Python2 detection needs to look at stderr instead of stdout
* Python3 detection looks at stdout
* Perl6 detection
* scan_dev() now captures stdout and stderr and ignores the one
it doesn't want. This prevents messages from appearing in the
console when the scan happens.
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
Finishes https://github.com/lpereira/hardinfo/issues/38
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
* Fixes for "..." special fields.
* Computer->Summary and Computer->OS are more translatable, and
and if the label is translated, the special code for
updating the ... will still work.
* Devices->Memory labels are currently not translated, some
limitations exist. The labels were being double-translated on
update. The earlier fix for Summary->RAM breaks if they are
translated.
* A bunch of trailing whitespace in the edited files was removed
by the editor, and that created some noise in the diff.
A rather frustrating experience.
Signed-off-by: Burt P <pburt0@gmail.com>
|
|
Fixed compile warning in computer.c:
[ 70%] Building C object CMakeFiles/computer.dir/modules/computer.c.o
In file included from /home/maxpayne/hardinfo/modules/computer.c:27:0:
/home/maxpayne/hardinfo/modules/computer.c: In function ‘callback_os’:
/home/maxpayne/hardinfo/modules/computer.c:421:30: warning: too many arguments for format [-Wformat-extra-args]
return g_strdup_printf(_("[$ShellParam$]\n"
^
/home/maxpayne/hardinfo/includes/hardinfo.h:28:30: note: in definition of macro ‘_’
#define _(STRING) gettext(STRING)
^
|
|
Return a helpful string instead to help translators
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
moreinfo_lookup rather than hi_more_info); fix usb display crashing (util.c now looks for lsusb in /usr/sbin first); fix glibc version not showing (glibc located in /lib64/libc.so.6); initial support for DDR3 spd-decoding (incomplete, the manufacturer is not shown yet).
|
|
different shared libraries (fix: make the functions private).
|
|
|
|
|
|
|
|
Have only one for the whole program and use per-module namespaces/prefixes
so that each module can clear its own information easily.
|
|
Closes http://bugs.hardinfo.org/showreport.php?bugid=54
|
|
|
|
|