aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-01-03Warn when the help viewer was unable to find/parse the help file.Leandro Pereira
2010-01-03Remove context-sensitive help flag from Computer->Summary, as it doesn't ↵Leandro Pereira
have one right now.
2010-01-03Add ability to include context-sensitive help files.Leandro Pereira
2010-01-03A little hack with "&& echo".Andrey Esin
Hardinfo doesn't show last locale with 'locale -av', becase in FILE *locale last line doesn't empty. TODO: rewrite scan_languages without hack.
2010-01-02Add another method of listing USB devices, by using the lsusb program (fix ↵Leandro Pereira
bug #15).
2010-01-02If the module entry has the flag MODULE_FLAG_NO_REMOTE, don't their methods ↵Leandro Pereira
to be called
2010-01-02Pulse the shell spinner while a DNS query is being performedLeandro Pereira
2010-01-01Do a reverse NS lookup for all DNS serversLeandro Pereira
2010-01-01Change the Note frame to a different, more familiar, yellow color.Leandro Pereira
2010-01-01Pressing enter on Host text entry activates Save/Connect buttonLeandro Pereira
2010-01-01Don't include benchmarks in remote mode.Leandro Pereira
2010-01-01Only enable the "Connect" / "Save" button if hostname is valid.Leandro Pereira
2010-01-01Hide/show "Connection options" according to the connection protocol.Leandro Pereira
2010-01-01Merge branch 'master' of git@github.com:lpereira/hardinfoLeandro Pereira
2010-01-01Call endpwent() after obtaining all user information.Leandro Pereira
2010-01-01Give correct results whenever the ssh connection failsLeandro Pereira
2010-01-01Don't force the spinner to have a fixed sizeLeandro Pereira
2009-12-31Don't force the spinner to have a pre-determined sizeLeandro Pereira
2009-12-31Make the remote host connection dialog more HIG-y.Leandro Pereira
2009-12-28Don't allow individual benchmarks to be cancelled whenever sending them ↵Leandro Pereira
through network updater
2009-12-28When sending benchmark results to the web service, make sure they were not ↵Leandro Pereira
cancelled (and run them if they were).
2009-12-28Use g_path_is_absolute instead of homecooked checksLeandro Pereira
2009-12-28More cancellable benchmark fixesLeandro Pereira
2009-12-27Don't scroll back when reloading a section (part two)Leandro Pereira
2009-12-27Don't scroll back when reloading a sectionLeandro Pereira
2009-12-27Don't insert own results if the benchmark is cancelledLeandro Pereira
2009-12-26Remove GTK+ warningsLeandro Pereira
2009-12-26Make benchmarks cancellableLeandro Pereira
2009-12-26Don't block UI while doing benchmarksLeandro Pereira
2009-12-20Apply patches from bug #10. Contributor unknown.Leandro A. F. Pereira
2009-12-20Try to fix bug #28Leandro A. F. Pereira
2009-12-19Open link on a browser if URL protocol is http.Leandro A. F. Pereira
2009-12-19Fix VMware detectionLeandro A. F. Pereira
2009-10-15More feedback while scanning time-intensive stuffLeandro A. F. Pereira
2009-10-15Use pngcrush'd iconsLeandro A. F. Pereira
2009-10-15Use unicode characters instead of icons (should integrate better with ↵Leandro A. F. Pereira
different color schemes)
2009-10-05Reverse-sort guibench resultsLeandro A. F. Pereira
2009-09-08CleanupsLeandro Pereira
2009-09-03Add Parted Magic as a supported distributionLeandro A. F. Pereira
2009-08-27Rewriting module, which founds users in system.Andrey Esin
Signed-off-by: Leandro A. F. Pereira <leandro@hardinfo.org>
2009-08-27get_os_compiled_date in os.h is the same function asAndrey Esin
uname(&utsbuf); utsbuf.version; But i think it is not date of compiling kernel, because lastik@llaptop:~$ uname -v #45-Ubuntu SMP Tue Jun 30 19:49:51 UTC 2009 So i have renamed it in whole project in Kernel Version. Signed-off-by: Leandro A. F. Pereira <leandro@hardinfo.org>
2009-08-27Adding license information.Andrey Esin
Leandro, please check is it right. Signed-off-by: Leandro A. F. Pereira <leandro@hardinfo.org>
2009-08-27Emtpy line in /etc/passwd leads to crash of hardinfo.Andrey Esin
Signed-off-by: Leandro A. F. Pereira <leandro@hardinfo.org>
2009-08-27- AddingAndrey Esin
- 2 scripting languages - 1 compiler - 1 tool - More pretty regular expression. Subversion of programms can contain letters/words Signed-off-by: Leandro A. F. Pereira <leandro@hardinfo.org>
2009-08-15Allow samba usershares with spaces on its nameLeandro A. F. Pereira
2009-08-13Fix VM identificationLeandro A. F. Pereira
2009-08-10Fix benchmark.so module buildLeandro A. F. Pereira
2009-08-10Remove unneeded variables; add missing return statementLeandro A. F. Pereira
2009-08-10Make parallel builds possible again; misc Makefile optimizationLeandro A. F. Pereira
2009-08-10Add Icon Blitting benchmarkLeandro A. F. Pereira