aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-25fix missing RAM memory due to functions of the same name being exported in ↵jamesbond
different shared libraries (fix: make the functions private).
2015-10-25stability fixes & add fatdog64 recognitionjamesbond
2015-05-09HardInfo needs a maintainer!Leandro A. F. Pereira
2014-11-03Fix compilation with GTK+ older than 2.18Leandro Pereira
Based on patch by @mckaygerhard. Fixes #2.
2014-01-03Complete spanish translation of hardinfo.pot.Fernando López
2014-01-03Spanish translation of main stringsFernando López
2014-01-03rodin.s patch to bug #53 (http://bugs.hardinfo.org/showreport.php?bugid=53)Fernando López
2014-01-03Add a very small fr translationJulien Lavergne
2014-01-03Realize that we are using cmake, and modify the build system using ↵Julien Lavergne
elementary module
2014-01-03Clean up po/Julien Lavergne
2014-01-03Add initial translation support (patch from rodin.s)Julien Lavergne
2013-08-23Merge pull request #10 from georgeAtEditShare/masterLeandro A. F. Pereira
Fix USB device parsing
2013-08-23Merge pull request #14 from hasufell/masterLeandro A. F. Pereira
imrove LIBDIR detection in binreloc
2013-08-23imrove LIBDIR detection in binrelochasufell
use the LIBDIR we get from GNUInstallDirs module instead of this ifdef, it should be more robust and is distro dependant
2013-04-09Merge pull request #11 from hasufell/masterLeandro A. F. Pereira
Computer/Development: improve regex pattern, add clang and dmd
2013-03-27Computer/Development: improve regex pattern, add clang and dmdhasufell
2013-03-05Fix parsing of usb devicesGeorge Schneeloch
This creates a temporary file with the lsusb information, which allows fseek to work properly.
2012-12-31Merge pull request #6 from hasufell/masterLeandro A. F. Pereira
fix building with clang and desktop file
2012-12-30stay compatible with non-relative pathshasufell
if the user specifies -DCMAKE_INSTALL_BINDIR=/usr/bin then the desktop file will be broken CMAKE_INSTALL_FULL_<dir> fixes this
2012-12-30add -std=gnu89hasufell
this again breaks strict compilers like clang, so declare what gnu extensions we use
2012-12-30fix return value of non-void functionhasufell
this breaks strict compilers
2012-11-28Merge pull request #5 from mckaygerhard/masterLeandro A. F. Pereira
Require an older version of CMake. This includes a GNUInstallDirs module from CMake 2.8.
2012-11-28fixed autodetection of debug buildsmckaygerhard
2012-11-28right usage of GNUinstall dirs, and added module if distros not have yetmckaygerhard
2012-06-01Merge pull request #1 from hasufell/masterLeandro A. F. Pereira
improve build system
2012-05-30Fix underlinking wrt https://bugs.gentoo.org/show_bug.cgi?id=418121hasufell
2012-05-30Split x86 and x86_64 archeshasufell
lib suffix in hardinfo/binreloc.c is already supported and will be respected now
2012-05-30Use GNUInstallDirs and respect lib suffixhasufell
2012-05-27Do not crash if CUPS libraries were not foundLeandro Pereira
Bug reported by hasufell@gentoo.org.
2012-01-27Update Copyright year in about dialogLeandro Pereira
2012-01-27Fix weird results in benchmark valuesLeandro Pereira
gcc was (correctly) assuming that benchmark_parallel_for() returned an integer, which was being to a double and messing up results. Added the missing prototype. Also, populate bench_results array with sane values on module init. Some other minor cleanups in benchmark code.
2012-01-27Remove "lib" prefix from modulesLeandro Pereira
2012-01-27Cleanups in report.cLeandro Pereira
2012-01-27Force shell vpaned to a sane size when changing view typesLeandro Pereira
2012-01-26Better manage moreinfo hashesLeandro Pereira
Have only one for the whole program and use per-module namespaces/prefixes so that each module can clear its own information easily.
2012-01-22Fix USB device listing when parsing lsusb outputLeandro Pereira
2012-01-15Fix invalid memory access while parsing boot entriesLeandro Pereira
2012-01-15Do not list empty sensor categoriesLeandro Pereira
2012-01-15Remove more sightings of if (ptr) { free(ptr) }Leandro Pereira
2012-01-15Allocate/deallocate sensor labels/compute hash table only onceLeandro Pereira
2012-01-09Fix crash while displaying NFS sharesLeandro Pereira
2012-01-08Add group information.Leandro Pereira
Closes http://bugs.hardinfo.org/showreport.php?bugid=54
2012-01-08Detect LXDE and Lubuntu from $XDG_CURRENT_DESKTOP and $DESKTOP_SESSION.Leandro Pereira
Based on patch by Jonathan Marsden <jmarsden@fastmail.fm>
2012-01-08Simplify hwmon reading codeLeandro Pereira
2012-01-08Support both old- and new-style interfaces for hwmon sensorsLeandro Pereira
2012-01-07Show moterboard information in the new summary screenLeandro Pereira
2012-01-07Display memory size in the new computer summary screenLeandro Pereira
2011-12-30Do not create another server loop if one has been already created previouslyLeandro Pereira
2011-12-30Make hwmon sensors work with recent kernel versionsLeandro Pereira
2011-12-30Fix crash when computer has two or more batteriesLeandro Pereira