aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2009-08-10Use gmcs instead of mcs to determine Mono version.Leandro A. F. Pereira
(thanks to giagimari at libero it)
2009-08-10Cleanups.Leandro A. F. Pereira
2009-08-10New proposed help indexLeandro A. F. Pereira
2009-08-10Disable text justification on MarkdownTextViewLeandro A. F. Pereira
2009-08-10Forgot to commit changes to callbacks.[ch] :)Leandro A. F. Pereira
2009-08-10Add "Accept connections" checkbox to Remote menuLeandro A. F. Pereira
2009-08-10Cleanup the GUI benchmark codeLeandro A. F. Pereira
2009-08-10Fix compilation errorLeandro A. F. Pereira
2009-08-10Add GPU benchmark to listLeandro A. F. Pereira
2009-08-10Add simple GPU benchmarkLeandro A. F. Pereira
2009-08-05Make the search icon act as a search button (only on GTK+ >= 2.16)Leandro A. F. Pereira
2009-08-05Add documentation filesLeandro A. F. Pereira
2009-08-05Oops. Make it possible to reopen the help viewerLeandro A. F. Pereira
2009-08-05Add Help ViewerLeandro A. F. Pereira
2009-08-05Add column headers to "Development" pageLeandro A. F. Pereira
2009-08-03Reorganize "Development" pageLeandro A. F. Pereira
2009-08-03Add command-line parameters to configure script (see ./configure -h for details)Leandro A. F. Pereira
2009-08-03Fix Virtual Machine detectionLeandro A. F. Pereira
2009-08-03Merge branch 'master' of git+ssh://leandro@10.0.0.107/home/leandro/git/hardinfo/Leandro Pereira
2009-08-03Fix Virtual Machine detectionLeandro Pereira
2009-08-03Add development pixmapLeandro A. F. Pereira
2009-08-02s/irb/ruby/ and s/java/javac/Leandro A. F. Pereira
2009-08-02Enable "Development" only if GLIB >= 2.14.0 (it depends on GRegex)Leandro A. F. Pereira
2009-08-02Remove "Default C Compiler" from "Operating System" (now redundant)Leandro A. F. Pereira
2009-08-02Add development tools informationLeandro A. F. Pereira
2009-08-02Fix crash (double free)Leandro A. F. Pereira
2009-08-02Add virtualization detectionLeandro A. F. Pereira
2009-07-27Add file header to nfs.h; better handling of NFS shares; update copyright ↵Leandro A. F. Pereira
information on headers
2009-07-27Show SAMBA usersharesLeandro A. F. Pereira
2009-07-27Add printer iconsLeandro A. F. Pereira
2009-07-27Get rid of modules/ directory.Leandro A. F. Pereira
2009-07-27Close socket if there was an error on connect().Leandro A. F. Pereira
2009-07-24Cleaner fix for file descriptor leak.Leandro A. F. Pereira
(Ref. commit 8a77a967204d04cdf202622f22a49b76e860b1e5)
2009-07-24Use install(1) instead of mkdir(1) and cp(1) on install target.Leandro A. F. Pereira